diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/AnnotationBased/__snapshots__/CertificationTests.Schema_Snapshot.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/AnnotationBased/__snapshots__/CertificationTests.Schema_Snapshot.graphql index d48fa66a894..2674e366351 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/AnnotationBased/__snapshots__/CertificationTests.Schema_Snapshot.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/AnnotationBased/__snapshots__/CertificationTests.Schema_Snapshot.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@tag", "@key", "@provides", "@external", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@tag", "@key", "@provides", "@external", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/AnnotationBased/__snapshots__/CertificationTests.Subgraph_SDL.snap b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/AnnotationBased/__snapshots__/CertificationTests.Subgraph_SDL.snap index d48fa66a894..2674e366351 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/AnnotationBased/__snapshots__/CertificationTests.Subgraph_SDL.snap +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/AnnotationBased/__snapshots__/CertificationTests.Subgraph_SDL.snap @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@tag", "@key", "@provides", "@external", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@tag", "@key", "@provides", "@external", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/CodeFirst/__snapshots__/CertificationTests.Schema_Snapshot.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/CodeFirst/__snapshots__/CertificationTests.Schema_Snapshot.graphql index d3f289316a5..dae53d3ec58 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/CodeFirst/__snapshots__/CertificationTests.Schema_Snapshot.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/CodeFirst/__snapshots__/CertificationTests.Schema_Snapshot.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@provides", "@external", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@provides", "@external", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/CodeFirst/__snapshots__/CertificationTests.Subgraph_SDL.snap b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/CodeFirst/__snapshots__/CertificationTests.Subgraph_SDL.snap index d3f289316a5..dae53d3ec58 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/CodeFirst/__snapshots__/CertificationTests.Subgraph_SDL.snap +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/CertificationSchema/CodeFirst/__snapshots__/CertificationTests.Subgraph_SDL.snap @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@provides", "@external", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@provides", "@external", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ComposeDirectiveTests.ExportDirectiveUsingNameCodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ComposeDirectiveTests.ExportDirectiveUsingNameCodeFirst.graphql index c5b1f1012f0..4f2b693bcf1 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ComposeDirectiveTests.ExportDirectiveUsingNameCodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ComposeDirectiveTests.ExportDirectiveUsingNameCodeFirst.graphql @@ -1,4 +1,4 @@ -schema @composeDirective(name: "@custom") @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet", "@composeDirective" ]) @link(url: "https://specs.custom.dev/custom/v1.0", import: [ "@custom" ]) { +schema @composeDirective(name: "@custom") @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet", "@composeDirective"]) @link(url: "https://specs.custom.dev/custom/v1.0", import: ["@custom"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ComposeDirectiveTests.ExportDirectiveUsingTypeCodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ComposeDirectiveTests.ExportDirectiveUsingTypeCodeFirst.graphql index c5b1f1012f0..4f2b693bcf1 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ComposeDirectiveTests.ExportDirectiveUsingTypeCodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ComposeDirectiveTests.ExportDirectiveUsingTypeCodeFirst.graphql @@ -1,4 +1,4 @@ -schema @composeDirective(name: "@custom") @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet", "@composeDirective" ]) @link(url: "https://specs.custom.dev/custom/v1.0", import: [ "@custom" ]) { +schema @composeDirective(name: "@custom") @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet", "@composeDirective"]) @link(url: "https://specs.custom.dev/custom/v1.0", import: ["@custom"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ExternalDirectiveTests.AnnotateExternalToTypeFieldAnnotationBased.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ExternalDirectiveTests.AnnotateExternalToTypeFieldAnnotationBased.graphql index d6d0d397aea..d15f0bc9d96 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ExternalDirectiveTests.AnnotateExternalToTypeFieldAnnotationBased.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ExternalDirectiveTests.AnnotateExternalToTypeFieldAnnotationBased.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@external", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@external", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ExternalDirectiveTests.AnnotateExternalToTypeFieldCodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ExternalDirectiveTests.AnnotateExternalToTypeFieldCodeFirst.graphql index c54c20f0ee5..ed7ef29113f 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ExternalDirectiveTests.AnnotateExternalToTypeFieldCodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ExternalDirectiveTests.AnnotateExternalToTypeFieldCodeFirst.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@external", "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@external", "@key", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToClassAttributeAnnotationBased.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToClassAttributeAnnotationBased.graphql index 84c5027b533..51ddbc8b9af 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToClassAttributeAnnotationBased.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToClassAttributeAnnotationBased.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: QueryOfTestTypePropertyDirective } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToClassAttributesAnnotationBased.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToClassAttributesAnnotationBased.graphql index 54c6478e95e..80eaba51f4b 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToClassAttributesAnnotationBased.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToClassAttributesAnnotationBased.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: QueryOfTestTypePropertyDirectives } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToInterfaceAttributesAnnotationBased.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToInterfaceAttributesAnnotationBased.graphql index 5fbd6a82072..1800d909ed0 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToInterfaceAttributesAnnotationBased.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToInterfaceAttributesAnnotationBased.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: QueryOfTestTypeClassDirective } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToInterfaceTypeCodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToInterfaceTypeCodeFirst.graphql index 31a70762103..9159606a684 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToInterfaceTypeCodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToInterfaceTypeCodeFirst.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToObjectTypeAnnotationBased.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToObjectTypeAnnotationBased.graphql index 329c13b15d0..d97784cc9dc 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToObjectTypeAnnotationBased.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToObjectTypeAnnotationBased.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: QueryOfTestTypeClassDirective } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToObjectTypeCodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToObjectTypeCodeFirst.graphql index 089063f48ba..82e66b21545 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToObjectTypeCodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/KeyDirectiveTests.AnnotateKeyToObjectTypeCodeFirst.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToClassAttributeAnnotationBased.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToClassAttributeAnnotationBased.graphql index 5c4b8333f3c..f6b99f9ff21 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToClassAttributeAnnotationBased.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToClassAttributeAnnotationBased.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: QueryOfTestTypePropertyDirective } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToClassAttributesAnnotationBased.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToClassAttributesAnnotationBased.graphql index 9110ed4c947..6682121a520 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToClassAttributesAnnotationBased.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToClassAttributesAnnotationBased.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: QueryOfTestTypePropertyDirectives } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToInterfaceAttributesAnnotationBased.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToInterfaceAttributesAnnotationBased.graphql index e98fadbe0d2..1773ad3e48a 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToInterfaceAttributesAnnotationBased.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToInterfaceAttributesAnnotationBased.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: QueryOfTestTypeClassDirective } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToInterfaceTypeCodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToInterfaceTypeCodeFirst.graphql index b82f3e0523a..2925314a0cc 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToInterfaceTypeCodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToInterfaceTypeCodeFirst.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToObjectTypeAnnotationBased.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToObjectTypeAnnotationBased.graphql index 7b461c6aba3..d493793d4b2 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToObjectTypeAnnotationBased.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToObjectTypeAnnotationBased.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: QueryOfTestTypeClassDirective } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToObjectTypeCodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToObjectTypeCodeFirst.graphql index 659189a77a3..d5ddd350b4e 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToObjectTypeCodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/NonResolvableKeyDirectiveTests.AnnotateKeyToObjectTypeCodeFirst.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/OverrideDirectiveTests.OverrideDirective_Annotation.snap b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/OverrideDirectiveTests.OverrideDirective_Annotation.snap index 214f69ad683..4385ba2b1d8 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/OverrideDirectiveTests.OverrideDirective_Annotation.snap +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/OverrideDirectiveTests.OverrideDirective_Annotation.snap @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: [ "@key", "@override", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@key", "@override", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/OverrideDirectiveTests.OverrideDirective_Progressive_Annotation.snap b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/OverrideDirectiveTests.OverrideDirective_Progressive_Annotation.snap index 0d3768d1528..40146345941 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/OverrideDirectiveTests.OverrideDirective_Progressive_Annotation.snap +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/OverrideDirectiveTests.OverrideDirective_Progressive_Annotation.snap @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.7", import: [ "@key", "@override", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.7", import: ["@key", "@override", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/PolicyDirectiveTests.PolicyDirective_GetsAddedCorrectly_Annotations.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/PolicyDirectiveTests.PolicyDirective_GetsAddedCorrectly_Annotations.graphql index 1cffe4f611b..ec3b562786d 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/PolicyDirectiveTests.PolicyDirective_GetsAddedCorrectly_Annotations.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/PolicyDirectiveTests.PolicyDirective_GetsAddedCorrectly_Annotations.graphql @@ -1,14 +1,14 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet", "@policy" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet", "@policy"]) { query: Query } type Query { - someField(id: Int!): Review! @policy(policies: [ [ "p1, p1_1", "p2" ] ]) + someField(id: Int!): Review! @policy(policies: [["p1, p1_1", "p2"]]) _service: _Service! _entities(representations: [_Any!]!): [_Entity]! } -type Review @key(fields: "id") @policy(policies: [ [ "p3" ] ]) { +type Review @key(fields: "id") @policy(policies: [["p3"]]) { id: Int! } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/PolicyDirectiveTests.PolicyDirectives_GetAddedCorrectly_Annotations.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/PolicyDirectiveTests.PolicyDirectives_GetAddedCorrectly_Annotations.graphql index 1cffe4f611b..ec3b562786d 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/PolicyDirectiveTests.PolicyDirectives_GetAddedCorrectly_Annotations.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/PolicyDirectiveTests.PolicyDirectives_GetAddedCorrectly_Annotations.graphql @@ -1,14 +1,14 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet", "@policy" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet", "@policy"]) { query: Query } type Query { - someField(id: Int!): Review! @policy(policies: [ [ "p1, p1_1", "p2" ] ]) + someField(id: Int!): Review! @policy(policies: [["p1, p1_1", "p2"]]) _service: _Service! _entities(representations: [_Any!]!): [_Entity]! } -type Review @key(fields: "id") @policy(policies: [ [ "p3" ] ]) { +type Review @key(fields: "id") @policy(policies: [["p3"]]) { id: Int! } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/PolicyDirectiveTests.PolicyDirectives_GetAddedCorrectly_CodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/PolicyDirectiveTests.PolicyDirectives_GetAddedCorrectly_CodeFirst.graphql index 940f65f61eb..50aa3aa71d4 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/PolicyDirectiveTests.PolicyDirectives_GetAddedCorrectly_CodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/PolicyDirectiveTests.PolicyDirectives_GetAddedCorrectly_CodeFirst.graphql @@ -1,14 +1,14 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@policy", "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@policy", "@key", "@tag", "FieldSet"]) { query: Query } type Query { - someField: Review! @policy(policies: [ [ "p1,p1_1", "p2" ] ]) + someField: Review! @policy(policies: [["p1,p1_1", "p2"]]) _service: _Service! _entities(representations: [_Any!]!): [_Entity]! } -type Review @key(fields: "id") @key(fields: "id") @policy(policies: [ [ "p3" ] ]) { +type Review @key(fields: "id") @key(fields: "id") @policy(policies: [["p3"]]) { id: Int! } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ProvidesDirectiveTests.AnnotateProvidesToClassAttributePureCodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ProvidesDirectiveTests.AnnotateProvidesToClassAttributePureCodeFirst.graphql index dd77e5838dd..ef41fc616a7 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ProvidesDirectiveTests.AnnotateProvidesToClassAttributePureCodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ProvidesDirectiveTests.AnnotateProvidesToClassAttributePureCodeFirst.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@provides", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@provides", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ProvidesDirectiveTests.AnnotateProvidesToFieldCodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ProvidesDirectiveTests.AnnotateProvidesToFieldCodeFirst.graphql index 4e61941e71e..afec9ba96a9 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ProvidesDirectiveTests.AnnotateProvidesToFieldCodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/ProvidesDirectiveTests.AnnotateProvidesToFieldCodeFirst.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@provides", "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@provides", "@key", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresDirectiveTests.AnnotateProvidesToClassAttributePureCodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresDirectiveTests.AnnotateProvidesToClassAttributePureCodeFirst.graphql index b6149f146c3..05138833188 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresDirectiveTests.AnnotateProvidesToClassAttributePureCodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresDirectiveTests.AnnotateProvidesToClassAttributePureCodeFirst.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@requires", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@requires", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresDirectiveTests.AnnotateProvidesToFieldCodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresDirectiveTests.AnnotateProvidesToFieldCodeFirst.graphql index eff914171bc..16943504bed 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresDirectiveTests.AnnotateProvidesToFieldCodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresDirectiveTests.AnnotateProvidesToFieldCodeFirst.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@requires", "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@requires", "@key", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresScopesDirectiveTests.RequiresScopesDirective_GetsAddedCorrectly_Annotations.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresScopesDirectiveTests.RequiresScopesDirective_GetsAddedCorrectly_Annotations.graphql index dd7cd51064e..9f54429275c 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresScopesDirectiveTests.RequiresScopesDirective_GetsAddedCorrectly_Annotations.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresScopesDirectiveTests.RequiresScopesDirective_GetsAddedCorrectly_Annotations.graphql @@ -1,14 +1,14 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet", "@requiresScopes" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet", "@requiresScopes"]) { query: Query } type Query { - someField(id: Int!): Review! @requiresScopes(scopes: [ [ "s1, s1_1", "s2" ] ]) + someField(id: Int!): Review! @requiresScopes(scopes: [["s1, s1_1", "s2"]]) _service: _Service! _entities(representations: [_Any!]!): [_Entity]! } -type Review @key(fields: "id") @requiresScopes(scopes: [ [ "s3" ] ]) { +type Review @key(fields: "id") @requiresScopes(scopes: [["s3"]]) { id: Int! } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresScopesDirectiveTests.RequiresScopesDirectives_GetAddedCorrectly_Annotations.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresScopesDirectiveTests.RequiresScopesDirectives_GetAddedCorrectly_Annotations.graphql index dd7cd51064e..9f54429275c 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresScopesDirectiveTests.RequiresScopesDirectives_GetAddedCorrectly_Annotations.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresScopesDirectiveTests.RequiresScopesDirectives_GetAddedCorrectly_Annotations.graphql @@ -1,14 +1,14 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet", "@requiresScopes" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet", "@requiresScopes"]) { query: Query } type Query { - someField(id: Int!): Review! @requiresScopes(scopes: [ [ "s1, s1_1", "s2" ] ]) + someField(id: Int!): Review! @requiresScopes(scopes: [["s1, s1_1", "s2"]]) _service: _Service! _entities(representations: [_Any!]!): [_Entity]! } -type Review @key(fields: "id") @requiresScopes(scopes: [ [ "s3" ] ]) { +type Review @key(fields: "id") @requiresScopes(scopes: [["s3"]]) { id: Int! } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresScopesDirectiveTests.RequiresScopesDirectives_GetAddedCorrectly_CodeFirst.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresScopesDirectiveTests.RequiresScopesDirectives_GetAddedCorrectly_CodeFirst.graphql index 726151185ec..adcca877f44 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresScopesDirectiveTests.RequiresScopesDirectives_GetAddedCorrectly_CodeFirst.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/Directives/__snapshots__/RequiresScopesDirectiveTests.RequiresScopesDirectives_GetAddedCorrectly_CodeFirst.graphql @@ -1,14 +1,14 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@requiresScopes", "@key", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@requiresScopes", "@key", "@tag", "FieldSet"]) { query: Query } type Query { - someField: Review! @requiresScopes(scopes: [ [ "s1,s1_1", "s2" ] ]) + someField: Review! @requiresScopes(scopes: [["s1,s1_1", "s2"]]) _service: _Service! _entities(representations: [_Any!]!): [_Entity]! } -type Review @key(fields: "id") @key(fields: "id") @requiresScopes(scopes: [ [ "s3" ] ]) { +type Review @key(fields: "id") @key(fields: "id") @requiresScopes(scopes: [["s3"]]) { id: Int! } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/ServiceTypeTests.cs b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/ServiceTypeTests.cs index bd7ea9a239c..27975243b07 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/ServiceTypeTests.cs +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/ServiceTypeTests.cs @@ -32,7 +32,7 @@ public async Task TestServiceTypeEmptyQueryTypePureCodeFirst() .Parse((string)value!) .MatchInlineSnapshot( """ - schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@tag", "FieldSet" ]) { + schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) { query: Query } @@ -88,7 +88,7 @@ public async Task TestServiceTypeTypePureCodeFirst() .Parse((string)value!) .MatchInlineSnapshot( """ - schema @link(url: "https://specs.apollo.dev/federation/v2.2", import: [ "@key", "@tag", "FieldSet" ]) { + schema @link(url: "https://specs.apollo.dev/federation/v2.2", import: ["@key", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/__snapshots__/BuiltInTypesShareableTests.Ensure_PagingInfo_Is_Shareable.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/__snapshots__/BuiltInTypesShareableTests.Ensure_PagingInfo_Is_Shareable.graphql index 9b48e1d5755..c4437a1ba38 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/__snapshots__/BuiltInTypesShareableTests.Ensure_PagingInfo_Is_Shareable.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/__snapshots__/BuiltInTypesShareableTests.Ensure_PagingInfo_Is_Shareable.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@shareable", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@shareable", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/__snapshots__/BuiltInTypesShareableTests.Ensure_PagingInfo_Is_Shareable_When_Shareable_Already_Registered.graphql b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/__snapshots__/BuiltInTypesShareableTests.Ensure_PagingInfo_Is_Shareable_When_Shareable_Already_Registered.graphql index 9b48e1d5755..c4437a1ba38 100644 --- a/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/__snapshots__/BuiltInTypesShareableTests.Ensure_PagingInfo_Is_Shareable_When_Shareable_Already_Registered.graphql +++ b/src/HotChocolate/ApolloFederation/test/ApolloFederation.Tests/__snapshots__/BuiltInTypesShareableTests.Ensure_PagingInfo_Is_Shareable_When_Shareable_Already_Registered.graphql @@ -1,4 +1,4 @@ -schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: [ "@shareable", "@tag", "FieldSet" ]) { +schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@shareable", "@tag", "FieldSet"]) { query: Query } diff --git a/src/HotChocolate/AspNetCore/test/AspNetCore.Authorization.Tests/__snapshots__/AuthorizeDirectiveTests.FieldAuth_WithRoles.graphql b/src/HotChocolate/AspNetCore/test/AspNetCore.Authorization.Tests/__snapshots__/AuthorizeDirectiveTests.FieldAuth_WithRoles.graphql index b94308f39a5..dd3e6d9f319 100644 --- a/src/HotChocolate/AspNetCore/test/AspNetCore.Authorization.Tests/__snapshots__/AuthorizeDirectiveTests.FieldAuth_WithRoles.graphql +++ b/src/HotChocolate/AspNetCore/test/AspNetCore.Authorization.Tests/__snapshots__/AuthorizeDirectiveTests.FieldAuth_WithRoles.graphql @@ -3,7 +3,7 @@ schema { } type Query { - foo: String @authorize(roles: [ "MyRole" ]) + foo: String @authorize(roles: ["MyRole"]) } "Defines when a policy shall be executed." diff --git a/src/HotChocolate/AspNetCore/test/AspNetCore.Authorization.Tests/__snapshots__/AuthorizeDirectiveTests.TypeAuth_WithRoles.graphql b/src/HotChocolate/AspNetCore/test/AspNetCore.Authorization.Tests/__snapshots__/AuthorizeDirectiveTests.TypeAuth_WithRoles.graphql index 4d6934cf08e..48a06008790 100644 --- a/src/HotChocolate/AspNetCore/test/AspNetCore.Authorization.Tests/__snapshots__/AuthorizeDirectiveTests.TypeAuth_WithRoles.graphql +++ b/src/HotChocolate/AspNetCore/test/AspNetCore.Authorization.Tests/__snapshots__/AuthorizeDirectiveTests.TypeAuth_WithRoles.graphql @@ -2,7 +2,7 @@ schema { query: Query } -type Query @authorize(roles: [ "MyRole" ]) { +type Query @authorize(roles: ["MyRole"]) { foo: String } diff --git a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_SDL.snap b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_SDL.snap index c4b0b05e436..fe0063d6d48 100644 --- a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_SDL.snap +++ b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_SDL.snap @@ -17,7 +17,7 @@ type Droid implements Character { id: ID! name: String! appearsIn: [Episode] - friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") height(unit: Unit): Float primaryFunction: String traits: Any @@ -45,7 +45,7 @@ type Human implements Character { id: ID! name: String! appearsIn: [Episode] - friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") otherHuman: Human height(unit: Unit): Float homePlanet: String diff --git a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_SDL_Explicit_Route.snap b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_SDL_Explicit_Route.snap index 64950133b0d..97061e2f6ff 100644 --- a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_SDL_Explicit_Route.snap +++ b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_SDL_Explicit_Route.snap @@ -17,7 +17,7 @@ type Droid implements Character { id: ID! name: String! appearsIn: [Episode] - friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") height(unit: Unit): Float primaryFunction: String traits: Any @@ -45,7 +45,7 @@ type Human implements Character { id: ID! name: String! appearsIn: [Episode] - friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") otherHuman: Human height(unit: Unit): Float homePlanet: String diff --git a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_SDL_Explicit_Route_Explicit_Pattern.snap b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_SDL_Explicit_Route_Explicit_Pattern.snap index 64950133b0d..97061e2f6ff 100644 --- a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_SDL_Explicit_Route_Explicit_Pattern.snap +++ b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_SDL_Explicit_Route_Explicit_Pattern.snap @@ -17,7 +17,7 @@ type Droid implements Character { id: ID! name: String! appearsIn: [Episode] - friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") height(unit: Unit): Float primaryFunction: String traits: Any @@ -45,7 +45,7 @@ type Human implements Character { id: ID! name: String! appearsIn: [Episode] - friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") otherHuman: Human height(unit: Unit): Float homePlanet: String diff --git a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_Schema.md b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_Schema.md index c7f872e567f..a5658450568 100644 --- a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_Schema.md +++ b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_Schema.md @@ -28,7 +28,7 @@ type Droid implements Character { id: ID! name: String! appearsIn: [Episode] - friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") height(unit: Unit): Float primaryFunction: String traits: Any @@ -56,7 +56,7 @@ type Human implements Character { id: ID! name: String! appearsIn: [Episode] - friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") otherHuman: Human height(unit: Unit): Float homePlanet: String diff --git a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_Schema_Slicing_Args_Enabled.md b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_Schema_Slicing_Args_Enabled.md index 0e7d5e87aad..59913532ffe 100644 --- a/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_Schema_Slicing_Args_Enabled.md +++ b/src/HotChocolate/AspNetCore/test/AspNetCore.Tests/__snapshots__/HttpGetSchemaMiddlewareTests.Download_GraphQL_Schema_Slicing_Args_Enabled.md @@ -28,7 +28,7 @@ type Droid implements Character { id: ID! name: String! appearsIn: [Episode] - friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"]) @cost(weight: "10") height(unit: Unit): Float primaryFunction: String traits: Any @@ -56,7 +56,7 @@ type Human implements Character { id: ID! name: String! appearsIn: [Episode] - friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + friends("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): FriendsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"]) @cost(weight: "10") otherHuman: Human height(unit: Unit): Float homePlanet: String diff --git a/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults.snap b/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults.snap index a547372ad5d..7ebf532defb 100644 --- a/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults.snap +++ b/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults.snap @@ -23,7 +23,7 @@ type NestedType { queryableFieldWithCacheControl: [String!]! @cacheControl(maxAge: 200) queryableFieldWithCacheControlSharedMaxAge: [String!]! @cacheControl(sharedMaxAge: 200) queryableFieldWithCacheControlMaxAgeAndSharedMaxAge: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200) - queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: [ "accept-language", "x-timezoneoffset" ]) + queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: ["accept-language", "x-timezoneoffset"]) queryableFieldWithConnectionWithCacheControl("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): QueryableFieldWithConnectionWithCacheControlConnection @cacheControl(maxAge: 200) queryableFieldWithCollectionSegmentWithCacheControl(skip: Int take: Int): QueryableFieldWithCollectionSegmentWithCacheControlCollectionSegment @cacheControl(maxAge: 200) pureField: String! @@ -59,7 +59,7 @@ type Query { queryableFieldWithCacheControl: [String!]! @cacheControl(maxAge: 200) queryableFieldWithCacheControlSharedMaxAge: [String!]! @cacheControl(sharedMaxAge: 200) queryableFieldWithCacheControlMaxAgeAndSharedMaxAge: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200) - queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: [ "accept-language", "x-timezoneoffset" ]) + queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: ["accept-language", "x-timezoneoffset"]) queryableFieldWithConnectionWithCacheControl("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): QueryableFieldWithConnectionWithCacheControlConnection @cacheControl(maxAge: 200) queryableFieldWithCollectionSegmentWithCacheControl(skip: Int take: Int): QueryableFieldWithCollectionSegmentWithCacheControlCollectionSegment @cacheControl(maxAge: 200) nested: NestedType! @cacheControl(maxAge: 0) diff --git a/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults_DifferentDefaultMaxAge.snap b/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults_DifferentDefaultMaxAge.snap index e26b4b0dec1..f630feff1bd 100644 --- a/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults_DifferentDefaultMaxAge.snap +++ b/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults_DifferentDefaultMaxAge.snap @@ -23,7 +23,7 @@ type NestedType { queryableFieldWithCacheControl: [String!]! @cacheControl(maxAge: 200) queryableFieldWithCacheControlSharedMaxAge: [String!]! @cacheControl(sharedMaxAge: 200) queryableFieldWithCacheControlMaxAgeAndSharedMaxAge: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200) - queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: [ "accept-language", "x-timezoneoffset" ]) + queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: ["accept-language", "x-timezoneoffset"]) queryableFieldWithConnectionWithCacheControl("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): QueryableFieldWithConnectionWithCacheControlConnection @cacheControl(maxAge: 200) queryableFieldWithCollectionSegmentWithCacheControl(skip: Int take: Int): QueryableFieldWithCollectionSegmentWithCacheControlCollectionSegment @cacheControl(maxAge: 200) pureField: String! @@ -59,7 +59,7 @@ type Query { queryableFieldWithCacheControl: [String!]! @cacheControl(maxAge: 200) queryableFieldWithCacheControlSharedMaxAge: [String!]! @cacheControl(sharedMaxAge: 200) queryableFieldWithCacheControlMaxAgeAndSharedMaxAge: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200) - queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: [ "accept-language", "x-timezoneoffset" ]) + queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: ["accept-language", "x-timezoneoffset"]) queryableFieldWithConnectionWithCacheControl("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): QueryableFieldWithConnectionWithCacheControlConnection @cacheControl(maxAge: 200) queryableFieldWithCollectionSegmentWithCacheControl(skip: Int take: Int): QueryableFieldWithCollectionSegmentWithCacheControlCollectionSegment @cacheControl(maxAge: 200) nested: NestedType! @cacheControl(maxAge: 100) diff --git a/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults_DifferentDefaultScope.snap b/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults_DifferentDefaultScope.snap index fc717b5d79e..dd48e4010a0 100644 --- a/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults_DifferentDefaultScope.snap +++ b/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults_DifferentDefaultScope.snap @@ -23,7 +23,7 @@ type NestedType { queryableFieldWithCacheControl: [String!]! @cacheControl(maxAge: 200) queryableFieldWithCacheControlSharedMaxAge: [String!]! @cacheControl(sharedMaxAge: 200) queryableFieldWithCacheControlMaxAgeAndSharedMaxAge: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200) - queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: [ "accept-language", "x-timezoneoffset" ]) + queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: ["accept-language", "x-timezoneoffset"]) queryableFieldWithConnectionWithCacheControl("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): QueryableFieldWithConnectionWithCacheControlConnection @cacheControl(maxAge: 200) queryableFieldWithCollectionSegmentWithCacheControl(skip: Int take: Int): QueryableFieldWithCollectionSegmentWithCacheControlCollectionSegment @cacheControl(maxAge: 200) pureField: String! @@ -59,7 +59,7 @@ type Query { queryableFieldWithCacheControl: [String!]! @cacheControl(maxAge: 200) queryableFieldWithCacheControlSharedMaxAge: [String!]! @cacheControl(sharedMaxAge: 200) queryableFieldWithCacheControlMaxAgeAndSharedMaxAge: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200) - queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: [ "accept-language", "x-timezoneoffset" ]) + queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: ["accept-language", "x-timezoneoffset"]) queryableFieldWithConnectionWithCacheControl("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): QueryableFieldWithConnectionWithCacheControlConnection @cacheControl(maxAge: 200) queryableFieldWithCollectionSegmentWithCacheControl(skip: Int take: Int): QueryableFieldWithCollectionSegmentWithCacheControlCollectionSegment @cacheControl(maxAge: 200) nested: NestedType! @cacheControl(maxAge: 0, scope: PRIVATE) diff --git a/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults_False.snap b/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults_False.snap index a4c2df5c9ab..b0e43f212e0 100644 --- a/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults_False.snap +++ b/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_ApplyDefaults_False.snap @@ -23,7 +23,7 @@ type NestedType { queryableFieldWithCacheControl: [String!]! @cacheControl(maxAge: 200) queryableFieldWithCacheControlSharedMaxAge: [String!]! @cacheControl(sharedMaxAge: 200) queryableFieldWithCacheControlMaxAgeAndSharedMaxAge: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200) - queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: [ "accept-language", "x-timezoneoffset" ]) + queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: ["accept-language", "x-timezoneoffset"]) queryableFieldWithConnectionWithCacheControl("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): QueryableFieldWithConnectionWithCacheControlConnection @cacheControl(maxAge: 200) queryableFieldWithCollectionSegmentWithCacheControl(skip: Int take: Int): QueryableFieldWithCollectionSegmentWithCacheControlCollectionSegment @cacheControl(maxAge: 200) pureField: String! @@ -59,7 +59,7 @@ type Query { queryableFieldWithCacheControl: [String!]! @cacheControl(maxAge: 200) queryableFieldWithCacheControlSharedMaxAge: [String!]! @cacheControl(sharedMaxAge: 200) queryableFieldWithCacheControlMaxAgeAndSharedMaxAge: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200) - queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: [ "accept-language", "x-timezoneoffset" ]) + queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: ["accept-language", "x-timezoneoffset"]) queryableFieldWithConnectionWithCacheControl("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): QueryableFieldWithConnectionWithCacheControlConnection @cacheControl(maxAge: 200) queryableFieldWithCollectionSegmentWithCacheControl(skip: Int take: Int): QueryableFieldWithCollectionSegmentWithCacheControlCollectionSegment @cacheControl(maxAge: 200) nested: NestedType! diff --git a/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_CacheControl_Disabled.snap b/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_CacheControl_Disabled.snap index a4c2df5c9ab..b0e43f212e0 100644 --- a/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_CacheControl_Disabled.snap +++ b/src/HotChocolate/Caching/test/Caching.Tests/__snapshots__/CacheControlTypeInterceptorTests.DataResolvers_CacheControl_Disabled.snap @@ -23,7 +23,7 @@ type NestedType { queryableFieldWithCacheControl: [String!]! @cacheControl(maxAge: 200) queryableFieldWithCacheControlSharedMaxAge: [String!]! @cacheControl(sharedMaxAge: 200) queryableFieldWithCacheControlMaxAgeAndSharedMaxAge: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200) - queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: [ "accept-language", "x-timezoneoffset" ]) + queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: ["accept-language", "x-timezoneoffset"]) queryableFieldWithConnectionWithCacheControl("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): QueryableFieldWithConnectionWithCacheControlConnection @cacheControl(maxAge: 200) queryableFieldWithCollectionSegmentWithCacheControl(skip: Int take: Int): QueryableFieldWithCollectionSegmentWithCacheControlCollectionSegment @cacheControl(maxAge: 200) pureField: String! @@ -59,7 +59,7 @@ type Query { queryableFieldWithCacheControl: [String!]! @cacheControl(maxAge: 200) queryableFieldWithCacheControlSharedMaxAge: [String!]! @cacheControl(sharedMaxAge: 200) queryableFieldWithCacheControlMaxAgeAndSharedMaxAge: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200) - queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: [ "accept-language", "x-timezoneoffset" ]) + queryableFieldWithCacheControlMaxAgeAndSharedMaxAgeAndVary: [String!]! @cacheControl(maxAge: 500, sharedMaxAge: 200, vary: ["accept-language", "x-timezoneoffset"]) queryableFieldWithConnectionWithCacheControl("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): QueryableFieldWithConnectionWithCacheControlConnection @cacheControl(maxAge: 200) queryableFieldWithCollectionSegmentWithCacheControl(skip: Int take: Int): QueryableFieldWithCollectionSegmentWithCacheControlCollectionSegment @cacheControl(maxAge: 200) nested: NestedType! diff --git a/src/HotChocolate/Core/src/Types/Types/Attributes/DefaultValueSyntaxAttribute.cs b/src/HotChocolate/Core/src/Types/Types/Attributes/DefaultValueSyntaxAttribute.cs index 88821124770..8b8f54168f1 100644 --- a/src/HotChocolate/Core/src/Types/Types/Attributes/DefaultValueSyntaxAttribute.cs +++ b/src/HotChocolate/Core/src/Types/Types/Attributes/DefaultValueSyntaxAttribute.cs @@ -18,7 +18,7 @@ namespace HotChocolate.Types; /// /// public class InputWithComplexDefault /// { -/// [DefaultValueSyntax("[ { user: { enabled: true }}]")] +/// [DefaultValueSyntax("[{ user: { enabled: true }}]")] /// public List<User>? WithComplexDefault { get; set; } /// /// public string? WithoutDefault { get; set; } diff --git a/src/HotChocolate/Core/test/Authorization.Tests/SchemaFirstAuthorizationTests.cs b/src/HotChocolate/Core/test/Authorization.Tests/SchemaFirstAuthorizationTests.cs index b1b108541dc..fbffcef3bb2 100644 --- a/src/HotChocolate/Core/test/Authorization.Tests/SchemaFirstAuthorizationTests.cs +++ b/src/HotChocolate/Core/test/Authorization.Tests/SchemaFirstAuthorizationTests.cs @@ -13,7 +13,7 @@ public async Task Authorize_Apply_Can_Be_Omitted() .AddGraphQLServer() .AddDocumentFromString( """ - type Query @authorize(roles: [ "policy_tester_noupdate", "policy_tester_update_noread", "authorizationHandlerTester" ]) { + type Query @authorize(roles: ["policy_tester_noupdate", "policy_tester_update_noread", "authorizationHandlerTester"]) { hello: String @authorize(roles: ["admin"]) } """) diff --git a/src/HotChocolate/Core/test/Authorization.Tests/__snapshots__/SchemaFirstAuthorizationTests.Authorize_Apply_Can_Be_Omitted.graphql b/src/HotChocolate/Core/test/Authorization.Tests/__snapshots__/SchemaFirstAuthorizationTests.Authorize_Apply_Can_Be_Omitted.graphql index 2f803358229..12d7fb99ac1 100644 --- a/src/HotChocolate/Core/test/Authorization.Tests/__snapshots__/SchemaFirstAuthorizationTests.Authorize_Apply_Can_Be_Omitted.graphql +++ b/src/HotChocolate/Core/test/Authorization.Tests/__snapshots__/SchemaFirstAuthorizationTests.Authorize_Apply_Can_Be_Omitted.graphql @@ -2,8 +2,8 @@ schema { query: Query } -type Query @authorize(roles: [ "policy_tester_noupdate", "policy_tester_update_noread", "authorizationHandlerTester" ]) { - hello: String @authorize(roles: [ "admin" ]) @cost(weight: "10") +type Query @authorize(roles: ["policy_tester_noupdate", "policy_tester_update_noread", "authorizationHandlerTester"]) { + hello: String @authorize(roles: ["admin"]) @cost(weight: "10") } "Defines when a policy shall be executed." diff --git a/src/HotChocolate/Core/test/Execution.Tests/Processing/__snapshots__/OperationCompilerTests.Crypto_List_Test.snap b/src/HotChocolate/Core/test/Execution.Tests/Processing/__snapshots__/OperationCompilerTests.Crypto_List_Test.snap index c02363aecf7..a09736d47b6 100644 --- a/src/HotChocolate/Core/test/Execution.Tests/Processing/__snapshots__/OperationCompilerTests.Crypto_List_Test.snap +++ b/src/HotChocolate/Core/test/Execution.Tests/Processing/__snapshots__/OperationCompilerTests.Crypto_List_Test.snap @@ -25,7 +25,7 @@ fragment DashboardFeaturedCardFragment_asset on Asset { } fragment DashboardFeaturedFragment_query on Query { - featured: assets(where: { symbol: { in: [ "BTC", "ADA", "ALGO" ] } }) { + featured: assets(where: { symbol: { in: ["BTC", "ADA", "ALGO"] } }) { nodes { id ... DashboardFeaturedCardFragment_asset @@ -115,7 +115,7 @@ query DashboardContainerQuery { } } } - featured: assets(where: { symbol: { in: [ "BTC", "ADA", "ALGO" ] } }) @__execute(id: 3, kind: DEFAULT, type: COMPOSITE) { + featured: assets(where: { symbol: { in: ["BTC", "ADA", "ALGO"] } }) @__execute(id: 3, kind: DEFAULT, type: COMPOSITE) { ... on AssetsConnection { nodes @__execute(id: 19, kind: DEFAULT, type: COMPOSITE_LIST) { ... on Asset { diff --git a/src/HotChocolate/Core/test/Execution.Tests/SchemaFirstTests.cs b/src/HotChocolate/Core/test/Execution.Tests/SchemaFirstTests.cs index 966fe84b147..02cc1b22668 100644 --- a/src/HotChocolate/Core/test/Execution.Tests/SchemaFirstTests.cs +++ b/src/HotChocolate/Core/test/Execution.Tests/SchemaFirstTests.cs @@ -194,7 +194,7 @@ scalar Any """ mutation { changeChannelParameters(input: { - parameterChangeInfo: [ { value: { a: "b" } } ] + parameterChangeInfo: [{ value: { a: "b" } }] }) { message } diff --git a/src/HotChocolate/Core/test/Types.Analyzers.Integration.Tests/__snapshots__/IntegrationTests.Schema_Snapshot.snap b/src/HotChocolate/Core/test/Types.Analyzers.Integration.Tests/__snapshots__/IntegrationTests.Schema_Snapshot.snap index ee5e95bd61a..de8976a5db4 100644 --- a/src/HotChocolate/Core/test/Types.Analyzers.Integration.Tests/__snapshots__/IntegrationTests.Schema_Snapshot.snap +++ b/src/HotChocolate/Core/test/Types.Analyzers.Integration.Tests/__snapshots__/IntegrationTests.Schema_Snapshot.snap @@ -73,14 +73,14 @@ type ProductsEdge { type Query { """ Gets the product. - - + + **Returns:** The only product. """ product: Product! - ints("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): IntsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) - products("Returns the elements in the list that come after the specified cursor." after: Version2 "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): ProductsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + ints("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): IntsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) + products("Returns the elements in the list that come after the specified cursor." after: Version2 "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): ProductsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") argumentWithExplicitType(arg: Version2): String! nullableArgumentWithExplicitType(arg: Version2): String! nullableArrayArgumentRef(items: [String!]): String! diff --git a/src/HotChocolate/Core/test/Types.CursorPagination.Tests/__snapshots__/InferenceTests.Handle_FactoryTypeReference_For_Connection.graphql b/src/HotChocolate/Core/test/Types.CursorPagination.Tests/__snapshots__/InferenceTests.Handle_FactoryTypeReference_For_Connection.graphql index 3018f810757..99e8b3639af 100644 --- a/src/HotChocolate/Core/test/Types.CursorPagination.Tests/__snapshots__/InferenceTests.Handle_FactoryTypeReference_For_Connection.graphql +++ b/src/HotChocolate/Core/test/Types.CursorPagination.Tests/__snapshots__/InferenceTests.Handle_FactoryTypeReference_For_Connection.graphql @@ -41,7 +41,7 @@ type ProductsEdge { } type Query1 { - products("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): ProductsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + products("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): ProductsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") } "The purpose of the `cost` directive is to define a `weight` for GraphQL types, fields, and arguments. Static analysis can use these weights when calculating the overall cost of a query or response." diff --git a/src/HotChocolate/Core/test/Types.CursorPagination.Tests/__snapshots__/InferenceTests.Handle_FactoryTypeReference_For_Enumerable.graphql b/src/HotChocolate/Core/test/Types.CursorPagination.Tests/__snapshots__/InferenceTests.Handle_FactoryTypeReference_For_Enumerable.graphql index 3018f810757..99e8b3639af 100644 --- a/src/HotChocolate/Core/test/Types.CursorPagination.Tests/__snapshots__/InferenceTests.Handle_FactoryTypeReference_For_Enumerable.graphql +++ b/src/HotChocolate/Core/test/Types.CursorPagination.Tests/__snapshots__/InferenceTests.Handle_FactoryTypeReference_For_Enumerable.graphql @@ -41,7 +41,7 @@ type ProductsEdge { } type Query1 { - products("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): ProductsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + products("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): ProductsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") } "The purpose of the `cost` directive is to define a `weight` for GraphQL types, fields, and arguments. Static analysis can use these weights when calculating the overall cost of a query or response." diff --git a/src/HotChocolate/Core/test/Types.Tests/Regressions/NestedOptionalInt_2114.cs b/src/HotChocolate/Core/test/Types.Tests/Regressions/NestedOptionalInt_2114.cs index b53edb59916..8e53b794ec5 100644 --- a/src/HotChocolate/Core/test/Types.Tests/Regressions/NestedOptionalInt_2114.cs +++ b/src/HotChocolate/Core/test/Types.Tests/Regressions/NestedOptionalInt_2114.cs @@ -20,11 +20,11 @@ public async Task ShouldNotFailWithExplicitValues() const string query = @" mutation { eat(topping: { - pickles: [ { + pickles: [{ butterPickle: { size: 5, complexAssigned: { value: 3 }, - complexAssignedNull: null, complexList: [ { value: 2 } ] } } ] }) + complexAssignedNull: null, complexList: [{ value: 2 }] } }] }) }"; // act var result = await executor.ExecuteAsync(query); diff --git a/src/HotChocolate/Core/test/Types.Tests/Types/Composite/__snapshots__/SerializeAsTests.SerializeAs_Is_Added.graphql b/src/HotChocolate/Core/test/Types.Tests/Types/Composite/__snapshots__/SerializeAsTests.SerializeAs_Is_Added.graphql index c9f7d44e7ee..c9dcb81c7f8 100644 --- a/src/HotChocolate/Core/test/Types.Tests/Types/Composite/__snapshots__/SerializeAsTests.SerializeAs_Is_Added.graphql +++ b/src/HotChocolate/Core/test/Types.Tests/Types/Composite/__snapshots__/SerializeAsTests.SerializeAs_Is_Added.graphql @@ -28,6 +28,6 @@ directive @serializeAs("The primitive type a scalar is serialized to." type: [Sc scalar Custom1 @serializeAs(type: STRING) -scalar Custom2 @serializeAs(type: [ STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST ]) +scalar Custom2 @serializeAs(type: [STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST]) scalar Custom3 @serializeAs(type: STRING, pattern: "\\b\\d{3}\\b") diff --git a/src/HotChocolate/Core/test/Types.Tests/Types/InputObjectTypeTests.cs b/src/HotChocolate/Core/test/Types.Tests/Types/InputObjectTypeTests.cs index 9950a885fc9..9834cad0452 100644 --- a/src/HotChocolate/Core/test/Types.Tests/Types/InputObjectTypeTests.cs +++ b/src/HotChocolate/Core/test/Types.Tests/Types/InputObjectTypeTests.cs @@ -948,7 +948,7 @@ public class InputWithDefault [DefaultValue(FooEnum.Bar)] public FooEnum Enum { get; set; } - [DefaultValueSyntax("[[{ foo: 1 } ]]")] + [DefaultValueSyntax("[[{ foo: 1 }]]")] public List> ComplexInput { get; set; } = null!; public string? WithoutDefault { get; set; } diff --git a/src/HotChocolate/Core/test/Types.Tests/Types/Relay/__snapshots__/IdAttributeTests.Id_Type_Is_Correctly_Inferred.snap b/src/HotChocolate/Core/test/Types.Tests/Types/Relay/__snapshots__/IdAttributeTests.Id_Type_Is_Correctly_Inferred.snap index 7ee696a1dfb..35bfd7d1a39 100644 --- a/src/HotChocolate/Core/test/Types.Tests/Types/Relay/__snapshots__/IdAttributeTests.Id_Type_Is_Correctly_Inferred.snap +++ b/src/HotChocolate/Core/test/Types.Tests/Types/Relay/__snapshots__/IdAttributeTests.Id_Type_Is_Correctly_Inferred.snap @@ -28,19 +28,19 @@ type Query { nullableIntId(id: ID): Int nullableIntIdList(ids: [ID]!): [Int]! optionalIntId(id: ID = "UXVlcnk6MA=="): Int - optionalIntIdList(ids: [ID!] = [ ]): [Int!] + optionalIntIdList(ids: [ID!] = []): [Int!] stringId(id: ID!): String! stringIdList(ids: [ID!]!): [String!]! nullableStringId(id: ID): String nullableStringIdList(ids: [ID]!): [String]! optionalStringId(id: ID = "UXVlcnk6"): String - optionalStringIdList(ids: [ID] = [ ]): [String!] + optionalStringIdList(ids: [ID] = []): [String!] guidId(id: ID!): UUID! guidIdList(ids: [ID!]!): [UUID!]! nullableGuidId(id: ID): UUID nullableGuidIdList(ids: [ID]!): [UUID]! optionalGuidId(id: ID = "UXVlcnk6AAAAAAAAAAAAAAAAAAAAAA=="): UUID - optionalGuidIdList(ids: [ID] = [ ]): [UUID!] + optionalGuidIdList(ids: [ID] = []): [UUID!] interceptedId(id: ID!): Int! interceptedIds(ids: [ID!]!): [Int!]! customId(id: ID!): String! @@ -56,7 +56,7 @@ input FooInput { someOptionalId: ID = "U29tZTo=" someIds: [ID!]! someNullableIds: [ID] - someOptionalIds: [ID!] = [ ] + someOptionalIds: [ID!] = [] interceptedId: ID interceptedIds: [ID!] } diff --git a/src/HotChocolate/Core/test/Types.Tests/Types/Scalars/AnyTypeTests.cs b/src/HotChocolate/Core/test/Types.Tests/Types/Scalars/AnyTypeTests.cs index e6a2e4f561a..e80cd27ea79 100644 --- a/src/HotChocolate/Core/test/Types.Tests/Types/Scalars/AnyTypeTests.cs +++ b/src/HotChocolate/Core/test/Types.Tests/Types/Scalars/AnyTypeTests.cs @@ -324,7 +324,7 @@ public async Task Input_Value_List() // act var result = await executor.ExecuteAsync( - "{ foo(input: [ \"foo\" ]) }"); + "{ foo(input: [\"foo\"]) }"); // assert result.ToJson().MatchSnapshot(); @@ -349,7 +349,7 @@ public async Task Input_Object_List() // act var result = await executor.ExecuteAsync( - "{ foo(input: [ { a: \"foo\" } ]) }"); + "{ foo(input: [{ a: \"foo\" }]) }"); // assert result.ToJson().MatchSnapshot(); diff --git a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Apply_SemanticNonNull_To_SchemaFirst.snap b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Apply_SemanticNonNull_To_SchemaFirst.snap index 6f5c17b0637..0245e09f387 100644 --- a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Apply_SemanticNonNull_To_SchemaFirst.snap +++ b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Apply_SemanticNonNull_To_SchemaFirst.snap @@ -10,18 +10,18 @@ type Query { scalar: String nonNulScalar: String @semanticNonNull scalarArray: [String] - nonNullScalarArray: [String] @semanticNonNull(levels: [ 0, 1 ]) + nonNullScalarArray: [String] @semanticNonNull(levels: [0, 1]) outerNonNullScalarArray: [String] @semanticNonNull scalarNestedArray: [[String]] - nonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [ 0, 1, 2 ]) - innerNonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [ 0, 2 ]) + nonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [0, 1, 2]) + innerNonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [0, 2]) object: Foo nonNullObject: Foo @semanticNonNull objectArray: [Foo] - nonNullObjectArray: [Foo] @semanticNonNull(levels: [ 0, 1 ]) + nonNullObjectArray: [Foo] @semanticNonNull(levels: [0, 1]) objectNestedArray: [[Foo]] - nonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [ 0, 1, 2 ]) - innerNonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [ 0, 2 ]) + nonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [0, 1, 2]) + innerNonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [0, 2]) } directive @semanticNonNull(levels: [Int!] = [ diff --git a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_CodeFirst.snap b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_CodeFirst.snap index 6f5c17b0637..0245e09f387 100644 --- a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_CodeFirst.snap +++ b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_CodeFirst.snap @@ -10,18 +10,18 @@ type Query { scalar: String nonNulScalar: String @semanticNonNull scalarArray: [String] - nonNullScalarArray: [String] @semanticNonNull(levels: [ 0, 1 ]) + nonNullScalarArray: [String] @semanticNonNull(levels: [0, 1]) outerNonNullScalarArray: [String] @semanticNonNull scalarNestedArray: [[String]] - nonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [ 0, 1, 2 ]) - innerNonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [ 0, 2 ]) + nonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [0, 1, 2]) + innerNonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [0, 2]) object: Foo nonNullObject: Foo @semanticNonNull objectArray: [Foo] - nonNullObjectArray: [Foo] @semanticNonNull(levels: [ 0, 1 ]) + nonNullObjectArray: [Foo] @semanticNonNull(levels: [0, 1]) objectNestedArray: [[Foo]] - nonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [ 0, 1, 2 ]) - innerNonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [ 0, 2 ]) + nonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [0, 1, 2]) + innerNonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [0, 2]) } directive @semanticNonNull(levels: [Int!] = [ diff --git a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_ImplementationFirst.snap b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_ImplementationFirst.snap index 6f5c17b0637..0245e09f387 100644 --- a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_ImplementationFirst.snap +++ b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_ImplementationFirst.snap @@ -10,18 +10,18 @@ type Query { scalar: String nonNulScalar: String @semanticNonNull scalarArray: [String] - nonNullScalarArray: [String] @semanticNonNull(levels: [ 0, 1 ]) + nonNullScalarArray: [String] @semanticNonNull(levels: [0, 1]) outerNonNullScalarArray: [String] @semanticNonNull scalarNestedArray: [[String]] - nonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [ 0, 1, 2 ]) - innerNonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [ 0, 2 ]) + nonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [0, 1, 2]) + innerNonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [0, 2]) object: Foo nonNullObject: Foo @semanticNonNull objectArray: [Foo] - nonNullObjectArray: [Foo] @semanticNonNull(levels: [ 0, 1 ]) + nonNullObjectArray: [Foo] @semanticNonNull(levels: [0, 1]) objectNestedArray: [[Foo]] - nonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [ 0, 1, 2 ]) - innerNonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [ 0, 2 ]) + nonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [0, 1, 2]) + innerNonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [0, 2]) } directive @semanticNonNull(levels: [Int!] = [ diff --git a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_ImplementationFirst_With_GraphQLType_As_String.snap b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_ImplementationFirst_With_GraphQLType_As_String.snap index 6f5c17b0637..0245e09f387 100644 --- a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_ImplementationFirst_With_GraphQLType_As_String.snap +++ b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_ImplementationFirst_With_GraphQLType_As_String.snap @@ -10,18 +10,18 @@ type Query { scalar: String nonNulScalar: String @semanticNonNull scalarArray: [String] - nonNullScalarArray: [String] @semanticNonNull(levels: [ 0, 1 ]) + nonNullScalarArray: [String] @semanticNonNull(levels: [0, 1]) outerNonNullScalarArray: [String] @semanticNonNull scalarNestedArray: [[String]] - nonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [ 0, 1, 2 ]) - innerNonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [ 0, 2 ]) + nonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [0, 1, 2]) + innerNonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [0, 2]) object: Foo nonNullObject: Foo @semanticNonNull objectArray: [Foo] - nonNullObjectArray: [Foo] @semanticNonNull(levels: [ 0, 1 ]) + nonNullObjectArray: [Foo] @semanticNonNull(levels: [0, 1]) objectNestedArray: [[Foo]] - nonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [ 0, 1, 2 ]) - innerNonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [ 0, 2 ]) + nonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [0, 1, 2]) + innerNonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [0, 2]) } directive @semanticNonNull(levels: [Int!] = [ diff --git a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_ImplementationFirst_With_GraphQLType_As_Type.snap b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_ImplementationFirst_With_GraphQLType_As_Type.snap index 6f5c17b0637..0245e09f387 100644 --- a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_ImplementationFirst_With_GraphQLType_As_Type.snap +++ b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Derive_SemanticNonNull_From_ImplementationFirst_With_GraphQLType_As_Type.snap @@ -10,18 +10,18 @@ type Query { scalar: String nonNulScalar: String @semanticNonNull scalarArray: [String] - nonNullScalarArray: [String] @semanticNonNull(levels: [ 0, 1 ]) + nonNullScalarArray: [String] @semanticNonNull(levels: [0, 1]) outerNonNullScalarArray: [String] @semanticNonNull scalarNestedArray: [[String]] - nonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [ 0, 1, 2 ]) - innerNonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [ 0, 2 ]) + nonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [0, 1, 2]) + innerNonNullScalarNestedArray: [[String]] @semanticNonNull(levels: [0, 2]) object: Foo nonNullObject: Foo @semanticNonNull objectArray: [Foo] - nonNullObjectArray: [Foo] @semanticNonNull(levels: [ 0, 1 ]) + nonNullObjectArray: [Foo] @semanticNonNull(levels: [0, 1]) objectNestedArray: [[Foo]] - nonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [ 0, 1, 2 ]) - innerNonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [ 0, 2 ]) + nonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [0, 1, 2]) + innerNonNullObjectNestedArray: [[Foo]] @semanticNonNull(levels: [0, 2]) } directive @semanticNonNull(levels: [Int!] = [ diff --git a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.MutationConventions.snap b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.MutationConventions.snap index bd47c6c8033..b70e8766c8c 100644 --- a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.MutationConventions.snap +++ b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.MutationConventions.snap @@ -8,7 +8,7 @@ interface Error { type DoSomethingPayload { boolean: Boolean - errors: [DoSomethingError] @semanticNonNull(levels: [ 1 ]) + errors: [DoSomethingError] @semanticNonNull(levels: [1]) } type Mutation { diff --git a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Pagination.snap b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Pagination.snap index e663d5e4be4..39efb4b7ede 100644 --- a/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Pagination.snap +++ b/src/HotChocolate/Core/test/Types.Tests/__snapshots__/SemanticNonNullTests.Pagination.snap @@ -15,9 +15,9 @@ type CursorPaginationConnection { "Information to aid in pagination." pageInfo: PageInfo @semanticNonNull "A list of edges." - edges: [CursorPaginationEdge] @semanticNonNull(levels: [ 1 ]) + edges: [CursorPaginationEdge] @semanticNonNull(levels: [1]) "A flattened list of the nodes." - nodes: [String] @semanticNonNull(levels: [ 1 ]) + nodes: [String] @semanticNonNull(levels: [1]) } "An edge in a connection." @@ -33,7 +33,7 @@ type OffsetPaginationCollectionSegment { "Information to aid in pagination." pageInfo: CollectionSegmentInfo @semanticNonNull "A flattened list of the items." - items: [String] @semanticNonNull(levels: [ 1 ]) + items: [String] @semanticNonNull(levels: [1]) } "Information about pagination in a connection." diff --git a/src/HotChocolate/Core/test/Validation.Tests/AllVariablesUsedRuleTests.cs b/src/HotChocolate/Core/test/Validation.Tests/AllVariablesUsedRuleTests.cs index 07ce5b31289..c92e33d3124 100644 --- a/src/HotChocolate/Core/test/Validation.Tests/AllVariablesUsedRuleTests.cs +++ b/src/HotChocolate/Core/test/Validation.Tests/AllVariablesUsedRuleTests.cs @@ -177,7 +177,7 @@ public void VariableUsedInListInput() """ query queryWithListInput($value: Boolean!) { - booleanList(booleanListArg: [ $value ]) + booleanList(booleanListArg: [$value]) } """); } diff --git a/src/HotChocolate/Core/test/Validation.Tests/__snapshots__/ValuesOfCorrectTypeRuleTests.BadBooleanListArg.snap b/src/HotChocolate/Core/test/Validation.Tests/__snapshots__/ValuesOfCorrectTypeRuleTests.BadBooleanListArg.snap index 7f5f52f4d5f..89a81ca8fd7 100644 --- a/src/HotChocolate/Core/test/Validation.Tests/__snapshots__/ValuesOfCorrectTypeRuleTests.BadBooleanListArg.snap +++ b/src/HotChocolate/Core/test/Validation.Tests/__snapshots__/ValuesOfCorrectTypeRuleTests.BadBooleanListArg.snap @@ -11,7 +11,7 @@ ], "extensions": { "argument": "booleanListArg", - "argumentValue": "[ true, \u0022false\u0022 ]", + "argumentValue": "[true, \u0022false\u0022]", "locationType": "[Boolean!]", "specifiedBy": "https://spec.graphql.org/September2025/#sec-Values-of-Correct-Type" } diff --git a/src/HotChocolate/Core/test/Validation.Tests/__snapshots__/ValuesOfCorrectTypeRuleTests.BadIncorrectItemType.snap b/src/HotChocolate/Core/test/Validation.Tests/__snapshots__/ValuesOfCorrectTypeRuleTests.BadIncorrectItemType.snap index 80428f88102..af8a4127ee2 100644 --- a/src/HotChocolate/Core/test/Validation.Tests/__snapshots__/ValuesOfCorrectTypeRuleTests.BadIncorrectItemType.snap +++ b/src/HotChocolate/Core/test/Validation.Tests/__snapshots__/ValuesOfCorrectTypeRuleTests.BadIncorrectItemType.snap @@ -12,7 +12,7 @@ ], "extensions": { "argument": "stringListArg", - "argumentValue": "[ \u0022one\u0022, 2 ]", + "argumentValue": "[\u0022one\u0022, 2]", "locationType": "[String]", "specifiedBy": "https://spec.graphql.org/September2025/#sec-Values-of-Correct-Type" } diff --git a/src/HotChocolate/CostAnalysis/test/CostAnalysis.Tests/__snapshots__/PagingTests.Do_Not_Use_Default_Page_Size_When_Default_Is_Specified.md b/src/HotChocolate/CostAnalysis/test/CostAnalysis.Tests/__snapshots__/PagingTests.Do_Not_Use_Default_Page_Size_When_Default_Is_Specified.md index 4c4fbd1a0e8..323bbbf4613 100644 --- a/src/HotChocolate/CostAnalysis/test/CostAnalysis.Tests/__snapshots__/PagingTests.Do_Not_Use_Default_Page_Size_When_Default_Is_Specified.md +++ b/src/HotChocolate/CostAnalysis/test/CostAnalysis.Tests/__snapshots__/PagingTests.Do_Not_Use_Default_Page_Size_When_Default_Is_Specified.md @@ -61,7 +61,7 @@ type AuthorsEdge { type Book { title: String! - authors("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): AuthorsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) + authors("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): AuthorsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) } "A connection to a list of items." @@ -140,10 +140,10 @@ type PageInfo { } type Query { - books("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") - booksWithTotalCount("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksTotalConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") - booksOffset(skip: Int take: Int where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksOffsetCollectionSegment @listSize(assumedSize: 50, slicingArguments: [ "take" ], sizedFields: [ "items" ], requireOneSlicingArgument: false) @cost(weight: "10") - booksOffsetWithTotalCount(skip: Int take: Int where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksTotalCollectionSegment @listSize(assumedSize: 50, slicingArguments: [ "take" ], sizedFields: [ "items" ], requireOneSlicingArgument: false) @cost(weight: "10") + books("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") + booksWithTotalCount("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksTotalConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") + booksOffset(skip: Int take: Int where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksOffsetCollectionSegment @listSize(assumedSize: 50, slicingArguments: ["take"], sizedFields: ["items"], requireOneSlicingArgument: false) @cost(weight: "10") + booksOffsetWithTotalCount(skip: Int take: Int where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksTotalCollectionSegment @listSize(assumedSize: 50, slicingArguments: ["take"], sizedFields: ["items"], requireOneSlicingArgument: false) @cost(weight: "10") } input BookFilterInput { diff --git a/src/HotChocolate/CostAnalysis/test/CostAnalysis.Tests/__snapshots__/PagingTests.Ensure_Paging_Defaults_Are_Applied.graphql b/src/HotChocolate/CostAnalysis/test/CostAnalysis.Tests/__snapshots__/PagingTests.Ensure_Paging_Defaults_Are_Applied.graphql index 6867fc72a0d..756a6a64da6 100644 --- a/src/HotChocolate/CostAnalysis/test/CostAnalysis.Tests/__snapshots__/PagingTests.Ensure_Paging_Defaults_Are_Applied.graphql +++ b/src/HotChocolate/CostAnalysis/test/CostAnalysis.Tests/__snapshots__/PagingTests.Ensure_Paging_Defaults_Are_Applied.graphql @@ -26,7 +26,7 @@ type AuthorsEdge { type Book { title: String! - authors("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): AuthorsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ]) + authors("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): AuthorsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"]) } "A connection to a list of items." @@ -105,10 +105,10 @@ type PageInfo { } type Query { - books("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") - booksWithTotalCount("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksTotalConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") - booksOffset(skip: Int take: Int where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksOffsetCollectionSegment @listSize(assumedSize: 50, slicingArguments: [ "take" ], slicingArgumentDefaultValue: 10, sizedFields: [ "items" ]) @cost(weight: "10") - booksOffsetWithTotalCount(skip: Int take: Int where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksTotalCollectionSegment @listSize(assumedSize: 50, slicingArguments: [ "take" ], slicingArgumentDefaultValue: 10, sizedFields: [ "items" ]) @cost(weight: "10") + books("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"]) @cost(weight: "10") + booksWithTotalCount("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksTotalConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"]) @cost(weight: "10") + booksOffset(skip: Int take: Int where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksOffsetCollectionSegment @listSize(assumedSize: 50, slicingArguments: ["take"], slicingArgumentDefaultValue: 10, sizedFields: ["items"]) @cost(weight: "10") + booksOffsetWithTotalCount(skip: Int take: Int where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksTotalCollectionSegment @listSize(assumedSize: 50, slicingArguments: ["take"], slicingArgumentDefaultValue: 10, sizedFields: ["items"]) @cost(weight: "10") } input BookFilterInput { diff --git a/src/HotChocolate/CostAnalysis/test/CostAnalysis.Tests/__snapshots__/PagingTests.Use_Default_Page_Size_When_Default_Is_Specified.md b/src/HotChocolate/CostAnalysis/test/CostAnalysis.Tests/__snapshots__/PagingTests.Use_Default_Page_Size_When_Default_Is_Specified.md index e4a442b4626..67cce99fd7b 100644 --- a/src/HotChocolate/CostAnalysis/test/CostAnalysis.Tests/__snapshots__/PagingTests.Use_Default_Page_Size_When_Default_Is_Specified.md +++ b/src/HotChocolate/CostAnalysis/test/CostAnalysis.Tests/__snapshots__/PagingTests.Use_Default_Page_Size_When_Default_Is_Specified.md @@ -61,7 +61,7 @@ type AuthorsEdge { type Book { title: String! - authors("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): AuthorsConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 2, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) + authors("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): AuthorsConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 2, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) } "A connection to a list of items." @@ -140,10 +140,10 @@ type PageInfo { } type Query { - books("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 2, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") - booksWithTotalCount("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksTotalConnection @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 2, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") - booksOffset(skip: Int take: Int where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksOffsetCollectionSegment @listSize(assumedSize: 50, slicingArguments: [ "take" ], slicingArgumentDefaultValue: 2, sizedFields: [ "items" ], requireOneSlicingArgument: false) @cost(weight: "10") - booksOffsetWithTotalCount(skip: Int take: Int where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksTotalCollectionSegment @listSize(assumedSize: 50, slicingArguments: [ "take" ], slicingArgumentDefaultValue: 2, sizedFields: [ "items" ], requireOneSlicingArgument: false) @cost(weight: "10") + books("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 2, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") + booksWithTotalCount("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksTotalConnection @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 2, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") + booksOffset(skip: Int take: Int where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksOffsetCollectionSegment @listSize(assumedSize: 50, slicingArguments: ["take"], slicingArgumentDefaultValue: 2, sizedFields: ["items"], requireOneSlicingArgument: false) @cost(weight: "10") + booksOffsetWithTotalCount(skip: Int take: Int where: BookFilterInput @cost(weight: "10") order: [BookSortInput!] @cost(weight: "10")): BooksTotalCollectionSegment @listSize(assumedSize: 50, slicingArguments: ["take"], slicingArgumentDefaultValue: 2, sizedFields: ["items"], requireOneSlicingArgument: false) @cost(weight: "10") } input BookFilterInput { diff --git a/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorComparableTests.cs b/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorComparableTests.cs index adc9639f126..bea9235b213 100644 --- a/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorComparableTests.cs +++ b/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorComparableTests.cs @@ -381,17 +381,17 @@ public async Task Create_ShortIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ null, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [null, 14]}}){ barShort}}") .Build()); // assert @@ -411,17 +411,17 @@ public async Task Create_ShortNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ null, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [null, 14]}}){ barShort}}") .Build()); // assert @@ -790,17 +790,17 @@ public async Task Create_ShortNullableIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, null ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, null]}}){ barShort}}") .Build()); // assert @@ -820,17 +820,17 @@ public async Task Create_ShortNullableNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, null ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, null]}}){ barShort}}") .Build()); // assert diff --git a/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorEnumTests.cs b/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorEnumTests.cs index 346fe67c2df..c1d4a6bb0b3 100644 --- a/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorEnumTests.cs +++ b/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorEnumTests.cs @@ -100,17 +100,17 @@ public async Task Create_EnumIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ BAR FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [BAR FOO]}}){ barEnum}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [FOO]}}){ barEnum}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ null FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [null FOO]}}){ barEnum}}") .Build()); // assert @@ -131,17 +131,17 @@ public async Task Create_EnumNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ BAR FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { nin: [BAR FOO]}}){ barEnum}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { nin: [FOO]}}){ barEnum}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ null FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { nin: [null FOO]}}){ barEnum}}") .Build()); // assert @@ -224,17 +224,17 @@ public async Task Create_NullableEnumIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ BAR FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [BAR FOO]}}){ barEnum}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [FOO]}}){ barEnum}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ null FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [null FOO]}}){ barEnum}}") .Build()); // assert @@ -255,17 +255,17 @@ public async Task Create_NullableEnumNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ BAR FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { nin: [BAR FOO]}}){ barEnum}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { nin: [FOO]}}){ barEnum}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ null FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { nin: [null FOO]}}){ barEnum}}") .Build()); // assert diff --git a/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorIdTests.cs b/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorIdTests.cs index 7769b0008f6..a024f772ba2 100644 --- a/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorIdTests.cs +++ b/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorIdTests.cs @@ -141,7 +141,7 @@ public async Task Create_StringIdIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"Rm86dGVzdGF0ZXN0\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"Rm86dGVzdGF0ZXN0\"]}}){ bar}}") .Build()); // assert @@ -186,7 +186,7 @@ public async Task Create_StringIdNotIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"Rm86dGVzdGF0ZXN0\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"Rm86dGVzdGF0ZXN0\"]}}){ bar}}") .Build()); // assert @@ -298,7 +298,7 @@ public async Task Create_NullableStringIdIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"Rm86dGVzdGF0ZXN0\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"Rm86dGVzdGF0ZXN0\"]}}){ bar}}") .Build()); // assert @@ -327,7 +327,7 @@ public async Task Create_NullableStringIdNotIn_Expression() { root(where: { bar: { - nin: [ "Rm86dGVzdGF0ZXN0" "Rm86dGVzdGJ0ZXN0" ] + nin: ["Rm86dGVzdGF0ZXN0" "Rm86dGVzdGJ0ZXN0"] } }){ bar @@ -343,7 +343,7 @@ public async Task Create_NullableStringIdNotIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"Rm86dGVzdGF0ZXN0\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"Rm86dGVzdGF0ZXN0\"]}}){ bar}}") .Build()); // assert @@ -524,7 +524,7 @@ public async Task Create_ShortIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ null, \"Rm9vOjE0\"]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [null, \"Rm9vOjE0\"]}}){ barShort}}") .Build()); // assert @@ -561,13 +561,13 @@ public async Task Create_ShortNotIn_Expression() OperationRequestBuilder.New() .SetDocument( "{ root(where: { barShort: { nin: " - + "[ \"Rm9vOjEy\", \"Rm9vOjE0\"]}}){ barShort}}") + + "[\"Rm9vOjEy\", \"Rm9vOjE0\"]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { barShort: { nin: [ null, \"Rm9vOjE0\"]}}){ barShort}}") + "{ root(where: { barShort: { nin: [null, \"Rm9vOjE0\"]}}){ barShort}}") .Build()); // assert @@ -616,7 +616,7 @@ public async Task Create_ShortNullableIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { barShort: { in: [ \"Rm9vOjEz\", null ]}}){ barShort}}") + "{ root(where: { barShort: { in: [\"Rm9vOjEz\", null]}}){ barShort}}") .Build()); // assert diff --git a/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorObjectTests.cs b/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorObjectTests.cs index 8311861b490..64655eea1c7 100644 --- a/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorObjectTests.cs +++ b/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorObjectTests.cs @@ -194,21 +194,21 @@ public async Task Create_ObjectShortIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 12, 13 ]}}}) " + "{ root(where: { foo: { barShort: { in: [12, 13]}}}) " + "{ foo{ barShort}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, 14]}}}) " + "{ foo{ barShort}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ null, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [null, 14]}}}) " + "{ foo{ barShort}}}") .Build()); @@ -268,21 +268,21 @@ public async Task Create_ObjectNullableShortIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 12, 13 ]}}}) " + "{ root(where: { foo: { barShort: { in: [12, 13]}}}) " + "{ foo{ barShort}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, 14]}}}) " + "{ foo{ barShort}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, null ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, null]}}}) " + "{ foo{ barShort}}}") .Build()); @@ -408,21 +408,21 @@ public async Task Create_ObjectEnumIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ BAR FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [BAR FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ null FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [null FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); @@ -482,21 +482,21 @@ public async Task Create_ObjectNullableEnumIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ BAR FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [BAR FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ null FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [null FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); @@ -555,7 +555,7 @@ public async Task Create_ObjectStringIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barString: { in: [ \"testatest\" \"testbtest\" ]}}}) " + "{ root(where: { foo: { barString: { in: [\"testatest\" \"testbtest\"]}}}) " + "{ foo{ barString}}}") .Build()); @@ -569,7 +569,7 @@ public async Task Create_ObjectStringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barString: { in: [ \"testatest\" ]}}}) " + "{ root(where: { foo: { barString: { in: [\"testatest\"]}}}) " + "{ foo{ barString}}}") .Build()); diff --git a/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorStringTests.cs b/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorStringTests.cs index b375a78206d..92316d751a1 100644 --- a/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorStringTests.cs +++ b/src/HotChocolate/Data/test/Data.Filters.InMemory.Tests/QueryableFilterVisitorStringTests.cs @@ -95,7 +95,7 @@ public async Task Create_StringIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -105,7 +105,7 @@ public async Task Create_StringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"testatest\"]}}){ bar}}") .Build()); // assert @@ -126,7 +126,7 @@ public async Task Create_StringNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -136,7 +136,7 @@ public async Task Create_StringNotIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"testatest\"]}}){ bar}}") .Build()); // assert @@ -407,7 +407,7 @@ public async Task Create_NullableStringIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -417,7 +417,7 @@ public async Task Create_NullableStringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"testatest\"]}}){ bar}}") .Build()); // assert @@ -438,7 +438,7 @@ public async Task Create_NullableStringNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -448,7 +448,7 @@ public async Task Create_NullableStringNotIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"testatest\"]}}){ bar}}") .Build()); // assert diff --git a/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorComparableTests.cs b/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorComparableTests.cs index 9ca6eec76e6..1b8ef636259 100644 --- a/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorComparableTests.cs +++ b/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorComparableTests.cs @@ -418,17 +418,17 @@ public async Task Create_ShortIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ null, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [null, 14]}}){ barShort}}") .Build()); // assert @@ -452,17 +452,17 @@ public async Task Create_ShortNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ null, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [null, 14]}}){ barShort}}") .Build()); // assert @@ -862,17 +862,17 @@ public async Task Create_ShortNullableIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, null ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, null]}}){ barShort}}") .Build()); // assert @@ -893,17 +893,17 @@ public async Task Create_ShortNullableNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, null ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, null]}}){ barShort}}") .Build()); // assert diff --git a/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorEnumTests.cs b/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorEnumTests.cs index fcdea60a72a..ecde8bc4703 100644 --- a/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorEnumTests.cs +++ b/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorEnumTests.cs @@ -100,17 +100,17 @@ public async Task Create_EnumIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ BAR FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [BAR FOO]}}){ barEnum}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [FOO]}}){ barEnum}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ null FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [null FOO]}}){ barEnum}}") .Build()); // assert @@ -134,17 +134,17 @@ public async Task Create_EnumNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ BAR FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [BAR FOO] } }) { barEnum } }") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [FOO] } }) { barEnum } }") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ null FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [null FOO] } }) { barEnum } }") .Build()); // assert @@ -237,17 +237,17 @@ public async Task Create_NullableEnumIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ BAR FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { in: [BAR FOO] } }) { barEnum } }") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { in: [FOO] } }) { barEnum } }") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ null FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { in: [null FOO] } }) { barEnum } }") .Build()); // assert @@ -268,17 +268,17 @@ public async Task Create_NullableEnumNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ BAR FOO ] } }){ barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [BAR FOO] } }){ barEnum } }") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [FOO] } }) { barEnum } }") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ null FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [null FOO] } }) { barEnum } }") .Build()); // assert diff --git a/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorObjectTests.cs b/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorObjectTests.cs index e3703118265..8ddd461d042 100644 --- a/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorObjectTests.cs +++ b/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorObjectTests.cs @@ -144,21 +144,21 @@ public async Task Create_ObjectShortIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 12, 13 ]}}}) " + "{ root(where: { foo: { barShort: { in: [12, 13]}}}) " + "{ foo{ barShort}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, 14]}}}) " + "{ foo{ barShort}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ null, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [null, 14]}}}) " + "{ foo{ barShort}}}") .Build()); @@ -224,21 +224,21 @@ public async Task Create_ObjectNullableShortIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 12, 13 ]}}}) " + "{ root(where: { foo: { barShort: { in: [12, 13]}}}) " + "{ foo{ barShort}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, 14]}}}) " + "{ foo{ barShort}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, null ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, null]}}}) " + "{ foo{ barShort}}}") .Build()); @@ -373,21 +373,21 @@ public async Task Create_ObjectEnumIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ BAR FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [BAR FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ null FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [null FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); @@ -454,21 +454,21 @@ public async Task Create_ObjectNullableEnumIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ BAR FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [BAR FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ null FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [null FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); @@ -531,7 +531,7 @@ public async Task Create_ObjectStringIn_Expression() OperationRequestBuilder.New() .SetDocument( "{ root(where: { foo: { barString: { in: " - + "[ \"testatest\" \"testbtest\" ]}}}) " + + "[\"testatest\" \"testbtest\"]}}}) " + "{ foo{ barString}}}") .Build()); @@ -545,7 +545,7 @@ public async Task Create_ObjectStringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barString: { in: [ \"testatest\" ]}}}) " + "{ root(where: { foo: { barString: { in: [\"testatest\"]}}}) " + "{ foo{ barString}}}") .Build()); diff --git a/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorStringTests.cs b/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorStringTests.cs index 3d5cf48e8a6..06bfd2ae83a 100644 --- a/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorStringTests.cs +++ b/src/HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorStringTests.cs @@ -97,7 +97,7 @@ public async Task Create_StringIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { in: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { in: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -107,7 +107,7 @@ public async Task Create_StringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"testatest\"]}}){ bar}}") .Build()); // assert @@ -132,7 +132,7 @@ public async Task Create_StringNotIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { nin: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { nin: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -142,7 +142,7 @@ public async Task Create_StringNotIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"testatest\"]}}){ bar}}") .Build()); // assert @@ -423,7 +423,7 @@ public async Task Create_NullableStringIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { in: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { in: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -433,7 +433,7 @@ public async Task Create_NullableStringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"testatest\"]}}){ bar}}") .Build()); // assert @@ -456,7 +456,7 @@ public async Task Create_NullableStringNotIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { nin: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { nin: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -466,7 +466,7 @@ public async Task Create_NullableStringNotIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"testatest\"]}}){ bar}}") .Build()); // assert diff --git a/src/HotChocolate/Data/test/Data.PostgreSQL.Tests/__snapshots__/IntegrationTests.CreateSchema.graphql b/src/HotChocolate/Data/test/Data.PostgreSQL.Tests/__snapshots__/IntegrationTests.CreateSchema.graphql index 3d9172f8e5a..575dc928716 100644 --- a/src/HotChocolate/Data/test/Data.PostgreSQL.Tests/__snapshots__/IntegrationTests.CreateSchema.graphql +++ b/src/HotChocolate/Data/test/Data.PostgreSQL.Tests/__snapshots__/IntegrationTests.CreateSchema.graphql @@ -17,7 +17,7 @@ type BillingStatementTransaction implements StatementTransaction { } type Brand implements Node { - products("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: ProductFilterInput @cost(weight: "10") order: [ProductSortInput!] @cost(weight: "10")): BrandProductsConnection! @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + products("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: ProductFilterInput @cost(weight: "10") order: [ProductSortInput!] @cost(weight: "10")): BrandProductsConnection! @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") id: ID! name: String! } @@ -166,13 +166,13 @@ type Query { node("ID of the object." id: ID!): Node @shareable @cost(weight: "10") "Lookup nodes by a list of IDs." nodes("The list of node IDs." ids: [ID!]!): [Node]! @shareable @cost(weight: "10") - hiddenNameProductTypes("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: ProductTypeFilterInput @cost(weight: "10") order: [ProductTypeSortInput!] @cost(weight: "10")): ProductTypeConnection! @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") - brands("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BrandFilterInput @cost(weight: "10")): BrandConnection! @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + hiddenNameProductTypes("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: ProductTypeFilterInput @cost(weight: "10") order: [ProductTypeSortInput!] @cost(weight: "10")): ProductTypeConnection! @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") + brands("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: BrandFilterInput @cost(weight: "10")): BrandConnection! @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") brandById(id: ID!): Brand @lookup @cost(weight: "10") brandByIdWithDL(id: ID!): Brand @lookup @cost(weight: "10") - products("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: ProductFilterInput @cost(weight: "10") order: [ProductSortInput!] @cost(weight: "10")): ProductConnection! @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + products("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: ProductFilterInput @cost(weight: "10") order: [ProductSortInput!] @cost(weight: "10")): ProductConnection! @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") productById(id: ID!): Product @lookup @internal @cost(weight: "10") - productsNonRelative("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: ProductFilterInput @cost(weight: "10") order: [ProductSortInput!] @cost(weight: "10")): ProductConnection! @listSize(assumedSize: 50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + productsNonRelative("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String where: ProductFilterInput @cost(weight: "10") order: [ProductSortInput!] @cost(weight: "10")): ProductConnection! @listSize(assumedSize: 50, slicingArguments: ["first", "last"], slicingArgumentDefaultValue: 10, sizedFields: ["edges", "nodes"], requireOneSlicingArgument: false) @cost(weight: "10") singleProperties: [SingleProperty!]! @cost(weight: "10") statementTransaction: StatementTransaction! } @@ -328,7 +328,7 @@ type User @internal { id: ID! name: String! } - + directive @internal on OBJECT | FIELD_DEFINITION """ directive @internal on OBJECT | FIELD_DEFINITION @@ -349,11 +349,11 @@ directive @serializeAs("The primitive type a scalar is serialized to." type: [Sc By default, only a single source schema is allowed to contribute a particular field to an object type. - + This prevents source schemas from inadvertently defining similarly named fields that are not semantically equivalent. - + Fields must be explicitly marked as @shareable to allow multiple source schemas to define them, ensuring that the decision to serve a field from more than one source schema is intentional and coordinated. diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_ComplexNested.yaml b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_ComplexNested.yaml index 527e25f28d4..7903f7db5e9 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_ComplexNested.yaml +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_ComplexNested.yaml @@ -76,7 +76,7 @@ sourceSchemas: directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR "The `Any` scalar type represents any valid GraphQL value." - scalar Any @serializeAs(type: [ STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST ]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") + scalar Any @serializeAs(type: [STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") interactions: - request: document: | diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_List.yaml b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_List.yaml index 3c651f2a54f..7639189f63a 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_List.yaml +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_List.yaml @@ -57,7 +57,7 @@ sourceSchemas: directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR "The `Any` scalar type represents any valid GraphQL value." - scalar Any @serializeAs(type: [ STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST ]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") + scalar Any @serializeAs(type: [STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") interactions: - request: document: | diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_ListOfObjects.yaml b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_ListOfObjects.yaml index d8751ded756..75b52085339 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_ListOfObjects.yaml +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_ListOfObjects.yaml @@ -64,7 +64,7 @@ sourceSchemas: directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR "The `Any` scalar type represents any valid GraphQL value." - scalar Any @serializeAs(type: [ STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST ]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") + scalar Any @serializeAs(type: [STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") interactions: - request: document: | diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_NestedObject.yaml b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_NestedObject.yaml index 0a66198079f..111c22a5ab5 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_NestedObject.yaml +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_NestedObject.yaml @@ -58,7 +58,7 @@ sourceSchemas: directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR "The `Any` scalar type represents any valid GraphQL value." - scalar Any @serializeAs(type: [ STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST ]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") + scalar Any @serializeAs(type: [STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") interactions: - request: document: | diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_NullValue.yaml b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_NullValue.yaml index 3b990e5e159..d7dff5209dd 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_NullValue.yaml +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_NullValue.yaml @@ -51,7 +51,7 @@ sourceSchemas: directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR "The `Any` scalar type represents any valid GraphQL value." - scalar Any @serializeAs(type: [ STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST ]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") + scalar Any @serializeAs(type: [STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") interactions: - request: document: | diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_Object.yaml b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_Object.yaml index 264e7d79b4f..1cb0ff76ace 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_Object.yaml +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_Object.yaml @@ -53,7 +53,7 @@ sourceSchemas: directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR "The `Any` scalar type represents any valid GraphQL value." - scalar Any @serializeAs(type: [ STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST ]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") + scalar Any @serializeAs(type: [STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") interactions: - request: document: | diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_ObjectWithLists.yaml b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_ObjectWithLists.yaml index 1b7e5f3ef7c..75ef191fe02 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_ObjectWithLists.yaml +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_ObjectWithLists.yaml @@ -63,7 +63,7 @@ sourceSchemas: directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR "The `Any` scalar type represents any valid GraphQL value." - scalar Any @serializeAs(type: [ STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST ]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") + scalar Any @serializeAs(type: [STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") interactions: - request: document: | diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_SimpleValues.yaml b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_SimpleValues.yaml index afa2db45a84..611f112de49 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_SimpleValues.yaml +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/AnyScalarTests.Handle_Any_Scalar_SimpleValues.yaml @@ -57,7 +57,7 @@ sourceSchemas: directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR "The `Any` scalar type represents any valid GraphQL value." - scalar Any @serializeAs(type: [ STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST ]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") + scalar Any @serializeAs(type: [STRING, BOOLEAN, INT, FLOAT, OBJECT, LIST]) @specifiedBy(url: "https://scalars.graphql.org/chillicream/any.html") interactions: - request: document: | diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Argument.Tests.cs b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Argument.Tests.cs index e026afa35df..188826eb8a1 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Argument.Tests.cs +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Argument.Tests.cs @@ -167,7 +167,7 @@ type Product delivery(zip: String! @fusion__inputField(schema: A)): DeliveryEstimates @fusion__field(schema: A) - @fusion__requires(schema: A, requirements: "dimension { size weight }", field: "delivery(zip: String! size: Int! weight: Int!): DeliveryEstimates", map: [ null, "dimension.size", "dimension.weight" ]) + @fusion__requires(schema: A, requirements: "dimension { size weight }", field: "delivery(zip: String! size: Int! weight: Int!): DeliveryEstimates", map: [null, "dimension.size", "dimension.weight"]) dimension: ProductDimension! @fusion__field(schema: A) id: ID! diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.CacheControlDirective.Tests.cs b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.CacheControlDirective.Tests.cs index 91e3f0caa7e..32b81428540 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.CacheControlDirective.Tests.cs +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.CacheControlDirective.Tests.cs @@ -395,11 +395,11 @@ type Foo @fusion__type(schema: A) @fusion__type(schema: B) { field1: Int - @cacheControl(vary: [ "Accept-Encoding", "User-Agent", "Accept-Language" ]) + @cacheControl(vary: ["Accept-Encoding", "User-Agent", "Accept-Language"]) @fusion__field(schema: A) @fusion__field(schema: B) field2: Int - @cacheControl(vary: [ "Accept-Encoding" ]) + @cacheControl(vary: ["Accept-Encoding"]) @fusion__field(schema: A) @fusion__field(schema: B) field3: Int diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.GlobalObjectIdentification.Tests.cs b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.GlobalObjectIdentification.Tests.cs index 8445bf9033d..fa4dbdc27d9 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.GlobalObjectIdentification.Tests.cs +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.GlobalObjectIdentification.Tests.cs @@ -43,7 +43,7 @@ type Product implements Node interface Node @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "id", field: "node(id: ID!): Node", map: [ "id" ], path: null, internal: false) { + @fusion__lookup(schema: A, key: "id", field: "node(id: ID!): Node", map: ["id"], path: null, internal: false) { id: ID! @fusion__field(schema: A) } diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Interface.Tests.cs b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Interface.Tests.cs index e2e4d0d532f..9f3a7e43ce6 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Interface.Tests.cs +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Interface.Tests.cs @@ -220,8 +220,8 @@ type Query interface Product @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "id", field: "productById(id: ID!): Product", map: [ "id" ], path: null, internal: false) - @fusion__lookup(schema: A, key: "name", field: "productByName(name: String!): Product", map: [ "name" ], path: null, internal: false) { + @fusion__lookup(schema: A, key: "id", field: "productById(id: ID!): Product", map: ["id"], path: null, internal: false) + @fusion__lookup(schema: A, key: "name", field: "productByName(name: String!): Product", map: ["name"], path: null, internal: false) { id: ID! @fusion__field(schema: A) name: String! @@ -272,7 +272,7 @@ type Query type Cat implements Animal @fusion__type(schema: A) @fusion__implements(schema: A, interface: "Animal") - @fusion__lookup(schema: A, key: "id", field: "catById(id: ID!): Cat", map: [ "id" ], path: "animalById", internal: false) { + @fusion__lookup(schema: A, key: "id", field: "catById(id: ID!): Cat", map: ["id"], path: "animalById", internal: false) { catById(id: ID! @fusion__inputField(schema: A)): Cat @fusion__field(schema: A) @@ -283,7 +283,7 @@ type Cat implements Animal type Dog implements Animal @fusion__type(schema: A) @fusion__implements(schema: A, interface: "Animal") - @fusion__lookup(schema: A, key: "id", field: "dogById(id: ID!): Dog", map: [ "id" ], path: "animalById", internal: false) { + @fusion__lookup(schema: A, key: "id", field: "dogById(id: ID!): Dog", map: ["id"], path: "animalById", internal: false) { dogById(id: ID! @fusion__inputField(schema: A)): Dog @fusion__field(schema: A) @@ -293,7 +293,7 @@ type Dog implements Animal interface Animal @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "id", field: "animalById(id: ID!): Animal", map: [ "id" ], path: null, internal: false) { + @fusion__lookup(schema: A, key: "id", field: "animalById(id: ID!): Animal", map: ["id"], path: null, internal: false) { id: ID! @fusion__field(schema: A) } diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.ListSizeDirective.Tests.cs b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.ListSizeDirective.Tests.cs index 150efaa8222..b6ba0c29345 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.ListSizeDirective.Tests.cs +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.ListSizeDirective.Tests.cs @@ -180,23 +180,23 @@ type Query @fusion__type(schema: A) @fusion__type(schema: B) { field1: [Int] - @listSize(slicingArguments: [ "first", "last" ]) + @listSize(slicingArguments: ["first", "last"]) @fusion__field(schema: A) @fusion__field(schema: B) @fusion__listSize(schema: A) - @fusion__listSize(schema: B, slicingArguments: [ "first", "last" ]) + @fusion__listSize(schema: B, slicingArguments: ["first", "last"]) field2: [Int] - @listSize(slicingArguments: [ "first", "last" ]) + @listSize(slicingArguments: ["first", "last"]) @fusion__field(schema: A) @fusion__field(schema: B) @fusion__listSize(schema: A, slicingArguments: null) - @fusion__listSize(schema: B, slicingArguments: [ "first", "last" ]) + @fusion__listSize(schema: B, slicingArguments: ["first", "last"]) field3: [Int] - @listSize(slicingArguments: [ "first", "last", "another" ]) + @listSize(slicingArguments: ["first", "last", "another"]) @fusion__field(schema: A) @fusion__field(schema: B) - @fusion__listSize(schema: A, slicingArguments: [ "first", "last" ]) - @fusion__listSize(schema: B, slicingArguments: [ "first", "last", "another" ]) + @fusion__listSize(schema: A, slicingArguments: ["first", "last"]) + @fusion__listSize(schema: B, slicingArguments: ["first", "last", "another"]) } """, modifySchema: s_removeListSizeDirective); @@ -238,23 +238,23 @@ type Query @fusion__type(schema: A) @fusion__type(schema: B) { field1: [Int] - @listSize(sizedFields: [ "edges", "nodes" ]) + @listSize(sizedFields: ["edges", "nodes"]) @fusion__field(schema: A) @fusion__field(schema: B) @fusion__listSize(schema: A) - @fusion__listSize(schema: B, sizedFields: [ "edges", "nodes" ]) + @fusion__listSize(schema: B, sizedFields: ["edges", "nodes"]) field2: [Int] - @listSize(sizedFields: [ "edges", "nodes" ]) + @listSize(sizedFields: ["edges", "nodes"]) @fusion__field(schema: A) @fusion__field(schema: B) @fusion__listSize(schema: A, sizedFields: null) - @fusion__listSize(schema: B, sizedFields: [ "edges", "nodes" ]) + @fusion__listSize(schema: B, sizedFields: ["edges", "nodes"]) field3: [Int] - @listSize(sizedFields: [ "edges", "nodes", "another" ]) + @listSize(sizedFields: ["edges", "nodes", "another"]) @fusion__field(schema: A) @fusion__field(schema: B) - @fusion__listSize(schema: A, sizedFields: [ "edges", "nodes" ]) - @fusion__listSize(schema: B, sizedFields: [ "edges", "nodes", "another" ]) + @fusion__listSize(schema: A, sizedFields: ["edges", "nodes"]) + @fusion__listSize(schema: B, sizedFields: ["edges", "nodes", "another"]) } """, modifySchema: s_removeListSizeDirective); diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Object.Tests.cs b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Object.Tests.cs index 87258deea25..a5947ba6853 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Object.Tests.cs +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Object.Tests.cs @@ -261,8 +261,8 @@ type Query type Product @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "id", field: "productById(id: ID!): Product", map: [ "id" ], path: null, internal: false) - @fusion__lookup(schema: A, key: "name", field: "productByName(name: String!): Product", map: [ "name" ], path: null, internal: false) { + @fusion__lookup(schema: A, key: "id", field: "productById(id: ID!): Product", map: ["id"], path: null, internal: false) + @fusion__lookup(schema: A, key: "name", field: "productByName(name: String!): Product", map: ["name"], path: null, internal: false) { id: ID! @fusion__field(schema: A) name: String! @@ -313,8 +313,8 @@ type Query type Product @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "id", field: "productById(id: ID!): Product", map: [ "id" ], path: null, internal: false) - @fusion__lookup(schema: A, key: "sku", field: "productBySku(sku: String!): Product", map: [ "sku" ], path: null, internal: false) { + @fusion__lookup(schema: A, key: "id", field: "productById(id: ID!): Product", map: ["id"], path: null, internal: false) + @fusion__lookup(schema: A, key: "sku", field: "productBySku(sku: String!): Product", map: ["sku"], path: null, internal: false) { id: ID! @fusion__field(schema: A) price(regionName: String! @@ -324,8 +324,8 @@ type Product type ProductPrice @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "regionName", field: "price(regionName: String!): ProductPrice", map: [ "regionName" ], path: "productById", internal: false) - @fusion__lookup(schema: A, key: "regionName", field: "price(regionName: String!): ProductPrice", map: [ "regionName" ], path: "productBySku", internal: false) { + @fusion__lookup(schema: A, key: "regionName", field: "price(regionName: String!): ProductPrice", map: ["regionName"], path: "productById", internal: false) + @fusion__lookup(schema: A, key: "regionName", field: "price(regionName: String!): ProductPrice", map: ["regionName"], path: "productBySku", internal: false) { product: Product @fusion__field(schema: A) regionName: String! @@ -395,9 +395,9 @@ type Lookups2 type Product @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "id", field: "productById(id: ID!): Product", map: [ "id" ], path: null, internal: false) - @fusion__lookup(schema: A, key: "sku", field: "productBySku(sku: String!): Product", map: [ "sku" ], path: "lookups1", internal: false) - @fusion__lookup(schema: A, key: "name", field: "productByName(name: String!): Product", map: [ "name" ], path: "lookups1.lookups2", internal: false) { + @fusion__lookup(schema: A, key: "id", field: "productById(id: ID!): Product", map: ["id"], path: null, internal: false) + @fusion__lookup(schema: A, key: "sku", field: "productBySku(sku: String!): Product", map: ["sku"], path: "lookups1", internal: false) + @fusion__lookup(schema: A, key: "name", field: "productByName(name: String!): Product", map: ["name"], path: "lookups1.lookups2", internal: false) { id: ID! @fusion__field(schema: A) } @@ -446,7 +446,7 @@ type Address type Person @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "address { id }", field: "personByAddressId(id: ID!): Person", map: [ "address.id" ], path: null, internal: false) { + @fusion__lookup(schema: A, key: "address { id }", field: "personByAddressId(id: ID!): Person", map: ["address.id"], path: null, internal: false) { address: Address @fusion__field(schema: A) id: ID! @@ -501,8 +501,8 @@ type Query type Person @fusion__type(schema: A) @fusion__type(schema: B) - @fusion__lookup(schema: A, key: "id", field: "personById(id: ID!): Person", map: [ "id" ], path: null, internal: false) - @fusion__lookup(schema: B, key: "sku", field: "personBySku(sku: String!): Person", map: [ "sku" ], path: null, internal: false) { + @fusion__lookup(schema: A, key: "id", field: "personById(id: ID!): Person", map: ["id"], path: null, internal: false) + @fusion__lookup(schema: B, key: "sku", field: "personBySku(sku: String!): Person", map: ["sku"], path: null, internal: false) { id: ID! @fusion__field(schema: A) sku: String! @@ -543,7 +543,7 @@ type Query type Product @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "id categoryId", field: "productByIdAndCategoryId(id: ID! categoryId: Int): Product!", map: [ "id", "categoryId" ], path: null, internal: false) { + @fusion__lookup(schema: A, key: "id categoryId", field: "productByIdAndCategoryId(id: ID! categoryId: Int): Product!", map: ["id", "categoryId"], path: null, internal: false) { categoryId: Int @fusion__field(schema: A) id: ID! @@ -613,14 +613,14 @@ type Query type Brand @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "id", field: "brand1(by: BrandByInput1!): Brand", map: [ "{ id }" ], path: null, internal: false) - @fusion__lookup(schema: A, key: "key", field: "brand1(by: BrandByInput1!): Brand", map: [ "{ key }" ], path: null, internal: false) - @fusion__lookup(schema: A, key: "name id", field: "brand2(name: String! and: BrandByInput1!): Brand", map: [ "name", "{ id }" ], path: null, internal: false) - @fusion__lookup(schema: A, key: "name key", field: "brand2(name: String! and: BrandByInput1!): Brand", map: [ "name", "{ key }" ], path: null, internal: false) - @fusion__lookup(schema: A, key: "id name", field: "brand3(by: BrandByInput1! and: BrandByInput2!): Brand", map: [ "{ id }", "{ name }" ], path: null, internal: false) - @fusion__lookup(schema: A, key: "key name", field: "brand3(by: BrandByInput1! and: BrandByInput2!): Brand", map: [ "{ key }", "{ name }" ], path: null, internal: false) - @fusion__lookup(schema: A, key: "id title", field: "brand3(by: BrandByInput1! and: BrandByInput2!): Brand", map: [ "{ id }", "{ title }" ], path: null, internal: false) - @fusion__lookup(schema: A, key: "key title", field: "brand3(by: BrandByInput1! and: BrandByInput2!): Brand", map: [ "{ key }", "{ title }" ], path: null, internal: false) { + @fusion__lookup(schema: A, key: "id", field: "brand1(by: BrandByInput1!): Brand", map: ["{ id }"], path: null, internal: false) + @fusion__lookup(schema: A, key: "key", field: "brand1(by: BrandByInput1!): Brand", map: ["{ key }"], path: null, internal: false) + @fusion__lookup(schema: A, key: "name id", field: "brand2(name: String! and: BrandByInput1!): Brand", map: ["name", "{ id }"], path: null, internal: false) + @fusion__lookup(schema: A, key: "name key", field: "brand2(name: String! and: BrandByInput1!): Brand", map: ["name", "{ key }"], path: null, internal: false) + @fusion__lookup(schema: A, key: "id name", field: "brand3(by: BrandByInput1! and: BrandByInput2!): Brand", map: ["{ id }", "{ name }"], path: null, internal: false) + @fusion__lookup(schema: A, key: "key name", field: "brand3(by: BrandByInput1! and: BrandByInput2!): Brand", map: ["{ key }", "{ name }"], path: null, internal: false) + @fusion__lookup(schema: A, key: "id title", field: "brand3(by: BrandByInput1! and: BrandByInput2!): Brand", map: ["{ id }", "{ title }"], path: null, internal: false) + @fusion__lookup(schema: A, key: "key title", field: "brand3(by: BrandByInput1! and: BrandByInput2!): Brand", map: ["{ key }", "{ title }"], path: null, internal: false) { id: Int! @fusion__field(schema: A) key: String! @@ -681,7 +681,7 @@ type Query type Product @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "id", field: "productById(id: ID!): Product", map: [ "id" ], path: null, internal: true) { + @fusion__lookup(schema: A, key: "id", field: "productById(id: ID!): Product", map: ["id"], path: null, internal: true) { id: ID! @fusion__field(schema: A) } @@ -720,7 +720,7 @@ type Query type Product @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "id", field: "productById(id: ID!): Product", map: [ "id" ], path: null, internal: false) { + @fusion__lookup(schema: A, key: "id", field: "productById(id: ID!): Product", map: ["id"], path: null, internal: false) { id: ID! @fusion__field(schema: A) } diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.OutputField.Tests.cs b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.OutputField.Tests.cs index 15a7f7cdaf6..6634dea1e2b 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.OutputField.Tests.cs +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.OutputField.Tests.cs @@ -132,7 +132,7 @@ type Product discountPercentage: Int @fusion__field(schema: A) @fusion__field(schema: B) - @fusion__requires(schema: B, requirements: "percent", field: "discountPercentage(percent: Int): Int", map: [ "percent" ]) + @fusion__requires(schema: B, requirements: "percent", field: "discountPercentage(percent: Int): Int", map: ["percent"]) percent: Int @fusion__field(schema: A) } diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.SerializeAsDirective.Tests.cs b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.SerializeAsDirective.Tests.cs index da4182d8784..7e859e2d177 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.SerializeAsDirective.Tests.cs +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.SerializeAsDirective.Tests.cs @@ -42,7 +42,7 @@ scalar Baz @fusion__type(schema: B) scalar Foo - @serializeAs(type: [ STRING, INT ]) + @serializeAs(type: [STRING, INT]) @fusion__type(schema: A) @fusion__type(schema: B) """, diff --git a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Union.Tests.cs b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Union.Tests.cs index 5e5bb9b0450..54a58355c2f 100644 --- a/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Union.Tests.cs +++ b/src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/SourceSchemaMerger.Union.Tests.cs @@ -253,7 +253,7 @@ union Animal @fusion__type(schema: A) @fusion__unionMember(schema: A, member: "Dog") @fusion__unionMember(schema: A, member: "Cat") - @fusion__lookup(schema: A, key: "id", field: "animalById(id: ID!): Animal", map: [ "id" ], path: null, internal: false) = Dog | Cat + @fusion__lookup(schema: A, key: "id", field: "animalById(id: ID!): Animal", map: ["id"], path: null, internal: false) = Dog | Cat """); } @@ -294,7 +294,7 @@ type Query type Cat @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "id", field: "catById(id: ID!): Cat", map: [ "id" ], path: "animalById", internal: false) { + @fusion__lookup(schema: A, key: "id", field: "catById(id: ID!): Cat", map: ["id"], path: "animalById", internal: false) { catById(id: ID! @fusion__inputField(schema: A)): Cat @fusion__field(schema: A) @@ -302,7 +302,7 @@ type Cat type Dog @fusion__type(schema: A) - @fusion__lookup(schema: A, key: "id", field: "dogById(id: ID!): Dog", map: [ "id" ], path: "animalById", internal: false) { + @fusion__lookup(schema: A, key: "id", field: "dogById(id: ID!): Dog", map: ["id"], path: "animalById", internal: false) { dogById(id: ID! @fusion__inputField(schema: A)): Dog @fusion__field(schema: A) @@ -312,7 +312,7 @@ union Animal @fusion__type(schema: A) @fusion__unionMember(schema: A, member: "Dog") @fusion__unionMember(schema: A, member: "Cat") - @fusion__lookup(schema: A, key: "id", field: "animalById(id: ID!): Animal", map: [ "id" ], path: null, internal: false) = Dog | Cat + @fusion__lookup(schema: A, key: "id", field: "animalById(id: ID!): Animal", map: ["id"], path: null, internal: false) = Dog | Cat """); } } diff --git a/src/HotChocolate/Language/src/Language.SyntaxTree/Utilities/SyntaxWriterExtensions.cs b/src/HotChocolate/Language/src/Language.SyntaxTree/Utilities/SyntaxWriterExtensions.cs index 26344afd460..49f93756d90 100644 --- a/src/HotChocolate/Language/src/Language.SyntaxTree/Utilities/SyntaxWriterExtensions.cs +++ b/src/HotChocolate/Language/src/Language.SyntaxTree/Utilities/SyntaxWriterExtensions.cs @@ -280,9 +280,7 @@ public static void WriteListValue(this ISyntaxWriter writer, ListValueNode node, } else { - writer.WriteSpace(); writer.WriteMany(node.Items, (n, w) => w.WriteValue(n, indented)); - writer.WriteSpace(); } writer.Write(']'); diff --git a/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/SyntaxWriterTests.cs b/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/SyntaxWriterTests.cs index 97e26effc3a..406f5438a21 100644 --- a/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/SyntaxWriterTests.cs +++ b/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/SyntaxWriterTests.cs @@ -100,7 +100,7 @@ public void WriteListValue_WithIndentation_FormatsCorrectly() var result = writer.ToString(); // assert - Assert.Equal("[ 1, 2, 3 ]", result); + Assert.Equal("[1, 2, 3]", result); } [Fact] diff --git a/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/Utilities/__snapshots__/QuerySyntaxPrinterTests.Serialize_KitchenSinkWithIndentation_CanBeParsed.snap b/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/Utilities/__snapshots__/QuerySyntaxPrinterTests.Serialize_KitchenSinkWithIndentation_CanBeParsed.snap index 571c224240f..55493f349be 100644 --- a/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/Utilities/__snapshots__/QuerySyntaxPrinterTests.Serialize_KitchenSinkWithIndentation_CanBeParsed.snap +++ b/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/Utilities/__snapshots__/QuerySyntaxPrinterTests.Serialize_KitchenSinkWithIndentation_CanBeParsed.snap @@ -5,7 +5,7 @@ query queryName( "$site description" $site: Site = MOBILE ) { - whoever123is: node(id: [ 123, 456 ]) { + whoever123is: node(id: [123, 456]) { id ... on User @defer { field2 { diff --git a/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/Utilities/__snapshots__/QuerySyntaxPrinterTests.Serialize_KitchenSinkWithIndentation_OutputIsFormatted.snap b/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/Utilities/__snapshots__/QuerySyntaxPrinterTests.Serialize_KitchenSinkWithIndentation_OutputIsFormatted.snap index 571c224240f..55493f349be 100644 --- a/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/Utilities/__snapshots__/QuerySyntaxPrinterTests.Serialize_KitchenSinkWithIndentation_OutputIsFormatted.snap +++ b/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/Utilities/__snapshots__/QuerySyntaxPrinterTests.Serialize_KitchenSinkWithIndentation_OutputIsFormatted.snap @@ -5,7 +5,7 @@ query queryName( "$site description" $site: Site = MOBILE ) { - whoever123is: node(id: [ 123, 456 ]) { + whoever123is: node(id: [123, 456]) { id ... on User @defer { field2 { diff --git a/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/Utilities/__snapshots__/QuerySyntaxPrinterTests.Serialize_KitchenSinkWithoutIndentation_OutputIsOneLine.snap b/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/Utilities/__snapshots__/QuerySyntaxPrinterTests.Serialize_KitchenSinkWithoutIndentation_OutputIsOneLine.snap index 571c224240f..55493f349be 100644 --- a/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/Utilities/__snapshots__/QuerySyntaxPrinterTests.Serialize_KitchenSinkWithoutIndentation_OutputIsOneLine.snap +++ b/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/Utilities/__snapshots__/QuerySyntaxPrinterTests.Serialize_KitchenSinkWithoutIndentation_OutputIsOneLine.snap @@ -5,7 +5,7 @@ query queryName( "$site description" $site: Site = MOBILE ) { - whoever123is: node(id: [ 123, 456 ]) { + whoever123is: node(id: [123, 456]) { id ... on User @defer { field2 { diff --git a/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/__snapshots__/SyntaxWriterTests.ListValue_NotIndented_MatchesSnapshot.graphql b/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/__snapshots__/SyntaxWriterTests.ListValue_NotIndented_MatchesSnapshot.graphql index 96d0bfe9a56..3a351928fbc 100644 --- a/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/__snapshots__/SyntaxWriterTests.ListValue_NotIndented_MatchesSnapshot.graphql +++ b/src/HotChocolate/Language/test/Language.SyntaxTree.Tests/__snapshots__/SyntaxWriterTests.ListValue_NotIndented_MatchesSnapshot.graphql @@ -1 +1 @@ -[ { a: 1, b: 2 }, { c: 3, d: 4 }, 5 ] +[{ a: 1, b: 2 }, { c: 3, d: 4 }, 5] diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Apollo_Client_v4_Query.snap b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Apollo_Client_v4_Query.snap deleted file mode 100644 index b5f44efa5a0..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Apollo_Client_v4_Query.snap +++ /dev/null @@ -1,83 +0,0 @@ -[ - { - "DocumentId": { - "IsEmpty": false, - "Value": "foo" - }, - "DocumentHash": null, - "Document": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 35, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 35, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 13, - "End": 22, - "Line": 1, - "Column": 14 - }, - "Value": "OnEvent" - }, - "Description": null, - "Operation": "Subscription", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 21, - "End": 35, - "Line": 1, - "Column": 22 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 23, - "End": 35, - "Line": 1, - "Column": 24 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 23, - "End": 35, - "Line": 1, - "Column": 24 - }, - "Value": "fooChanged" - }, - "Directives": [] - } - ] - } - } - ], - "Count": 6, - "FieldsCount": 1 - }, - "OperationName": "OnEvent", - "ErrorHandlingMode": null, - "Variables": null, - "Extensions": null - } -] diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Float_Exponent_Format.snap b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Float_Exponent_Format.snap deleted file mode 100644 index 88e8bd38224..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Float_Exponent_Format.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "node": { - "a": -5.71, - "b": 0.000086, - "c": 933.510417, - "d": 0.08 - } -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Id_As_Name.graphql b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Id_As_Name.graphql deleted file mode 100644 index 571c224240f..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Id_As_Name.graphql +++ /dev/null @@ -1,64 +0,0 @@ -"Query description" -query queryName( - "$foo description" - $foo: ComplexType - "$site description" - $site: Site = MOBILE -) { - whoever123is: node(id: [ 123, 456 ]) { - id - ... on User @defer { - field2 { - id - alias: field1(first: 10, after: $foo) @include(if: $foo) { - id - ... frag - } - } - } - ... @skip(unless: $foo) { - id - } - ... { - id - } - } -} - -"Mutation description" -mutation likeStory { - like(story: 123) @defer { - story { - id - } - } -} - -"Subscription description" -subscription StoryLikeSubscription( - "$input description" - $input: StoryLikeSubscribeInput -) { - storyLikeSubscribe(input: $input) { - story { - likers { - count - } - likeSentence { - text - } - } - } -} - -"Fragment description" -fragment frag on Friend { - foo(size: $size, bar: $b, obj: { key: "value", block: """ - block string uses \""" - """ }) -} - -{ - unnamed(truthy: true, falsey: false, nullish: null) - query -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Json.snap b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Json.snap deleted file mode 100644 index 681ce14de9a..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Json.snap +++ /dev/null @@ -1,34 +0,0 @@ -{ - "operationName": "DEF", - "id": "ABC", - "query": "# Copyright (c) 2015-present, Facebook, Inc.\n#\n# This source code is licensed under the MIT license found in the\n# LICENSE file in the root directory of this source tree.\n\n\"Query description\"\nquery queryName(\"$foo description\" $foo: ComplexType, \"$site description\" $site: Site = MOBILE) {\n whoever123is: node(id: [123, 456]) {\n id ,\n ... on User @defer {\n field2 {\n id ,\n alias: field1(first:10, after:$foo,) @include(if: $foo) {\n id,\n ...frag\n }\n }\n }\n ... @skip(unless: $foo) {\n id\n }\n ... {\n id\n }\n }\n}\n\n\"Mutation description\"\nmutation likeStory {\n like(story: 123) @defer {\n story {\n id\n }\n }\n}\n\n\"Subscription description\"\nsubscription StoryLikeSubscription(\"$input description\" $input: StoryLikeSubscribeInput) {\n storyLikeSubscribe(input: $input) {\n story {\n likers {\n count\n }\n likeSentence {\n text\n }\n }\n }\n}\n\n\"Fragment description\"\nfragment frag on Friend {\n foo(size: $size, bar: $b, obj: {key: \"value\", block: \"\"\"\n\n block string uses \\\"\"\"\n\n \"\"\"})\n}\n\n{\n unnamed(truthy: true, falsey: false, nullish: null),\n query\n}\n", - "onError": null, - "variables": { - "a": "b", - "b": { - "a": "b", - "b": true, - "c": 1, - "d": 1.1 - }, - "c": [ - { - "a": "b" - } - ] - }, - "extensions": { - "aa": "bb", - "bb": { - "aa": "bb", - "bb": true, - "cc": 1, - "df": 1.1 - }, - "cc": [ - { - "aa": "bb" - } - ] - } -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_AllProps_No_Cache.snap b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_AllProps_No_Cache.snap deleted file mode 100644 index fa69e16f7e7..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_AllProps_No_Cache.snap +++ /dev/null @@ -1,192 +0,0 @@ -Variables: ---------------- -[ - { - "a": { - "Kind": "StringValue", - "Location": null, - "Value": "b", - "Block": false - }, - "b": { - "Kind": "ObjectValue", - "Location": null, - "Fields": [ - { - "Kind": "ObjectField", - "Location": null, - "Name": { - "Kind": "Name", - "Location": null, - "Value": "a" - }, - "Value": { - "Kind": "StringValue", - "Location": null, - "Value": "b", - "Block": false - } - }, - { - "Kind": "ObjectField", - "Location": null, - "Name": { - "Kind": "Name", - "Location": null, - "Value": "b" - }, - "Value": { - "Kind": "BooleanValue", - "Location": null, - "Value": true - } - }, - { - "Kind": "ObjectField", - "Location": null, - "Name": { - "Kind": "Name", - "Location": null, - "Value": "c" - }, - "Value": { - "Kind": "IntValue", - "Location": null, - "Value": "1" - } - }, - { - "Kind": "ObjectField", - "Location": null, - "Name": { - "Kind": "Name", - "Location": null, - "Value": "d" - }, - "Value": { - "Kind": "FloatValue", - "Location": null, - "Format": "FixedPoint", - "Value": "1.1" - } - } - ] - }, - "c": { - "Kind": "ListValue", - "Location": null, - "Items": [ - { - "Kind": "ObjectValue", - "Location": null, - "Fields": [ - { - "Kind": "ObjectField", - "Location": null, - "Name": { - "Kind": "Name", - "Location": null, - "Value": "a" - }, - "Value": { - "Kind": "StringValue", - "Location": null, - "Value": "b", - "Block": false - } - } - ] - } - ] - } - } -] ---------------- - -Extensions: ---------------- -{ - "aa": "bb", - "bb": { - "aa": "bb", - "bb": true, - "cc": 1, - "df": 1.1 - }, - "cc": [ - { - "aa": "bb", - "ab": null, - "ac": false - } - ] -} ---------------- - -Query: ---------------- -"Query description" -query queryName( - "$foo description" - $foo: ComplexType - "$site description" - $site: Site = MOBILE -) { - whoever123is: node(id: [ 123, 456 ]) { - id - ... on User @defer { - field2 { - id - alias: field1(first: 10, after: $foo) @include(if: $foo) { - id - ... frag - } - } - } - ... @skip(unless: $foo) { - id - } - ... { - id - } - } -} - -"Mutation description" -mutation likeStory { - like(story: 123) @defer { - story { - id - } - } -} - -"Subscription description" -subscription StoryLikeSubscription( - "$input description" - $input: StoryLikeSubscribeInput -) { - storyLikeSubscribe(input: $input) { - story { - likers { - count - } - likeSentence { - text - } - } - } -} - -"Fragment description" -fragment frag on Friend { - foo(size: $size, bar: $b, obj: { key: "value", block: """ - block string uses \""" - """ }) -} - -{ - unnamed(truthy: true, falsey: false, nullish: null) - query -} ---------------- diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_No_Cache.graphql b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_No_Cache.graphql deleted file mode 100644 index 571c224240f..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_No_Cache.graphql +++ /dev/null @@ -1,64 +0,0 @@ -"Query description" -query queryName( - "$foo description" - $foo: ComplexType - "$site description" - $site: Site = MOBILE -) { - whoever123is: node(id: [ 123, 456 ]) { - id - ... on User @defer { - field2 { - id - alias: field1(first: 10, after: $foo) @include(if: $foo) { - id - ... frag - } - } - } - ... @skip(unless: $foo) { - id - } - ... { - id - } - } -} - -"Mutation description" -mutation likeStory { - like(story: 123) @defer { - story { - id - } - } -} - -"Subscription description" -subscription StoryLikeSubscription( - "$input description" - $input: StoryLikeSubscribeInput -) { - storyLikeSubscribe(input: $input) { - story { - likers { - count - } - likeSentence { - text - } - } - } -} - -"Fragment description" -fragment frag on Friend { - foo(size: $size, bar: $b, obj: { key: "value", block: """ - block string uses \""" - """ }) -} - -{ - unnamed(truthy: true, falsey: false, nullish: null) - query -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_With_Cache.graphql b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_With_Cache.graphql deleted file mode 100644 index 571c224240f..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_With_Cache.graphql +++ /dev/null @@ -1,64 +0,0 @@ -"Query description" -query queryName( - "$foo description" - $foo: ComplexType - "$site description" - $site: Site = MOBILE -) { - whoever123is: node(id: [ 123, 456 ]) { - id - ... on User @defer { - field2 { - id - alias: field1(first: 10, after: $foo) @include(if: $foo) { - id - ... frag - } - } - } - ... @skip(unless: $foo) { - id - } - ... { - id - } - } -} - -"Mutation description" -mutation likeStory { - like(story: 123) @defer { - story { - id - } - } -} - -"Subscription description" -subscription StoryLikeSubscription( - "$input description" - $input: StoryLikeSubscribeInput -) { - storyLikeSubscribe(input: $input) { - story { - likers { - count - } - likeSentence { - text - } - } - } -} - -"Fragment description" -fragment frag on Friend { - foo(size: $size, bar: $b, obj: { key: "value", block: """ - block string uses \""" - """ }) -} - -{ - unnamed(truthy: true, falsey: false, nullish: null) - query -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_With_Russian_Characters.graphql b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_With_Russian_Characters.graphql deleted file mode 100644 index ba7c9371a1d..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_With_Russian_Characters.graphql +++ /dev/null @@ -1,5 +0,0 @@ -{ - field(parameter: "привет") { - subField - } -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_With_Russian_Escaped_Characters.graphql b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_With_Russian_Escaped_Characters.graphql deleted file mode 100644 index ba7c9371a1d..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Kitchen_Sink_Query_With_Russian_Escaped_Characters.graphql +++ /dev/null @@ -1,5 +0,0 @@ -{ - field(parameter: "привет") { - subField - } -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Skip_Custom_Property.graphql b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Skip_Custom_Property.graphql deleted file mode 100644 index 571c224240f..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Skip_Custom_Property.graphql +++ /dev/null @@ -1,64 +0,0 @@ -"Query description" -query queryName( - "$foo description" - $foo: ComplexType - "$site description" - $site: Site = MOBILE -) { - whoever123is: node(id: [ 123, 456 ]) { - id - ... on User @defer { - field2 { - id - alias: field1(first: 10, after: $foo) @include(if: $foo) { - id - ... frag - } - } - } - ... @skip(unless: $foo) { - id - } - ... { - id - } - } -} - -"Mutation description" -mutation likeStory { - like(story: 123) @defer { - story { - id - } - } -} - -"Subscription description" -subscription StoryLikeSubscription( - "$input description" - $input: StoryLikeSubscribeInput -) { - storyLikeSubscribe(input: $input) { - story { - likers { - count - } - likeSentence { - text - } - } - } -} - -"Fragment description" -fragment frag on Friend { - foo(size: $size, bar: $b, obj: { key: "value", block: """ - block string uses \""" - """ }) -} - -{ - unnamed(truthy: true, falsey: false, nullish: null) - query -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Socket_Message.snap b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Socket_Message.snap deleted file mode 100644 index 76d51363a8c..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Parse_Socket_Message.snap +++ /dev/null @@ -1,16 +0,0 @@ -{ - "a": "b", - "b": { - "a": "b", - "b": true, - "c": 1, - "d": 1.1, - "e": false, - "f": null - }, - "c": [ - { - "a": "b" - } - ] -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_Parse.graphql b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_Parse.graphql deleted file mode 100644 index 571c224240f..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_Parse.graphql +++ /dev/null @@ -1,64 +0,0 @@ -"Query description" -query queryName( - "$foo description" - $foo: ComplexType - "$site description" - $site: Site = MOBILE -) { - whoever123is: node(id: [ 123, 456 ]) { - id - ... on User @defer { - field2 { - id - alias: field1(first: 10, after: $foo) @include(if: $foo) { - id - ... frag - } - } - } - ... @skip(unless: $foo) { - id - } - ... { - id - } - } -} - -"Mutation description" -mutation likeStory { - like(story: 123) @defer { - story { - id - } - } -} - -"Subscription description" -subscription StoryLikeSubscription( - "$input description" - $input: StoryLikeSubscribeInput -) { - storyLikeSubscribe(input: $input) { - story { - likers { - count - } - likeSentence { - text - } - } - } -} - -"Fragment description" -fragment frag on Friend { - foo(size: $size, bar: $b, obj: { key: "value", block: """ - block string uses \""" - """ }) -} - -{ - unnamed(truthy: true, falsey: false, nullish: null) - query -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_ParseJson.snap b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_ParseJson.snap deleted file mode 100644 index b7b62f1c822..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_ParseJson.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "operationName": null, - "id": null, - "query": "# Copyright (c) 2015-present, Facebook, Inc.\n#\n# This source code is licensed under the MIT license found in the\n# LICENSE file in the root directory of this source tree.\n\n\"Query description\"\nquery queryName(\"$foo description\" $foo: ComplexType, \"$site description\" $site: Site = MOBILE) {\n whoever123is: node(id: [123, 456]) {\n id ,\n ... on User @defer {\n field2 {\n id ,\n alias: field1(first:10, after:$foo,) @include(if: $foo) {\n id,\n ...frag\n }\n }\n }\n ... @skip(unless: $foo) {\n id\n }\n ... {\n id\n }\n }\n}\n\n\"Mutation description\"\nmutation likeStory {\n like(story: 123) @defer {\n story {\n id\n }\n }\n}\n\n\"Subscription description\"\nsubscription StoryLikeSubscription(\"$input description\" $input: StoryLikeSubscribeInput) {\n storyLikeSubscribe(input: $input) {\n story {\n likers {\n count\n }\n likeSentence {\n text\n }\n }\n }\n}\n\n\"Fragment description\"\nfragment frag on Friend {\n foo(size: $size, bar: $b, obj: {key: \"value\", block: \"\"\"\n\n block string uses \\\"\"\"\n\n \"\"\"})\n}\n\n{\n unnamed(truthy: true, falsey: false, nullish: null),\n query\n}\n", - "onError": null, - "variables": null, - "extensions": null -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_ParseJsonObject.snap b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_ParseJsonObject.snap deleted file mode 100644 index b7b62f1c822..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_ParseJsonObject.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "operationName": null, - "id": null, - "query": "# Copyright (c) 2015-present, Facebook, Inc.\n#\n# This source code is licensed under the MIT license found in the\n# LICENSE file in the root directory of this source tree.\n\n\"Query description\"\nquery queryName(\"$foo description\" $foo: ComplexType, \"$site description\" $site: Site = MOBILE) {\n whoever123is: node(id: [123, 456]) {\n id ,\n ... on User @defer {\n field2 {\n id ,\n alias: field1(first:10, after:$foo,) @include(if: $foo) {\n id,\n ...frag\n }\n }\n }\n ... @skip(unless: $foo) {\n id\n }\n ... {\n id\n }\n }\n}\n\n\"Mutation description\"\nmutation likeStory {\n like(story: 123) @defer {\n story {\n id\n }\n }\n}\n\n\"Subscription description\"\nsubscription StoryLikeSubscription(\"$input description\" $input: StoryLikeSubscribeInput) {\n storyLikeSubscribe(input: $input) {\n story {\n likers {\n count\n }\n likeSentence {\n text\n }\n }\n }\n}\n\n\"Fragment description\"\nfragment frag on Friend {\n foo(size: $size, bar: $b, obj: {key: \"value\", block: \"\"\"\n\n block string uses \\\"\"\"\n\n \"\"\"})\n}\n\n{\n unnamed(truthy: true, falsey: false, nullish: null),\n query\n}\n", - "onError": null, - "variables": null, - "extensions": null -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_ParseJsonObject_FromString.snap b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_ParseJsonObject_FromString.snap deleted file mode 100644 index b7b62f1c822..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_ParseJsonObject_FromString.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "operationName": null, - "id": null, - "query": "# Copyright (c) 2015-present, Facebook, Inc.\n#\n# This source code is licensed under the MIT license found in the\n# LICENSE file in the root directory of this source tree.\n\n\"Query description\"\nquery queryName(\"$foo description\" $foo: ComplexType, \"$site description\" $site: Site = MOBILE) {\n whoever123is: node(id: [123, 456]) {\n id ,\n ... on User @defer {\n field2 {\n id ,\n alias: field1(first:10, after:$foo,) @include(if: $foo) {\n id,\n ...frag\n }\n }\n }\n ... @skip(unless: $foo) {\n id\n }\n ... {\n id\n }\n }\n}\n\n\"Mutation description\"\nmutation likeStory {\n like(story: 123) @defer {\n story {\n id\n }\n }\n}\n\n\"Subscription description\"\nsubscription StoryLikeSubscription(\"$input description\" $input: StoryLikeSubscribeInput) {\n storyLikeSubscribe(input: $input) {\n story {\n likers {\n count\n }\n likeSentence {\n text\n }\n }\n }\n}\n\n\"Fragment description\"\nfragment frag on Friend {\n foo(size: $size, bar: $b, obj: {key: \"value\", block: \"\"\"\n\n block string uses \\\"\"\"\n\n \"\"\"})\n}\n\n{\n unnamed(truthy: true, falsey: false, nullish: null),\n query\n}\n", - "onError": null, - "variables": null, - "extensions": null -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_ParseJson_FromString.snap b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_ParseJson_FromString.snap deleted file mode 100644 index b7b62f1c822..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/GraphQLRequestParserTests.Utf8GraphQLRequestParser_ParseJson_FromString.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "operationName": null, - "id": null, - "query": "# Copyright (c) 2015-present, Facebook, Inc.\n#\n# This source code is licensed under the MIT license found in the\n# LICENSE file in the root directory of this source tree.\n\n\"Query description\"\nquery queryName(\"$foo description\" $foo: ComplexType, \"$site description\" $site: Site = MOBILE) {\n whoever123is: node(id: [123, 456]) {\n id ,\n ... on User @defer {\n field2 {\n id ,\n alias: field1(first:10, after:$foo,) @include(if: $foo) {\n id,\n ...frag\n }\n }\n }\n ... @skip(unless: $foo) {\n id\n }\n ... {\n id\n }\n }\n}\n\n\"Mutation description\"\nmutation likeStory {\n like(story: 123) @defer {\n story {\n id\n }\n }\n}\n\n\"Subscription description\"\nsubscription StoryLikeSubscription(\"$input description\" $input: StoryLikeSubscribeInput) {\n storyLikeSubscribe(input: $input) {\n story {\n likers {\n count\n }\n likeSentence {\n text\n }\n }\n }\n}\n\n\"Fragment description\"\nfragment frag on Friend {\n foo(size: $size, bar: $b, obj: {key: \"value\", block: \"\"\"\n\n block string uses \\\"\"\"\n\n \"\"\"})\n}\n\n{\n unnamed(truthy: true, falsey: false, nullish: null),\n query\n}\n", - "onError": null, - "variables": null, - "extensions": null -} diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/KitchenSinkParserTests.ParseFacebookKitchenSinkQuery.snap b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/KitchenSinkParserTests.ParseFacebookKitchenSinkQuery.snap index 1396ab728cb..6bc26169e1d 100644 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/KitchenSinkParserTests.ParseFacebookKitchenSinkQuery.snap +++ b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/KitchenSinkParserTests.ParseFacebookKitchenSinkQuery.snap @@ -7,7 +7,7 @@ query queryName( "$site description" $site: Site = MOBILE ) { - whoever123is: node(id: [ 123, 456 ]) { + whoever123is: node(id: [123, 456]) { id ... on User @defer { field2 { diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/KitchenSinkParserTests.ParseFacebookKitchenSinkQueryNullability.snap b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/KitchenSinkParserTests.ParseFacebookKitchenSinkQueryNullability.snap deleted file mode 100644 index 0085fc50026..00000000000 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/KitchenSinkParserTests.ParseFacebookKitchenSinkQueryNullability.snap +++ /dev/null @@ -1,3373 +0,0 @@ -SDL: ---------------- -query queryName($foo: ComplexType, $site: Site = MOBILE) @onQuery { - whoever123is: node(id: [ 123, 456 ]) { - id - ... on User @onInlineFragment { - field2 { - id - alias: field1(first: 10, after: $foo) @include(if: $foo) { - id - ... frag @onFragmentSpread - } - } - field3! - requiredField4: field4! - field5? - optionalField6: field6? - unsetListItemsRequiredList: listField[]! - requiredListItemsUnsetList: listField[!] - requiredListItemsRequiredList: listField[!]! - unsetListItemsOptionalList: listField[]? - optionalListItemsUnsetList: listField[?] - optionalListItemsOptionalList: listField[?]? - multidimensionalList: listField[[[!]!]!]! - field7! { - field8 - } - requiredField4: field7! { - field8 - } - field9? { - field10 - } - optionalField9: field9? { - field10 - } - field11[]! { - field12 - } - requiredField11: field11[]! { - field12 - } - unsetListItemsRequiredList: listField[]! - requiredListItemsUnsetList: listField[!] - requiredListItemsRequiredList: listField[!]! - unsetListItemsOptionalList: listField[]? - optionalListItemsUnsetList: listField[?] - optionalListItemsOptionalList: listField[?]? - multidimensionalList: listField[[[!]!]!]! - } - ... @skip(unless: $foo) { - id - } - ... { - id - } - } -} - -mutation likeStory @onMutation { - like(story: 123) @onField { - story { - id @onField - } - } -} - -subscription StoryLikeSubscription($input: StoryLikeSubscribeInput @onVariableDefinition) @onSubscription { - storyLikeSubscribe(input: $input) { - story { - likers { - count - } - likeSentence { - text - } - } - } -} - -fragment frag on Friend @onFragmentDefinition { - foo(size: $size, bar: $b, obj: { key: "value", block: """ - block string uses \""" - """ }) -} - -{ - unnamed(truthy: true, falsy: false, nullish: null) - query -} - -{ - __typename -} ---------------- - -AST: ---------------- -{ - "Kind": "Document", - "Location": { - "Start": 0, - "End": 2119, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 1499, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 6, - "End": 16, - "Line": 1, - "Column": 7 - }, - "Value": "queryName" - }, - "Operation": "Query", - "VariableDefinitions": [ - { - "Kind": "VariableDefinition", - "Location": { - "Start": 16, - "End": 36, - "Line": 1, - "Column": 17 - }, - "Variable": { - "Kind": "Variable", - "Location": { - "Start": 16, - "End": 21, - "Line": 1, - "Column": 17 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 17, - "End": 21, - "Line": 1, - "Column": 18 - }, - "Value": "foo" - } - }, - "Type": { - "Kind": "NamedType", - "Location": { - "Start": 22, - "End": 36, - "Line": 1, - "Column": 23 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 22, - "End": 36, - "Line": 1, - "Column": 23 - }, - "Value": "ComplexType" - } - }, - "DefaultValue": null, - "Directives": [] - }, - { - "Kind": "VariableDefinition", - "Location": { - "Start": 35, - "End": 56, - "Line": 1, - "Column": 36 - }, - "Variable": { - "Kind": "Variable", - "Location": { - "Start": 35, - "End": 41, - "Line": 1, - "Column": 36 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 36, - "End": 41, - "Line": 1, - "Column": 37 - }, - "Value": "site" - } - }, - "Type": { - "Kind": "NamedType", - "Location": { - "Start": 42, - "End": 48, - "Line": 1, - "Column": 43 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 42, - "End": 48, - "Line": 1, - "Column": 43 - }, - "Value": "Site" - } - }, - "DefaultValue": { - "Kind": "EnumValue", - "Location": { - "Start": 49, - "End": 56, - "Line": 1, - "Column": 50 - }, - "Value": "MOBILE" - }, - "Directives": [] - } - ], - "Directives": [ - { - "Kind": "Directive", - "Location": { - "Start": 57, - "End": 67, - "Line": 1, - "Column": 58 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 58, - "End": 67, - "Line": 1, - "Column": 59 - }, - "Value": "onQuery" - }, - "Arguments": [] - } - ], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 66, - "End": 1499, - "Line": 1, - "Column": 67 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 70, - "End": 83, - "Line": 2, - "Column": 3 - }, - "Value": "whoever123is" - }, - "Arguments": [ - { - "Kind": "Argument", - "Location": { - "Start": 89, - "End": 104, - "Line": 2, - "Column": 22 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 89, - "End": 92, - "Line": 2, - "Column": 22 - }, - "Value": "id" - }, - "Value": { - "Kind": "ListValue", - "Location": { - "Start": 93, - "End": 104, - "Line": 2, - "Column": 26 - }, - "Items": [ - { - "Kind": "IntValue", - "Location": { - "Start": 94, - "End": 102, - "Line": 2, - "Column": 27 - }, - "Value": "123" - }, - { - "Kind": "IntValue", - "Location": { - "Start": 99, - "End": 103, - "Line": 2, - "Column": 32 - }, - "Value": "456" - } - ] - } - } - ], - "Required": null, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 105, - "End": 1490, - "Line": 2, - "Column": 38 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 111, - "End": 121, - "Line": 3, - "Column": 5 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 111, - "End": 121, - "Line": 3, - "Column": 5 - }, - "Value": "id" - }, - "Directives": [] - }, - { - "Kind": "InlineFragment", - "Location": { - "Start": 118, - "End": 1421, - "Line": 4, - "Column": 5 - }, - "TypeCondition": { - "Kind": "NamedType", - "Location": { - "Start": 125, - "End": 131, - "Line": 4, - "Column": 12 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 125, - "End": 131, - "Line": 4, - "Column": 12 - }, - "Value": "User" - } - }, - "Directives": [ - { - "Kind": "Directive", - "Location": { - "Start": 130, - "End": 149, - "Line": 4, - "Column": 17 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 131, - "End": 149, - "Line": 4, - "Column": 18 - }, - "Value": "onInlineFragment" - }, - "Arguments": [] - } - ], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 148, - "End": 1421, - "Line": 4, - "Column": 35 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 163, - "End": 326, - "Line": 5, - "Column": 14 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 173, - "End": 189, - "Line": 6, - "Column": 9 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 173, - "End": 189, - "Line": 6, - "Column": 9 - }, - "Value": "id" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 184, - "End": 190, - "Line": 7, - "Column": 9 - }, - "Value": "alias" - }, - "Arguments": [ - { - "Kind": "Argument", - "Location": { - "Start": 198, - "End": 214, - "Line": 7, - "Column": 23 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 198, - "End": 204, - "Line": 7, - "Column": 23 - }, - "Value": "first" - }, - "Value": { - "Kind": "IntValue", - "Location": { - "Start": 205, - "End": 214, - "Line": 7, - "Column": 30 - }, - "Value": "10" - } - }, - { - "Kind": "Argument", - "Location": { - "Start": 209, - "End": 221, - "Line": 7, - "Column": 34 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 209, - "End": 215, - "Line": 7, - "Column": 34 - }, - "Value": "after" - }, - "Value": { - "Kind": "Variable", - "Location": { - "Start": 216, - "End": 221, - "Line": 7, - "Column": 41 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 217, - "End": 221, - "Line": 7, - "Column": 42 - }, - "Value": "foo" - } - } - } - ], - "Required": null, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 241, - "End": 312, - "Line": 7, - "Column": 66 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 253, - "End": 270, - "Line": 8, - "Column": 11 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 253, - "End": 270, - "Line": 8, - "Column": 11 - }, - "Value": "id" - }, - "Directives": [] - }, - { - "Kind": "FragmentSpread", - "Location": { - "Start": 267, - "End": 303, - "Line": 9, - "Column": 12 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 270, - "End": 276, - "Line": 9, - "Column": 15 - }, - "Value": "frag" - }, - "Directives": [ - { - "Kind": "Directive", - "Location": { - "Start": 275, - "End": 303, - "Line": 9, - "Column": 20 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 276, - "End": 303, - "Line": 9, - "Column": 21 - }, - "Value": "onFragmentSpread" - }, - "Arguments": [] - } - ] - } - ] - }, - "Location": { - "Start": 184, - "End": 312, - "Line": 7, - "Column": 9 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 191, - "End": 198, - "Line": 7, - "Column": 16 - }, - "Value": "field1" - }, - "Directives": [ - { - "Kind": "Directive", - "Location": { - "Start": 222, - "End": 242, - "Line": 7, - "Column": 47 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 223, - "End": 231, - "Line": 7, - "Column": 48 - }, - "Value": "include" - }, - "Arguments": [ - { - "Kind": "Argument", - "Location": { - "Start": 231, - "End": 240, - "Line": 7, - "Column": 56 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 231, - "End": 234, - "Line": 7, - "Column": 56 - }, - "Value": "if" - }, - "Value": { - "Kind": "Variable", - "Location": { - "Start": 235, - "End": 240, - "Line": 7, - "Column": 60 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 236, - "End": 240, - "Line": 7, - "Column": 61 - }, - "Value": "foo" - } - } - } - ] - } - ] - } - ] - }, - "Location": { - "Start": 156, - "End": 326, - "Line": 5, - "Column": 7 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 156, - "End": 164, - "Line": 5, - "Column": 7 - }, - "Value": "field2" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": { - "Kind": "RequiredModifier", - "Location": { - "Start": 326, - "End": 349, - "Line": 12, - "Column": 14 - }, - "Element": null - }, - "SelectionSet": null, - "Location": { - "Start": 320, - "End": 349, - "Line": 12, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 320, - "End": 327, - "Line": 12, - "Column": 8 - }, - "Value": "field3" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 335, - "End": 350, - "Line": 13, - "Column": 8 - }, - "Value": "requiredField4" - }, - "Arguments": [], - "Required": { - "Kind": "RequiredModifier", - "Location": { - "Start": 357, - "End": 372, - "Line": 13, - "Column": 30 - }, - "Element": null - }, - "SelectionSet": null, - "Location": { - "Start": 335, - "End": 372, - "Line": 13, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 351, - "End": 358, - "Line": 13, - "Column": 24 - }, - "Value": "field4" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": { - "Kind": "OptionalModifier", - "Location": { - "Start": 372, - "End": 395, - "Line": 14, - "Column": 14 - }, - "Element": null - }, - "SelectionSet": null, - "Location": { - "Start": 366, - "End": 395, - "Line": 14, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 366, - "End": 373, - "Line": 14, - "Column": 8 - }, - "Value": "field5" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 381, - "End": 396, - "Line": 15, - "Column": 8 - }, - "Value": "optionalField6" - }, - "Arguments": [], - "Required": { - "Kind": "OptionalModifier", - "Location": { - "Start": 403, - "End": 438, - "Line": 15, - "Column": 30 - }, - "Element": null - }, - "SelectionSet": null, - "Location": { - "Start": 381, - "End": 438, - "Line": 15, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 397, - "End": 404, - "Line": 15, - "Column": 24 - }, - "Value": "field6" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 412, - "End": 439, - "Line": 16, - "Column": 8 - }, - "Value": "unsetListItemsRequiredList" - }, - "Arguments": [], - "Required": { - "Kind": "RequiredModifier", - "Location": { - "Start": 451, - "End": 486, - "Line": 16, - "Column": 47 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 449, - "End": 452, - "Line": 16, - "Column": 45 - }, - "Element": null - } - }, - "SelectionSet": null, - "Location": { - "Start": 412, - "End": 486, - "Line": 16, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 440, - "End": 450, - "Line": 16, - "Column": 36 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 460, - "End": 487, - "Line": 17, - "Column": 8 - }, - "Value": "requiredListItemsUnsetList" - }, - "Arguments": [], - "Required": { - "Kind": "ListNullability", - "Location": { - "Start": 497, - "End": 537, - "Line": 17, - "Column": 45 - }, - "Element": { - "Kind": "RequiredModifier", - "Location": { - "Start": 498, - "End": 500, - "Line": 17, - "Column": 46 - }, - "Element": null - } - }, - "SelectionSet": null, - "Location": { - "Start": 460, - "End": 537, - "Line": 17, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 488, - "End": 498, - "Line": 17, - "Column": 36 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 508, - "End": 538, - "Line": 18, - "Column": 8 - }, - "Value": "requiredListItemsRequiredList" - }, - "Arguments": [], - "Required": { - "Kind": "RequiredModifier", - "Location": { - "Start": 551, - "End": 586, - "Line": 18, - "Column": 51 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 548, - "End": 552, - "Line": 18, - "Column": 48 - }, - "Element": { - "Kind": "RequiredModifier", - "Location": { - "Start": 549, - "End": 551, - "Line": 18, - "Column": 49 - }, - "Element": null - } - } - }, - "SelectionSet": null, - "Location": { - "Start": 508, - "End": 586, - "Line": 18, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 539, - "End": 549, - "Line": 18, - "Column": 39 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 560, - "End": 587, - "Line": 19, - "Column": 8 - }, - "Value": "unsetListItemsOptionalList" - }, - "Arguments": [], - "Required": { - "Kind": "OptionalModifier", - "Location": { - "Start": 599, - "End": 634, - "Line": 19, - "Column": 47 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 597, - "End": 600, - "Line": 19, - "Column": 45 - }, - "Element": null - } - }, - "SelectionSet": null, - "Location": { - "Start": 560, - "End": 634, - "Line": 19, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 588, - "End": 598, - "Line": 19, - "Column": 36 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 608, - "End": 635, - "Line": 20, - "Column": 8 - }, - "Value": "optionalListItemsUnsetList" - }, - "Arguments": [], - "Required": { - "Kind": "ListNullability", - "Location": { - "Start": 645, - "End": 685, - "Line": 20, - "Column": 45 - }, - "Element": { - "Kind": "OptionalModifier", - "Location": { - "Start": 646, - "End": 648, - "Line": 20, - "Column": 46 - }, - "Element": null - } - }, - "SelectionSet": null, - "Location": { - "Start": 608, - "End": 685, - "Line": 20, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 636, - "End": 646, - "Line": 20, - "Column": 36 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 656, - "End": 686, - "Line": 21, - "Column": 8 - }, - "Value": "optionalListItemsOptionalList" - }, - "Arguments": [], - "Required": { - "Kind": "OptionalModifier", - "Location": { - "Start": 699, - "End": 728, - "Line": 21, - "Column": 51 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 696, - "End": 700, - "Line": 21, - "Column": 48 - }, - "Element": { - "Kind": "OptionalModifier", - "Location": { - "Start": 697, - "End": 699, - "Line": 21, - "Column": 49 - }, - "Element": null - } - } - }, - "SelectionSet": null, - "Location": { - "Start": 656, - "End": 728, - "Line": 21, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 687, - "End": 697, - "Line": 21, - "Column": 39 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 708, - "End": 729, - "Line": 22, - "Column": 8 - }, - "Value": "multidimensionalList" - }, - "Arguments": [], - "Required": { - "Kind": "RequiredModifier", - "Location": { - "Start": 748, - "End": 763, - "Line": 22, - "Column": 48 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 739, - "End": 749, - "Line": 22, - "Column": 39 - }, - "Element": { - "Kind": "RequiredModifier", - "Location": { - "Start": 746, - "End": 748, - "Line": 22, - "Column": 46 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 740, - "End": 747, - "Line": 22, - "Column": 40 - }, - "Element": { - "Kind": "RequiredModifier", - "Location": { - "Start": 744, - "End": 746, - "Line": 22, - "Column": 44 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 741, - "End": 745, - "Line": 22, - "Column": 41 - }, - "Element": { - "Kind": "RequiredModifier", - "Location": { - "Start": 742, - "End": 744, - "Line": 22, - "Column": 42 - }, - "Element": null - } - } - } - } - } - } - }, - "SelectionSet": null, - "Location": { - "Start": 708, - "End": 763, - "Line": 22, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 730, - "End": 740, - "Line": 22, - "Column": 30 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": { - "Kind": "RequiredModifier", - "Location": { - "Start": 763, - "End": 766, - "Line": 23, - "Column": 14 - }, - "Element": null - }, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 765, - "End": 813, - "Line": 23, - "Column": 16 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 776, - "End": 791, - "Line": 24, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 776, - "End": 791, - "Line": 24, - "Column": 10 - }, - "Value": "field8" - }, - "Directives": [] - } - ] - }, - "Location": { - "Start": 757, - "End": 813, - "Line": 23, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 757, - "End": 764, - "Line": 23, - "Column": 8 - }, - "Value": "field7" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 799, - "End": 814, - "Line": 26, - "Column": 8 - }, - "Value": "requiredField4" - }, - "Arguments": [], - "Required": { - "Kind": "RequiredModifier", - "Location": { - "Start": 821, - "End": 824, - "Line": 26, - "Column": 30 - }, - "Element": null - }, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 823, - "End": 863, - "Line": 26, - "Column": 32 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 834, - "End": 849, - "Line": 27, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 834, - "End": 849, - "Line": 27, - "Column": 10 - }, - "Value": "field8" - }, - "Directives": [] - } - ] - }, - "Location": { - "Start": 799, - "End": 863, - "Line": 26, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 815, - "End": 822, - "Line": 26, - "Column": 24 - }, - "Value": "field7" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": { - "Kind": "OptionalModifier", - "Location": { - "Start": 863, - "End": 866, - "Line": 29, - "Column": 14 - }, - "Element": null - }, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 865, - "End": 914, - "Line": 29, - "Column": 16 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 876, - "End": 892, - "Line": 30, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 876, - "End": 892, - "Line": 30, - "Column": 10 - }, - "Value": "field10" - }, - "Directives": [] - } - ] - }, - "Location": { - "Start": 857, - "End": 914, - "Line": 29, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 857, - "End": 864, - "Line": 29, - "Column": 8 - }, - "Value": "field9" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 900, - "End": 915, - "Line": 32, - "Column": 8 - }, - "Value": "optionalField9" - }, - "Arguments": [], - "Required": { - "Kind": "OptionalModifier", - "Location": { - "Start": 922, - "End": 925, - "Line": 32, - "Column": 30 - }, - "Element": null - }, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 924, - "End": 966, - "Line": 32, - "Column": 32 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 935, - "End": 951, - "Line": 33, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 935, - "End": 951, - "Line": 33, - "Column": 10 - }, - "Value": "field10" - }, - "Directives": [] - } - ] - }, - "Location": { - "Start": 900, - "End": 966, - "Line": 32, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 916, - "End": 923, - "Line": 32, - "Column": 24 - }, - "Value": "field9" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": { - "Kind": "RequiredModifier", - "Location": { - "Start": 968, - "End": 971, - "Line": 35, - "Column": 17 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 966, - "End": 969, - "Line": 35, - "Column": 15 - }, - "Element": null - } - }, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 970, - "End": 1020, - "Line": 35, - "Column": 19 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 981, - "End": 997, - "Line": 36, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 981, - "End": 997, - "Line": 36, - "Column": 10 - }, - "Value": "field12" - }, - "Directives": [] - } - ] - }, - "Location": { - "Start": 959, - "End": 1020, - "Line": 35, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 959, - "End": 967, - "Line": 35, - "Column": 8 - }, - "Value": "field11" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 1005, - "End": 1021, - "Line": 38, - "Column": 8 - }, - "Value": "requiredField11" - }, - "Arguments": [], - "Required": { - "Kind": "RequiredModifier", - "Location": { - "Start": 1031, - "End": 1034, - "Line": 38, - "Column": 34 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 1029, - "End": 1032, - "Line": 38, - "Column": 32 - }, - "Element": null - } - }, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 1033, - "End": 1094, - "Line": 38, - "Column": 36 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 1044, - "End": 1060, - "Line": 39, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1044, - "End": 1060, - "Line": 39, - "Column": 10 - }, - "Value": "field12" - }, - "Directives": [] - } - ] - }, - "Location": { - "Start": 1005, - "End": 1094, - "Line": 38, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1022, - "End": 1030, - "Line": 38, - "Column": 25 - }, - "Value": "field11" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 1068, - "End": 1095, - "Line": 41, - "Column": 8 - }, - "Value": "unsetListItemsRequiredList" - }, - "Arguments": [], - "Required": { - "Kind": "RequiredModifier", - "Location": { - "Start": 1107, - "End": 1142, - "Line": 41, - "Column": 47 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 1105, - "End": 1108, - "Line": 41, - "Column": 45 - }, - "Element": null - } - }, - "SelectionSet": null, - "Location": { - "Start": 1068, - "End": 1142, - "Line": 41, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1096, - "End": 1106, - "Line": 41, - "Column": 36 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 1116, - "End": 1143, - "Line": 42, - "Column": 8 - }, - "Value": "requiredListItemsUnsetList" - }, - "Arguments": [], - "Required": { - "Kind": "ListNullability", - "Location": { - "Start": 1153, - "End": 1193, - "Line": 42, - "Column": 45 - }, - "Element": { - "Kind": "RequiredModifier", - "Location": { - "Start": 1154, - "End": 1156, - "Line": 42, - "Column": 46 - }, - "Element": null - } - }, - "SelectionSet": null, - "Location": { - "Start": 1116, - "End": 1193, - "Line": 42, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1144, - "End": 1154, - "Line": 42, - "Column": 36 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 1164, - "End": 1194, - "Line": 43, - "Column": 8 - }, - "Value": "requiredListItemsRequiredList" - }, - "Arguments": [], - "Required": { - "Kind": "RequiredModifier", - "Location": { - "Start": 1207, - "End": 1242, - "Line": 43, - "Column": 51 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 1204, - "End": 1208, - "Line": 43, - "Column": 48 - }, - "Element": { - "Kind": "RequiredModifier", - "Location": { - "Start": 1205, - "End": 1207, - "Line": 43, - "Column": 49 - }, - "Element": null - } - } - }, - "SelectionSet": null, - "Location": { - "Start": 1164, - "End": 1242, - "Line": 43, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1195, - "End": 1205, - "Line": 43, - "Column": 39 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 1216, - "End": 1243, - "Line": 44, - "Column": 8 - }, - "Value": "unsetListItemsOptionalList" - }, - "Arguments": [], - "Required": { - "Kind": "OptionalModifier", - "Location": { - "Start": 1255, - "End": 1290, - "Line": 44, - "Column": 47 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 1253, - "End": 1256, - "Line": 44, - "Column": 45 - }, - "Element": null - } - }, - "SelectionSet": null, - "Location": { - "Start": 1216, - "End": 1290, - "Line": 44, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1244, - "End": 1254, - "Line": 44, - "Column": 36 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 1264, - "End": 1291, - "Line": 45, - "Column": 8 - }, - "Value": "optionalListItemsUnsetList" - }, - "Arguments": [], - "Required": { - "Kind": "ListNullability", - "Location": { - "Start": 1301, - "End": 1341, - "Line": 45, - "Column": 45 - }, - "Element": { - "Kind": "OptionalModifier", - "Location": { - "Start": 1302, - "End": 1304, - "Line": 45, - "Column": 46 - }, - "Element": null - } - }, - "SelectionSet": null, - "Location": { - "Start": 1264, - "End": 1341, - "Line": 45, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1292, - "End": 1302, - "Line": 45, - "Column": 36 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 1312, - "End": 1342, - "Line": 46, - "Column": 8 - }, - "Value": "optionalListItemsOptionalList" - }, - "Arguments": [], - "Required": { - "Kind": "OptionalModifier", - "Location": { - "Start": 1355, - "End": 1384, - "Line": 46, - "Column": 51 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 1352, - "End": 1356, - "Line": 46, - "Column": 48 - }, - "Element": { - "Kind": "OptionalModifier", - "Location": { - "Start": 1353, - "End": 1355, - "Line": 46, - "Column": 49 - }, - "Element": null - } - } - }, - "SelectionSet": null, - "Location": { - "Start": 1312, - "End": 1384, - "Line": 46, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1343, - "End": 1353, - "Line": 46, - "Column": 39 - }, - "Value": "listField" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": { - "Kind": "Name", - "Location": { - "Start": 1364, - "End": 1385, - "Line": 47, - "Column": 8 - }, - "Value": "multidimensionalList" - }, - "Arguments": [], - "Required": { - "Kind": "RequiredModifier", - "Location": { - "Start": 1404, - "End": 1412, - "Line": 47, - "Column": 48 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 1395, - "End": 1405, - "Line": 47, - "Column": 39 - }, - "Element": { - "Kind": "RequiredModifier", - "Location": { - "Start": 1402, - "End": 1404, - "Line": 47, - "Column": 46 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 1396, - "End": 1403, - "Line": 47, - "Column": 40 - }, - "Element": { - "Kind": "RequiredModifier", - "Location": { - "Start": 1400, - "End": 1402, - "Line": 47, - "Column": 44 - }, - "Element": { - "Kind": "ListNullability", - "Location": { - "Start": 1397, - "End": 1401, - "Line": 47, - "Column": 41 - }, - "Element": { - "Kind": "RequiredModifier", - "Location": { - "Start": 1398, - "End": 1400, - "Line": 47, - "Column": 42 - }, - "Element": null - } - } - } - } - } - } - }, - "SelectionSet": null, - "Location": { - "Start": 1364, - "End": 1412, - "Line": 47, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1386, - "End": 1396, - "Line": 47, - "Column": 30 - }, - "Value": "listField" - }, - "Directives": [] - } - ] - } - }, - { - "Kind": "InlineFragment", - "Location": { - "Start": 1418, - "End": 1467, - "Line": 49, - "Column": 6 - }, - "TypeCondition": null, - "Directives": [ - { - "Kind": "Directive", - "Location": { - "Start": 1422, - "End": 1443, - "Line": 49, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1423, - "End": 1428, - "Line": 49, - "Column": 11 - }, - "Value": "skip" - }, - "Arguments": [ - { - "Kind": "Argument", - "Location": { - "Start": 1428, - "End": 1441, - "Line": 49, - "Column": 16 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1428, - "End": 1435, - "Line": 49, - "Column": 16 - }, - "Value": "unless" - }, - "Value": { - "Kind": "Variable", - "Location": { - "Start": 1436, - "End": 1441, - "Line": 49, - "Column": 24 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1437, - "End": 1441, - "Line": 49, - "Column": 25 - }, - "Value": "foo" - } - } - } - ] - } - ], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 1442, - "End": 1467, - "Line": 49, - "Column": 30 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 1451, - "End": 1459, - "Line": 50, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1451, - "End": 1459, - "Line": 50, - "Column": 8 - }, - "Value": "id" - }, - "Directives": [] - } - ] - } - }, - { - "Kind": "InlineFragment", - "Location": { - "Start": 1464, - "End": 1488, - "Line": 52, - "Column": 5 - }, - "TypeCondition": null, - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 1468, - "End": 1488, - "Line": 52, - "Column": 9 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 1476, - "End": 1484, - "Line": 53, - "Column": 7 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1476, - "End": 1484, - "Line": 53, - "Column": 7 - }, - "Value": "id" - }, - "Directives": [] - } - ] - } - } - ] - }, - "Location": { - "Start": 70, - "End": 1490, - "Line": 2, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 84, - "End": 89, - "Line": 2, - "Column": 17 - }, - "Value": "node" - }, - "Directives": [] - } - ] - } - }, - { - "Kind": "OperationDefinition", - "Location": { - "Start": 1491, - "End": 1608, - "Line": 57, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1500, - "End": 1511, - "Line": 57, - "Column": 10 - }, - "Value": "likeStory" - }, - "Operation": "Mutation", - "VariableDefinitions": [], - "Directives": [ - { - "Kind": "Directive", - "Location": { - "Start": 1510, - "End": 1523, - "Line": 57, - "Column": 20 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1511, - "End": 1523, - "Line": 57, - "Column": 21 - }, - "Value": "onMutation" - }, - "Arguments": [] - } - ], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 1522, - "End": 1608, - "Line": 57, - "Column": 32 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [ - { - "Kind": "Argument", - "Location": { - "Start": 1531, - "End": 1542, - "Line": 58, - "Column": 8 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1531, - "End": 1537, - "Line": 58, - "Column": 8 - }, - "Value": "story" - }, - "Value": { - "Kind": "IntValue", - "Location": { - "Start": 1538, - "End": 1542, - "Line": 58, - "Column": 15 - }, - "Value": "123" - } - } - ], - "Required": null, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 1552, - "End": 1595, - "Line": 58, - "Column": 29 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 1564, - "End": 1593, - "Line": 59, - "Column": 11 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 1572, - "End": 1589, - "Line": 60, - "Column": 7 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1572, - "End": 1576, - "Line": 60, - "Column": 7 - }, - "Value": "id" - }, - "Directives": [ - { - "Kind": "Directive", - "Location": { - "Start": 1575, - "End": 1589, - "Line": 60, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1576, - "End": 1589, - "Line": 60, - "Column": 11 - }, - "Value": "onField" - }, - "Arguments": [] - } - ] - } - ] - }, - "Location": { - "Start": 1558, - "End": 1593, - "Line": 59, - "Column": 5 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1558, - "End": 1565, - "Line": 59, - "Column": 5 - }, - "Value": "story" - }, - "Directives": [] - } - ] - }, - "Location": { - "Start": 1526, - "End": 1595, - "Line": 58, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1526, - "End": 1531, - "Line": 58, - "Column": 3 - }, - "Value": "like" - }, - "Directives": [ - { - "Kind": "Directive", - "Location": { - "Start": 1543, - "End": 1553, - "Line": 58, - "Column": 20 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1544, - "End": 1553, - "Line": 58, - "Column": 21 - }, - "Value": "onField" - }, - "Arguments": [] - } - ] - } - ] - } - }, - { - "Kind": "OperationDefinition", - "Location": { - "Start": 1596, - "End": 1859, - "Line": 64, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1609, - "End": 1631, - "Line": 64, - "Column": 14 - }, - "Value": "StoryLikeSubscription" - }, - "Operation": "Subscription", - "VariableDefinitions": [ - { - "Kind": "VariableDefinition", - "Location": { - "Start": 1634, - "End": 1689, - "Line": 65, - "Column": 3 - }, - "Variable": { - "Kind": "Variable", - "Location": { - "Start": 1634, - "End": 1641, - "Line": 65, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1635, - "End": 1641, - "Line": 65, - "Column": 4 - }, - "Value": "input" - } - }, - "Type": { - "Kind": "NamedType", - "Location": { - "Start": 1642, - "End": 1667, - "Line": 65, - "Column": 11 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1642, - "End": 1667, - "Line": 65, - "Column": 11 - }, - "Value": "StoryLikeSubscribeInput" - } - }, - "DefaultValue": null, - "Directives": [ - { - "Kind": "Directive", - "Location": { - "Start": 1666, - "End": 1689, - "Line": 65, - "Column": 35 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1667, - "End": 1689, - "Line": 65, - "Column": 36 - }, - "Value": "onVariableDefinition" - }, - "Arguments": [] - } - ] - } - ], - "Directives": [ - { - "Kind": "Directive", - "Location": { - "Start": 1692, - "End": 1709, - "Line": 67, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1693, - "End": 1709, - "Line": 67, - "Column": 4 - }, - "Value": "onSubscription" - }, - "Arguments": [] - } - ], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 1708, - "End": 1859, - "Line": 67, - "Column": 19 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [ - { - "Kind": "Argument", - "Location": { - "Start": 1731, - "End": 1745, - "Line": 68, - "Column": 22 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1731, - "End": 1737, - "Line": 68, - "Column": 22 - }, - "Value": "input" - }, - "Value": { - "Kind": "Variable", - "Location": { - "Start": 1738, - "End": 1745, - "Line": 68, - "Column": 29 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1739, - "End": 1745, - "Line": 68, - "Column": 30 - }, - "Value": "input" - } - } - } - ], - "Required": null, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 1746, - "End": 1850, - "Line": 68, - "Column": 37 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 1758, - "End": 1848, - "Line": 69, - "Column": 11 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 1773, - "End": 1815, - "Line": 70, - "Column": 14 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 1783, - "End": 1796, - "Line": 71, - "Column": 9 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1783, - "End": 1796, - "Line": 71, - "Column": 9 - }, - "Value": "count" - }, - "Directives": [] - } - ] - }, - "Location": { - "Start": 1766, - "End": 1815, - "Line": 70, - "Column": 7 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1766, - "End": 1774, - "Line": 70, - "Column": 7 - }, - "Value": "likers" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 1816, - "End": 1844, - "Line": 73, - "Column": 20 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 1826, - "End": 1838, - "Line": 74, - "Column": 9 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1826, - "End": 1838, - "Line": 74, - "Column": 9 - }, - "Value": "text" - }, - "Directives": [] - } - ] - }, - "Location": { - "Start": 1803, - "End": 1844, - "Line": 73, - "Column": 7 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1803, - "End": 1817, - "Line": 73, - "Column": 7 - }, - "Value": "likeSentence" - }, - "Directives": [] - } - ] - }, - "Location": { - "Start": 1752, - "End": 1848, - "Line": 69, - "Column": 5 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1752, - "End": 1759, - "Line": 69, - "Column": 5 - }, - "Value": "story" - }, - "Directives": [] - } - ] - }, - "Location": { - "Start": 1712, - "End": 1850, - "Line": 68, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1712, - "End": 1731, - "Line": 68, - "Column": 3 - }, - "Value": "storyLikeSubscribe" - }, - "Directives": [] - } - ] - } - }, - { - "Kind": "FragmentDefinition", - "VariableDefinitions": [], - "TypeCondition": { - "Kind": "NamedType", - "Location": { - "Start": 1868, - "End": 1876, - "Line": 79, - "Column": 18 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1868, - "End": 1876, - "Line": 79, - "Column": 18 - }, - "Value": "Friend" - } - }, - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 1897, - "End": 2033, - "Line": 79, - "Column": 47 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [ - { - "Kind": "Argument", - "Location": { - "Start": 1910, - "End": 1929, - "Line": 81, - "Column": 5 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1910, - "End": 1915, - "Line": 81, - "Column": 5 - }, - "Value": "size" - }, - "Value": { - "Kind": "Variable", - "Location": { - "Start": 1916, - "End": 1929, - "Line": 81, - "Column": 11 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1917, - "End": 1929, - "Line": 81, - "Column": 12 - }, - "Value": "size" - } - } - }, - { - "Kind": "Argument", - "Location": { - "Start": 1926, - "End": 1941, - "Line": 82, - "Column": 5 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1926, - "End": 1930, - "Line": 82, - "Column": 5 - }, - "Value": "bar" - }, - "Value": { - "Kind": "Variable", - "Location": { - "Start": 1931, - "End": 1941, - "Line": 82, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1932, - "End": 1941, - "Line": 82, - "Column": 11 - }, - "Value": "b" - } - } - }, - { - "Kind": "Argument", - "Location": { - "Start": 1938, - "End": 2029, - "Line": 83, - "Column": 5 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1938, - "End": 1942, - "Line": 83, - "Column": 5 - }, - "Value": "obj" - }, - "Value": { - "Kind": "ObjectValue", - "Location": { - "Start": 1943, - "End": 2029, - "Line": 83, - "Column": 10 - }, - "Fields": [ - { - "Kind": "ObjectField", - "Location": { - "Start": 1951, - "End": 1975, - "Line": 84, - "Column": 7 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1951, - "End": 1955, - "Line": 84, - "Column": 7 - }, - "Value": "key" - }, - "Value": { - "Kind": "StringValue", - "Location": { - "Start": 1956, - "End": 1975, - "Line": 84, - "Column": 12 - }, - "Value": "value", - "Block": false - } - }, - { - "Kind": "ObjectField", - "Location": { - "Start": 1970, - "End": 2025, - "Line": 85, - "Column": 7 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1970, - "End": 1976, - "Line": 85, - "Column": 7 - }, - "Value": "block" - }, - "Value": { - "Kind": "StringValue", - "Location": { - "Start": 1977, - "End": 2025, - "Line": 85, - "Column": 14 - }, - "Value": "block string uses \"\"\"", - "Block": true - } - } - ] - } - } - ], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 1901, - "End": 2031, - "Line": 80, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1901, - "End": 1905, - "Line": 80, - "Column": 3 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - }, - "Location": { - "Start": 1851, - "End": 2033, - "Line": 79, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1860, - "End": 1867, - "Line": 79, - "Column": 10 - }, - "Value": "frag" - }, - "Directives": [ - { - "Kind": "Directive", - "Location": { - "Start": 1875, - "End": 1898, - "Line": 79, - "Column": 25 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 1876, - "End": 1898, - "Line": 79, - "Column": 26 - }, - "Value": "onFragmentDefinition" - }, - "Arguments": [] - } - ] - }, - { - "Kind": "OperationDefinition", - "Location": { - "Start": 2032, - "End": 2102, - "Line": 91, - "Column": 1 - }, - "Name": null, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 2032, - "End": 2102, - "Line": 91, - "Column": 1 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [ - { - "Kind": "Argument", - "Location": { - "Start": 2044, - "End": 2063, - "Line": 92, - "Column": 11 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2044, - "End": 2051, - "Line": 92, - "Column": 11 - }, - "Value": "truthy" - }, - "Value": { - "Kind": "BooleanValue", - "Location": { - "Start": 2052, - "End": 2063, - "Line": 92, - "Column": 19 - }, - "Value": true - } - }, - { - "Kind": "Argument", - "Location": { - "Start": 2058, - "End": 2079, - "Line": 92, - "Column": 25 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2058, - "End": 2064, - "Line": 92, - "Column": 25 - }, - "Value": "falsy" - }, - "Value": { - "Kind": "BooleanValue", - "Location": { - "Start": 2065, - "End": 2079, - "Line": 92, - "Column": 32 - }, - "Value": false - } - }, - { - "Kind": "Argument", - "Location": { - "Start": 2072, - "End": 2086, - "Line": 92, - "Column": 39 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2072, - "End": 2080, - "Line": 92, - "Column": 39 - }, - "Value": "nullish" - }, - "Value": { - "Kind": "NullValue", - "Location": { - "Start": 2081, - "End": 2086, - "Line": 92, - "Column": 48 - }, - "Value": null - } - } - ], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 2036, - "End": 2094, - "Line": 92, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2036, - "End": 2044, - "Line": 92, - "Column": 3 - }, - "Value": "unnamed" - }, - "Directives": [] - }, - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 2089, - "End": 2096, - "Line": 93, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2089, - "End": 2096, - "Line": 93, - "Column": 3 - }, - "Value": "query" - }, - "Directives": [] - } - ] - } - }, - { - "Kind": "OperationDefinition", - "Location": { - "Start": 2097, - "End": 2119, - "Line": 95, - "Column": 1 - }, - "Name": null, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 2103, - "End": 2119, - "Line": 95, - "Column": 7 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "Required": null, - "SelectionSet": null, - "Location": { - "Start": 2107, - "End": 2119, - "Line": 96, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2107, - "End": 2119, - "Line": 96, - "Column": 3 - }, - "Value": "__typename" - }, - "Directives": [] - } - ] - } - } - ], - "Count": 312, - "FieldsCount": 51 -} ---------------- diff --git a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/QueryParserTests.KitchenSinkQueryQuery.graphql b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/QueryParserTests.KitchenSinkQueryQuery.graphql index 571c224240f..55493f349be 100644 --- a/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/QueryParserTests.KitchenSinkQueryQuery.graphql +++ b/src/HotChocolate/Language/test/Language.Tests/Parser/__snapshots__/QueryParserTests.KitchenSinkQueryQuery.graphql @@ -5,7 +5,7 @@ query queryName( "$site description" $site: Site = MOBILE ) { - whoever123is: node(id: [ 123, 456 ]) { + whoever123is: node(id: [123, 456]) { id ... on User @defer { field2 { diff --git a/src/HotChocolate/Language/test/Language.Tests/Utilities/__snapshots__/SyntaxPrinterTests.Serialize_KitchenSinkWithIndentation_OutputIsFormatted.snap b/src/HotChocolate/Language/test/Language.Tests/Utilities/__snapshots__/SyntaxPrinterTests.Serialize_KitchenSinkWithIndentation_OutputIsFormatted.snap index 571c224240f..55493f349be 100644 --- a/src/HotChocolate/Language/test/Language.Tests/Utilities/__snapshots__/SyntaxPrinterTests.Serialize_KitchenSinkWithIndentation_OutputIsFormatted.snap +++ b/src/HotChocolate/Language/test/Language.Tests/Utilities/__snapshots__/SyntaxPrinterTests.Serialize_KitchenSinkWithIndentation_OutputIsFormatted.snap @@ -5,7 +5,7 @@ query queryName( "$site description" $site: Site = MOBILE ) { - whoever123is: node(id: [ 123, 456 ]) { + whoever123is: node(id: [123, 456]) { id ... on User @defer { field2 { diff --git a/src/HotChocolate/Language/test/Language.Tests/Utilities/__snapshots__/SyntaxPrinterTests.Serialize_KitchenSinkWithoutIndentation_OutputIsOneLine.snap b/src/HotChocolate/Language/test/Language.Tests/Utilities/__snapshots__/SyntaxPrinterTests.Serialize_KitchenSinkWithoutIndentation_OutputIsOneLine.snap index 30c5fb310f5..fab6903a9d3 100644 --- a/src/HotChocolate/Language/test/Language.Tests/Utilities/__snapshots__/SyntaxPrinterTests.Serialize_KitchenSinkWithoutIndentation_OutputIsOneLine.snap +++ b/src/HotChocolate/Language/test/Language.Tests/Utilities/__snapshots__/SyntaxPrinterTests.Serialize_KitchenSinkWithoutIndentation_OutputIsOneLine.snap @@ -1,3 +1,3 @@ -"Query description" query queryName("$foo description" $foo: ComplexType, "$site description" $site: Site = MOBILE) { whoever123is: node(id: [ 123, 456 ]) { id ... on User @defer { field2 { id alias: field1(first: 10, after: $foo) @include(if: $foo) { id ... frag } } } ... @skip(unless: $foo) { id } ... { id } } } "Mutation description" mutation likeStory { like(story: 123) @defer { story { id } } } "Subscription description" subscription StoryLikeSubscription("$input description" $input: StoryLikeSubscribeInput) { storyLikeSubscribe(input: $input) { story { likers { count } likeSentence { text } } } } "Fragment description" fragment frag on Friend { foo(size: $size, bar: $b, obj: { key: "value", block: """ +"Query description" query queryName("$foo description" $foo: ComplexType, "$site description" $site: Site = MOBILE) { whoever123is: node(id: [123, 456]) { id ... on User @defer { field2 { id alias: field1(first: 10, after: $foo) @include(if: $foo) { id ... frag } } } ... @skip(unless: $foo) { id } ... { id } } } "Mutation description" mutation likeStory { like(story: 123) @defer { story { id } } } "Subscription description" subscription StoryLikeSubscription("$input description" $input: StoryLikeSubscribeInput) { storyLikeSubscribe(input: $input) { story { likers { count } likeSentence { text } } } } "Fragment description" fragment frag on Friend { foo(size: $size, bar: $b, obj: { key: "value", block: """ block string uses \""" """ }) } { unnamed(truthy: true, falsey: false, nullish: null) query } diff --git a/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorComparableTests.cs b/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorComparableTests.cs index 3b807449009..27b6be9855a 100644 --- a/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorComparableTests.cs +++ b/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorComparableTests.cs @@ -431,17 +431,17 @@ public async Task Create_ShortIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ null, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [null, 14]}}){ barShort}}") .Build()); // assert @@ -465,17 +465,17 @@ public async Task Create_ShortNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ null, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [null, 14]}}){ barShort}}") .Build()); // assert @@ -895,17 +895,17 @@ public async Task Create_ShortNullableIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, null ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, null]}}){ barShort}}") .Build()); // assert @@ -929,17 +929,17 @@ public async Task Create_ShortNullableNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, null ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, null]}}){ barShort}}") .Build()); // assert diff --git a/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorEnumTests.cs b/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorEnumTests.cs index 5bba51096a1..8b445495108 100644 --- a/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorEnumTests.cs +++ b/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorEnumTests.cs @@ -107,17 +107,17 @@ public async Task Create_EnumIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ BAR FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [BAR FOO]}}){ barEnum}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [FOO]}}){ barEnum}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ null FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [null FOO]}}){ barEnum}}") .Build()); // assert @@ -141,17 +141,17 @@ public async Task Create_EnumNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ BAR FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [BAR FOO] } }) { barEnum } }") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [FOO] } }) { barEnum } }") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ null FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [null FOO] } }) { barEnum } }") .Build()); // assert @@ -244,17 +244,17 @@ public async Task Create_NullableEnumIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ BAR FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { in: [BAR FOO] } }) { barEnum } }") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { in: [FOO] } }) { barEnum } }") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ null FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { in: [null FOO] } }) { barEnum } }") .Build()); // assert @@ -278,17 +278,17 @@ public async Task Create_NullableEnumNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ BAR FOO ] } }){ barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [BAR FOO] } }){ barEnum } }") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [FOO] } }) { barEnum } }") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ null FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [null FOO] } }) { barEnum } }") .Build()); // assert diff --git a/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorObjectTests.cs b/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorObjectTests.cs index e8b7bfa39aa..0e6c398c844 100644 --- a/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorObjectTests.cs +++ b/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorObjectTests.cs @@ -148,21 +148,21 @@ public async Task Create_ObjectShortIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 12, 13 ]}}}) " + "{ root(where: { foo: { barShort: { in: [12, 13]}}}) " + "{ foo{ barShort}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, 14]}}}) " + "{ foo{ barShort}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ null, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [null, 14]}}}) " + "{ foo{ barShort}}}") .Build()); @@ -228,21 +228,21 @@ public async Task Create_ObjectNullableShortIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 12, 13 ]}}}) " + "{ root(where: { foo: { barShort: { in: [12, 13]}}}) " + "{ foo{ barShort}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, 14]}}}) " + "{ foo{ barShort}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, null ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, null]}}}) " + "{ foo{ barShort}}}") .Build()); @@ -379,21 +379,21 @@ public async Task Create_ObjectEnumIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ BAR FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [BAR FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ null FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [null FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); @@ -460,21 +460,21 @@ public async Task Create_ObjectNullableEnumIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ BAR FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [BAR FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ null FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [null FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); @@ -540,7 +540,7 @@ public async Task Create_ObjectStringIn_Expression() OperationRequestBuilder.New() .SetDocument( "{ root(where: { foo: { barString: { in: " - + "[ \"testatest\" \"testbtest\" ]}}}) " + + "[\"testatest\" \"testbtest\"]}}}) " + "{ foo{ barString}}}") .Build()); @@ -554,7 +554,7 @@ public async Task Create_ObjectStringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barString: { in: [ \"testatest\" ]}}}) " + "{ root(where: { foo: { barString: { in: [\"testatest\"]}}}) " + "{ foo{ barString}}}") .Build()); diff --git a/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorStringTests.cs b/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorStringTests.cs index 22ad56cd7e2..5ef9b38b7e6 100644 --- a/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorStringTests.cs +++ b/src/HotChocolate/Marten/test/Data.Marten.Filters.Tests/QueryableFilterVisitorStringTests.cs @@ -103,7 +103,7 @@ public async Task Create_StringIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { in: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { in: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -113,7 +113,7 @@ public async Task Create_StringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"testatest\"]}}){ bar}}") .Build()); // assert @@ -134,7 +134,7 @@ public async Task Create_StringNotIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { nin: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { nin: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -144,7 +144,7 @@ public async Task Create_StringNotIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"testatest\"]}}){ bar}}") .Build()); // assert @@ -416,7 +416,7 @@ public async Task Create_NullableStringIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { in: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { in: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -426,7 +426,7 @@ public async Task Create_NullableStringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"testatest\"]}}){ bar}}") .Build()); // assert @@ -449,7 +449,7 @@ public async Task Create_NullableStringNotIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { nin: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { nin: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -459,7 +459,7 @@ public async Task Create_NullableStringNotIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"testatest\"]}}){ bar}}") .Build()); // assert diff --git a/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorComparableTests.cs b/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorComparableTests.cs index 7206ac3c2a7..1c23a613978 100644 --- a/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorComparableTests.cs +++ b/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorComparableTests.cs @@ -501,17 +501,17 @@ public async Task Create_ShortIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ null, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [null, 14]}}){ barShort}}") .Build()); // assert @@ -529,17 +529,17 @@ public async Task Create_ShortNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ null, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [null, 14]}}){ barShort}}") .Build()); // assert @@ -918,17 +918,17 @@ public async Task Create_ShortNullableIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, null ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, null]}}){ barShort}}") .Build()); // assert @@ -949,17 +949,17 @@ public async Task Create_ShortNullableNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, null ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, null]}}){ barShort}}") .Build()); // assert diff --git a/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorEnumTests.cs b/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorEnumTests.cs index 49ef3e445a3..43743764247 100644 --- a/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorEnumTests.cs +++ b/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorEnumTests.cs @@ -103,17 +103,17 @@ public async Task Create_EnumIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ BAR FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [BAR FOO]}}){ barEnum}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [FOO]}}){ barEnum}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ null FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [null FOO]}}){ barEnum}}") .Build()); // assert @@ -134,17 +134,17 @@ public async Task Create_EnumNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ BAR FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [BAR FOO] } }) { barEnum } }") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [FOO] } }) { barEnum } }") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ null FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [null FOO] } }) { barEnum } }") .Build()); // assert @@ -227,17 +227,17 @@ public async Task Create_NullableEnumIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ BAR FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { in: [BAR FOO] } }) { barEnum } }") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { in: [FOO] } }) { barEnum } }") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ null FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { in: [null FOO] } }) { barEnum } }") .Build()); // assert @@ -258,17 +258,17 @@ public async Task Create_NullableEnumNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ BAR FOO ] } }){ barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [BAR FOO] } }){ barEnum } }") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [FOO] } }) { barEnum } }") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ null FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [null FOO] } }) { barEnum } }") .Build()); // assert diff --git a/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorObjectIdTests.cs b/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorObjectIdTests.cs index e9f269f57c8..6d037e72b20 100644 --- a/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorObjectIdTests.cs +++ b/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorObjectIdTests.cs @@ -513,7 +513,7 @@ public async Task Create_ObjectIdNotIn_Expression() } } """) - .SetDocument("{ root(where: { objectId: { nin: [ null, \"6124e80f3f5fc839830c1f6b\" ]}}){ objectId}}") + .SetDocument("{ root(where: { objectId: { nin: [null, \"6124e80f3f5fc839830c1f6b\"]}}){ objectId}}") .Build()); var res3 = await tester.ExecuteAsync( @@ -936,22 +936,22 @@ public async Task Create_ObjectIdNullableIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { objectId: { in: [ \"6124e80f3f5fc839830c1f69\", " - + "\"6124e80f3f5fc839830c1f6a\" ]}}){ objectId}}") + "{ root(where: { objectId: { in: [\"6124e80f3f5fc839830c1f69\", " + + "\"6124e80f3f5fc839830c1f6a\"]}}){ objectId}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { objectId: { in: [ \"6124e80f3f5fc839830c1f6a\", " - + "\"6124e80f3f5fc839830c1f6b\" ]}}){ objectId}}") + "{ root(where: { objectId: { in: [\"6124e80f3f5fc839830c1f6a\", " + + "\"6124e80f3f5fc839830c1f6b\"]}}){ objectId}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { objectId: { in: [ \"6124e80f3f5fc839830c1f6a\", " - + "null ]}}){ objectId}}") + "{ root(where: { objectId: { in: [\"6124e80f3f5fc839830c1f6a\", " + + "null]}}){ objectId}}") .Build()); // assert @@ -973,18 +973,18 @@ public async Task Create_ObjectIdNullableNotIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { objectId: { nin: [ \"6124e80f3f5fc839830c1f69\", " - + "\"6124e80f3f5fc839830c1f6a\" ]}}){ objectId}}") + "{ root(where: { objectId: { nin: [\"6124e80f3f5fc839830c1f69\", " + + "\"6124e80f3f5fc839830c1f6a\"]}}){ objectId}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { objectId: { nin: [ \"6124e80f3f5fc839830c1f6a\", \"6124e80f3f5fc839830c1f6b\" ]}}){ objectId}}") + .SetDocument("{ root(where: { objectId: { nin: [\"6124e80f3f5fc839830c1f6a\", \"6124e80f3f5fc839830c1f6b\"]}}){ objectId}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { objectId: { nin: [ \"6124e80f3f5fc839830c1f6a\", null ]}}){ objectId}}") + .SetDocument("{ root(where: { objectId: { nin: [\"6124e80f3f5fc839830c1f6a\", null]}}){ objectId}}") .Build()); // assert diff --git a/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorObjectTests.cs b/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorObjectTests.cs index 0f876ed9c04..dfc48260a93 100644 --- a/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorObjectTests.cs +++ b/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorObjectTests.cs @@ -148,21 +148,21 @@ public async Task Create_ObjectShortIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 12, 13 ]}}}) " + "{ root(where: { foo: { barShort: { in: [12, 13]}}}) " + "{ foo{ barShort}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, 14]}}}) " + "{ foo{ barShort}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ null, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [null, 14]}}}) " + "{ foo{ barShort}}}") .Build()); @@ -222,21 +222,21 @@ public async Task Create_ObjectNullableShortIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 12, 13 ]}}}) " + "{ root(where: { foo: { barShort: { in: [12, 13]}}}) " + "{ foo{ barShort}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, 14]}}}) " + "{ foo{ barShort}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, null ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, null]}}}) " + "{ foo{ barShort}}}") .Build()); @@ -364,21 +364,21 @@ public async Task Create_ObjectEnumIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ BAR FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [BAR FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ null FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [null FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); @@ -438,21 +438,21 @@ public async Task Create_ObjectNullableEnumIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ BAR FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [BAR FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ null FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [null FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); @@ -512,7 +512,7 @@ public async Task Create_ObjectStringIn_Expression() OperationRequestBuilder.New() .SetDocument( "{ root(where: { foo: { barString: { in: " - + "[ \"testatest\" \"testbtest\" ]}}}) " + + "[\"testatest\" \"testbtest\"]}}}) " + "{ foo{ barString}}}") .Build()); @@ -526,7 +526,7 @@ public async Task Create_ObjectStringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barString: { in: [ \"testatest\" ]}}}) " + "{ root(where: { foo: { barString: { in: [\"testatest\"]}}}) " + "{ foo{ barString}}}") .Build()); diff --git a/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorStringTests.cs b/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorStringTests.cs index a016d6beb2b..27bb0fc7a40 100644 --- a/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorStringTests.cs +++ b/src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/MongoDbFilterVisitorStringTests.cs @@ -100,7 +100,7 @@ public async Task Create_StringIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { in: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { in: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -110,7 +110,7 @@ public async Task Create_StringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"testatest\"]}}){ bar}}") .Build()); // arrange @@ -132,7 +132,7 @@ public async Task Create_StringNotIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { nin: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { nin: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -142,7 +142,7 @@ public async Task Create_StringNotIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"testatest\"]}}){ bar}}") .Build()); // arrange @@ -412,7 +412,7 @@ public async Task Create_NullableStringIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { in: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { in: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -422,7 +422,7 @@ public async Task Create_NullableStringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"testatest\"]}}){ bar}}") .Build()); // arrange @@ -444,7 +444,7 @@ public async Task Create_NullableStringNotIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { nin: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { nin: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -454,7 +454,7 @@ public async Task Create_NullableStringNotIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"testatest\"]}}){ bar}}") .Build()); // arrange diff --git a/src/HotChocolate/MongoDb/test/Types.MongoDb/BsonTypeTests.cs b/src/HotChocolate/MongoDb/test/Types.MongoDb/BsonTypeTests.cs index fd5b9214e09..8b7842ae06a 100644 --- a/src/HotChocolate/MongoDb/test/Types.MongoDb/BsonTypeTests.cs +++ b/src/HotChocolate/MongoDb/test/Types.MongoDb/BsonTypeTests.cs @@ -374,7 +374,7 @@ public async Task Input_Value_List() // act var result = await executor.ExecuteAsync( - "{ foo(input: [ \"foo\" ]) }"); + "{ foo(input: [\"foo\"]) }"); // assert result.MatchSnapshot(); @@ -398,7 +398,7 @@ public async Task Input_Object_List() // act var result = await executor.ExecuteAsync( - "{ foo(input: [ { a: \"foo\" } ]) }"); + "{ foo(input: [{ a: \"foo\" }]) }"); // assert result.MatchSnapshot(); diff --git a/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorComparableTests.cs b/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorComparableTests.cs index 7de7f326a70..adb134857ec 100644 --- a/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorComparableTests.cs +++ b/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorComparableTests.cs @@ -394,17 +394,17 @@ public async Task Create_ShortIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ null, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [null, 14]}}){ barShort}}") .Build()); // assert @@ -425,17 +425,17 @@ public async Task Create_ShortNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ null, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [null, 14]}}){ barShort}}") .Build()); // assert @@ -814,17 +814,17 @@ public async Task Create_ShortNullableIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { in: [ 13, null ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { in: [13, null]}}){ barShort}}") .Build()); // assert @@ -845,17 +845,17 @@ public async Task Create_ShortNullableNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 12, 13 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [12, 13]}}){ barShort}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, 14 ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, 14]}}){ barShort}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barShort: { nin: [ 13, null ]}}){ barShort}}") + .SetDocument("{ root(where: { barShort: { nin: [13, null]}}){ barShort}}") .Build()); // assert diff --git a/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorEnumTests.cs b/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorEnumTests.cs index 9919bc7e26d..01e9daafe58 100644 --- a/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorEnumTests.cs +++ b/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorEnumTests.cs @@ -100,17 +100,17 @@ public async Task Create_EnumIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ BAR FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [BAR FOO]}}){ barEnum}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [FOO]}}){ barEnum}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ null FOO ]}}){ barEnum}}") + .SetDocument("{ root(where: { barEnum: { in: [null FOO]}}){ barEnum}}") .Build()); // assert @@ -131,17 +131,17 @@ public async Task Create_EnumNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ BAR FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [BAR FOO] } }) { barEnum } }") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [FOO] } }) { barEnum } }") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ null FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [null FOO] } }) { barEnum } }") .Build()); // assert @@ -225,17 +225,17 @@ public async Task Create_NullableEnumIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ BAR FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { in: [BAR FOO] } }) { barEnum } }") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { in: [FOO] } }) { barEnum } }") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { in: [ null FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { in: [null FOO] } }) { barEnum } }") .Build()); // assert @@ -256,17 +256,17 @@ public async Task Create_NullableEnumNotIn_Expression() // act var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ BAR FOO ] } }){ barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [BAR FOO] } }){ barEnum } }") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [FOO] } }) { barEnum } }") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { barEnum: { nin: [ null FOO ] } }) { barEnum } }") + .SetDocument("{ root(where: { barEnum: { nin: [null FOO] } }) { barEnum } }") .Build()); // assert diff --git a/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorObjectTests.cs b/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorObjectTests.cs index 2a8cfa7ed94..698da942e38 100644 --- a/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorObjectTests.cs +++ b/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorObjectTests.cs @@ -146,21 +146,21 @@ public async Task Create_ObjectShortIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 12, 13 ]}}}) " + "{ root(where: { foo: { barShort: { in: [12, 13]}}}) " + "{ foo{ barShort}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, 14]}}}) " + "{ foo{ barShort}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ null, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [null, 14]}}}) " + "{ foo{ barShort}}}") .Build()); @@ -220,21 +220,21 @@ public async Task Create_ObjectNullableShortIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 12, 13 ]}}}) " + "{ root(where: { foo: { barShort: { in: [12, 13]}}}) " + "{ foo{ barShort}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, 14 ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, 14]}}}) " + "{ foo{ barShort}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barShort: { in: [ 13, null ]}}}) " + "{ root(where: { foo: { barShort: { in: [13, null]}}}) " + "{ foo{ barShort}}}") .Build()); @@ -360,21 +360,21 @@ public async Task Create_ObjectEnumIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ BAR FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [BAR FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ null FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [null FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); @@ -447,21 +447,21 @@ public async Task Create_ObjectNullableEnumIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ BAR FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [BAR FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res2 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barEnum: { in: [ null FOO ]}}}) " + "{ root(where: { foo: { barEnum: { in: [null FOO]}}}) " + "{ foo{ barEnum}}}") .Build()); @@ -521,7 +521,7 @@ public async Task Create_ObjectStringIn_Expression() OperationRequestBuilder.New() .SetDocument( "{ root(where: { foo: { barString: { in: " - + "[ \"testatest\" \"testbtest\" ]}}}) " + + "[\"testatest\" \"testbtest\"]}}}) " + "{ foo{ barString}}}") .Build()); @@ -535,7 +535,7 @@ public async Task Create_ObjectStringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { foo: { barString: { in: [ \"testatest\" ]}}}) " + "{ root(where: { foo: { barString: { in: [\"testatest\"]}}}) " + "{ foo{ barString}}}") .Build()); diff --git a/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorStringTests.cs b/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorStringTests.cs index 6e5e6a7ce3c..5cdb96551ea 100644 --- a/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorStringTests.cs +++ b/src/HotChocolate/Raven/test/Data.Raven.Filters.Tests/QueryableFilterVisitorStringTests.cs @@ -97,7 +97,7 @@ public async Task Create_StringIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { in: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { in: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -107,7 +107,7 @@ public async Task Create_StringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"testatest\"]}}){ bar}}") .Build()); // assert @@ -129,7 +129,7 @@ public async Task Create_StringNotIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { nin: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { nin: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -139,7 +139,7 @@ public async Task Create_StringNotIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"testatest\"]}}){ bar}}") .Build()); // assert @@ -411,7 +411,7 @@ public async Task Create_NullableStringIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { in: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { in: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -421,7 +421,7 @@ public async Task Create_NullableStringIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { in: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { in: [\"testatest\"]}}){ bar}}") .Build()); // assert @@ -444,7 +444,7 @@ public async Task Create_NullableStringNotIn_Expression() var res1 = await tester.ExecuteAsync( OperationRequestBuilder.New() .SetDocument( - "{ root(where: { bar: { nin: [ \"testatest\" \"testbtest\" ]}}){ bar}}") + "{ root(where: { bar: { nin: [\"testatest\" \"testbtest\"]}}){ bar}}") .Build()); var res2 = await tester.ExecuteAsync( @@ -454,7 +454,7 @@ public async Task Create_NullableStringNotIn_Expression() var res3 = await tester.ExecuteAsync( OperationRequestBuilder.New() - .SetDocument("{ root(where: { bar: { nin: [ \"testatest\" ]}}){ bar}}") + .SetDocument("{ root(where: { bar: { nin: [\"testatest\"]}}){ bar}}") .Build()); // assert diff --git a/src/HotChocolate/Spatial/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorWithinTests.cs b/src/HotChocolate/Spatial/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorWithinTests.cs index 7ab271dafcb..73bf7f70b4f 100644 --- a/src/HotChocolate/Spatial/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorWithinTests.cs +++ b/src/HotChocolate/Spatial/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorWithinTests.cs @@ -60,7 +60,7 @@ public async Task Create_Within_Query() [20 20], [140 20], [120 100], - [20 100 ], + [20 100], [20 20] ] ] @@ -87,7 +87,7 @@ [20 20] [20 20], [140 20], [120 100], - [20 100 ], + [20 100], [20 20] ] ] diff --git a/src/HotChocolate/Spatial/test/Types.Tests/GeoJsonMultiLineStringInputTests.cs b/src/HotChocolate/Spatial/test/Types.Tests/GeoJsonMultiLineStringInputTests.cs index e06b80769ee..bcf6f6e98ff 100644 --- a/src/HotChocolate/Spatial/test/Types.Tests/GeoJsonMultiLineStringInputTests.cs +++ b/src/HotChocolate/Spatial/test/Types.Tests/GeoJsonMultiLineStringInputTests.cs @@ -187,8 +187,8 @@ public async Task Execution_Tests() // act var result = await executor.ExecuteAsync( - "{ test(arg: { type: MultiLineString, coordinates: [ [" - + "[10, 10], [20, 20], [10, 40]], [[40, 40], [30, 30], [40, 20], [30, 10]] ] })}"); + "{ test(arg: { type: MultiLineString, coordinates: [[" + + "[10, 10], [20, 20], [10, 40]], [[40, 40], [30, 30], [40, 20], [30, 10]]] })}"); // assert result.MatchSnapshot(); diff --git a/src/HotChocolate/Spatial/test/Types.Tests/GeoJsonPolygonInputTests.cs b/src/HotChocolate/Spatial/test/Types.Tests/GeoJsonPolygonInputTests.cs index 13d82d28498..98c7c9e9ebe 100644 --- a/src/HotChocolate/Spatial/test/Types.Tests/GeoJsonPolygonInputTests.cs +++ b/src/HotChocolate/Spatial/test/Types.Tests/GeoJsonPolygonInputTests.cs @@ -180,7 +180,7 @@ public async Task Execution_Tests() // act var result = await executor.ExecuteAsync( - "{ test(arg: { type: Polygon, coordinates:[ [30, 10], [40, 40], [20, 40], [10, 20], [30, 10] ] })}"); + "{ test(arg: { type: Polygon, coordinates:[[30, 10], [40, 40], [20, 40], [10, 20], [30, 10]] })}"); // assert result.MatchSnapshot(); diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonLineStringSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonLineStringSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql deleted file mode 100644 index 679f756d4f3..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonLineStringSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: LineString, coordinates: [ [ 30, 10 ], [ 10, 30 ], [ 40, 40 ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonLineStringSerializerTests.ParseResult_Should_Pass_When_Value.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonLineStringSerializerTests.ParseResult_Should_Pass_When_Value.graphql deleted file mode 100644 index 679f756d4f3..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonLineStringSerializerTests.ParseResult_Should_Pass_When_Value.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: LineString, coordinates: [ [ 30, 10 ], [ 10, 30 ], [ 40, 40 ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonLineStringSerializerTests.ParseValue_Should_Pass_When_Value.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonLineStringSerializerTests.ParseValue_Should_Pass_When_Value.graphql deleted file mode 100644 index 679f756d4f3..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonLineStringSerializerTests.ParseValue_Should_Pass_When_Value.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: LineString, coordinates: [ [ 30, 10 ], [ 10, 30 ], [ 40, 40 ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiLineStringSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiLineStringSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql deleted file mode 100644 index 2258e40575d..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiLineStringSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: MultiLineString, coordinates: [ [ [ 10, 10 ], [ 20, 20 ], [ 10, 40 ] ], [ [ 40, 40 ], [ 30, 30 ], [ 40, 20 ], [ 30, 10 ] ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiLineStringSerializerTests.ParseResult_Should_Pass_When_Value.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiLineStringSerializerTests.ParseResult_Should_Pass_When_Value.graphql deleted file mode 100644 index 2258e40575d..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiLineStringSerializerTests.ParseResult_Should_Pass_When_Value.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: MultiLineString, coordinates: [ [ [ 10, 10 ], [ 20, 20 ], [ 10, 40 ] ], [ [ 40, 40 ], [ 30, 30 ], [ 40, 20 ], [ 30, 10 ] ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiLineStringSerializerTests.ParseValue_Should_Pass_When_Serialized.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiLineStringSerializerTests.ParseValue_Should_Pass_When_Serialized.graphql deleted file mode 100644 index 2258e40575d..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiLineStringSerializerTests.ParseValue_Should_Pass_When_Serialized.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: MultiLineString, coordinates: [ [ [ 10, 10 ], [ 20, 20 ], [ 10, 40 ] ], [ [ 40, 40 ], [ 30, 30 ], [ 40, 20 ], [ 30, 10 ] ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiLineStringSerializerTests.ParseValue_Should_Pass_When_Value.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiLineStringSerializerTests.ParseValue_Should_Pass_When_Value.graphql deleted file mode 100644 index 2258e40575d..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiLineStringSerializerTests.ParseValue_Should_Pass_When_Value.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: MultiLineString, coordinates: [ [ [ 10, 10 ], [ 20, 20 ], [ 10, 40 ] ], [ [ 40, 40 ], [ 30, 30 ], [ 40, 20 ], [ 30, 10 ] ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPointSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPointSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql deleted file mode 100644 index 85265655cc3..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPointSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: MultiPoint, coordinates: [ [ 10, 40 ], [ 40, 30 ], [ 20, 20 ], [ 30, 10 ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPointSerializerTests.ParseResult_Should_Pass_When_Value.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPointSerializerTests.ParseResult_Should_Pass_When_Value.graphql deleted file mode 100644 index 85265655cc3..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPointSerializerTests.ParseResult_Should_Pass_When_Value.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: MultiPoint, coordinates: [ [ 10, 40 ], [ 40, 30 ], [ 20, 20 ], [ 30, 10 ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPointSerializerTests.ParseValue_Should_Pass_When_Value.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPointSerializerTests.ParseValue_Should_Pass_When_Value.graphql deleted file mode 100644 index 85265655cc3..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPointSerializerTests.ParseValue_Should_Pass_When_Value.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: MultiPoint, coordinates: [ [ 10, 40 ], [ 40, 30 ], [ 20, 20 ], [ 30, 10 ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPolygonSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPolygonSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql deleted file mode 100644 index 11b657e16bb..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPolygonSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: MultiPolygon, coordinates: [ [ [ [ 30, 20 ], [ 45, 40 ], [ 10, 40 ], [ 30, 20 ] ] ], [ [ [ 15, 5 ], [ 40, 10 ], [ 10, 20 ], [ 5, 15 ], [ 15, 5 ] ] ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPolygonSerializerTests.ParseResult_Should_Pass_When_Value.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPolygonSerializerTests.ParseResult_Should_Pass_When_Value.graphql deleted file mode 100644 index 11b657e16bb..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPolygonSerializerTests.ParseResult_Should_Pass_When_Value.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: MultiPolygon, coordinates: [ [ [ [ 30, 20 ], [ 45, 40 ], [ 10, 40 ], [ 30, 20 ] ] ], [ [ [ 15, 5 ], [ 40, 10 ], [ 10, 20 ], [ 5, 15 ], [ 15, 5 ] ] ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPolygonSerializerTests.ParseValue_Should_Pass_When_Serialized.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPolygonSerializerTests.ParseValue_Should_Pass_When_Serialized.graphql deleted file mode 100644 index 11b657e16bb..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPolygonSerializerTests.ParseValue_Should_Pass_When_Serialized.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: MultiPolygon, coordinates: [ [ [ [ 30, 20 ], [ 45, 40 ], [ 10, 40 ], [ 30, 20 ] ] ], [ [ [ 15, 5 ], [ 40, 10 ], [ 10, 20 ], [ 5, 15 ], [ 15, 5 ] ] ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPolygonSerializerTests.ParseValue_Should_Pass_When_Value.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPolygonSerializerTests.ParseValue_Should_Pass_When_Value.graphql deleted file mode 100644 index 11b657e16bb..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonMultiPolygonSerializerTests.ParseValue_Should_Pass_When_Value.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: MultiPolygon, coordinates: [ [ [ [ 30, 20 ], [ 45, 40 ], [ 10, 40 ], [ 30, 20 ] ] ], [ [ [ 15, 5 ], [ 40, 10 ], [ 10, 20 ], [ 5, 15 ], [ 15, 5 ] ] ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPointSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPointSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql deleted file mode 100644 index 27a6e14a82f..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPointSerializerTests.ParseResult_Should_Pass_When_Serialized.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: Point, coordinates: [ 30, 10 ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPointSerializerTests.ParseResult_Should_Pass_When_Value.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPointSerializerTests.ParseResult_Should_Pass_When_Value.graphql deleted file mode 100644 index 27a6e14a82f..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPointSerializerTests.ParseResult_Should_Pass_When_Value.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: Point, coordinates: [ 30, 10 ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPointSerializerTests.ParseValue_Should_Pass_When_Serialized.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPointSerializerTests.ParseValue_Should_Pass_When_Serialized.graphql deleted file mode 100644 index 27a6e14a82f..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPointSerializerTests.ParseValue_Should_Pass_When_Serialized.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: Point, coordinates: [ 30, 10 ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPointSerializerTests.ParseValue_Should_Pass_When_Value.graphql b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPointSerializerTests.ParseValue_Should_Pass_When_Value.graphql deleted file mode 100644 index 27a6e14a82f..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPointSerializerTests.ParseValue_Should_Pass_When_Value.graphql +++ /dev/null @@ -1 +0,0 @@ -{ type: Point, coordinates: [ 30, 10 ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPolygonSerializerTests.ParseResult_Should_Pass_When_Serialized.snap b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPolygonSerializerTests.ParseResult_Should_Pass_When_Serialized.snap deleted file mode 100644 index b2669fa7c84..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPolygonSerializerTests.ParseResult_Should_Pass_When_Serialized.snap +++ /dev/null @@ -1 +0,0 @@ -{ type: Polygon, coordinates: [ [ [ 30, 10 ], [ 40, 40 ], [ 20, 40 ], [ 10, 20 ], [ 30, 10 ] ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPolygonSerializerTests.ParseResult_Should_Pass_When_Value.snap b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPolygonSerializerTests.ParseResult_Should_Pass_When_Value.snap deleted file mode 100644 index b2669fa7c84..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPolygonSerializerTests.ParseResult_Should_Pass_When_Value.snap +++ /dev/null @@ -1 +0,0 @@ -{ type: Polygon, coordinates: [ [ [ 30, 10 ], [ 40, 40 ], [ 20, 40 ], [ 10, 20 ], [ 30, 10 ] ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPolygonSerializerTests.ParseValue_Should_Pass_When_Serialized.snap b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPolygonSerializerTests.ParseValue_Should_Pass_When_Serialized.snap deleted file mode 100644 index b2669fa7c84..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPolygonSerializerTests.ParseValue_Should_Pass_When_Serialized.snap +++ /dev/null @@ -1 +0,0 @@ -{ type: Polygon, coordinates: [ [ [ 30, 10 ], [ 40, 40 ], [ 20, 40 ], [ 10, 20 ], [ 30, 10 ] ] ], crs: 0 } diff --git a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPolygonSerializerTests.ParseValue_Should_Pass_When_Value.snap b/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPolygonSerializerTests.ParseValue_Should_Pass_When_Value.snap deleted file mode 100644 index b2669fa7c84..00000000000 --- a/src/HotChocolate/Spatial/test/Types.Tests/__snapshots__/GeoJsonPolygonSerializerTests.ParseValue_Should_Pass_When_Value.snap +++ /dev/null @@ -1 +0,0 @@ -{ type: Polygon, coordinates: [ [ [ 30, 10 ], [ 40, 40 ], [ 20, 40 ], [ 10, 20 ], [ 30, 10 ] ] ], crs: 0 } diff --git a/src/Nitro/CommandLine/src/CommandLine/Generated/ApiClient.Client.cs b/src/Nitro/CommandLine/src/CommandLine/Generated/ApiClient.Client.cs index f6618798245..249b377d0fe 100644 --- a/src/Nitro/CommandLine/src/CommandLine/Generated/ApiClient.Client.cs +++ b/src/Nitro/CommandLine/src/CommandLine/Generated/ApiClient.Client.cs @@ -6,16 +6,16 @@ namespace ChilliCream.Nitro.CommandLine.Client { // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraphResult : global::System.IEquatable, IUploadFusionSubgraphResult + public partial class CreateApiKeyCommandMutationResult : global::System.IEquatable, ICreateApiKeyCommandMutationResult { - public UploadFusionSubgraphResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph uploadFusionSubgraph) + public CreateApiKeyCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey createApiKey) { - UploadFusionSubgraph = uploadFusionSubgraph; + CreateApiKey = createApiKey; } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph UploadFusionSubgraph { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey CreateApiKey { get; } - public virtual global::System.Boolean Equals(UploadFusionSubgraphResult? other) + public virtual global::System.Boolean Equals(CreateApiKeyCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -32,7 +32,7 @@ public UploadFusionSubgraphResult(global::ChilliCream.Nitro.CommandLine.Client.I return false; } - return (UploadFusionSubgraph.Equals(other.UploadFusionSubgraph)); + return (CreateApiKey.Equals(other.CreateApiKey)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52,7 +52,7 @@ public UploadFusionSubgraphResult(global::ChilliCream.Nitro.CommandLine.Client.I return false; } - return Equals((UploadFusionSubgraphResult)obj); + return Equals((CreateApiKeyCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -60,7 +60,7 @@ public UploadFusionSubgraphResult(global::ChilliCream.Nitro.CommandLine.Client.I unchecked { int hash = 5; - hash ^= 397 * UploadFusionSubgraph.GetHashCode(); + hash ^= 397 * CreateApiKey.GetHashCode(); return hash; } } @@ -68,18 +68,18 @@ public UploadFusionSubgraphResult(global::ChilliCream.Nitro.CommandLine.Client.I // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload + public partial class CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload { - public UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload(global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion? fusionSubgraphVersion, global::System.Collections.Generic.IReadOnlyList? errors) + public CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result? result, global::System.Collections.Generic.IReadOnlyList? errors) { - FusionSubgraphVersion = fusionSubgraphVersion; + Result = result; Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion? FusionSubgraphVersion { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result? Result { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload? other) + public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload? other) { if (ReferenceEquals(null, other)) { @@ -96,7 +96,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload(glo return false; } - return (((FusionSubgraphVersion is null && other.FusionSubgraphVersion is null) || FusionSubgraphVersion != null && FusionSubgraphVersion.Equals(other.FusionSubgraphVersion))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (((Result is null && other.Result is null) || Result != null && Result.Equals(other.Result))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116,7 +116,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload(glo return false; } - return Equals((UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload)obj); + return Equals((CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload)obj); } public override global::System.Int32 GetHashCode() @@ -124,9 +124,9 @@ public UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload(glo unchecked { int hash = 5; - if (FusionSubgraphVersion != null) + if (Result != null) { - hash ^= 397 * FusionSubgraphVersion.GetHashCode(); + hash ^= 397 * Result.GetHashCode(); } if (Errors != null) @@ -144,16 +144,18 @@ public UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload(glo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion + public partial class CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret { - public UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion(global::System.String id) + public CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key key, global::System.String secret) { - Id = id; + Key = key; + Secret = secret; } - public global::System.String Id { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key Key { get; } + public global::System.String Secret { get; } - public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion? other) + public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret? other) { if (ReferenceEquals(null, other)) { @@ -170,7 +172,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSub return false; } - return (Id.Equals(other.Id)); + return (Key.Equals(other.Key)) && Secret.Equals(other.Secret); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -190,7 +192,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSub return false; } - return Equals((UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion)obj); + return Equals((CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret)obj); } public override global::System.Int32 GetHashCode() @@ -198,7 +200,8 @@ public UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSub unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Key.GetHashCode(); + hash ^= 397 * Secret.GetHashCode(); return hash; } } @@ -206,16 +209,23 @@ public UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError + public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError { - public UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError(global::System.String message) + public CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) { + this.__typename = __typename; Message = message; + ApiId = apiId; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } + public global::System.String ApiId { get; } - public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError? other) + public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -232,7 +242,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchem return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -252,7 +262,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchem return false; } - return Equals((UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError)obj); + return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -260,7 +270,9 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchem unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -268,16 +280,23 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchem // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError + public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound { - public UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError(global::System.String message) + public CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound(global::System.String __typename, global::System.String message, global::System.String workspaceId) { + this.__typename = __typename; Message = message; + WorkspaceId = workspaceId; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } + public global::System.String WorkspaceId { get; } - public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError? other) + public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound? other) { if (ReferenceEquals(null, other)) { @@ -294,7 +313,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError(global: return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && WorkspaceId.Equals(other.WorkspaceId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -314,7 +333,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError(global: return false; } - return Equals((UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError)obj); + return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound)obj); } public override global::System.Int32 GetHashCode() @@ -322,7 +341,9 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError(global: unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * WorkspaceId.GetHashCode(); return hash; } } @@ -330,9 +351,9 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError(global: // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError + public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError { - public UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) + public CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError(global::System.String __typename, global::System.String message) { this.__typename = __typename; Message = message; @@ -344,7 +365,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError? other) + public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError? other) { if (ReferenceEquals(null, other)) { @@ -381,7 +402,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError return false; } - return Equals((UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError)obj); + return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError)obj); } public override global::System.Int32 GetHashCode() @@ -398,12 +419,13 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation + public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError { - public UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { this.__typename = __typename; Message = message; + Errors = errors; } /// @@ -411,8 +433,9 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation(gl /// public global::System.String __typename { get; } public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError? other) { if (ReferenceEquals(null, other)) { @@ -429,7 +452,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation(gl return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -449,7 +472,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation(gl return false; } - return Equals((UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation)obj); + return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -459,6 +482,11 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation(gl int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -466,21 +494,16 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation(gl // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError + public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation { - public UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError(global::System.String __typename, global::System.String message) + public CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation(global::System.String message) { - this.__typename = __typename; Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError? other) + public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -497,7 +520,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError(globa return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -517,7 +540,7 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError(globa return false; } - return Equals((UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError)obj); + return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -525,139 +548,99 @@ public UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError(globa unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadFusionSubgraphResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph UploadFusionSubgraph { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadFusionSubgraph_UploadFusionSubgraph - { - public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion? FusionSubgraphVersion { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload : IUploadFusionSubgraph_UploadFusionSubgraph - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion - { - public global::System.String Id { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion : IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_Errors + public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError { - } + public CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError(global::System.String __typename, global::System.String message, global::System.String roleId) + { + this.__typename = __typename; + Message = message; + RoleId = roleId; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IInvalidFusionSourceSchemaArchiveError - { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - } + public global::System.String RoleId { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IError - { - public global::System.String Message { get; } - } + public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError : IUploadFusionSubgraph_UploadFusionSubgraph_Errors, IInvalidFusionSourceSchemaArchiveError, IError - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError : IUploadFusionSubgraph_UploadFusionSubgraph_Errors, IError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IConcurrentOperationError : IError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && RoleId.Equals(other.RoleId); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError : IUploadFusionSubgraph_UploadFusionSubgraph_Errors, IConcurrentOperationError - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnauthorizedOperation : IError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation : IUploadFusionSubgraph_UploadFusionSubgraph_Errors, IUnauthorizedOperation - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDuplicatedTagError : IError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } + return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError : IUploadFusionSubgraph_UploadFusionSubgraph_Errors, IDuplicatedTagError - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * RoleId.GetHashCode(); + return hash; + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchemaResult : global::System.IEquatable, ICreateMockSchemaResult + public partial class CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey { - public CreateMockSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema createMockSchema) + public CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace? workspace) { - CreateMockSchema = createMockSchema; + Id = id; + Name = name; + Workspace = workspace; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema CreateMockSchema { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace? Workspace { get; } - public virtual global::System.Boolean Equals(CreateMockSchemaResult? other) + public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -674,7 +657,7 @@ public CreateMockSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.ICrea return false; } - return (CreateMockSchema.Equals(other.CreateMockSchema)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -694,7 +677,7 @@ public CreateMockSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.ICrea return false; } - return Equals((CreateMockSchemaResult)obj); + return Equals((CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -702,7 +685,13 @@ public CreateMockSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.ICrea unchecked { int hash = 5; - hash ^= 397 * CreateMockSchema.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + if (Workspace != null) + { + hash ^= 397 * Workspace.GetHashCode(); + } + return hash; } } @@ -710,18 +699,16 @@ public CreateMockSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.ICrea // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_CreateMockSchemaPayload + public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty { - public CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload(global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema? mockSchema, global::System.Collections.Generic.IReadOnlyList? errors) + public CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty(global::System.String message) { - MockSchema = mockSchema; - Errors = errors; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema? MockSchema { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload? other) + public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty? other) { if (ReferenceEquals(null, other)) { @@ -738,7 +725,7 @@ public CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload(global::ChilliC return false; } - return (((MockSchema is null && other.MockSchema is null) || MockSchema != null && MockSchema.Equals(other.MockSchema))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -758,7 +745,7 @@ public CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload(global::ChilliC return false; } - return Equals((CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload)obj); + return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty)obj); } public override global::System.Int32 GetHashCode() @@ -766,19 +753,7 @@ public CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload(global::ChilliC unchecked { int hash = 5; - if (MockSchema != null) - { - hash ^= 397 * MockSchema.GetHashCode(); - } - - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -786,30 +761,16 @@ public CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload(global::ChilliC // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchema_CreateMockSchema_MockSchema_MockSchema : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_MockSchema_MockSchema + public partial class CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace { - public CreateMockSchema_CreateMockSchema_MockSchema_MockSchema(global::System.String id, global::System.String name, global::System.DateTimeOffset createdAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy createdBy, global::System.DateTimeOffset modifiedAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy modifiedBy, global::System.Uri downstreamUrl, global::System.String url) + public CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace(global::System.String name) { - Id = id; Name = name; - CreatedAt = createdAt; - CreatedBy = createdBy; - ModifiedAt = modifiedAt; - ModifiedBy = modifiedBy; - DownstreamUrl = downstreamUrl; - Url = url; } - public global::System.String Id { get; } public global::System.String Name { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy CreatedBy { get; } - public global::System.DateTimeOffset ModifiedAt { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy ModifiedBy { get; } - public global::System.Uri DownstreamUrl { get; } - public global::System.String Url { get; } - public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_MockSchema_MockSchema? other) + public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -826,7 +787,7 @@ public CreateMockSchema_CreateMockSchema_MockSchema_MockSchema(global::System.St return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && CreatedAt.Equals(other.CreatedAt) && CreatedBy.Equals(other.CreatedBy) && ModifiedAt.Equals(other.ModifiedAt) && ModifiedBy.Equals(other.ModifiedBy) && DownstreamUrl.Equals(other.DownstreamUrl) && Url.Equals(other.Url); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -846,7 +807,7 @@ public CreateMockSchema_CreateMockSchema_MockSchema_MockSchema(global::System.St return false; } - return Equals((CreateMockSchema_CreateMockSchema_MockSchema_MockSchema)obj); + return Equals((CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -854,38 +815,215 @@ public CreateMockSchema_CreateMockSchema_MockSchema_MockSchema(global::System.St unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * CreatedAt.GetHashCode(); - hash ^= 397 * CreatedBy.GetHashCode(); - hash ^= 397 * ModifiedAt.GetHashCode(); - hash ^= 397 * ModifiedBy.GetHashCode(); - hash ^= 397 * DownstreamUrl.GetHashCode(); - hash ^= 397 * Url.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError + public partial interface ICreateApiKeyCommandMutationResult { - public CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) - { - this.__typename = __typename; - Message = message; - ApiId = apiId; - } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey CreateApiKey { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result? Result { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload : ICreateApiKeyCommandMutation_CreateApiKey + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Result + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key Key { get; } + public global::System.String Secret { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret : ICreateApiKeyCommandMutation_CreateApiKey_Result + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IError + { + public global::System.String Message { get; } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IApiNotFoundError : IError + { /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } public global::System.String ApiId { get; } + } - public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError? other) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError : ICreateApiKeyCommandMutation_CreateApiKey_Errors, IApiNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IWorkspaceNotFound : IError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String WorkspaceId { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound : ICreateApiKeyCommandMutation_CreateApiKey_Errors, IWorkspaceNotFound + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPersonalWorkspaceNotSupportedError : IError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError : ICreateApiKeyCommandMutation_CreateApiKey_Errors, IPersonalWorkspaceNotSupportedError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidationError : IError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError : ICreateApiKeyCommandMutation_CreateApiKey_Errors, IValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation : ICreateApiKeyCommandMutation_CreateApiKey_Errors, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IRoleNotFoundError : IError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String RoleId { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError : ICreateApiKeyCommandMutation_CreateApiKey_Errors, IRoleNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IApiKeyDetailPrompt_ApiKey + { + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace? Workspace { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_ApiKey : IApiKeyDetailPrompt_ApiKey + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Result_Key : ICreateApiKeyCommandMutation_ApiKey + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey : ICreateApiKeyCommandMutation_CreateApiKey_Result_Key + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors + { + public global::System.String Message { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty : ICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace : ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class DeleteApiKeyCommandMutationResult : global::System.IEquatable, IDeleteApiKeyCommandMutationResult + { + public DeleteApiKeyCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey deleteApiKey) + { + DeleteApiKey = deleteApiKey; + } + + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey DeleteApiKey { get; } + + public virtual global::System.Boolean Equals(DeleteApiKeyCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -902,7 +1040,7 @@ public CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError(global::System. return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); + return (DeleteApiKey.Equals(other.DeleteApiKey)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -922,7 +1060,7 @@ public CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError(global::System. return false; } - return Equals((CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError)obj); + return Equals((DeleteApiKeyCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -930,9 +1068,7 @@ public CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError(global::System. unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * DeleteApiKey.GetHashCode(); return hash; } } @@ -940,23 +1076,18 @@ public CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError(global::System. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError + public partial class DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload : global::System.IEquatable, IDeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload { - public CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError(global::System.String __typename, global::System.String message, global::System.String name) + public DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey? apiKey, global::System.Collections.Generic.IReadOnlyList? errors) { - this.__typename = __typename; - Message = message; - Name = name; + ApiKey = apiKey; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey? ApiKey { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError? other) + public virtual global::System.Boolean Equals(DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload? other) { if (ReferenceEquals(null, other)) { @@ -973,7 +1104,7 @@ public CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError(glo return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return (((ApiKey is null && other.ApiKey is null) || ApiKey != null && ApiKey.Equals(other.ApiKey))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -993,7 +1124,7 @@ public CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError(glo return false; } - return Equals((CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError)obj); + return Equals((DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload)obj); } public override global::System.Int32 GetHashCode() @@ -1001,9 +1132,19 @@ public CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError(glo unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + if (ApiKey != null) + { + hash ^= 397 * ApiKey.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + } + return hash; } } @@ -1011,13 +1152,20 @@ public CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError(glo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation + public partial class DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey : global::System.IEquatable, IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey { - public CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation() + public DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace? workspace) { + Id = id; + Name = name; + Workspace = workspace; } - public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation? other) + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace? Workspace { get; } + + public virtual global::System.Boolean Equals(DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -1034,7 +1182,7 @@ public CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation() return false; } - return true; + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -1054,7 +1202,7 @@ public CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation() return false; } - return Equals((CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation)obj); + return Equals((DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -1062,6 +1210,13 @@ public CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation() unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + if (Workspace != null) + { + hash ^= 397 * Workspace.GetHashCode(); + } + return hash; } } @@ -1069,13 +1224,23 @@ public CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchema_CreateMockSchema_Errors_ValidationError : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_Errors_ValidationError + public partial class DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError : global::System.IEquatable, IDeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError { - public CreateMockSchema_CreateMockSchema_Errors_ValidationError() + public DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiKeyId) { + this.__typename = __typename; + Message = message; + ApiKeyId = apiKeyId; } - public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_Errors_ValidationError? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.String ApiKeyId { get; } + + public virtual global::System.Boolean Equals(DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -1092,7 +1257,7 @@ public CreateMockSchema_CreateMockSchema_Errors_ValidationError() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiKeyId.Equals(other.ApiKeyId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -1112,7 +1277,7 @@ public CreateMockSchema_CreateMockSchema_Errors_ValidationError() return false; } - return Equals((CreateMockSchema_CreateMockSchema_Errors_ValidationError)obj); + return Equals((DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -1120,6 +1285,9 @@ public CreateMockSchema_CreateMockSchema_Errors_ValidationError() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ApiKeyId.GetHashCode(); return hash; } } @@ -1127,16 +1295,16 @@ public CreateMockSchema_CreateMockSchema_Errors_ValidationError() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo + public partial class DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation : global::System.IEquatable, IDeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation { - public CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(global::System.String username) + public DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation(global::System.String message) { - Username = username; + Message = message; } - public global::System.String Username { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo? other) + public virtual global::System.Boolean Equals(DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -1153,7 +1321,7 @@ public CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(global::S return false; } - return (Username.Equals(other.Username)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -1173,7 +1341,7 @@ public CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(global::S return false; } - return Equals((CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo)obj); + return Equals((DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -1181,7 +1349,7 @@ public CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(global::S unchecked { int hash = 5; - hash ^= 397 * Username.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -1189,16 +1357,16 @@ public CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(global::S // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo + public partial class DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace : global::System.IEquatable, IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace { - public CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(global::System.String username) + public DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace(global::System.String name) { - Username = username; + Name = name; } - public global::System.String Username { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo? other) + public virtual global::System.Boolean Equals(DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -1215,7 +1383,7 @@ public CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(global:: return false; } - return (Username.Equals(other.Username)); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -1235,7 +1403,7 @@ public CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(global:: return false; } - return Equals((CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo)obj); + return Equals((DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -1243,7 +1411,7 @@ public CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(global:: unchecked { int hash = 5; - hash ^= 397 * Username.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -1251,141 +1419,98 @@ public CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(global:: // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchemaResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema CreateMockSchema { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema? MockSchema { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema_CreateMockSchemaPayload : ICreateMockSchema_CreateMockSchema + public partial interface IDeleteApiKeyCommandMutationResult { + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey DeleteApiKey { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMockSchemaDetailPrompt + public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey { - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy CreatedBy { get; } - public global::System.DateTimeOffset ModifiedAt { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy ModifiedBy { get; } - public global::System.Uri DownstreamUrl { get; } - public global::System.String Url { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey? ApiKey { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema_MockSchema : IMockSchemaDetailPrompt + public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload : IDeleteApiKeyCommandMutation_DeleteApiKey { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema_MockSchema_MockSchema : ICreateMockSchema_CreateMockSchema_MockSchema + public partial interface IDeleteApiKeyCommand_ApiKey : IApiKeyDetailPrompt_ApiKey { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema_Errors + public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey : IDeleteApiKeyCommand_ApiKey { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IApiNotFoundError : IError + public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey : IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String ApiId { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError : ICreateMockSchema_CreateMockSchema_Errors, IApiNotFoundError + public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_Errors { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMockSchemaNonUniqueNameError : IError + public partial interface IApiKeyNotFoundError { /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError : ICreateMockSchema_CreateMockSchema_Errors, IMockSchemaNonUniqueNameError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation : ICreateMockSchema_CreateMockSchema_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema_Errors_ValidationError : ICreateMockSchema_CreateMockSchema_Errors - { + public global::System.String Message { get; } + public global::System.String ApiKeyId { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy + public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError : IDeleteApiKeyCommandMutation_DeleteApiKey_Errors, IApiKeyNotFoundError, IError { - public global::System.String Username { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo : ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy + public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation : IDeleteApiKeyCommandMutation_DeleteApiKey_Errors, IError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy + public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace { - public global::System.String Username { get; } + public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo : ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy + public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace : IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchemaResult : global::System.IEquatable, IUpdateMockSchemaResult + public partial class ListApiKeyCommandQueryResult : global::System.IEquatable, IListApiKeyCommandQueryResult { - public UpdateMockSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema updateMockSchema) + public ListApiKeyCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById? workspaceById) { - UpdateMockSchema = updateMockSchema; + WorkspaceById = workspaceById; } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema UpdateMockSchema { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById? WorkspaceById { get; } - public virtual global::System.Boolean Equals(UpdateMockSchemaResult? other) + public virtual global::System.Boolean Equals(ListApiKeyCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -1402,7 +1527,7 @@ public UpdateMockSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.IUpda return false; } - return (UpdateMockSchema.Equals(other.UpdateMockSchema)); + return (((WorkspaceById is null && other.WorkspaceById is null) || WorkspaceById != null && WorkspaceById.Equals(other.WorkspaceById))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -1422,7 +1547,7 @@ public UpdateMockSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.IUpda return false; } - return Equals((UpdateMockSchemaResult)obj); + return Equals((ListApiKeyCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -1430,7 +1555,11 @@ public UpdateMockSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.IUpda unchecked { int hash = 5; - hash ^= 397 * UpdateMockSchema.GetHashCode(); + if (WorkspaceById != null) + { + hash ^= 397 * WorkspaceById.GetHashCode(); + } + return hash; } } @@ -1438,18 +1567,16 @@ public UpdateMockSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.IUpda // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload + public partial class ListApiKeyCommandQuery_WorkspaceById_Workspace : global::System.IEquatable, IListApiKeyCommandQuery_WorkspaceById_Workspace { - public UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload(global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema_MockSchema? mockSchema, global::System.Collections.Generic.IReadOnlyList? errors) + public ListApiKeyCommandQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys? apiKeys) { - MockSchema = mockSchema; - Errors = errors; + ApiKeys = apiKeys; } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema_MockSchema? MockSchema { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys? ApiKeys { get; } - public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload? other) + public virtual global::System.Boolean Equals(ListApiKeyCommandQuery_WorkspaceById_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -1466,7 +1593,7 @@ public UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload(global::ChilliC return false; } - return (((MockSchema is null && other.MockSchema is null) || MockSchema != null && MockSchema.Equals(other.MockSchema))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (((ApiKeys is null && other.ApiKeys is null) || ApiKeys != null && ApiKeys.Equals(other.ApiKeys))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -1486,7 +1613,7 @@ public UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload(global::ChilliC return false; } - return Equals((UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload)obj); + return Equals((ListApiKeyCommandQuery_WorkspaceById_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -1494,17 +1621,9 @@ public UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload(global::ChilliC unchecked { int hash = 5; - if (MockSchema != null) - { - hash ^= 397 * MockSchema.GetHashCode(); - } - - if (Errors != null) + if (ApiKeys != null) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * ApiKeys.GetHashCode(); } return hash; @@ -1513,31 +1632,28 @@ public UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload(global::ChilliC } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema + public partial class ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection : global::System.IEquatable, IListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection { - public UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema(global::System.String id, global::System.String name, global::System.DateTimeOffset createdAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy createdBy, global::System.DateTimeOffset modifiedAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy modifiedBy, global::System.Uri downstreamUrl, global::System.String url) + public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo pageInfo) { - Id = id; - Name = name; - CreatedAt = createdAt; - CreatedBy = createdBy; - ModifiedAt = modifiedAt; - ModifiedBy = modifiedBy; - DownstreamUrl = downstreamUrl; - Url = url; + Edges = edges; + PageInfo = pageInfo; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy CreatedBy { get; } - public global::System.DateTimeOffset ModifiedAt { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy ModifiedBy { get; } - public global::System.Uri DownstreamUrl { get; } - public global::System.String Url { get; } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema? other) + public virtual global::System.Boolean Equals(ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection? other) { if (ReferenceEquals(null, other)) { @@ -1554,7 +1670,7 @@ public UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema(global::System.St return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && CreatedAt.Equals(other.CreatedAt) && CreatedBy.Equals(other.CreatedBy) && ModifiedAt.Equals(other.ModifiedAt) && ModifiedBy.Equals(other.ModifiedBy) && DownstreamUrl.Equals(other.DownstreamUrl) && Url.Equals(other.Url); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -1574,7 +1690,7 @@ public UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema(global::System.St return false; } - return Equals((UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema)obj); + return Equals((ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection)obj); } public override global::System.Int32 GetHashCode() @@ -1582,38 +1698,43 @@ public UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema(global::System.St unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * CreatedAt.GetHashCode(); - hash ^= 397 * CreatedBy.GetHashCode(); - hash ^= 397 * ModifiedAt.GetHashCode(); - hash ^= 397 * ModifiedBy.GetHashCode(); - hash ^= 397 * DownstreamUrl.GetHashCode(); - hash ^= 397 * Url.GetHashCode(); + if (Edges != null) + { + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } + } + + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError + public partial class ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge : global::System.IEquatable, IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge { - public UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError(global::System.String __typename, global::System.String message, global::System.String name) + public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node node) { - this.__typename = __typename; - Message = message; - Name = name; + Cursor = cursor; + Node = node; } /// - /// The name of the current Object type at runtime. + /// A cursor for use in pagination. /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String Name { get; } + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError? other) + public virtual global::System.Boolean Equals(ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge? other) { if (ReferenceEquals(null, other)) { @@ -1630,7 +1751,7 @@ public UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError(glo return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -1650,7 +1771,7 @@ public UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError(glo return false; } - return Equals((UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError)obj); + return Equals((ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge)obj); } public override global::System.Int32 GetHashCode() @@ -1658,31 +1779,46 @@ public UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError(glo unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError + public partial class ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo : global::System.IEquatable, IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo { - public UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError(global::System.String __typename, global::System.String message) + public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { - this.__typename = __typename; - Message = message; + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; } /// - /// The name of the current Object type at runtime. + /// Indicates whether more edges exist prior the set defined by the clients arguments. /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError? other) + public virtual global::System.Boolean Equals(ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -1699,7 +1835,7 @@ public UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError(global:: return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -1719,7 +1855,7 @@ public UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError(global:: return false; } - return Equals((UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError)obj); + return Equals((ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -1727,8 +1863,18 @@ public UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError(global:: unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * HasPreviousPage.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) + { + hash ^= 397 * EndCursor.GetHashCode(); + } + + if (StartCursor != null) + { + hash ^= 397 * StartCursor.GetHashCode(); + } + return hash; } } @@ -1736,13 +1882,20 @@ public UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError(global:: // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation + public partial class ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey : global::System.IEquatable, IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey { - public UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation() + public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace? workspace) { + Id = id; + Name = name; + Workspace = workspace; } - public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation? other) + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace? Workspace { get; } + + public virtual global::System.Boolean Equals(ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -1759,7 +1912,7 @@ public UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation() return false; } - return true; + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -1779,7 +1932,7 @@ public UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation() return false; } - return Equals((UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation)obj); + return Equals((ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -1787,6 +1940,13 @@ public UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation() unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + if (Workspace != null) + { + hash ^= 397 * Workspace.GetHashCode(); + } + return hash; } } @@ -1794,13 +1954,16 @@ public UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchema_UpdateMockSchema_Errors_ValidationError : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_Errors_ValidationError + public partial class ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace : global::System.IEquatable, IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace { - public UpdateMockSchema_UpdateMockSchema_Errors_ValidationError() + public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace(global::System.String name) { + Name = name; } - public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_Errors_ValidationError? other) + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -1817,7 +1980,7 @@ public UpdateMockSchema_UpdateMockSchema_Errors_ValidationError() return false; } - return true; + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -1837,7 +2000,7 @@ public UpdateMockSchema_UpdateMockSchema_Errors_ValidationError() return false; } - return Equals((UpdateMockSchema_UpdateMockSchema_Errors_ValidationError)obj); + return Equals((ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -1845,246 +2008,179 @@ public UpdateMockSchema_UpdateMockSchema_Errors_ValidationError() unchecked { int hash = 5; + hash ^= 397 * Name.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy_UserInfo : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy_UserInfo + public partial interface IListApiKeyCommandQueryResult { - public UpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy_UserInfo(global::System.String username) - { - Username = username; - } + public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById? WorkspaceById { get; } + } - public global::System.String Username { get; } - - public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy_UserInfo? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (Username.Equals(other.Username)); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((UpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy_UserInfo)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Username.GetHashCode(); - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy_UserInfo : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy_UserInfo - { - public UpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy_UserInfo(global::System.String username) - { - Username = username; - } - - public global::System.String Username { get; } - - public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy_UserInfo? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (Username.Equals(other.Username)); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((UpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy_UserInfo)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Username.GetHashCode(); - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchemaResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema UpdateMockSchema { get; } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListApiKeyCommandQuery_WorkspaceById + { + public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys? ApiKeys { get; } + } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema + public partial interface IListApiKeyCommandQuery_WorkspaceById_Workspace : IListApiKeyCommandQuery_WorkspaceById { - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema_MockSchema? MockSchema { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload : IUpdateMockSchema_UpdateMockSchema + public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo PageInfo { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema_MockSchema : IMockSchemaDetailPrompt + public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection : IListApiKeyCommandQuery_WorkspaceById_ApiKeys { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema : IUpdateMockSchema_UpdateMockSchema_MockSchema + public partial interface IListApiKeyCommand_ApiKeyEdge { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema_Errors + public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges : IListApiKeyCommand_ApiKeyEdge { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError : IUpdateMockSchema_UpdateMockSchema_Errors, IMockSchemaNonUniqueNameError + public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge : IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMockSchemaNotFoundError : IError + public partial interface IPageInfo { /// - /// The name of the current Object type at runtime. + /// Indicates whether more edges exist prior the set defined by the clients arguments. /// - public global::System.String __typename { get; } + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError : IUpdateMockSchema_UpdateMockSchema_Errors, IMockSchemaNotFoundError + public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo : IPageInfo { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation : IUpdateMockSchema_UpdateMockSchema_Errors + public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo : IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema_Errors_ValidationError : IUpdateMockSchema_UpdateMockSchema_Errors + public partial interface IListApiKeyCommand_ApiKey : IApiKeyDetailPrompt_ApiKey { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy + public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node : IListApiKeyCommand_ApiKey { - public global::System.String Username { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy_UserInfo : IUpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy + public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey : IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy + public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace { - public global::System.String Username { get; } + public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy_UserInfo : IUpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy + public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace : IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQueryResult : global::System.IEquatable, IListMockCommandQueryResult + public partial class CreateApiCommandMutationResult : global::System.IEquatable, ICreateApiCommandMutationResult { - public ListMockCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById? apiById) + public CreateApiCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges pushWorkspaceChanges) { - ApiById = apiById; + PushWorkspaceChanges = pushWorkspaceChanges; } - public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById? ApiById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges PushWorkspaceChanges { get; } - public virtual global::System.Boolean Equals(ListMockCommandQueryResult? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -2101,7 +2197,7 @@ public ListMockCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.I return false; } - return (((ApiById is null && other.ApiById is null) || ApiById != null && ApiById.Equals(other.ApiById))); + return (PushWorkspaceChanges.Equals(other.PushWorkspaceChanges)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -2121,7 +2217,7 @@ public ListMockCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.I return false; } - return Equals((ListMockCommandQueryResult)obj); + return Equals((CreateApiCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -2129,11 +2225,7 @@ public ListMockCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.I unchecked { int hash = 5; - if (ApiById != null) - { - hash ^= 397 * ApiById.GetHashCode(); - } - + hash ^= 397 * PushWorkspaceChanges.GetHashCode(); return hash; } } @@ -2141,16 +2233,18 @@ public ListMockCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.I // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQuery_ApiById_Api : global::System.IEquatable, IListMockCommandQuery_ApiById_Api + public partial class CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload { - public ListMockCommandQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas? mockSchemas) + public CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload(global::System.Collections.Generic.IReadOnlyList? changes, global::System.Collections.Generic.IReadOnlyList? errors) { - MockSchemas = mockSchemas; + Changes = changes; + Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas? MockSchemas { get; } + public global::System.Collections.Generic.IReadOnlyList? Changes { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_Api? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload? other) { if (ReferenceEquals(null, other)) { @@ -2167,7 +2261,7 @@ public ListMockCommandQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Cl return false; } - return (((MockSchemas is null && other.MockSchemas is null) || MockSchemas != null && MockSchemas.Equals(other.MockSchemas))); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -2187,7 +2281,7 @@ public ListMockCommandQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Cl return false; } - return Equals((ListMockCommandQuery_ApiById_Api)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload)obj); } public override global::System.Int32 GetHashCode() @@ -2195,9 +2289,20 @@ public ListMockCommandQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Cl unchecked { int hash = 5; - if (MockSchemas != null) + if (Changes != null) { - hash ^= 397 * MockSchemas.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -2206,28 +2311,21 @@ public ListMockCommandQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Cl } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection : global::System.IEquatable, IListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload { - public ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_PageInfo pageInfo) + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload(global::System.String referenceId, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error? error, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result? result) { - Edges = edges; - PageInfo = pageInfo; + ReferenceId = referenceId; + Error = error; + Result = result; } - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_PageInfo PageInfo { get; } + public global::System.String ReferenceId { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error? Error { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result? Result { get; } - public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload? other) { if (ReferenceEquals(null, other)) { @@ -2244,7 +2342,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection(global::Sy return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return (ReferenceId.Equals(other.ReferenceId)) && ((Error is null && other.Error is null) || Error != null && Error.Equals(other.Error)) && ((Result is null && other.Result is null) || Result != null && Result.Equals(other.Result)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -2264,7 +2362,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection(global::Sy return false; } - return Equals((ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload)obj); } public override global::System.Int32 GetHashCode() @@ -2272,43 +2370,34 @@ public ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection(global::Sy unchecked { int hash = 5; - if (Edges != null) + hash ^= 397 * ReferenceId.GetHashCode(); + if (Error != null) { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } + hash ^= 397 * Error.GetHashCode(); + } + + if (Result != null) + { + hash ^= 397 * Result.GetHashCode(); } - hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge : global::System.IEquatable, IListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation { - public ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_Edges_Node node) + public CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation(global::System.String message) { - Cursor = cursor; - Node = node; + Message = message; } - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_Edges_Node Node { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -2325,7 +2414,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(global::Sy return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -2345,7 +2434,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(global::Sy return false; } - return Equals((ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -2353,46 +2442,24 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(global::Sy unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo : global::System.IEquatable, IListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid { - public ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid(global::System.String message) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + Message = message; } - /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. - /// - public global::System.String? StartCursor { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid? other) { if (ReferenceEquals(null, other)) { @@ -2409,7 +2476,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo(global::System return false; } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -2429,7 +2496,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo(global::System return false; } - return Equals((ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid)obj); } public override global::System.Int32 GetHashCode() @@ -2437,18 +2504,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo(global::System unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - - if (StartCursor != null) - { - hash ^= 397 * StartCursor.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -2456,30 +2512,16 @@ public ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo(global::System // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema : global::System.IEquatable, IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed { - public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema(global::System.String id, global::System.String name, global::System.DateTimeOffset createdAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy createdBy, global::System.DateTimeOffset modifiedAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy modifiedBy, global::System.Uri downstreamUrl, global::System.String url) + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed(global::System.String message) { - Id = id; - Name = name; - CreatedAt = createdAt; - CreatedBy = createdBy; - ModifiedAt = modifiedAt; - ModifiedBy = modifiedBy; - DownstreamUrl = downstreamUrl; - Url = url; + Message = message; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy CreatedBy { get; } - public global::System.DateTimeOffset ModifiedAt { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy ModifiedBy { get; } - public global::System.Uri DownstreamUrl { get; } - public global::System.String Url { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -2496,7 +2538,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema(global::Sy return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && CreatedAt.Equals(other.CreatedAt) && CreatedBy.Equals(other.CreatedBy) && ModifiedAt.Equals(other.ModifiedAt) && ModifiedBy.Equals(other.ModifiedBy) && DownstreamUrl.Equals(other.DownstreamUrl) && Url.Equals(other.Url); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -2516,7 +2558,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema(global::Sy return false; } - return Equals((ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -2524,14 +2566,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema(global::Sy unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * CreatedAt.GetHashCode(); - hash ^= 397 * CreatedBy.GetHashCode(); - hash ^= 397 * ModifiedAt.GetHashCode(); - hash ^= 397 * ModifiedBy.GetHashCode(); - hash ^= 397 * DownstreamUrl.GetHashCode(); - hash ^= 397 * Url.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -2539,16 +2574,16 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema(global::Sy // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo : global::System.IEquatable, IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict { - public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo(global::System.String username) + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict(global::System.String message) { - Username = username; + Message = message; } - public global::System.String Username { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict? other) { if (ReferenceEquals(null, other)) { @@ -2565,7 +2600,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo(gl return false; } - return (Username.Equals(other.Username)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -2585,7 +2620,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo(gl return false; } - return Equals((ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict)obj); } public override global::System.Int32 GetHashCode() @@ -2593,7 +2628,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo(gl unchecked { int hash = 5; - hash ^= 397 * Username.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -2601,16 +2636,16 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo(gl // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo : global::System.IEquatable, IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict { - public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo(global::System.String username) + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict(global::System.String message) { - Username = username; + Message = message; } - public global::System.String Username { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict? other) { if (ReferenceEquals(null, other)) { @@ -2627,7 +2662,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo(g return false; } - return (Username.Equals(other.Username)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -2647,7 +2682,7 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo(g return false; } - return Equals((ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict)obj); } public override global::System.Int32 GetHashCode() @@ -2655,195 +2690,24 @@ public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo(g unchecked { int hash = 5; - hash ^= 397 * Username.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQueryResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById? ApiById { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById - { - public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas? MockSchemas { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_Api : IListMockCommandQuery_ApiById - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_MockSchemas - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection : IListMockCommandQuery_ApiById_MockSchemas - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommand_MockEdge - { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_Edges_Node Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges : IListMockCommand_MockEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge : IListMockCommandQuery_ApiById_MockSchemas_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageInfo - { - /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. - /// - public global::System.String? StartCursor { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_MockSchemas_PageInfo : IPageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo : IListMockCommandQuery_ApiById_MockSchemas_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommand_Mock : IMockSchemaDetailPrompt - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_Node : IListMockCommand_Mock - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema : IListMockCommandQuery_ApiById_MockSchemas_Edges_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy - { - public global::System.String Username { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo : IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy - { - public global::System.String Username { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo : IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQueryResult : global::System.IEquatable, IShowClientCommandQueryResult + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict { - public ShowClientCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node? node) + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict(global::System.String message) { - Node = node; + Message = message; } - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node? Node { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ShowClientCommandQueryResult? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict? other) { if (ReferenceEquals(null, other)) { @@ -2860,7 +2724,7 @@ public ShowClientCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client return false; } - return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -2880,7 +2744,7 @@ public ShowClientCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client return false; } - return Equals((ShowClientCommandQueryResult)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict)obj); } public override global::System.Int32 GetHashCode() @@ -2888,11 +2752,7 @@ public ShowClientCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client unchecked { int hash = 5; - if (Node != null) - { - hash ^= 397 * Node.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -2900,13 +2760,16 @@ public ShowClientCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Api : global::System.IEquatable, IShowClientCommandQuery_Node_Api + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange { - public ShowClientCommandQuery_Node_Api() + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange(global::System.String message) { + Message = message; } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Api? other) + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange? other) { if (ReferenceEquals(null, other)) { @@ -2923,7 +2786,7 @@ public ShowClientCommandQuery_Node_Api() return false; } - return true; + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -2943,7 +2806,7 @@ public ShowClientCommandQuery_Node_Api() return false; } - return Equals((ShowClientCommandQuery_Node_Api)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange)obj); } public override global::System.Int32 GetHashCode() @@ -2951,6 +2814,7 @@ public ShowClientCommandQuery_Node_Api() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -2958,13 +2822,16 @@ public ShowClientCommandQuery_Node_Api() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_ApiDocument : global::System.IEquatable, IShowClientCommandQuery_Node_ApiDocument + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange { - public ShowClientCommandQuery_Node_ApiDocument() + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange(global::System.String message) { + Message = message; } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_ApiDocument? other) + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange? other) { if (ReferenceEquals(null, other)) { @@ -2981,7 +2848,7 @@ public ShowClientCommandQuery_Node_ApiDocument() return false; } - return true; + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -3001,7 +2868,7 @@ public ShowClientCommandQuery_Node_ApiDocument() return false; } - return Equals((ShowClientCommandQuery_Node_ApiDocument)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange)obj); } public override global::System.Int32 GetHashCode() @@ -3009,6 +2876,7 @@ public ShowClientCommandQuery_Node_ApiDocument() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -3016,13 +2884,13 @@ public ShowClientCommandQuery_Node_ApiDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_ApiKey : global::System.IEquatable, IShowClientCommandQuery_Node_ApiKey + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument { - public ShowClientCommandQuery_Node_ApiKey() + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_ApiKey? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument? other) { if (ReferenceEquals(null, other)) { @@ -3059,7 +2927,7 @@ public ShowClientCommandQuery_Node_ApiKey() return false; } - return Equals((ShowClientCommandQuery_Node_ApiKey)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument)obj); } public override global::System.Int32 GetHashCode() @@ -3074,22 +2942,24 @@ public ShowClientCommandQuery_Node_ApiKey() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Client : global::System.IEquatable, IShowClientCommandQuery_Node_Client + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api { - public ShowClientCommandQuery_Node_Client(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? api, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? versions) + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api(global::System.String name, global::System.String id, global::System.Collections.Generic.IReadOnlyList path, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? workspace, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings settings) { - Id = id; Name = name; - Api = api; - Versions = versions; + Id = id; + Path = path; + Workspace = workspace; + Settings = settings; } - public global::System.String Id { get; } public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? Api { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? Versions { get; } + public global::System.String Id { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? Workspace { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings Settings { get; } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Client? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api? other) { if (ReferenceEquals(null, other)) { @@ -3106,7 +2976,7 @@ public ShowClientCommandQuery_Node_Client(global::System.String id, global::Syst return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api)) && ((Versions is null && other.Versions is null) || Versions != null && Versions.Equals(other.Versions)); + return (Name.Equals(other.Name)) && Id.Equals(other.Id) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)) && Settings.Equals(other.Settings); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -3126,7 +2996,7 @@ public ShowClientCommandQuery_Node_Client(global::System.String id, global::Syst return false; } - return Equals((ShowClientCommandQuery_Node_Client)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api)obj); } public override global::System.Int32 GetHashCode() @@ -3134,18 +3004,19 @@ public ShowClientCommandQuery_Node_Client(global::System.String id, global::Syst unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); - if (Api != null) + hash ^= 397 * Id.GetHashCode(); + foreach (var Path_elm in Path) { - hash ^= 397 * Api.GetHashCode(); + hash ^= 397 * Path_elm.GetHashCode(); } - if (Versions != null) + if (Workspace != null) { - hash ^= 397 * Versions.GetHashCode(); + hash ^= 397 * Workspace.GetHashCode(); } + hash ^= 397 * Settings.GetHashCode(); return hash; } } @@ -3153,13 +3024,13 @@ public ShowClientCommandQuery_Node_Client(global::System.String id, global::Syst // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IShowClientCommandQuery_Node_ClientChangeLog + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument { - public ShowClientCommandQuery_Node_ClientChangeLog() + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_ClientChangeLog? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument? other) { if (ReferenceEquals(null, other)) { @@ -3196,7 +3067,7 @@ public ShowClientCommandQuery_Node_ClientChangeLog() return false; } - return Equals((ShowClientCommandQuery_Node_ClientChangeLog)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument)obj); } public override global::System.Int32 GetHashCode() @@ -3211,13 +3082,13 @@ public ShowClientCommandQuery_Node_ClientChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_ClientDeployment : global::System.IEquatable, IShowClientCommandQuery_Node_ClientDeployment + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment { - public ShowClientCommandQuery_Node_ClientDeployment() + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_ClientDeployment? other) + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment? other) { if (ReferenceEquals(null, other)) { @@ -3254,7 +3125,7 @@ public ShowClientCommandQuery_Node_ClientDeployment() return false; } - return Equals((ShowClientCommandQuery_Node_ClientDeployment)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -3269,13 +3140,18 @@ public ShowClientCommandQuery_Node_ClientDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_ClientVersion : global::System.IEquatable, IShowClientCommandQuery_Node_ClientVersion + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace { - public ShowClientCommandQuery_Node_ClientVersion() + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(global::System.String id, global::System.String name) { + Id = id; + Name = name; } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_ClientVersion? other) + public global::System.String Id { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -3292,7 +3168,7 @@ public ShowClientCommandQuery_Node_ClientVersion() return false; } - return true; + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -3312,7 +3188,7 @@ public ShowClientCommandQuery_Node_ClientVersion() return false; } - return Equals((ShowClientCommandQuery_Node_ClientVersion)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -3320,6 +3196,8 @@ public ShowClientCommandQuery_Node_ClientVersion() unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -3327,13 +3205,16 @@ public ShowClientCommandQuery_Node_ClientVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IShowClientCommandQuery_Node_CoordinateClientUsageMetrics + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings { - public ShowClientCommandQuery_Node_CoordinateClientUsageMetrics() + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry schemaRegistry) { + SchemaRegistry = schemaRegistry; } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_CoordinateClientUsageMetrics? other) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry SchemaRegistry { get; } + + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings? other) { if (ReferenceEquals(null, other)) { @@ -3350,7 +3231,7 @@ public ShowClientCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return true; + return (SchemaRegistry.Equals(other.SchemaRegistry)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -3370,7 +3251,7 @@ public ShowClientCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return Equals((ShowClientCommandQuery_Node_CoordinateClientUsageMetrics)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings)obj); } public override global::System.Int32 GetHashCode() @@ -3378,6 +3259,7 @@ public ShowClientCommandQuery_Node_CoordinateClientUsageMetrics() unchecked { int hash = 5; + hash ^= 397 * SchemaRegistry.GetHashCode(); return hash; } } @@ -3385,13 +3267,18 @@ public ShowClientCommandQuery_Node_CoordinateClientUsageMetrics() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Environment : global::System.IEquatable, IShowClientCommandQuery_Node_Environment + public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings { - public ShowClientCommandQuery_Node_Environment() + public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings(global::System.Boolean treatDangerousAsBreaking, global::System.Boolean allowBreakingSchemaChanges) { + TreatDangerousAsBreaking = treatDangerousAsBreaking; + AllowBreakingSchemaChanges = allowBreakingSchemaChanges; } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Environment? other) + public global::System.Boolean TreatDangerousAsBreaking { get; } + public global::System.Boolean AllowBreakingSchemaChanges { get; } + + public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings? other) { if (ReferenceEquals(null, other)) { @@ -3408,7 +3295,7 @@ public ShowClientCommandQuery_Node_Environment() return false; } - return true; + return (global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking)) && global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -3428,7 +3315,7 @@ public ShowClientCommandQuery_Node_Environment() return false; } - return Equals((ShowClientCommandQuery_Node_Environment)obj); + return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings)obj); } public override global::System.Int32 GetHashCode() @@ -3436,20 +3323,212 @@ public ShowClientCommandQuery_Node_Environment() unchecked { int hash = 5; + hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); + hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges PushWorkspaceChanges { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges + { + public global::System.Collections.Generic.IReadOnlyList? Changes { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload : ICreateApiCommandMutation_PushWorkspaceChanges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes + { + public global::System.String ReferenceId { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error? Error { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result? Result { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload : ICreateApiCommandMutation_PushWorkspaceChanges_Changes + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation : ICreateApiCommandMutation_PushWorkspaceChanges_Errors, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid : ICreateApiCommandMutation_PushWorkspaceChanges_Errors, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IApiDetailPrompt_Api + { + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? Workspace { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings Settings { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_Api : IApiDetailPrompt_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result, ICreateApiCommandMutation_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry SchemaRegistry { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry + { + public global::System.Boolean TreatDangerousAsBreaking { get; } + public global::System.Boolean AllowBreakingSchemaChanges { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IShowClientCommandQuery_Node_FusionConfigurationChangeLog + public partial class DeleteApiCommandQueryResult : global::System.IEquatable, IDeleteApiCommandQueryResult { - public ShowClientCommandQuery_Node_FusionConfigurationChangeLog() + public DeleteApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node? node) { + Node = node; } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_FusionConfigurationChangeLog? other) + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node? Node { get; } + + public virtual global::System.Boolean Equals(DeleteApiCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -3466,7 +3545,7 @@ public ShowClientCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return true; + return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -3486,7 +3565,7 @@ public ShowClientCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return Equals((ShowClientCommandQuery_Node_FusionConfigurationChangeLog)obj); + return Equals((DeleteApiCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -3494,6 +3573,11 @@ public ShowClientCommandQuery_Node_FusionConfigurationChangeLog() unchecked { int hash = 5; + if (Node != null) + { + hash ^= 397 * Node.GetHashCode(); + } + return hash; } } @@ -3501,13 +3585,20 @@ public ShowClientCommandQuery_Node_FusionConfigurationChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IShowClientCommandQuery_Node_FusionConfigurationDeployment + public partial class DeleteApiCommandQuery_Node_Api : global::System.IEquatable, IDeleteApiCommandQuery_Node_Api { - public ShowClientCommandQuery_Node_FusionConfigurationDeployment() + public DeleteApiCommandQuery_Node_Api(global::System.String name, global::System.String version, global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node_Workspace_1? workspace) { + Name = name; + Version = version; + Workspace = workspace; } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_FusionConfigurationDeployment? other) + public global::System.String Name { get; } + public global::System.String Version { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node_Workspace_1? Workspace { get; } + + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Api? other) { if (ReferenceEquals(null, other)) { @@ -3524,7 +3615,7 @@ public ShowClientCommandQuery_Node_FusionConfigurationDeployment() return false; } - return true; + return (Name.Equals(other.Name)) && Version.Equals(other.Version) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -3544,7 +3635,7 @@ public ShowClientCommandQuery_Node_FusionConfigurationDeployment() return false; } - return Equals((ShowClientCommandQuery_Node_FusionConfigurationDeployment)obj); + return Equals((DeleteApiCommandQuery_Node_Api)obj); } public override global::System.Int32 GetHashCode() @@ -3552,6 +3643,13 @@ public ShowClientCommandQuery_Node_FusionConfigurationDeployment() unchecked { int hash = 5; + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Version.GetHashCode(); + if (Workspace != null) + { + hash ^= 397 * Workspace.GetHashCode(); + } + return hash; } } @@ -3559,13 +3657,13 @@ public ShowClientCommandQuery_Node_FusionConfigurationDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition + public partial class DeleteApiCommandQuery_Node_ApiDocument : global::System.IEquatable, IDeleteApiCommandQuery_Node_ApiDocument { - public ShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition() + public DeleteApiCommandQuery_Node_ApiDocument() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_ApiDocument? other) { if (ReferenceEquals(null, other)) { @@ -3602,7 +3700,7 @@ public ShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition() return false; } - return Equals((ShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); + return Equals((DeleteApiCommandQuery_Node_ApiDocument)obj); } public override global::System.Int32 GetHashCode() @@ -3617,13 +3715,13 @@ public ShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLDirectiveDefinition + public partial class DeleteApiCommandQuery_Node_ApiKey : global::System.IEquatable, IDeleteApiCommandQuery_Node_ApiKey { - public ShowClientCommandQuery_Node_GraphQLDirectiveDefinition() + public DeleteApiCommandQuery_Node_ApiKey() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLDirectiveDefinition? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -3660,7 +3758,7 @@ public ShowClientCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return Equals((ShowClientCommandQuery_Node_GraphQLDirectiveDefinition)obj); + return Equals((DeleteApiCommandQuery_Node_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -3675,13 +3773,13 @@ public ShowClientCommandQuery_Node_GraphQLDirectiveDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLEnumTypeDefinition + public partial class DeleteApiCommandQuery_Node_Client : global::System.IEquatable, IDeleteApiCommandQuery_Node_Client { - public ShowClientCommandQuery_Node_GraphQLEnumTypeDefinition() + public DeleteApiCommandQuery_Node_Client() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLEnumTypeDefinition? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Client? other) { if (ReferenceEquals(null, other)) { @@ -3718,7 +3816,7 @@ public ShowClientCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return Equals((ShowClientCommandQuery_Node_GraphQLEnumTypeDefinition)obj); + return Equals((DeleteApiCommandQuery_Node_Client)obj); } public override global::System.Int32 GetHashCode() @@ -3733,13 +3831,13 @@ public ShowClientCommandQuery_Node_GraphQLEnumTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLEnumValueDefinition + public partial class DeleteApiCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IDeleteApiCommandQuery_Node_ClientChangeLog { - public ShowClientCommandQuery_Node_GraphQLEnumValueDefinition() + public DeleteApiCommandQuery_Node_ClientChangeLog() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLEnumValueDefinition? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_ClientChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -3776,7 +3874,7 @@ public ShowClientCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return Equals((ShowClientCommandQuery_Node_GraphQLEnumValueDefinition)obj); + return Equals((DeleteApiCommandQuery_Node_ClientChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -3791,187 +3889,13 @@ public ShowClientCommandQuery_Node_GraphQLEnumValueDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition + public partial class DeleteApiCommandQuery_Node_ClientDeployment : global::System.IEquatable, IDeleteApiCommandQuery_Node_ClientDeployment { - public ShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition() + public DeleteApiCommandQuery_Node_ClientDeployment() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return true; - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((ShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition - { - public ShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition() - { - } - - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return true; - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((ShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition - { - public ShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() - { - } - - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return true; - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((ShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition - { - public ShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition() - { - } - - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -4008,7 +3932,7 @@ public ShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition() return false; } - return Equals((ShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); + return Equals((DeleteApiCommandQuery_Node_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -4023,13 +3947,13 @@ public ShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition + public partial class DeleteApiCommandQuery_Node_ClientVersion : global::System.IEquatable, IDeleteApiCommandQuery_Node_ClientVersion { - public ShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition() + public DeleteApiCommandQuery_Node_ClientVersion() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -4066,7 +3990,7 @@ public ShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition() return false; } - return Equals((ShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); + return Equals((DeleteApiCommandQuery_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -4081,13 +4005,13 @@ public ShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition + public partial class DeleteApiCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IDeleteApiCommandQuery_Node_CoordinateClientUsageMetrics { - public ShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() + public DeleteApiCommandQuery_Node_CoordinateClientUsageMetrics() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_CoordinateClientUsageMetrics? other) { if (ReferenceEquals(null, other)) { @@ -4124,7 +4048,7 @@ public ShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() return false; } - return Equals((ShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); + return Equals((DeleteApiCommandQuery_Node_CoordinateClientUsageMetrics)obj); } public override global::System.Int32 GetHashCode() @@ -4139,13 +4063,13 @@ public ShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLObjectFieldDefinition + public partial class DeleteApiCommandQuery_Node_Environment : global::System.IEquatable, IDeleteApiCommandQuery_Node_Environment { - public ShowClientCommandQuery_Node_GraphQLObjectFieldDefinition() + public DeleteApiCommandQuery_Node_Environment() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLObjectFieldDefinition? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Environment? other) { if (ReferenceEquals(null, other)) { @@ -4182,7 +4106,7 @@ public ShowClientCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return Equals((ShowClientCommandQuery_Node_GraphQLObjectFieldDefinition)obj); + return Equals((DeleteApiCommandQuery_Node_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -4197,13 +4121,13 @@ public ShowClientCommandQuery_Node_GraphQLObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLScalarTypeDefinition + public partial class DeleteApiCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IDeleteApiCommandQuery_Node_FusionConfigurationChangeLog { - public ShowClientCommandQuery_Node_GraphQLScalarTypeDefinition() + public DeleteApiCommandQuery_Node_FusionConfigurationChangeLog() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLScalarTypeDefinition? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_FusionConfigurationChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -4240,7 +4164,7 @@ public ShowClientCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return Equals((ShowClientCommandQuery_Node_GraphQLScalarTypeDefinition)obj); + return Equals((DeleteApiCommandQuery_Node_FusionConfigurationChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -4255,13 +4179,13 @@ public ShowClientCommandQuery_Node_GraphQLScalarTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLUnionTypeDefinition + public partial class DeleteApiCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IDeleteApiCommandQuery_Node_FusionConfigurationDeployment { - public ShowClientCommandQuery_Node_GraphQLUnionTypeDefinition() + public DeleteApiCommandQuery_Node_FusionConfigurationDeployment() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLUnionTypeDefinition? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -4298,7 +4222,7 @@ public ShowClientCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return Equals((ShowClientCommandQuery_Node_GraphQLUnionTypeDefinition)obj); + return Equals((DeleteApiCommandQuery_Node_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -4313,13 +4237,13 @@ public ShowClientCommandQuery_Node_GraphQLUnionTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Group : global::System.IEquatable, IShowClientCommandQuery_Node_Group + public partial class DeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition { - public ShowClientCommandQuery_Node_Group() + public DeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Group? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -4356,7 +4280,7 @@ public ShowClientCommandQuery_Node_Group() return false; } - return Equals((ShowClientCommandQuery_Node_Group)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -4371,13 +4295,13 @@ public ShowClientCommandQuery_Node_Group() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IShowClientCommandQuery_Node_McpFeatureCollection + public partial class DeleteApiCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLDirectiveDefinition { - public ShowClientCommandQuery_Node_McpFeatureCollection() + public DeleteApiCommandQuery_Node_GraphQLDirectiveDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_McpFeatureCollection? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLDirectiveDefinition? other) { if (ReferenceEquals(null, other)) { @@ -4414,7 +4338,7 @@ public ShowClientCommandQuery_Node_McpFeatureCollection() return false; } - return Equals((ShowClientCommandQuery_Node_McpFeatureCollection)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLDirectiveDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -4429,13 +4353,13 @@ public ShowClientCommandQuery_Node_McpFeatureCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IShowClientCommandQuery_Node_McpFeatureCollectionChangeLog + public partial class DeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition { - public ShowClientCommandQuery_Node_McpFeatureCollectionChangeLog() + public DeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_McpFeatureCollectionChangeLog? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -4472,7 +4396,7 @@ public ShowClientCommandQuery_Node_McpFeatureCollectionChangeLog() return false; } - return Equals((ShowClientCommandQuery_Node_McpFeatureCollectionChangeLog)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -4487,13 +4411,13 @@ public ShowClientCommandQuery_Node_McpFeatureCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IShowClientCommandQuery_Node_McpFeatureCollectionDeployment + public partial class DeleteApiCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLEnumValueDefinition { - public ShowClientCommandQuery_Node_McpFeatureCollectionDeployment() + public DeleteApiCommandQuery_Node_GraphQLEnumValueDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_McpFeatureCollectionDeployment? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLEnumValueDefinition? other) { if (ReferenceEquals(null, other)) { @@ -4530,7 +4454,7 @@ public ShowClientCommandQuery_Node_McpFeatureCollectionDeployment() return false; } - return Equals((ShowClientCommandQuery_Node_McpFeatureCollectionDeployment)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLEnumValueDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -4545,13 +4469,13 @@ public ShowClientCommandQuery_Node_McpFeatureCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IShowClientCommandQuery_Node_McpFeatureCollectionVersion + public partial class DeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition { - public ShowClientCommandQuery_Node_McpFeatureCollectionVersion() + public DeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_McpFeatureCollectionVersion? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -4588,7 +4512,7 @@ public ShowClientCommandQuery_Node_McpFeatureCollectionVersion() return false; } - return Equals((ShowClientCommandQuery_Node_McpFeatureCollectionVersion)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -4603,13 +4527,13 @@ public ShowClientCommandQuery_Node_McpFeatureCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IShowClientCommandQuery_Node_OpenApiCollection + public partial class DeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition { - public ShowClientCommandQuery_Node_OpenApiCollection() + public DeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_OpenApiCollection? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -4646,7 +4570,7 @@ public ShowClientCommandQuery_Node_OpenApiCollection() return false; } - return Equals((ShowClientCommandQuery_Node_OpenApiCollection)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -4661,13 +4585,13 @@ public ShowClientCommandQuery_Node_OpenApiCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IShowClientCommandQuery_Node_OpenApiCollectionChangeLog + public partial class DeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition { - public ShowClientCommandQuery_Node_OpenApiCollectionChangeLog() + public DeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_OpenApiCollectionChangeLog? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -4704,7 +4628,7 @@ public ShowClientCommandQuery_Node_OpenApiCollectionChangeLog() return false; } - return Equals((ShowClientCommandQuery_Node_OpenApiCollectionChangeLog)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -4719,13 +4643,13 @@ public ShowClientCommandQuery_Node_OpenApiCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IShowClientCommandQuery_Node_OpenApiCollectionDeployment + public partial class DeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition { - public ShowClientCommandQuery_Node_OpenApiCollectionDeployment() + public DeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_OpenApiCollectionDeployment? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -4762,7 +4686,7 @@ public ShowClientCommandQuery_Node_OpenApiCollectionDeployment() return false; } - return Equals((ShowClientCommandQuery_Node_OpenApiCollectionDeployment)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -4777,13 +4701,13 @@ public ShowClientCommandQuery_Node_OpenApiCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IShowClientCommandQuery_Node_OpenApiCollectionVersion + public partial class DeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition { - public ShowClientCommandQuery_Node_OpenApiCollectionVersion() + public DeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_OpenApiCollectionVersion? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -4820,7 +4744,7 @@ public ShowClientCommandQuery_Node_OpenApiCollectionVersion() return false; } - return Equals((ShowClientCommandQuery_Node_OpenApiCollectionVersion)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -4835,13 +4759,13 @@ public ShowClientCommandQuery_Node_OpenApiCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Organization : global::System.IEquatable, IShowClientCommandQuery_Node_Organization + public partial class DeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition { - public ShowClientCommandQuery_Node_Organization() + public DeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Organization? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -4878,7 +4802,7 @@ public ShowClientCommandQuery_Node_Organization() return false; } - return Equals((ShowClientCommandQuery_Node_Organization)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -4893,13 +4817,13 @@ public ShowClientCommandQuery_Node_Organization() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_OrganizationMember : global::System.IEquatable, IShowClientCommandQuery_Node_OrganizationMember + public partial class DeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition { - public ShowClientCommandQuery_Node_OrganizationMember() + public DeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_OrganizationMember? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -4936,7 +4860,7 @@ public ShowClientCommandQuery_Node_OrganizationMember() return false; } - return Equals((ShowClientCommandQuery_Node_OrganizationMember)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -4951,13 +4875,13 @@ public ShowClientCommandQuery_Node_OrganizationMember() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IShowClientCommandQuery_Node_SchemaChangeLog + public partial class DeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition { - public ShowClientCommandQuery_Node_SchemaChangeLog() + public DeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_SchemaChangeLog? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -4994,7 +4918,7 @@ public ShowClientCommandQuery_Node_SchemaChangeLog() return false; } - return Equals((ShowClientCommandQuery_Node_SchemaChangeLog)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -5009,13 +4933,13 @@ public ShowClientCommandQuery_Node_SchemaChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IShowClientCommandQuery_Node_SchemaDeployment + public partial class DeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition { - public ShowClientCommandQuery_Node_SchemaDeployment() + public DeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_SchemaDeployment? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -5052,7 +4976,7 @@ public ShowClientCommandQuery_Node_SchemaDeployment() return false; } - return Equals((ShowClientCommandQuery_Node_SchemaDeployment)obj); + return Equals((DeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -5067,13 +4991,13 @@ public ShowClientCommandQuery_Node_SchemaDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Stage : global::System.IEquatable, IShowClientCommandQuery_Node_Stage + public partial class DeleteApiCommandQuery_Node_Group : global::System.IEquatable, IDeleteApiCommandQuery_Node_Group { - public ShowClientCommandQuery_Node_Stage() + public DeleteApiCommandQuery_Node_Group() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Stage? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Group? other) { if (ReferenceEquals(null, other)) { @@ -5110,7 +5034,7 @@ public ShowClientCommandQuery_Node_Stage() return false; } - return Equals((ShowClientCommandQuery_Node_Stage)obj); + return Equals((DeleteApiCommandQuery_Node_Group)obj); } public override global::System.Int32 GetHashCode() @@ -5125,13 +5049,13 @@ public ShowClientCommandQuery_Node_Stage() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_User : global::System.IEquatable, IShowClientCommandQuery_Node_User + public partial class DeleteApiCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IDeleteApiCommandQuery_Node_McpFeatureCollection { - public ShowClientCommandQuery_Node_User() + public DeleteApiCommandQuery_Node_McpFeatureCollection() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_User? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -5168,7 +5092,7 @@ public ShowClientCommandQuery_Node_User() return false; } - return Equals((ShowClientCommandQuery_Node_User)obj); + return Equals((DeleteApiCommandQuery_Node_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -5183,13 +5107,13 @@ public ShowClientCommandQuery_Node_User() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Workspace : global::System.IEquatable, IShowClientCommandQuery_Node_Workspace + public partial class DeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IDeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog { - public ShowClientCommandQuery_Node_Workspace() + public DeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Workspace? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -5226,7 +5150,7 @@ public ShowClientCommandQuery_Node_Workspace() return false; } - return Equals((ShowClientCommandQuery_Node_Workspace)obj); + return Equals((DeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -5241,13 +5165,13 @@ public ShowClientCommandQuery_Node_Workspace() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IShowClientCommandQuery_Node_WorkspaceDocument + public partial class DeleteApiCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IDeleteApiCommandQuery_Node_McpFeatureCollectionDeployment { - public ShowClientCommandQuery_Node_WorkspaceDocument() + public DeleteApiCommandQuery_Node_McpFeatureCollectionDeployment() { } - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_WorkspaceDocument? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -5284,7 +5208,7 @@ public ShowClientCommandQuery_Node_WorkspaceDocument() return false; } - return Equals((ShowClientCommandQuery_Node_WorkspaceDocument)obj); + return Equals((DeleteApiCommandQuery_Node_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -5299,18 +5223,13 @@ public ShowClientCommandQuery_Node_WorkspaceDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Api_Api : global::System.IEquatable, IShowClientCommandQuery_Node_Api_Api + public partial class DeleteApiCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IDeleteApiCommandQuery_Node_McpFeatureCollectionVersion { - public ShowClientCommandQuery_Node_Api_Api(global::System.String name, global::System.Collections.Generic.IReadOnlyList path) + public DeleteApiCommandQuery_Node_McpFeatureCollectionVersion() { - Name = name; - Path = path; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Api_Api? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_McpFeatureCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -5327,7 +5246,7 @@ public ShowClientCommandQuery_Node_Api_Api(global::System.String name, global::S return false; } - return (Name.Equals(other.Name)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -5347,7 +5266,7 @@ public ShowClientCommandQuery_Node_Api_Api(global::System.String name, global::S return false; } - return Equals((ShowClientCommandQuery_Node_Api_Api)obj); + return Equals((DeleteApiCommandQuery_Node_McpFeatureCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -5355,40 +5274,20 @@ public ShowClientCommandQuery_Node_Api_Api(global::System.String name, global::S unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - foreach (var Path_elm in Path) - { - hash ^= 397 * Path_elm.GetHashCode(); - } - return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Versions_ClientVersionConnection : global::System.IEquatable, IShowClientCommandQuery_Node_Versions_ClientVersionConnection + public partial class DeleteApiCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IDeleteApiCommandQuery_Node_OpenApiCollection { - public ShowClientCommandQuery_Node_Versions_ClientVersionConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo pageInfo) + public DeleteApiCommandQuery_Node_OpenApiCollection() { - Edges = edges; - PageInfo = pageInfo; } - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo PageInfo { get; } - - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Versions_ClientVersionConnection? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -5405,7 +5304,7 @@ public ShowClientCommandQuery_Node_Versions_ClientVersionConnection(global::Syst return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -5425,7 +5324,7 @@ public ShowClientCommandQuery_Node_Versions_ClientVersionConnection(global::Syst return false; } - return Equals((ShowClientCommandQuery_Node_Versions_ClientVersionConnection)obj); + return Equals((DeleteApiCommandQuery_Node_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -5433,43 +5332,20 @@ public ShowClientCommandQuery_Node_Versions_ClientVersionConnection(global::Syst unchecked { int hash = 5; - if (Edges != null) - { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } - } - - hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge : global::System.IEquatable, IShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge + public partial class DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IDeleteApiCommandQuery_Node_OpenApiCollectionChangeLog { - public ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node node) + public DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog() { - Cursor = cursor; - Node = node; } - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node Node { get; } - - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -5486,7 +5362,7 @@ public ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge(global::Syst return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -5506,7 +5382,7 @@ public ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge(global::Syst return false; } - return Equals((ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge)obj); + return Equals((DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -5514,36 +5390,20 @@ public ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge(global::Syst unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo : global::System.IEquatable, IShowClientCommandQuery_Node_Versions_PageInfo_PageInfo + public partial class DeleteApiCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IDeleteApiCommandQuery_Node_OpenApiCollectionDeployment { - public ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo(global::System.Boolean hasNextPage, global::System.String? endCursor) + public DeleteApiCommandQuery_Node_OpenApiCollectionDeployment() { - HasNextPage = hasNextPage; - EndCursor = endCursor; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -5560,7 +5420,7 @@ public ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo(global::System.Boo return false; } - return (global::System.Object.Equals(HasNextPage, other.HasNextPage)) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -5580,7 +5440,7 @@ public ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo(global::System.Boo return false; } - return Equals((ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo)obj); + return Equals((DeleteApiCommandQuery_Node_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -5588,12 +5448,6 @@ public ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo(global::System.Boo unchecked { int hash = 5; - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - return hash; } } @@ -5601,22 +5455,13 @@ public ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo(global::System.Boo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion : global::System.IEquatable, IShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion + public partial class DeleteApiCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IDeleteApiCommandQuery_Node_OpenApiCollectionVersion { - public ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion(global::System.String id, global::System.DateTimeOffset createdAt, global::System.String tag, global::System.Collections.Generic.IReadOnlyList publishedTo) + public DeleteApiCommandQuery_Node_OpenApiCollectionVersion() { - Id = id; - CreatedAt = createdAt; - Tag = tag; - PublishedTo = publishedTo; } - public global::System.String Id { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.String Tag { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } - - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_OpenApiCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -5633,7 +5478,7 @@ public ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion(global::Sys return false; } - return (Id.Equals(other.Id)) && CreatedAt.Equals(other.CreatedAt) && Tag.Equals(other.Tag) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedTo, other.PublishedTo); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -5653,7 +5498,7 @@ public ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion(global::Sys return false; } - return Equals((ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion)obj); + return Equals((DeleteApiCommandQuery_Node_OpenApiCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -5661,14 +5506,6 @@ public ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion(global::Sys unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * CreatedAt.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); - foreach (var PublishedTo_elm in PublishedTo) - { - hash ^= 397 * PublishedTo_elm.GetHashCode(); - } - return hash; } } @@ -5676,16 +5513,13 @@ public ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion(global::Sys // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : global::System.IEquatable, IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion + public partial class DeleteApiCommandQuery_Node_Organization : global::System.IEquatable, IDeleteApiCommandQuery_Node_Organization { - public ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? stage) + public DeleteApiCommandQuery_Node_Organization() { - Stage = stage; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } - - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Organization? other) { if (ReferenceEquals(null, other)) { @@ -5702,7 +5536,7 @@ public ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClie return false; } - return (((Stage is null && other.Stage is null) || Stage != null && Stage.Equals(other.Stage))); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -5722,7 +5556,7 @@ public ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClie return false; } - return Equals((ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion)obj); + return Equals((DeleteApiCommandQuery_Node_Organization)obj); } public override global::System.Int32 GetHashCode() @@ -5730,11 +5564,6 @@ public ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClie unchecked { int hash = 5; - if (Stage != null) - { - hash ^= 397 * Stage.GetHashCode(); - } - return hash; } } @@ -5742,16 +5571,13 @@ public ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClie // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : global::System.IEquatable, IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage + public partial class DeleteApiCommandQuery_Node_OrganizationMember : global::System.IEquatable, IDeleteApiCommandQuery_Node_OrganizationMember { - public ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(global::System.String name) + public DeleteApiCommandQuery_Node_OrganizationMember() { - Name = name; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage? other) + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_OrganizationMember? other) { if (ReferenceEquals(null, other)) { @@ -5768,7 +5594,7 @@ public ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(g return false; } - return (Name.Equals(other.Name)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -5788,7 +5614,7 @@ public ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(g return false; } - return Equals((ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage)obj); + return Equals((DeleteApiCommandQuery_Node_OrganizationMember)obj); } public override global::System.Int32 GetHashCode() @@ -5796,442 +5622,720 @@ public ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(g unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQueryResult + public partial class DeleteApiCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IDeleteApiCommandQuery_Node_SchemaChangeLog { - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node? Node { get; } - } + public DeleteApiCommandQuery_Node_SchemaChangeLog() + { + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// The node interface is implemented by entities that have a global unique identifier. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node - { - } + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_SchemaChangeLog? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Api : IShowClientCommandQuery_Node - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_ApiDocument : IShowClientCommandQuery_Node - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_ApiKey : IShowClientCommandQuery_Node - { - } + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IClientDetailPrompt_Client - { - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? Api { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? Versions { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Client : IShowClientCommandQuery_Node, IClientDetailPrompt_Client - { + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((DeleteApiCommandQuery_Node_SchemaChangeLog)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_ClientChangeLog : IShowClientCommandQuery_Node + public partial class DeleteApiCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IDeleteApiCommandQuery_Node_SchemaDeployment { + public DeleteApiCommandQuery_Node_SchemaDeployment() + { + } + + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_SchemaDeployment? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return true; + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((DeleteApiCommandQuery_Node_SchemaDeployment)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_ClientDeployment : IShowClientCommandQuery_Node + public partial class DeleteApiCommandQuery_Node_Stage : global::System.IEquatable, IDeleteApiCommandQuery_Node_Stage { + public DeleteApiCommandQuery_Node_Stage() + { + } + + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Stage? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return true; + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((DeleteApiCommandQuery_Node_Stage)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_ClientVersion : IShowClientCommandQuery_Node + public partial class DeleteApiCommandQuery_Node_User : global::System.IEquatable, IDeleteApiCommandQuery_Node_User { + public DeleteApiCommandQuery_Node_User() + { + } + + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_User? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return true; + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((DeleteApiCommandQuery_Node_User)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_CoordinateClientUsageMetrics : IShowClientCommandQuery_Node + public partial class DeleteApiCommandQuery_Node_Workspace : global::System.IEquatable, IDeleteApiCommandQuery_Node_Workspace { + public DeleteApiCommandQuery_Node_Workspace() + { + } + + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Workspace? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return true; + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((DeleteApiCommandQuery_Node_Workspace)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Environment : IShowClientCommandQuery_Node + public partial class DeleteApiCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IDeleteApiCommandQuery_Node_WorkspaceDocument { + public DeleteApiCommandQuery_Node_WorkspaceDocument() + { + } + + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_WorkspaceDocument? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return true; + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((DeleteApiCommandQuery_Node_WorkspaceDocument)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_FusionConfigurationChangeLog : IShowClientCommandQuery_Node + public partial class DeleteApiCommandQuery_Node_Workspace_Workspace : global::System.IEquatable, IDeleteApiCommandQuery_Node_Workspace_Workspace { + public DeleteApiCommandQuery_Node_Workspace_Workspace(global::System.String id) + { + Id = id; + } + + public global::System.String Id { get; } + + public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Workspace_Workspace? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (Id.Equals(other.Id)); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((DeleteApiCommandQuery_Node_Workspace_Workspace)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Id.GetHashCode(); + return hash; + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_FusionConfigurationDeployment : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQueryResult { + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node? Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// The node interface is implemented by entities that have a global unique identifier. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLDirectiveDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Api { + public global::System.String Name { get; } + public global::System.String Version { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node_Workspace_1? Workspace { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLEnumTypeDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_Api : IDeleteApiCommandQuery_Node, IDeleteApiCommandQuery_Api { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLEnumValueDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_ApiDocument : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_ApiKey : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_Client : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_ClientChangeLog : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_ClientDeployment : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_ClientVersion : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_CoordinateClientUsageMetrics : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLObjectFieldDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_Environment : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLScalarTypeDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_FusionConfigurationChangeLog : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_GraphQLUnionTypeDefinition : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_FusionConfigurationDeployment : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Group : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_McpFeatureCollection : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLDirectiveDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_McpFeatureCollectionChangeLog : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_McpFeatureCollectionDeployment : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLEnumValueDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_McpFeatureCollectionVersion : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_OpenApiCollection : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_OpenApiCollectionChangeLog : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_OpenApiCollectionDeployment : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_OpenApiCollectionVersion : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Organization : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_OrganizationMember : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_SchemaChangeLog : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_SchemaDeployment : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Stage : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_Group : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_User : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_McpFeatureCollection : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Workspace : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_WorkspaceDocument : IShowClientCommandQuery_Node + public partial interface IDeleteApiCommandQuery_Node_McpFeatureCollectionDeployment : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Api_1 + public partial interface IDeleteApiCommandQuery_Node_McpFeatureCollectionVersion : IDeleteApiCommandQuery_Node { - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Api_Api : IShowClientCommandQuery_Node_Api_1 + public partial interface IDeleteApiCommandQuery_Node_OpenApiCollection : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Versions + public partial interface IDeleteApiCommandQuery_Node_OpenApiCollectionChangeLog : IDeleteApiCommandQuery_Node { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo PageInfo { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Versions_ClientVersionConnection : IShowClientCommandQuery_Node_Versions + public partial interface IDeleteApiCommandQuery_Node_OpenApiCollectionDeployment : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IClientDetailPrompt_ClientVersionEdge + public partial interface IDeleteApiCommandQuery_Node_OpenApiCollectionVersion : IDeleteApiCommandQuery_Node { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Versions_Edges : IClientDetailPrompt_ClientVersionEdge + public partial interface IDeleteApiCommandQuery_Node_Organization : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge : IShowClientCommandQuery_Node_Versions_Edges + public partial interface IDeleteApiCommandQuery_Node_OrganizationMember : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Versions_PageInfo + public partial interface IDeleteApiCommandQuery_Node_SchemaChangeLog : IDeleteApiCommandQuery_Node { - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Versions_PageInfo_PageInfo : IShowClientCommandQuery_Node_Versions_PageInfo + public partial interface IDeleteApiCommandQuery_Node_SchemaDeployment : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Versions_Edges_Node + public partial interface IDeleteApiCommandQuery_Node_Stage : IDeleteApiCommandQuery_Node { - public global::System.String Id { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.String Tag { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion : IShowClientCommandQuery_Node_Versions_Edges_Node + public partial interface IDeleteApiCommandQuery_Node_User : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo + public partial interface IDeleteApiCommandQuery_Node_Workspace : IDeleteApiCommandQuery_Node { - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo + public partial interface IDeleteApiCommandQuery_Node_WorkspaceDocument : IDeleteApiCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage + public partial interface IDeleteApiCommandQuery_Node_Workspace_1 { - public global::System.String Name { get; } + public global::System.String Id { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage + public partial interface IDeleteApiCommandQuery_Node_Workspace_Workspace : IDeleteApiCommandQuery_Node_Workspace_1 { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClientResult : global::System.IEquatable, IUnpublishClientResult + public partial class DeleteApiCommandMutationResult : global::System.IEquatable, IDeleteApiCommandMutationResult { - public UnpublishClientResult(global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient unpublishClient) + public DeleteApiCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById deleteApiById) { - UnpublishClient = unpublishClient; + DeleteApiById = deleteApiById; } - public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient UnpublishClient { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById DeleteApiById { get; } - public virtual global::System.Boolean Equals(UnpublishClientResult? other) + public virtual global::System.Boolean Equals(DeleteApiCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -6248,7 +6352,7 @@ public UnpublishClientResult(global::ChilliCream.Nitro.CommandLine.Client.IUnpub return false; } - return (UnpublishClient.Equals(other.UnpublishClient)); + return (DeleteApiById.Equals(other.DeleteApiById)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -6268,7 +6372,7 @@ public UnpublishClientResult(global::ChilliCream.Nitro.CommandLine.Client.IUnpub return false; } - return Equals((UnpublishClientResult)obj); + return Equals((DeleteApiCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -6276,7 +6380,7 @@ public UnpublishClientResult(global::ChilliCream.Nitro.CommandLine.Client.IUnpub unchecked { int hash = 5; - hash ^= 397 * UnpublishClient.GetHashCode(); + hash ^= 397 * DeleteApiById.GetHashCode(); return hash; } } @@ -6284,18 +6388,18 @@ public UnpublishClientResult(global::ChilliCream.Nitro.CommandLine.Client.IUnpub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClient_UnpublishClient_UnpublishClientPayload : global::System.IEquatable, IUnpublishClient_UnpublishClient_UnpublishClientPayload + public partial class DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload { - public UnpublishClient_UnpublishClient_UnpublishClientPayload(global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion? clientVersion, global::System.Collections.Generic.IReadOnlyList? errors) + public DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById_Api? api, global::System.Collections.Generic.IReadOnlyList? errors) { - ClientVersion = clientVersion; + Api = api; Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion? ClientVersion { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById_Api? Api { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_UnpublishClientPayload? other) + public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload? other) { if (ReferenceEquals(null, other)) { @@ -6312,7 +6416,7 @@ public UnpublishClient_UnpublishClient_UnpublishClientPayload(global::ChilliCrea return false; } - return (((ClientVersion is null && other.ClientVersion is null) || ClientVersion != null && ClientVersion.Equals(other.ClientVersion))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -6332,7 +6436,7 @@ public UnpublishClient_UnpublishClient_UnpublishClientPayload(global::ChilliCrea return false; } - return Equals((UnpublishClient_UnpublishClient_UnpublishClientPayload)obj); + return Equals((DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload)obj); } public override global::System.Int32 GetHashCode() @@ -6340,9 +6444,9 @@ public UnpublishClient_UnpublishClient_UnpublishClientPayload(global::ChilliCrea unchecked { int hash = 5; - if (ClientVersion != null) + if (Api != null) { - hash ^= 397 * ClientVersion.GetHashCode(); + hash ^= 397 * Api.GetHashCode(); } if (Errors != null) @@ -6360,18 +6464,24 @@ public UnpublishClient_UnpublishClient_UnpublishClientPayload(global::ChilliCrea // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClient_UnpublishClient_ClientVersion_ClientVersion : global::System.IEquatable, IUnpublishClient_UnpublishClient_ClientVersion_ClientVersion + public partial class DeleteApiCommandMutation_DeleteApiById_Api_Api : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Api_Api { - public UnpublishClient_UnpublishClient_ClientVersion_ClientVersion(global::System.String id, global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion_Client? client) + public DeleteApiCommandMutation_DeleteApiById_Api_Api(global::System.String name, global::System.String id, global::System.Collections.Generic.IReadOnlyList path, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? workspace, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings settings) { + Name = name; Id = id; - Client = client; + Path = path; + Workspace = workspace; + Settings = settings; } + public global::System.String Name { get; } public global::System.String Id { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? Workspace { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings Settings { get; } - public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_ClientVersion_ClientVersion? other) + public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Api_Api? other) { if (ReferenceEquals(null, other)) { @@ -6388,7 +6498,7 @@ public UnpublishClient_UnpublishClient_ClientVersion_ClientVersion(global::Syste return false; } - return (Id.Equals(other.Id)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)); + return (Name.Equals(other.Name)) && Id.Equals(other.Id) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)) && Settings.Equals(other.Settings); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -6408,7 +6518,7 @@ public UnpublishClient_UnpublishClient_ClientVersion_ClientVersion(global::Syste return false; } - return Equals((UnpublishClient_UnpublishClient_ClientVersion_ClientVersion)obj); + return Equals((DeleteApiCommandMutation_DeleteApiById_Api_Api)obj); } public override global::System.Int32 GetHashCode() @@ -6416,12 +6526,19 @@ public UnpublishClient_UnpublishClient_ClientVersion_ClientVersion(global::Syste unchecked { int hash = 5; + hash ^= 397 * Name.GetHashCode(); hash ^= 397 * Id.GetHashCode(); - if (Client != null) + foreach (var Path_elm in Path) { - hash ^= 397 * Client.GetHashCode(); + hash ^= 397 * Path_elm.GetHashCode(); } + if (Workspace != null) + { + hash ^= 397 * Workspace.GetHashCode(); + } + + hash ^= 397 * Settings.GetHashCode(); return hash; } } @@ -6429,23 +6546,16 @@ public UnpublishClient_UnpublishClient_ClientVersion_ClientVersion(global::Syste // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClient_UnpublishClient_Errors_StageNotFoundError : global::System.IEquatable, IUnpublishClient_UnpublishClient_Errors_StageNotFoundError + public partial class DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError { - public UnpublishClient_UnpublishClient_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) + public DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError(global::System.String message) { - this.__typename = __typename; Message = message; - Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } public global::System.String Message { get; } - public global::System.String Name { get; } - public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_Errors_StageNotFoundError? other) + public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -6462,7 +6572,7 @@ public UnpublishClient_UnpublishClient_Errors_StageNotFoundError(global::System. return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -6482,7 +6592,7 @@ public UnpublishClient_UnpublishClient_Errors_StageNotFoundError(global::System. return false; } - return Equals((UnpublishClient_UnpublishClient_Errors_StageNotFoundError)obj); + return Equals((DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -6490,9 +6600,7 @@ public UnpublishClient_UnpublishClient_Errors_StageNotFoundError(global::System. unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -6500,18 +6608,16 @@ public UnpublishClient_UnpublishClient_Errors_StageNotFoundError(global::System. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClient_UnpublishClient_Errors_ClientNotFoundError : global::System.IEquatable, IUnpublishClient_UnpublishClient_Errors_ClientNotFoundError + public partial class DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation { - public UnpublishClient_UnpublishClient_Errors_ClientNotFoundError(global::System.String message, global::System.String clientId) + public DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation(global::System.String message) { Message = message; - ClientId = clientId; } public global::System.String Message { get; } - public global::System.String ClientId { get; } - public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_Errors_ClientNotFoundError? other) + public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -6528,7 +6634,7 @@ public UnpublishClient_UnpublishClient_Errors_ClientNotFoundError(global::System return false; } - return (Message.Equals(other.Message)) && ClientId.Equals(other.ClientId); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -6548,7 +6654,7 @@ public UnpublishClient_UnpublishClient_Errors_ClientNotFoundError(global::System return false; } - return Equals((UnpublishClient_UnpublishClient_Errors_ClientNotFoundError)obj); + return Equals((DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -6557,7 +6663,6 @@ public UnpublishClient_UnpublishClient_Errors_ClientNotFoundError(global::System { int hash = 5; hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ClientId.GetHashCode(); return hash; } } @@ -6565,21 +6670,16 @@ public UnpublishClient_UnpublishClient_Errors_ClientNotFoundError(global::System // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation : global::System.IEquatable, IUnpublishClient_UnpublishClient_Errors_UnauthorizedOperation + public partial class DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError { - public UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError(global::System.String message) { - this.__typename = __typename; Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError? other) { if (ReferenceEquals(null, other)) { @@ -6596,7 +6696,7 @@ public UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation(global::Syst return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -6616,7 +6716,7 @@ public UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation(global::Syst return false; } - return Equals((UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation)obj); + return Equals((DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError)obj); } public override global::System.Int32 GetHashCode() @@ -6624,7 +6724,6 @@ public UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation(global::Syst unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); return hash; } @@ -6633,20 +6732,18 @@ public UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation(global::Syst // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError : global::System.IEquatable, IUnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError + public partial class DeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace { - public UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError(global::System.String tag, global::System.String message, global::System.String clientId) + public DeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace(global::System.String id, global::System.String name) { - Tag = tag; - Message = message; - ClientId = clientId; + Id = id; + Name = name; } - public global::System.String Tag { get; } - public global::System.String Message { get; } - public global::System.String ClientId { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError? other) + public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -6663,7 +6760,7 @@ public UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError(global: return false; } - return (Tag.Equals(other.Tag)) && Message.Equals(other.Message) && ClientId.Equals(other.ClientId); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -6683,7 +6780,7 @@ public UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError(global: return false; } - return Equals((UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError)obj); + return Equals((DeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -6691,9 +6788,8 @@ public UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError(global: unchecked { int hash = 5; - hash ^= 397 * Tag.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ClientId.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -6701,21 +6797,16 @@ public UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError(global: // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError : global::System.IEquatable, IUnpublishClient_UnpublishClient_Errors_ConcurrentOperationError + public partial class DeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings { - public UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) + public DeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry schemaRegistry) { - this.__typename = __typename; - Message = message; + SchemaRegistry = schemaRegistry; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry SchemaRegistry { get; } - public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError? other) + public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings? other) { if (ReferenceEquals(null, other)) { @@ -6732,7 +6823,7 @@ public UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError(global::S return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (SchemaRegistry.Equals(other.SchemaRegistry)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -6752,7 +6843,7 @@ public UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError(global::S return false; } - return Equals((UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError)obj); + return Equals((DeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings)obj); } public override global::System.Int32 GetHashCode() @@ -6760,8 +6851,7 @@ public UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError(global::S unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * SchemaRegistry.GetHashCode(); return hash; } } @@ -6769,16 +6859,18 @@ public UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError(global::S // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClient_UnpublishClient_ClientVersion_Client_Client : global::System.IEquatable, IUnpublishClient_UnpublishClient_ClientVersion_Client_Client + public partial class DeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_SchemaRegistrySettings : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_SchemaRegistrySettings { - public UnpublishClient_UnpublishClient_ClientVersion_Client_Client(global::System.String name) + public DeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_SchemaRegistrySettings(global::System.Boolean treatDangerousAsBreaking, global::System.Boolean allowBreakingSchemaChanges) { - Name = name; + TreatDangerousAsBreaking = treatDangerousAsBreaking; + AllowBreakingSchemaChanges = allowBreakingSchemaChanges; } - public global::System.String Name { get; } + public global::System.Boolean TreatDangerousAsBreaking { get; } + public global::System.Boolean AllowBreakingSchemaChanges { get; } - public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_ClientVersion_Client_Client? other) + public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_SchemaRegistrySettings? other) { if (ReferenceEquals(null, other)) { @@ -6795,7 +6887,7 @@ public UnpublishClient_UnpublishClient_ClientVersion_Client_Client(global::Syste return false; } - return (Name.Equals(other.Name)); + return (global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking)) && global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -6815,7 +6907,7 @@ public UnpublishClient_UnpublishClient_ClientVersion_Client_Client(global::Syste return false; } - return Equals((UnpublishClient_UnpublishClient_ClientVersion_Client_Client)obj); + return Equals((DeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_SchemaRegistrySettings)obj); } public override global::System.Int32 GetHashCode() @@ -6823,7 +6915,8 @@ public UnpublishClient_UnpublishClient_ClientVersion_Client_Client(global::Syste unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); + hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); return hash; } } @@ -6831,126 +6924,114 @@ public UnpublishClient_UnpublishClient_ClientVersion_Client_Client(global::Syste // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClientResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient UnpublishClient { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClient_UnpublishClient + public partial interface IDeleteApiCommandMutationResult { - public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion? ClientVersion { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById DeleteApiById { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClient_UnpublishClient_UnpublishClientPayload : IUnpublishClient_UnpublishClient + public partial interface IDeleteApiCommandMutation_DeleteApiById { + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById_Api? Api { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClient_UnpublishClient_ClientVersion + public partial interface IDeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload : IDeleteApiCommandMutation_DeleteApiById { - public global::System.String Id { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion_Client? Client { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClient_UnpublishClient_ClientVersion_ClientVersion : IUnpublishClient_UnpublishClient_ClientVersion + public partial interface IDeleteApiCommandMutation_DeleteApiById_Api : IApiDetailPrompt_Api { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClient_UnpublishClient_Errors + public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Api : IDeleteApiCommandMutation_DeleteApiById_Api { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IStageNotFoundError : IError + public partial interface IDeleteApiCommandMutation_DeleteApiById_Errors { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClient_UnpublishClient_Errors_StageNotFoundError : IUnpublishClient_UnpublishClient_Errors, IStageNotFoundError + public partial interface IDeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError : IDeleteApiCommandMutation_DeleteApiById_Errors, IError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IClientNotFoundError : IError + public partial interface IDeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation : IDeleteApiCommandMutation_DeleteApiById_Errors, IError { - public global::System.String ClientId { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClient_UnpublishClient_Errors_ClientNotFoundError : IUnpublishClient_UnpublishClient_Errors, IClientNotFoundError + public partial interface IDeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError : IDeleteApiCommandMutation_DeleteApiById_Errors, IError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClient_UnpublishClient_Errors_UnauthorizedOperation : IUnpublishClient_UnpublishClient_Errors, IUnauthorizedOperation + public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Workspace { + public global::System.String Id { get; } + public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IClientVersionNotFoundError : IError + public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace : IDeleteApiCommandMutation_DeleteApiById_Api_Workspace { - public global::System.String Tag { get; } - public global::System.String ClientId { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError : IUnpublishClient_UnpublishClient_Errors, IClientVersionNotFoundError + public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Settings { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry SchemaRegistry { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClient_UnpublishClient_Errors_ConcurrentOperationError : IUnpublishClient_UnpublishClient_Errors, IConcurrentOperationError + public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings : IDeleteApiCommandMutation_DeleteApiById_Api_Settings { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClient_UnpublishClient_ClientVersion_Client + public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry { - public global::System.String Name { get; } + public global::System.Boolean TreatDangerousAsBreaking { get; } + public global::System.Boolean AllowBreakingSchemaChanges { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClient_UnpublishClient_ClientVersion_Client_Client : IUnpublishClient_UnpublishClient_ClientVersion_Client + public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_SchemaRegistrySettings : IDeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClientResult : global::System.IEquatable, IUploadClientResult + public partial class ListApiCommandQueryResult : global::System.IEquatable, IListApiCommandQueryResult { - public UploadClientResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient uploadClient) + public ListApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById? workspaceById) { - UploadClient = uploadClient; + WorkspaceById = workspaceById; } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient UploadClient { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById? WorkspaceById { get; } - public virtual global::System.Boolean Equals(UploadClientResult? other) + public virtual global::System.Boolean Equals(ListApiCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -6967,7 +7048,7 @@ public UploadClientResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadCl return false; } - return (UploadClient.Equals(other.UploadClient)); + return (((WorkspaceById is null && other.WorkspaceById is null) || WorkspaceById != null && WorkspaceById.Equals(other.WorkspaceById))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -6987,7 +7068,7 @@ public UploadClientResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadCl return false; } - return Equals((UploadClientResult)obj); + return Equals((ListApiCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -6995,26 +7076,28 @@ public UploadClientResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadCl unchecked { int hash = 5; - hash ^= 397 * UploadClient.GetHashCode(); - return hash; - } + if (WorkspaceById != null) + { + hash ^= 397 * WorkspaceById.GetHashCode(); + } + + return hash; + } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClient_UploadClient_UploadClientPayload : global::System.IEquatable, IUploadClient_UploadClient_UploadClientPayload + public partial class ListApiCommandQuery_WorkspaceById_Workspace : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Workspace { - public UploadClient_UploadClient_UploadClientPayload(global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient_ClientVersion? clientVersion, global::System.Collections.Generic.IReadOnlyList? errors) + public ListApiCommandQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis? apis) { - ClientVersion = clientVersion; - Errors = errors; + Apis = apis; } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient_ClientVersion? ClientVersion { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis? Apis { get; } - public virtual global::System.Boolean Equals(UploadClient_UploadClient_UploadClientPayload? other) + public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -7031,7 +7114,7 @@ public UploadClient_UploadClient_UploadClientPayload(global::ChilliCream.Nitro.C return false; } - return (((ClientVersion is null && other.ClientVersion is null) || ClientVersion != null && ClientVersion.Equals(other.ClientVersion))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (((Apis is null && other.Apis is null) || Apis != null && Apis.Equals(other.Apis))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -7051,7 +7134,7 @@ public UploadClient_UploadClient_UploadClientPayload(global::ChilliCream.Nitro.C return false; } - return Equals((UploadClient_UploadClient_UploadClientPayload)obj); + return Equals((ListApiCommandQuery_WorkspaceById_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -7059,36 +7142,120 @@ public UploadClient_UploadClient_UploadClientPayload(global::ChilliCream.Nitro.C unchecked { int hash = 5; - if (ClientVersion != null) + if (Apis != null) { - hash ^= 397 * ClientVersion.GetHashCode(); + hash ^= 397 * Apis.GetHashCode(); } - if (Errors != null) + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListApiCommandQuery_WorkspaceById_Apis_ApisConnection : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_ApisConnection + { + public ListApiCommandQuery_WorkspaceById_Apis_ApisConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_PageInfo pageInfo) + { + Edges = edges; + PageInfo = pageInfo; + } + + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_PageInfo PageInfo { get; } + + public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_ApisConnection? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((ListApiCommandQuery_WorkspaceById_Apis_ApisConnection)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + if (Edges != null) { - foreach (var Errors_elm in Errors) + foreach (var Edges_elm in Edges) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Edges_elm.GetHashCode(); } } + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClient_UploadClient_ClientVersion_ClientVersion : global::System.IEquatable, IUploadClient_UploadClient_ClientVersion_ClientVersion + public partial class ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge { - public UploadClient_UploadClient_ClientVersion_ClientVersion(global::System.String id) + public ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_Edges_Node node) { - Id = id; + Cursor = cursor; + Node = node; } - public global::System.String Id { get; } + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(UploadClient_UploadClient_ClientVersion_ClientVersion? other) + public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge? other) { if (ReferenceEquals(null, other)) { @@ -7105,7 +7272,7 @@ public UploadClient_UploadClient_ClientVersion_ClientVersion(global::System.Stri return false; } - return (Id.Equals(other.Id)); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -7125,7 +7292,7 @@ public UploadClient_UploadClient_ClientVersion_ClientVersion(global::System.Stri return false; } - return Equals((UploadClient_UploadClient_ClientVersion_ClientVersion)obj); + return Equals((ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge)obj); } public override global::System.Int32 GetHashCode() @@ -7133,26 +7300,46 @@ public UploadClient_UploadClient_ClientVersion_ClientVersion(global::System.Stri unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClient_UploadClient_Errors_ClientNotFoundError : global::System.IEquatable, IUploadClient_UploadClient_Errors_ClientNotFoundError + public partial class ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo { - public UploadClient_UploadClient_Errors_ClientNotFoundError(global::System.String message, global::System.String clientId) + public ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { - Message = message; - ClientId = clientId; + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; } - public global::System.String Message { get; } - public global::System.String ClientId { get; } + /// + /// Indicates whether more edges exist prior the set defined by the clients arguments. + /// + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(UploadClient_UploadClient_Errors_ClientNotFoundError? other) + public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -7169,7 +7356,7 @@ public UploadClient_UploadClient_Errors_ClientNotFoundError(global::System.Strin return false; } - return (Message.Equals(other.Message)) && ClientId.Equals(other.ClientId); + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -7189,7 +7376,7 @@ public UploadClient_UploadClient_Errors_ClientNotFoundError(global::System.Strin return false; } - return Equals((UploadClient_UploadClient_Errors_ClientNotFoundError)obj); + return Equals((ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -7197,8 +7384,18 @@ public UploadClient_UploadClient_Errors_ClientNotFoundError(global::System.Strin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ClientId.GetHashCode(); + hash ^= 397 * HasPreviousPage.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) + { + hash ^= 397 * EndCursor.GetHashCode(); + } + + if (StartCursor != null) + { + hash ^= 397 * StartCursor.GetHashCode(); + } + return hash; } } @@ -7206,21 +7403,24 @@ public UploadClient_UploadClient_Errors_ClientNotFoundError(global::System.Strin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClient_UploadClient_Errors_ConcurrentOperationError : global::System.IEquatable, IUploadClient_UploadClient_Errors_ConcurrentOperationError + public partial class ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api { - public UploadClient_UploadClient_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) + public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api(global::System.String id, global::System.String name, global::System.Collections.Generic.IReadOnlyList path, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? workspace, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings settings) { - this.__typename = __typename; - Message = message; + Id = id; + Name = name; + Path = path; + Workspace = workspace; + Settings = settings; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? Workspace { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings Settings { get; } - public virtual global::System.Boolean Equals(UploadClient_UploadClient_Errors_ConcurrentOperationError? other) + public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api? other) { if (ReferenceEquals(null, other)) { @@ -7237,7 +7437,7 @@ public UploadClient_UploadClient_Errors_ConcurrentOperationError(global::System. return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)) && Settings.Equals(other.Settings); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -7257,7 +7457,7 @@ public UploadClient_UploadClient_Errors_ConcurrentOperationError(global::System. return false; } - return Equals((UploadClient_UploadClient_Errors_ConcurrentOperationError)obj); + return Equals((ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api)obj); } public override global::System.Int32 GetHashCode() @@ -7265,8 +7465,19 @@ public UploadClient_UploadClient_Errors_ConcurrentOperationError(global::System. unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + foreach (var Path_elm in Path) + { + hash ^= 397 * Path_elm.GetHashCode(); + } + + if (Workspace != null) + { + hash ^= 397 * Workspace.GetHashCode(); + } + + hash ^= 397 * Settings.GetHashCode(); return hash; } } @@ -7274,16 +7485,18 @@ public UploadClient_UploadClient_Errors_ConcurrentOperationError(global::System. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClient_UploadClient_Errors_InvalidPersistedQueryError : global::System.IEquatable, IUploadClient_UploadClient_Errors_InvalidPersistedQueryError + public partial class ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace { - public UploadClient_UploadClient_Errors_InvalidPersistedQueryError(global::System.String message) + public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace(global::System.String id, global::System.String name) { - Message = message; + Id = id; + Name = name; } - public global::System.String Message { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(UploadClient_UploadClient_Errors_InvalidPersistedQueryError? other) + public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -7300,7 +7513,7 @@ public UploadClient_UploadClient_Errors_InvalidPersistedQueryError(global::Syste return false; } - return (Message.Equals(other.Message)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -7320,7 +7533,7 @@ public UploadClient_UploadClient_Errors_InvalidPersistedQueryError(global::Syste return false; } - return Equals((UploadClient_UploadClient_Errors_InvalidPersistedQueryError)obj); + return Equals((ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -7328,7 +7541,8 @@ public UploadClient_UploadClient_Errors_InvalidPersistedQueryError(global::Syste unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -7336,21 +7550,16 @@ public UploadClient_UploadClient_Errors_InvalidPersistedQueryError(global::Syste // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClient_UploadClient_Errors_UnauthorizedOperation : global::System.IEquatable, IUploadClient_UploadClient_Errors_UnauthorizedOperation + public partial class ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings { - public UploadClient_UploadClient_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry schemaRegistry) { - this.__typename = __typename; - Message = message; + SchemaRegistry = schemaRegistry; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry SchemaRegistry { get; } - public virtual global::System.Boolean Equals(UploadClient_UploadClient_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings? other) { if (ReferenceEquals(null, other)) { @@ -7367,7 +7576,7 @@ public UploadClient_UploadClient_Errors_UnauthorizedOperation(global::System.Str return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (SchemaRegistry.Equals(other.SchemaRegistry)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -7387,7 +7596,7 @@ public UploadClient_UploadClient_Errors_UnauthorizedOperation(global::System.Str return false; } - return Equals((UploadClient_UploadClient_Errors_UnauthorizedOperation)obj); + return Equals((ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings)obj); } public override global::System.Int32 GetHashCode() @@ -7395,8 +7604,7 @@ public UploadClient_UploadClient_Errors_UnauthorizedOperation(global::System.Str unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * SchemaRegistry.GetHashCode(); return hash; } } @@ -7404,21 +7612,18 @@ public UploadClient_UploadClient_Errors_UnauthorizedOperation(global::System.Str // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClient_UploadClient_Errors_DuplicatedTagError : global::System.IEquatable, IUploadClient_UploadClient_Errors_DuplicatedTagError + public partial class ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings { - public UploadClient_UploadClient_Errors_DuplicatedTagError(global::System.String __typename, global::System.String message) + public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings(global::System.Boolean treatDangerousAsBreaking, global::System.Boolean allowBreakingSchemaChanges) { - this.__typename = __typename; - Message = message; + TreatDangerousAsBreaking = treatDangerousAsBreaking; + AllowBreakingSchemaChanges = allowBreakingSchemaChanges; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.Boolean TreatDangerousAsBreaking { get; } + public global::System.Boolean AllowBreakingSchemaChanges { get; } - public virtual global::System.Boolean Equals(UploadClient_UploadClient_Errors_DuplicatedTagError? other) + public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings? other) { if (ReferenceEquals(null, other)) { @@ -7435,7 +7640,7 @@ public UploadClient_UploadClient_Errors_DuplicatedTagError(global::System.String return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking)) && global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -7455,7 +7660,7 @@ public UploadClient_UploadClient_Errors_DuplicatedTagError(global::System.String return false; } - return Equals((UploadClient_UploadClient_Errors_DuplicatedTagError)obj); + return Equals((ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings)obj); } public override global::System.Int32 GetHashCode() @@ -7463,8 +7668,8 @@ public UploadClient_UploadClient_Errors_DuplicatedTagError(global::System.String unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); + hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); return hash; } } @@ -7472,86 +7677,174 @@ public UploadClient_UploadClient_Errors_DuplicatedTagError(global::System.String // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadClientResult + public partial interface IListApiCommandQueryResult { - public global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient UploadClient { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById? WorkspaceById { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadClient_UploadClient + public partial interface IListApiCommandQuery_WorkspaceById { - public global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient_ClientVersion? ClientVersion { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis? Apis { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadClient_UploadClient_UploadClientPayload : IUploadClient_UploadClient + public partial interface IListApiCommandQuery_WorkspaceById_Workspace : IListApiCommandQuery_WorkspaceById { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadClient_UploadClient_ClientVersion + public partial interface IListApiCommandQuery_WorkspaceById_Apis { - public global::System.String Id { get; } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_PageInfo PageInfo { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadClient_UploadClient_ClientVersion_ClientVersion : IUploadClient_UploadClient_ClientVersion + public partial interface IListApiCommandQuery_WorkspaceById_Apis_ApisConnection : IListApiCommandQuery_WorkspaceById_Apis + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListApiCommand_ApiEdge { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_Edges_Node Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadClient_UploadClient_Errors + public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges : IListApiCommand_ApiEdge { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadClient_UploadClient_Errors_ClientNotFoundError : IUploadClient_UploadClient_Errors, IClientNotFoundError + public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge : IListApiCommandQuery_WorkspaceById_Apis_Edges { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadClient_UploadClient_Errors_ConcurrentOperationError : IUploadClient_UploadClient_Errors, IConcurrentOperationError + public partial interface IListApiCommandQuery_WorkspaceById_Apis_PageInfo : IPageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo : IListApiCommandQuery_WorkspaceById_Apis_PageInfo { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadClient_UploadClient_Errors_InvalidPersistedQueryError : IUploadClient_UploadClient_Errors, IError + public partial interface IListApiCommand_Api : IApiDetailPrompt_Api { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadClient_UploadClient_Errors_UnauthorizedOperation : IUploadClient_UploadClient_Errors, IUnauthorizedOperation + public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node : IListApiCommand_Api { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadClient_UploadClient_Errors_DuplicatedTagError : IUploadClient_UploadClient_Errors, IDuplicatedTagError + public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api : IListApiCommandQuery_WorkspaceById_Apis_Edges_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace : IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry SchemaRegistry { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings : IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry + { + public global::System.Boolean TreatDangerousAsBreaking { get; } + public global::System.Boolean AllowBreakingSchemaChanges { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings : IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateClientVersionResult : global::System.IEquatable, IValidateClientVersionResult + public partial class SetApiSettingsCommandMutationResult : global::System.IEquatable, ISetApiSettingsCommandMutationResult { - public ValidateClientVersionResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersion_ValidateClient validateClient) + public SetApiSettingsCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings updateApiSettings) { - ValidateClient = validateClient; + UpdateApiSettings = updateApiSettings; } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersion_ValidateClient ValidateClient { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings UpdateApiSettings { get; } - public virtual global::System.Boolean Equals(ValidateClientVersionResult? other) + public virtual global::System.Boolean Equals(SetApiSettingsCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -7568,7 +7861,7 @@ public ValidateClientVersionResult(global::ChilliCream.Nitro.CommandLine.Client. return false; } - return (ValidateClient.Equals(other.ValidateClient)); + return (UpdateApiSettings.Equals(other.UpdateApiSettings)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -7588,7 +7881,7 @@ public ValidateClientVersionResult(global::ChilliCream.Nitro.CommandLine.Client. return false; } - return Equals((ValidateClientVersionResult)obj); + return Equals((SetApiSettingsCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -7596,7 +7889,7 @@ public ValidateClientVersionResult(global::ChilliCream.Nitro.CommandLine.Client. unchecked { int hash = 5; - hash ^= 397 * ValidateClient.GetHashCode(); + hash ^= 397 * UpdateApiSettings.GetHashCode(); return hash; } } @@ -7604,18 +7897,18 @@ public ValidateClientVersionResult(global::ChilliCream.Nitro.CommandLine.Client. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateClientVersion_ValidateClient_ValidateClientPayload : global::System.IEquatable, IValidateClientVersion_ValidateClient_ValidateClientPayload + public partial class SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload { - public ValidateClientVersion_ValidateClient_ValidateClientPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) + public SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload(global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings_Api? api, global::System.Collections.Generic.IReadOnlyList? errors) { - Id = id; + Api = api; Errors = errors; } - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings_Api? Api { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(ValidateClientVersion_ValidateClient_ValidateClientPayload? other) + public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload? other) { if (ReferenceEquals(null, other)) { @@ -7632,7 +7925,7 @@ public ValidateClientVersion_ValidateClient_ValidateClientPayload(global::System return false; } - return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -7652,7 +7945,7 @@ public ValidateClientVersion_ValidateClient_ValidateClientPayload(global::System return false; } - return Equals((ValidateClientVersion_ValidateClient_ValidateClientPayload)obj); + return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload)obj); } public override global::System.Int32 GetHashCode() @@ -7660,9 +7953,9 @@ public ValidateClientVersion_ValidateClient_ValidateClientPayload(global::System unchecked { int hash = 5; - if (Id != null) + if (Api != null) { - hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Api.GetHashCode(); } if (Errors != null) @@ -7680,23 +7973,24 @@ public ValidateClientVersion_ValidateClient_ValidateClientPayload(global::System // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateClientVersion_ValidateClient_Errors_StageNotFoundError : global::System.IEquatable, IValidateClientVersion_ValidateClient_Errors_StageNotFoundError + public partial class SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Api { - public ValidateClientVersion_ValidateClient_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) + public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api(global::System.String name, global::System.Collections.Generic.IReadOnlyList path, global::System.String id, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? workspace, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings settings) { - this.__typename = __typename; - Message = message; Name = name; + Path = path; + Id = id; + Workspace = workspace; + Settings = settings; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } + public global::System.String Id { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? Workspace { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings Settings { get; } - public virtual global::System.Boolean Equals(ValidateClientVersion_ValidateClient_Errors_StageNotFoundError? other) + public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api? other) { if (ReferenceEquals(null, other)) { @@ -7713,7 +8007,7 @@ public ValidateClientVersion_ValidateClient_Errors_StageNotFoundError(global::Sy return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return (Name.Equals(other.Name)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path) && Id.Equals(other.Id) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)) && Settings.Equals(other.Settings); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -7733,7 +8027,7 @@ public ValidateClientVersion_ValidateClient_Errors_StageNotFoundError(global::Sy return false; } - return Equals((ValidateClientVersion_ValidateClient_Errors_StageNotFoundError)obj); + return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api)obj); } public override global::System.Int32 GetHashCode() @@ -7741,9 +8035,19 @@ public ValidateClientVersion_ValidateClient_Errors_StageNotFoundError(global::Sy unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); hash ^= 397 * Name.GetHashCode(); + foreach (var Path_elm in Path) + { + hash ^= 397 * Path_elm.GetHashCode(); + } + + hash ^= 397 * Id.GetHashCode(); + if (Workspace != null) + { + hash ^= 397 * Workspace.GetHashCode(); + } + + hash ^= 397 * Settings.GetHashCode(); return hash; } } @@ -7751,18 +8055,23 @@ public ValidateClientVersion_ValidateClient_Errors_StageNotFoundError(global::Sy // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError : global::System.IEquatable, IValidateClientVersion_ValidateClient_Errors_ClientNotFoundError + public partial class SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError { - public ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError(global::System.String message, global::System.String clientId) + public SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) { + this.__typename = __typename; Message = message; - ClientId = clientId; + ApiId = apiId; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - public global::System.String ClientId { get; } + public global::System.String ApiId { get; } - public virtual global::System.Boolean Equals(ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError? other) + public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -7779,7 +8088,7 @@ public ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError(global::S return false; } - return (Message.Equals(other.Message)) && ClientId.Equals(other.ClientId); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -7799,7 +8108,7 @@ public ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError(global::S return false; } - return Equals((ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError)obj); + return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -7807,8 +8116,9 @@ public ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError(global::S unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ClientId.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -7816,9 +8126,9 @@ public ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError(global::S // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation : global::System.IEquatable, IValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation + public partial class SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation { - public ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { this.__typename = __typename; Message = message; @@ -7830,7 +8140,7 @@ public ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation(global: public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -7867,7 +8177,7 @@ public ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation(global: return false; } - return Equals((ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation)obj); + return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -7882,63 +8192,83 @@ public ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation(global: } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateClientVersionResult + public partial class SetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace { - public global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersion_ValidateClient ValidateClient { get; } - } + public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace(global::System.String id, global::System.String name) + { + Id = id; + Name = name; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateClientVersion_ValidateClient - { - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } + public global::System.String Id { get; } + public global::System.String Name { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateClientVersion_ValidateClient_ValidateClientPayload : IValidateClientVersion_ValidateClient - { - } + public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateClientVersion_ValidateClient_Errors - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateClientVersion_ValidateClient_Errors_StageNotFoundError : IValidateClientVersion_ValidateClient_Errors, IStageNotFoundError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateClientVersion_ValidateClient_Errors_ClientNotFoundError : IValidateClientVersion_ValidateClient_Errors, IClientNotFoundError - { - } + return (Id.Equals(other.Id)) && Name.Equals(other.Name); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation : IValidateClientVersion_ValidateClient_Errors, IUnauthorizedOperation - { + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + return hash; + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdatedResult : global::System.IEquatable, IOnClientVersionValidationUpdatedResult + public partial class SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings { - public OnClientVersionValidationUpdatedResult(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate onClientVersionValidationUpdate) + public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry schemaRegistry) { - OnClientVersionValidationUpdate = onClientVersionValidationUpdate; + SchemaRegistry = schemaRegistry; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate OnClientVersionValidationUpdate { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry SchemaRegistry { get; } - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdatedResult? other) + public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings? other) { if (ReferenceEquals(null, other)) { @@ -7955,7 +8285,7 @@ public OnClientVersionValidationUpdatedResult(global::ChilliCream.Nitro.CommandL return false; } - return (OnClientVersionValidationUpdate.Equals(other.OnClientVersionValidationUpdate)); + return (SchemaRegistry.Equals(other.SchemaRegistry)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -7975,7 +8305,7 @@ public OnClientVersionValidationUpdatedResult(global::ChilliCream.Nitro.CommandL return false; } - return Equals((OnClientVersionValidationUpdatedResult)obj); + return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings)obj); } public override global::System.Int32 GetHashCode() @@ -7983,7 +8313,7 @@ public OnClientVersionValidationUpdatedResult(global::ChilliCream.Nitro.CommandL unchecked { int hash = 5; - hash ^= 397 * OnClientVersionValidationUpdate.GetHashCode(); + hash ^= 397 * SchemaRegistry.GetHashCode(); return hash; } } @@ -7991,23 +8321,18 @@ public OnClientVersionValidationUpdatedResult(global::ChilliCream.Nitro.CommandL // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed + public partial class SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry_SchemaRegistrySettings : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry_SchemaRegistrySettings { - public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) + public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry_SchemaRegistrySettings(global::System.Boolean treatDangerousAsBreaking, global::System.Boolean allowBreakingSchemaChanges) { - this.__typename = __typename; - State = state; - Errors = errors; + TreatDangerousAsBreaking = treatDangerousAsBreaking; + AllowBreakingSchemaChanges = allowBreakingSchemaChanges; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.Boolean TreatDangerousAsBreaking { get; } + public global::System.Boolean AllowBreakingSchemaChanges { get; } - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed? other) + public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry_SchemaRegistrySettings? other) { if (ReferenceEquals(null, other)) { @@ -8024,7 +8349,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVe return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking)) && global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -8044,7 +8369,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVe return false; } - return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed)obj); + return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry_SchemaRegistrySettings)obj); } public override global::System.Int32 GetHashCode() @@ -8052,35 +8377,142 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVe unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); + hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings UpdateApiSettings { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings + { + public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings_Api? Api { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload : ISetApiSettingsCommandMutation_UpdateApiSettings + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPrompt_Api : IApiDetailPrompt_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_Api : ISelectApiPrompt_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api : ISetApiSettingsCommandMutation_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Api : ISetApiSettingsCommandMutation_UpdateApiSettings_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError : ISetApiSettingsCommandMutation_UpdateApiSettings_Errors, IApiNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUnauthorizedOperation : IError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation : ISetApiSettingsCommandMutation_UpdateApiSettings_Errors, IUnauthorizedOperation + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace : ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry SchemaRegistry { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings : ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry + { + public global::System.Boolean TreatDangerousAsBreaking { get; } + public global::System.Boolean AllowBreakingSchemaChanges { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry_SchemaRegistrySettings : ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess + public partial class ShowApiCommandQueryResult : global::System.IEquatable, IShowApiCommandQueryResult { - public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public ShowApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node? node) { - this.__typename = __typename; - State = state; + Node = node; } /// - /// The name of the current Object type at runtime. + /// Fetches an object given its ID. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node? Node { get; } - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess? other) + public virtual global::System.Boolean Equals(ShowApiCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -8097,7 +8529,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVe return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -8117,7 +8549,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVe return false; } - return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess)obj); + return Equals((ShowApiCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -8125,8 +8557,11 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVe unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + if (Node != null) + { + hash ^= 397 * Node.GetHashCode(); + } + return hash; } } @@ -8134,21 +8569,24 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVe // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress + public partial class ShowApiCommandQuery_Node_Api : global::System.IEquatable, IShowApiCommandQuery_Node_Api { - public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public ShowApiCommandQuery_Node_Api(global::System.String id, global::System.String name, global::System.Collections.Generic.IReadOnlyList path, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? workspace, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings settings) { - this.__typename = __typename; - State = state; + Id = id; + Name = name; + Path = path; + Workspace = workspace; + Settings = settings; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? Workspace { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings Settings { get; } - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Api? other) { if (ReferenceEquals(null, other)) { @@ -8165,7 +8603,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Operatio return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)) && Settings.Equals(other.Settings); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -8185,7 +8623,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Operatio return false; } - return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress)obj); + return Equals((ShowApiCommandQuery_Node_Api)obj); } public override global::System.Int32 GetHashCode() @@ -8193,8 +8631,19 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Operatio unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + foreach (var Path_elm in Path) + { + hash ^= 397 * Path_elm.GetHashCode(); + } + + if (Workspace != null) + { + hash ^= 397 * Workspace.GetHashCode(); + } + + hash ^= 397 * Settings.GetHashCode(); return hash; } } @@ -8202,21 +8651,13 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Operatio // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress + public partial class ShowApiCommandQuery_Node_ApiDocument : global::System.IEquatable, IShowApiCommandQuery_Node_ApiDocument { - public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public ShowApiCommandQuery_Node_ApiDocument() { - this.__typename = __typename; - State = state; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_ApiDocument? other) { if (ReferenceEquals(null, other)) { @@ -8233,7 +8674,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Validati return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -8253,7 +8694,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Validati return false; } - return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress)obj); + return Equals((ShowApiCommandQuery_Node_ApiDocument)obj); } public override global::System.Int32 GetHashCode() @@ -8261,8 +8702,6 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Validati unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); return hash; } } @@ -8270,20 +8709,13 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Validati // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError + public partial class ShowApiCommandQuery_Node_ApiKey : global::System.IEquatable, IShowApiCommandQuery_Node_ApiKey { - public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public ShowApiCommandQuery_Node_ApiKey() { - Message = message; - Client = client; - Queries = queries; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } - - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -8300,7 +8732,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_P return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -8320,7 +8752,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_P return false; } - return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError)obj); + return Equals((ShowApiCommandQuery_Node_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -8328,17 +8760,6 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_P unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - return hash; } } @@ -8346,21 +8767,13 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_P // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError + public partial class ShowApiCommandQuery_Node_Client : global::System.IEquatable, IShowApiCommandQuery_Node_Client { - public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) + public ShowApiCommandQuery_Node_Client() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Client? other) { if (ReferenceEquals(null, other)) { @@ -8377,7 +8790,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_P return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -8397,7 +8810,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_P return false; } - return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError)obj); + return Equals((ShowApiCommandQuery_Node_Client)obj); } public override global::System.Int32 GetHashCode() @@ -8405,8 +8818,6 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_P unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -8414,13 +8825,13 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_P // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError + public partial class ShowApiCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IShowApiCommandQuery_Node_ClientChangeLog { - public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError() + public ShowApiCommandQuery_Node_ClientChangeLog() { } - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_ClientChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -8457,7 +8868,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_R return false; } - return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError)obj); + return Equals((ShowApiCommandQuery_Node_ClientChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -8472,21 +8883,13 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_R // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError + public partial class ShowApiCommandQuery_Node_ClientDeployment : global::System.IEquatable, IShowApiCommandQuery_Node_ClientDeployment { - public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) + public ShowApiCommandQuery_Node_ClientDeployment() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -8503,7 +8906,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_U return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -8523,7 +8926,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_U return false; } - return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError)obj); + return Equals((ShowApiCommandQuery_Node_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -8531,8 +8934,6 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_U unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -8540,18 +8941,13 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_U // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client + public partial class ShowApiCommandQuery_Node_ClientVersion : global::System.IEquatable, IShowApiCommandQuery_Node_ClientVersion { - public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client(global::System.String id, global::System.String name) + public ShowApiCommandQuery_Node_ClientVersion() { - Id = id; - Name = name; } - public global::System.String Id { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -8568,7 +8964,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_C return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -8588,7 +8984,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_C return false; } - return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client)obj); + return Equals((ShowApiCommandQuery_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -8596,8 +8992,6 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -8605,22 +8999,13 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed + public partial class ShowApiCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IShowApiCommandQuery_Node_CoordinateClientUsageMetrics { - public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) + public ShowApiCommandQuery_Node_CoordinateClientUsageMetrics() { - DeployedTags = deployedTags; - Message = message; - Hash = hash; - Errors = errors; } - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_CoordinateClientUsageMetrics? other) { if (ReferenceEquals(null, other)) { @@ -8637,7 +9022,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Q return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -8657,7 +9042,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Q return false; } - return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed)obj); + return Equals((ShowApiCommandQuery_Node_CoordinateClientUsageMetrics)obj); } public override global::System.Int32 GetHashCode() @@ -8665,18 +9050,6 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Q unchecked { int hash = 5; - foreach (var DeployedTags_elm in DeployedTags) - { - hash ^= 397 * DeployedTags_elm.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Hash.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - return hash; } } @@ -8684,22 +9057,13 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Q // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError + public partial class ShowApiCommandQuery_Node_Environment : global::System.IEquatable, IShowApiCommandQuery_Node_Environment { - public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public ShowApiCommandQuery_Node_Environment() { - Message = message; - Code = code; - Path = path; - Locations = locations; } - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Environment? other) { if (ReferenceEquals(null, other)) { @@ -8716,7 +9080,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Q return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -8736,7 +9100,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Q return false; } - return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError)obj); + return Equals((ShowApiCommandQuery_Node_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -8744,25 +9108,6 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Q unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) - { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } - } - return hash; } } @@ -8770,18 +9115,13 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Q // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation + public partial class ShowApiCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IShowApiCommandQuery_Node_FusionConfigurationChangeLog { - public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) + public ShowApiCommandQuery_Node_FusionConfigurationChangeLog() { - Column = column; - Line = line; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - - public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_FusionConfigurationChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -8798,7 +9138,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Q return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -8818,7 +9158,7 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Q return false; } - return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); + return Equals((ShowApiCommandQuery_Node_FusionConfigurationChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -8826,213 +9166,20 @@ public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Q unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdatedResult + public partial class ShowApiCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IShowApiCommandQuery_Node_FusionConfigurationDeployment { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate OnClientVersionValidationUpdate { get; } - } + public ShowApiCommandQuery_Node_FusionConfigurationDeployment() + { + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IClientVersionValidationFailed - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate, IClientVersionValidationFailed - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IClientVersionValidationSuccess - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate, IClientVersionValidationSuccess - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOperationInProgress - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate, IOperationInProgress - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidationInProgress - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate, IValidationInProgress - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPersistedQueryValidationError - { - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors, IPersistedQueryValidationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IProcessingTimeoutError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors, IProcessingTimeoutError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnexpectedProcessingError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors, IUnexpectedProcessingError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries - { - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors - { - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutationResult : global::System.IEquatable, IDeleteClientByIdCommandMutationResult - { - public DeleteClientByIdCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutation_DeleteClientById deleteClientById) - { - DeleteClientById = deleteClientById; - } - - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutation_DeleteClientById DeleteClientById { get; } - - public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutationResult? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -9049,7 +9196,7 @@ public DeleteClientByIdCommandMutationResult(global::ChilliCream.Nitro.CommandLi return false; } - return (DeleteClientById.Equals(other.DeleteClientById)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -9069,7 +9216,7 @@ public DeleteClientByIdCommandMutationResult(global::ChilliCream.Nitro.CommandLi return false; } - return Equals((DeleteClientByIdCommandMutationResult)obj); + return Equals((ShowApiCommandQuery_Node_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -9077,7 +9224,6 @@ public DeleteClientByIdCommandMutationResult(global::ChilliCream.Nitro.CommandLi unchecked { int hash = 5; - hash ^= 397 * DeleteClientById.GetHashCode(); return hash; } } @@ -9085,18 +9231,13 @@ public DeleteClientByIdCommandMutationResult(global::ChilliCream.Nitro.CommandLi // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload + public partial class ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition { - public DeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload(global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutation_DeleteClientById_Client? client, global::System.Collections.Generic.IReadOnlyList? errors) + public ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition() { - Client = client; - Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutation_DeleteClientById_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - - public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -9113,7 +9254,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload( return false; } - return (((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -9133,7 +9274,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload( return false; } - return Equals((DeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -9141,19 +9282,6 @@ public DeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload( unchecked { int hash = 5; - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - return hash; } } @@ -9161,22 +9289,13 @@ public DeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload( // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Client : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Client + public partial class ShowApiCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLDirectiveDefinition { - public DeleteClientByIdCommandMutation_DeleteClientById_Client_Client(global::System.String name, global::System.String id, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? api, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? versions) + public ShowApiCommandQuery_Node_GraphQLDirectiveDefinition() { - Name = name; - Id = id; - Api = api; - Versions = versions; } - public global::System.String Name { get; } - public global::System.String Id { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? Api { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? Versions { get; } - - public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Client? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLDirectiveDefinition? other) { if (ReferenceEquals(null, other)) { @@ -9193,7 +9312,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Client(global::Sy return false; } - return (Name.Equals(other.Name)) && Id.Equals(other.Id) && ((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api)) && ((Versions is null && other.Versions is null) || Versions != null && Versions.Equals(other.Versions)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -9213,7 +9332,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Client(global::Sy return false; } - return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Client)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLDirectiveDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -9221,18 +9340,6 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Client(global::Sy unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Id.GetHashCode(); - if (Api != null) - { - hash ^= 397 * Api.GetHashCode(); - } - - if (Versions != null) - { - hash ^= 397 * Versions.GetHashCode(); - } - return hash; } } @@ -9240,18 +9347,13 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Client(global::Sy // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundError : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundError + public partial class ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLEnumTypeDefinition { - public DeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundError(global::System.String message, global::System.String clientId) + public ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition() { - Message = message; - ClientId = clientId; } - public global::System.String Message { get; } - public global::System.String ClientId { get; } - - public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -9268,7 +9370,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundErr return false; } - return (Message.Equals(other.Message)) && ClientId.Equals(other.ClientId); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -9288,7 +9390,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundErr return false; } - return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundError)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -9296,8 +9398,6 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundErr unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ClientId.GetHashCode(); return hash; } } @@ -9305,21 +9405,13 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundErr // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOperation : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOperation + public partial class ShowApiCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLEnumValueDefinition { - public DeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOperation(global::System.String message, global::System.String __typename) + public ShowApiCommandQuery_Node_GraphQLEnumValueDefinition() { - Message = message; - this.__typename = __typename; } - public global::System.String Message { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLEnumValueDefinition? other) { if (ReferenceEquals(null, other)) { @@ -9336,7 +9428,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOpera return false; } - return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -9356,7 +9448,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOpera return false; } - return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOperation)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLEnumValueDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -9364,8 +9456,6 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOpera unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -9373,18 +9463,13 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOpera // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api + public partial class ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition { - public DeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api(global::System.String name, global::System.Collections.Generic.IReadOnlyList path) + public ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition() { - Name = name; - Path = path; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - - public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -9401,7 +9486,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api(global::S return false; } - return (Name.Equals(other.Name)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -9421,7 +9506,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api(global::S return false; } - return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -9429,40 +9514,20 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api(global::S unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - foreach (var Path_elm in Path) - { - hash ^= 397 * Path_elm.GetHashCode(); - } - return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVersionConnection : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVersionConnection + public partial class ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition { - public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVersionConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo pageInfo) + public ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition() { - Edges = edges; - PageInfo = pageInfo; } - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo PageInfo { get; } - - public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVersionConnection? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -9479,7 +9544,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVe return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -9499,7 +9564,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVe return false; } - return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVersionConnection)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -9507,43 +9572,20 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVe unchecked { int hash = 5; - if (Edges != null) - { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } - } - - hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_ClientVersionEdge : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_ClientVersionEdge + public partial class ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition { - public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_ClientVersionEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node node) + public ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() { - Cursor = cursor; - Node = node; } - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node Node { get; } - - public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_ClientVersionEdge? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -9560,7 +9602,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Cl return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -9580,7 +9622,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Cl return false; } - return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_ClientVersionEdge)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -9588,36 +9630,20 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Cl unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo_PageInfo : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo_PageInfo + public partial class ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition { - public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo_PageInfo(global::System.Boolean hasNextPage, global::System.String? endCursor) + public ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition() { - HasNextPage = hasNextPage; - EndCursor = endCursor; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - - public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -9634,7 +9660,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo return false; } - return (global::System.Object.Equals(HasNextPage, other.HasNextPage)) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -9654,7 +9680,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo return false; } - return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo_PageInfo)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -9662,12 +9688,6 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo unchecked { int hash = 5; - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - return hash; } } @@ -9675,22 +9695,13 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_ClientVersion : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_ClientVersion + public partial class ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition { - public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_ClientVersion(global::System.String id, global::System.DateTimeOffset createdAt, global::System.String tag, global::System.Collections.Generic.IReadOnlyList publishedTo) + public ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition() { - Id = id; - CreatedAt = createdAt; - Tag = tag; - PublishedTo = publishedTo; } - public global::System.String Id { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.String Tag { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } - - public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_ClientVersion? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -9707,7 +9718,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_No return false; } - return (Id.Equals(other.Id)) && CreatedAt.Equals(other.CreatedAt) && Tag.Equals(other.Tag) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedTo, other.PublishedTo); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -9727,7 +9738,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_No return false; } - return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_ClientVersion)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -9735,14 +9746,6 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_No unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * CreatedAt.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); - foreach (var PublishedTo_elm in PublishedTo) - { - hash ^= 397 * PublishedTo_elm.GetHashCode(); - } - return hash; } } @@ -9750,16 +9753,13 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_No // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion + public partial class ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition { - public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? stage) + public ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() { - Stage = stage; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } - - public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -9776,7 +9776,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_No return false; } - return (((Stage is null && other.Stage is null) || Stage != null && Stage.Equals(other.Stage))); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -9796,7 +9796,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_No return false; } - return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -9804,11 +9804,6 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_No unchecked { int hash = 5; - if (Stage != null) - { - hash ^= 397 * Stage.GetHashCode(); - } - return hash; } } @@ -9816,16 +9811,13 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_No // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage_Stage : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage_Stage + public partial class ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLObjectFieldDefinition { - public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage_Stage(global::System.String name) + public ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition() { - Name = name; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage_Stage? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -9842,7 +9834,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_No return false; } - return (Name.Equals(other.Name)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -9862,7 +9854,7 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_No return false; } - return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage_Stage)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -9870,207 +9862,20 @@ public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_No unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutation_DeleteClientById DeleteClientById { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById - { - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutation_DeleteClientById_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload : IDeleteClientByIdCommandMutation_DeleteClientById - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_Client : IClientDetailPrompt_Client - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client : IDeleteClientByIdCommandMutation_Client - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Client : IDeleteClientByIdCommandMutation_DeleteClientById_Client - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundError : IDeleteClientByIdCommandMutation_DeleteClientById_Errors, IClientNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOperation : IDeleteClientByIdCommandMutation_DeleteClientById_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Api - { - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Api - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVersionConnection : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges : IClientDetailPrompt_ClientVersionEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_ClientVersionEdge : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo - { - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo_PageInfo : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node - { - public global::System.String Id { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.String Tag { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_ClientVersion : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo - { - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage_Stage : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishClientVersionResult : global::System.IEquatable, IPublishClientVersionResult + public partial class ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLScalarTypeDefinition { - public PublishClientVersionResult(global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersion_PublishClient publishClient) + public ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition() { - PublishClient = publishClient; } - public global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersion_PublishClient PublishClient { get; } - - public virtual global::System.Boolean Equals(PublishClientVersionResult? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -10087,7 +9892,7 @@ public PublishClientVersionResult(global::ChilliCream.Nitro.CommandLine.Client.I return false; } - return (PublishClient.Equals(other.PublishClient)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10107,7 +9912,7 @@ public PublishClientVersionResult(global::ChilliCream.Nitro.CommandLine.Client.I return false; } - return Equals((PublishClientVersionResult)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -10115,7 +9920,6 @@ public PublishClientVersionResult(global::ChilliCream.Nitro.CommandLine.Client.I unchecked { int hash = 5; - hash ^= 397 * PublishClient.GetHashCode(); return hash; } } @@ -10123,18 +9927,13 @@ public PublishClientVersionResult(global::ChilliCream.Nitro.CommandLine.Client.I // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishClientVersion_PublishClient_PublishClientPayload : global::System.IEquatable, IPublishClientVersion_PublishClient_PublishClientPayload + public partial class ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLUnionTypeDefinition { - public PublishClientVersion_PublishClient_PublishClientPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) + public ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition() { - Id = id; - Errors = errors; } - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - - public virtual global::System.Boolean Equals(PublishClientVersion_PublishClient_PublishClientPayload? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -10151,7 +9950,7 @@ public PublishClientVersion_PublishClient_PublishClientPayload(global::System.St return false; } - return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10171,7 +9970,7 @@ public PublishClientVersion_PublishClient_PublishClientPayload(global::System.St return false; } - return Equals((PublishClientVersion_PublishClient_PublishClientPayload)obj); + return Equals((ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -10179,19 +9978,6 @@ public PublishClientVersion_PublishClient_PublishClientPayload(global::System.St unchecked { int hash = 5; - if (Id != null) - { - hash ^= 397 * Id.GetHashCode(); - } - - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - return hash; } } @@ -10199,23 +9985,13 @@ public PublishClientVersion_PublishClient_PublishClientPayload(global::System.St // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishClientVersion_PublishClient_Errors_StageNotFoundError : global::System.IEquatable, IPublishClientVersion_PublishClient_Errors_StageNotFoundError + public partial class ShowApiCommandQuery_Node_Group : global::System.IEquatable, IShowApiCommandQuery_Node_Group { - public PublishClientVersion_PublishClient_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) + public ShowApiCommandQuery_Node_Group() { - this.__typename = __typename; - Message = message; - Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(PublishClientVersion_PublishClient_Errors_StageNotFoundError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Group? other) { if (ReferenceEquals(null, other)) { @@ -10232,7 +10008,7 @@ public PublishClientVersion_PublishClient_Errors_StageNotFoundError(global::Syst return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10252,7 +10028,7 @@ public PublishClientVersion_PublishClient_Errors_StageNotFoundError(global::Syst return false; } - return Equals((PublishClientVersion_PublishClient_Errors_StageNotFoundError)obj); + return Equals((ShowApiCommandQuery_Node_Group)obj); } public override global::System.Int32 GetHashCode() @@ -10260,9 +10036,6 @@ public PublishClientVersion_PublishClient_Errors_StageNotFoundError(global::Syst unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -10270,18 +10043,13 @@ public PublishClientVersion_PublishClient_Errors_StageNotFoundError(global::Syst // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishClientVersion_PublishClient_Errors_ClientNotFoundError : global::System.IEquatable, IPublishClientVersion_PublishClient_Errors_ClientNotFoundError + public partial class ShowApiCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IShowApiCommandQuery_Node_McpFeatureCollection { - public PublishClientVersion_PublishClient_Errors_ClientNotFoundError(global::System.String message, global::System.String clientId) + public ShowApiCommandQuery_Node_McpFeatureCollection() { - Message = message; - ClientId = clientId; } - public global::System.String Message { get; } - public global::System.String ClientId { get; } - - public virtual global::System.Boolean Equals(PublishClientVersion_PublishClient_Errors_ClientNotFoundError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -10298,7 +10066,7 @@ public PublishClientVersion_PublishClient_Errors_ClientNotFoundError(global::Sys return false; } - return (Message.Equals(other.Message)) && ClientId.Equals(other.ClientId); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10318,7 +10086,7 @@ public PublishClientVersion_PublishClient_Errors_ClientNotFoundError(global::Sys return false; } - return Equals((PublishClientVersion_PublishClient_Errors_ClientNotFoundError)obj); + return Equals((ShowApiCommandQuery_Node_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -10326,8 +10094,6 @@ public PublishClientVersion_PublishClient_Errors_ClientNotFoundError(global::Sys unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ClientId.GetHashCode(); return hash; } } @@ -10335,21 +10101,13 @@ public PublishClientVersion_PublishClient_Errors_ClientNotFoundError(global::Sys // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishClientVersion_PublishClient_Errors_UnauthorizedOperation : global::System.IEquatable, IPublishClientVersion_PublishClient_Errors_UnauthorizedOperation + public partial class ShowApiCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IShowApiCommandQuery_Node_McpFeatureCollectionChangeLog { - public PublishClientVersion_PublishClient_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public ShowApiCommandQuery_Node_McpFeatureCollectionChangeLog() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(PublishClientVersion_PublishClient_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_McpFeatureCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -10366,7 +10124,7 @@ public PublishClientVersion_PublishClient_Errors_UnauthorizedOperation(global::S return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10386,7 +10144,7 @@ public PublishClientVersion_PublishClient_Errors_UnauthorizedOperation(global::S return false; } - return Equals((PublishClientVersion_PublishClient_Errors_UnauthorizedOperation)obj); + return Equals((ShowApiCommandQuery_Node_McpFeatureCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -10394,8 +10152,6 @@ public PublishClientVersion_PublishClient_Errors_UnauthorizedOperation(global::S unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -10403,20 +10159,13 @@ public PublishClientVersion_PublishClient_Errors_UnauthorizedOperation(global::S // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError : global::System.IEquatable, IPublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError + public partial class ShowApiCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IShowApiCommandQuery_Node_McpFeatureCollectionDeployment { - public PublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError(global::System.String tag, global::System.String message, global::System.String clientId) + public ShowApiCommandQuery_Node_McpFeatureCollectionDeployment() { - Tag = tag; - Message = message; - ClientId = clientId; } - public global::System.String Tag { get; } - public global::System.String Message { get; } - public global::System.String ClientId { get; } - - public virtual global::System.Boolean Equals(PublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -10433,7 +10182,7 @@ public PublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError(glob return false; } - return (Tag.Equals(other.Tag)) && Message.Equals(other.Message) && ClientId.Equals(other.ClientId); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10453,7 +10202,7 @@ public PublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError(glob return false; } - return Equals((PublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError)obj); + return Equals((ShowApiCommandQuery_Node_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -10461,77 +10210,20 @@ public PublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError(glob unchecked { int hash = 5; - hash ^= 397 * Tag.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ClientId.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishClientVersionResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersion_PublishClient PublishClient { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishClientVersion_PublishClient - { - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishClientVersion_PublishClient_PublishClientPayload : IPublishClientVersion_PublishClient - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishClientVersion_PublishClient_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishClientVersion_PublishClient_Errors_StageNotFoundError : IPublishClientVersion_PublishClient_Errors, IStageNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishClientVersion_PublishClient_Errors_ClientNotFoundError : IPublishClientVersion_PublishClient_Errors, IClientNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishClientVersion_PublishClient_Errors_UnauthorizedOperation : IPublishClientVersion_PublishClient_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError : IPublishClientVersion_PublishClient_Errors, IClientVersionNotFoundError - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdatedResult : global::System.IEquatable, IOnClientVersionPublishUpdatedResult + public partial class ShowApiCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IShowApiCommandQuery_Node_McpFeatureCollectionVersion { - public OnClientVersionPublishUpdatedResult(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate onClientVersionPublishingUpdate) + public ShowApiCommandQuery_Node_McpFeatureCollectionVersion() { - OnClientVersionPublishingUpdate = onClientVersionPublishingUpdate; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate OnClientVersionPublishingUpdate { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdatedResult? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_McpFeatureCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -10548,7 +10240,7 @@ public OnClientVersionPublishUpdatedResult(global::ChilliCream.Nitro.CommandLine return false; } - return (OnClientVersionPublishingUpdate.Equals(other.OnClientVersionPublishingUpdate)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10568,7 +10260,7 @@ public OnClientVersionPublishUpdatedResult(global::ChilliCream.Nitro.CommandLine return false; } - return Equals((OnClientVersionPublishUpdatedResult)obj); + return Equals((ShowApiCommandQuery_Node_McpFeatureCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -10576,7 +10268,6 @@ public OnClientVersionPublishUpdatedResult(global::ChilliCream.Nitro.CommandLine unchecked { int hash = 5; - hash ^= 397 * OnClientVersionPublishingUpdate.GetHashCode(); return hash; } } @@ -10584,23 +10275,13 @@ public OnClientVersionPublishUpdatedResult(global::ChilliCream.Nitro.CommandLine // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishFailed : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishFailed + public partial class ShowApiCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IShowApiCommandQuery_Node_OpenApiCollection { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) + public ShowApiCommandQuery_Node_OpenApiCollection() { - this.__typename = __typename; - State = state; - Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishFailed? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -10617,7 +10298,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersi return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10637,7 +10318,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersi return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishFailed)obj); + return Equals((ShowApiCommandQuery_Node_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -10645,13 +10326,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersi unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - return hash; } } @@ -10659,21 +10333,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersi // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishSuccess : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishSuccess + public partial class ShowApiCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IShowApiCommandQuery_Node_OpenApiCollectionChangeLog { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public ShowApiCommandQuery_Node_OpenApiCollectionChangeLog() { - this.__typename = __typename; - State = state; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishSuccess? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_OpenApiCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -10690,7 +10356,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersi return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10710,7 +10376,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersi return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishSuccess)obj); + return Equals((ShowApiCommandQuery_Node_OpenApiCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -10718,8 +10384,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersi unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); return hash; } } @@ -10727,21 +10391,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersi // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationInProgress : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationInProgress + public partial class ShowApiCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IShowApiCommandQuery_Node_OpenApiCollectionDeployment { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public ShowApiCommandQuery_Node_OpenApiCollectionDeployment() { - this.__typename = __typename; - State = state; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationInProgress? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -10758,7 +10414,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationIn return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10778,7 +10434,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationIn return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationInProgress)obj); + return Equals((ShowApiCommandQuery_Node_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -10786,8 +10442,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationIn unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); return hash; } } @@ -10795,21 +10449,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationIn // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskApproved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskApproved + public partial class ShowApiCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IShowApiCommandQuery_Node_OpenApiCollectionVersion { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskApproved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public ShowApiCommandQuery_Node_OpenApiCollectionVersion() { - this.__typename = __typename; - State = state; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskApproved? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_OpenApiCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -10826,7 +10472,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingT return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10846,7 +10492,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingT return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskApproved)obj); + return Equals((ShowApiCommandQuery_Node_OpenApiCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -10854,8 +10500,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingT unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); return hash; } } @@ -10863,26 +10507,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingT // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsQueued : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsQueued + public partial class ShowApiCommandQuery_Node_Organization : global::System.IEquatable, IShowApiCommandQuery_Node_Organization { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsQueued(global::System.String __typename, global::System.String queued, global::System.Int32 queuePosition) + public ShowApiCommandQuery_Node_Organization() { - this.__typename = __typename; - Queued = queued; - QueuePosition = queuePosition; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Queued { get; } - public global::System.Int32 QueuePosition { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsQueued? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Organization? other) { if (ReferenceEquals(null, other)) { @@ -10899,7 +10530,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingT return false; } - return (__typename.Equals(other.__typename)) && Queued.Equals(other.Queued) && global::System.Object.Equals(QueuePosition, other.QueuePosition); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10919,7 +10550,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingT return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsQueued)obj); + return Equals((ShowApiCommandQuery_Node_Organization)obj); } public override global::System.Int32 GetHashCode() @@ -10927,9 +10558,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingT unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Queued.GetHashCode(); - hash ^= 397 * QueuePosition.GetHashCode(); return hash; } } @@ -10937,24 +10565,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingT // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsReady : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsReady + public partial class ShowApiCommandQuery_Node_OrganizationMember : global::System.IEquatable, IShowApiCommandQuery_Node_OrganizationMember { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsReady(global::System.String __typename, global::System.String ready) + public ShowApiCommandQuery_Node_OrganizationMember() { - this.__typename = __typename; - Ready = ready; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Ready { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsReady? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_OrganizationMember? other) { if (ReferenceEquals(null, other)) { @@ -10971,7 +10588,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingT return false; } - return (__typename.Equals(other.__typename)) && Ready.Equals(other.Ready); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -10991,7 +10608,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingT return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsReady)obj); + return Equals((ShowApiCommandQuery_Node_OrganizationMember)obj); } public override global::System.Int32 GetHashCode() @@ -10999,8 +10616,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingT unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Ready.GetHashCode(); return hash; } } @@ -11008,23 +10623,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingT // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForApproval : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForApproval + public partial class ShowApiCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IShowApiCommandQuery_Node_SchemaChangeLog { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForApproval(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? deployment) + public ShowApiCommandQuery_Node_SchemaChangeLog() { - this.__typename = __typename; - State = state; - Deployment = deployment; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? Deployment { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForApproval? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_SchemaChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -11041,7 +10646,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForAppr return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && ((Deployment is null && other.Deployment is null) || Deployment != null && Deployment.Equals(other.Deployment)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11061,7 +10666,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForAppr return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForApproval)obj); + return Equals((ShowApiCommandQuery_Node_SchemaChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -11069,13 +10674,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForAppr unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); - if (Deployment != null) - { - hash ^= 397 * Deployment.GetHashCode(); - } - return hash; } } @@ -11083,21 +10681,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForAppr // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ConcurrentOperationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ConcurrentOperationError + public partial class ShowApiCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IShowApiCommandQuery_Node_SchemaDeployment { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) + public ShowApiCommandQuery_Node_SchemaDeployment() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ConcurrentOperationError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_SchemaDeployment? other) { if (ReferenceEquals(null, other)) { @@ -11114,7 +10704,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Conc return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11134,7 +10724,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Conc return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ConcurrentOperationError)obj); + return Equals((ShowApiCommandQuery_Node_SchemaDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -11142,8 +10732,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Conc unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -11151,20 +10739,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Conc // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError + public partial class ShowApiCommandQuery_Node_Stage : global::System.IEquatable, IShowApiCommandQuery_Node_Stage { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public ShowApiCommandQuery_Node_Stage() { - Message = message; - Client = client; - Queries = queries; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Stage? other) { if (ReferenceEquals(null, other)) { @@ -11181,7 +10762,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Pers return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11201,7 +10782,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Pers return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError)obj); + return Equals((ShowApiCommandQuery_Node_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -11209,17 +10790,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Pers unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - return hash; } } @@ -11227,21 +10797,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Pers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ProcessingTimeoutError + public partial class ShowApiCommandQuery_Node_User : global::System.IEquatable, IShowApiCommandQuery_Node_User { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) + public ShowApiCommandQuery_Node_User() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ProcessingTimeoutError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_User? other) { if (ReferenceEquals(null, other)) { @@ -11258,7 +10820,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Proc return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11278,7 +10840,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Proc return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ProcessingTimeoutError)obj); + return Equals((ShowApiCommandQuery_Node_User)obj); } public override global::System.Int32 GetHashCode() @@ -11286,8 +10848,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Proc unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -11295,13 +10855,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Proc // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ReadyTimeoutError + public partial class ShowApiCommandQuery_Node_Workspace : global::System.IEquatable, IShowApiCommandQuery_Node_Workspace { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ReadyTimeoutError() + public ShowApiCommandQuery_Node_Workspace() { } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ReadyTimeoutError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -11338,7 +10898,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Read return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ReadyTimeoutError)obj); + return Equals((ShowApiCommandQuery_Node_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -11353,21 +10913,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Read // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_UnexpectedProcessingError + public partial class ShowApiCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IShowApiCommandQuery_Node_WorkspaceDocument { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) + public ShowApiCommandQuery_Node_WorkspaceDocument() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_UnexpectedProcessingError? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_WorkspaceDocument? other) { if (ReferenceEquals(null, other)) { @@ -11384,7 +10936,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Unex return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11404,7 +10956,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Unex return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_UnexpectedProcessingError)obj); + return Equals((ShowApiCommandQuery_Node_WorkspaceDocument)obj); } public override global::System.Int32 GetHashCode() @@ -11412,8 +10964,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Unex unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -11421,16 +10971,18 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Unex // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment + public partial class ShowApiCommandQuery_Node_Workspace_Workspace : global::System.IEquatable, IShowApiCommandQuery_Node_Workspace_Workspace { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public ShowApiCommandQuery_Node_Workspace_Workspace(global::System.String id, global::System.String name) { - Errors = errors; + Id = id; + Name = name; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Workspace_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -11447,7 +10999,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11467,7 +11019,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment)obj); + return Equals((ShowApiCommandQuery_Node_Workspace_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -11475,11 +11027,8 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -11487,16 +11036,16 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment + public partial class ShowApiCommandQuery_Node_Settings_ApiSettings : global::System.IEquatable, IShowApiCommandQuery_Node_Settings_ApiSettings { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public ShowApiCommandQuery_Node_Settings_ApiSettings(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry schemaRegistry) { - Errors = errors; + SchemaRegistry = schemaRegistry; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry SchemaRegistry { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Settings_ApiSettings? other) { if (ReferenceEquals(null, other)) { @@ -11513,7 +11062,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (SchemaRegistry.Equals(other.SchemaRegistry)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11533,7 +11082,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment)obj); + return Equals((ShowApiCommandQuery_Node_Settings_ApiSettings)obj); } public override global::System.Int32 GetHashCode() @@ -11541,11 +11090,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * SchemaRegistry.GetHashCode(); return hash; } } @@ -11553,16 +11098,18 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment + public partial class ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings : global::System.IEquatable, IShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings(global::System.Boolean treatDangerousAsBreaking, global::System.Boolean allowBreakingSchemaChanges) { - Errors = errors; + TreatDangerousAsBreaking = treatDangerousAsBreaking; + AllowBreakingSchemaChanges = allowBreakingSchemaChanges; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.Boolean TreatDangerousAsBreaking { get; } + public global::System.Boolean AllowBreakingSchemaChanges { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment? other) + public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings? other) { if (ReferenceEquals(null, other)) { @@ -11579,7 +11126,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking)) && global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11599,7 +11146,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment)obj); + return Equals((ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings)obj); } public override global::System.Int32 GetHashCode() @@ -11607,28 +11154,331 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); + hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQueryResult + { + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node? Node { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// The node interface is implemented by entities that have a global unique identifier. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Api : IShowApiCommandQuery_Node, IApiDetailPrompt_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_ApiDocument : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_ApiKey : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Client : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_ClientChangeLog : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_ClientDeployment : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_ClientVersion : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_CoordinateClientUsageMetrics : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Environment : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_FusionConfigurationChangeLog : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_FusionConfigurationDeployment : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLDirectiveDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLEnumTypeDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLEnumValueDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLObjectFieldDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLScalarTypeDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_GraphQLUnionTypeDefinition : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Group : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_McpFeatureCollection : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_McpFeatureCollectionChangeLog : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_McpFeatureCollectionDeployment : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_McpFeatureCollectionVersion : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_OpenApiCollection : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_OpenApiCollectionChangeLog : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_OpenApiCollectionDeployment : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_OpenApiCollectionVersion : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Organization : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_OrganizationMember : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_SchemaChangeLog : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_SchemaDeployment : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Stage : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_User : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Workspace : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_WorkspaceDocument : IShowApiCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Workspace_1 + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Workspace_Workspace : IShowApiCommandQuery_Node_Workspace_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Settings + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry SchemaRegistry { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Settings_ApiSettings : IShowApiCommandQuery_Node_Settings + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Settings_SchemaRegistry + { + public global::System.Boolean TreatDangerousAsBreaking { get; } + public global::System.Boolean AllowBreakingSchemaChanges { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings : IShowApiCommandQuery_Node_Settings_SchemaRegistry + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment + public partial class CreateClientCommandMutationResult : global::System.IEquatable, ICreateClientCommandMutationResult { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public CreateClientCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient createClient) { - Errors = errors; + CreateClient = createClient; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient CreateClient { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment? other) + public virtual global::System.Boolean Equals(CreateClientCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -11645,7 +11495,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (CreateClient.Equals(other.CreateClient)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11665,7 +11515,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment)obj); + return Equals((CreateClientCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -11673,11 +11523,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * CreateClient.GetHashCode(); return hash; } } @@ -11685,16 +11531,18 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment + public partial class CreateClientCommandMutation_CreateClient_CreateClientPayload : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_CreateClientPayload { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public CreateClientCommandMutation_CreateClient_CreateClientPayload(global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client? client, global::System.Collections.Generic.IReadOnlyList? errors) { + Client = client; Errors = errors; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment? other) + public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_CreateClientPayload? other) { if (ReferenceEquals(null, other)) { @@ -11711,7 +11559,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11731,7 +11579,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment)obj); + return Equals((CreateClientCommandMutation_CreateClient_CreateClientPayload)obj); } public override global::System.Int32 GetHashCode() @@ -11739,9 +11587,17 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + if (Client != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Client.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -11751,18 +11607,22 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client + public partial class CreateClientCommandMutation_CreateClient_Client_Client : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Client { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client(global::System.String id, global::System.String name) + public CreateClientCommandMutation_CreateClient_Client_Client(global::System.String name, global::System.String id, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? api, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? versions) { - Id = id; Name = name; + Id = id; + Api = api; + Versions = versions; } - public global::System.String Id { get; } public global::System.String Name { get; } + public global::System.String Id { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? Api { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? Versions { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client? other) + public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Client? other) { if (ReferenceEquals(null, other)) { @@ -11779,7 +11639,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Clie return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (Name.Equals(other.Name)) && Id.Equals(other.Id) && ((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api)) && ((Versions is null && other.Versions is null) || Versions != null && Versions.Equals(other.Versions)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11799,7 +11659,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Clie return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client)obj); + return Equals((CreateClientCommandMutation_CreateClient_Client_Client)obj); } public override global::System.Int32 GetHashCode() @@ -11807,8 +11667,18 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Clie unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + if (Api != null) + { + hash ^= 397 * Api.GetHashCode(); + } + + if (Versions != null) + { + hash ^= 397 * Versions.GetHashCode(); + } + return hash; } } @@ -11816,22 +11686,23 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Clie // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed + public partial class CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) + public CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError(global::System.String message, global::System.String __typename, global::System.String apiId) { - DeployedTags = deployedTags; Message = message; - Hash = hash; - Errors = errors; + this.__typename = __typename; + ApiId = apiId; } - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String ApiId { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed? other) + public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -11848,7 +11719,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Quer return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Message.Equals(other.Message)) && __typename.Equals(other.__typename) && ApiId.Equals(other.ApiId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11868,7 +11739,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Quer return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed)obj); + return Equals((CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -11876,18 +11747,9 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Quer unchecked { int hash = 5; - foreach (var DeployedTags_elm in DeployedTags) - { - hash ^= 397 * DeployedTags_elm.GetHashCode(); - } - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Hash.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -11895,20 +11757,21 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Quer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError + public partial class CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation(global::System.String message, global::System.String __typename) { Message = message; - Client = client; - Queries = queries; + this.__typename = __typename; } public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError? other) + public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -11925,7 +11788,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -11945,7 +11808,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError)obj); + return Equals((CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -11954,16 +11817,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ { int hash = 5; hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -11971,20 +11825,18 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 + public partial class CreateClientCommandMutation_CreateClient_Client_Api_Api : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Api_Api { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public CreateClientCommandMutation_CreateClient_Client_Api_Api(global::System.String name, global::System.Collections.Generic.IReadOnlyList path) { - Message = message; - Client = client; - Queries = queries; + Name = name; + Path = path; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1? other) + public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Api_Api? other) { if (ReferenceEquals(null, other)) { @@ -12001,7 +11853,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (Name.Equals(other.Name)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12021,7 +11873,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1)obj); + return Equals((CreateClientCommandMutation_CreateClient_Client_Api_Api)obj); } public override global::System.Int32 GetHashCode() @@ -12029,15 +11881,10 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) + hash ^= 397 * Name.GetHashCode(); + foreach (var Path_elm in Path) { - hash ^= 397 * Queries_elm.GetHashCode(); + hash ^= 397 * Path_elm.GetHashCode(); } return hash; @@ -12046,19 +11893,28 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError + public partial class CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) + public CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo pageInfo) { - Message = message; - Changes = changes; + Edges = edges; + PageInfo = pageInfo; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError? other) + public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection? other) { if (ReferenceEquals(null, other)) { @@ -12075,7 +11931,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12095,7 +11951,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError)obj); + return Equals((CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection)obj); } public override global::System.Int32 GetHashCode() @@ -12103,36 +11959,43 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Edges != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } } + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError + public partial class CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node node) { - this.__typename = __typename; - Message = message; - Errors = errors; + Cursor = cursor; + Node = node; } /// - /// The name of the current Object type at runtime. + /// A cursor for use in pagination. /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError? other) + public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge? other) { if (ReferenceEquals(null, other)) { @@ -12149,7 +12012,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12169,7 +12032,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError)obj); + return Equals((CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge)obj); } public override global::System.Int32 GetHashCode() @@ -12177,30 +12040,36 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError + public partial class CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo(global::System.Boolean hasNextPage, global::System.String? endCursor) { - Collections = collections; + HasNextPage = hasNextPage; + EndCursor = endCursor; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError? other) + public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -12217,7 +12086,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (global::System.Object.Equals(HasNextPage, other.HasNextPage)) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12237,7 +12106,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError)obj); + return Equals((CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -12245,9 +12114,10 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * EndCursor.GetHashCode(); } return hash; @@ -12257,16 +12127,22 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError + public partial class CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion(global::System.String id, global::System.DateTimeOffset createdAt, global::System.String tag, global::System.Collections.Generic.IReadOnlyList publishedTo) { - Collections = collections; + Id = id; + CreatedAt = createdAt; + Tag = tag; + PublishedTo = publishedTo; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.String Id { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError? other) + public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -12283,7 +12159,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Id.Equals(other.Id)) && CreatedAt.Equals(other.CreatedAt) && Tag.Equals(other.Tag) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedTo, other.PublishedTo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12303,7 +12179,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError)obj); + return Equals((CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -12311,9 +12187,12 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * CreatedAt.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); + foreach (var PublishedTo_elm in PublishedTo) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * PublishedTo_elm.GetHashCode(); } return hash; @@ -12323,16 +12202,16 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 + public partial class CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) + public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? stage) { - Collections = collections; + Stage = stage; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1? other) + public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -12349,7 +12228,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (((Stage is null && other.Stage is null) || Stage != null && Stage.Equals(other.Stage))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12369,7 +12248,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1)obj); + return Equals((CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -12377,9 +12256,9 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + if (Stage != null) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Stage.GetHashCode(); } return hash; @@ -12389,16 +12268,16 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 + public partial class CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) + public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage(global::System.String name) { - Collections = collections; + Name = name; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1? other) + public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage? other) { if (ReferenceEquals(null, other)) { @@ -12415,7 +12294,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12435,7 +12314,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1)obj); + return Equals((CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -12443,32 +12322,234 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - + hash ^= 397 * Name.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient CreateClient { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_CreateClientPayload : ICreateClientCommandMutation_CreateClient + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IClientDetailPrompt_Client + { + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? Api { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? Versions { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_Client : IClientDetailPrompt_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client : ICreateClientCommandMutation_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Client : ICreateClientCommandMutation_CreateClient_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError : ICreateClientCommandMutation_CreateClient_Errors, IApiNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation : ICreateClientCommandMutation_CreateClient_Errors, IUnauthorizedOperation + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Api + { + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Api_Api : ICreateClientCommandMutation_CreateClient_Client_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo PageInfo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection : ICreateClientCommandMutation_CreateClient_Client_Versions + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IClientDetailPrompt_ClientVersionEdge + { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node Node { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges : IClientDetailPrompt_ClientVersionEdge + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge : ICreateClientCommandMutation_CreateClient_Client_Versions_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo + { + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo : ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node + { + public global::System.String Id { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion : ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion : ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage : ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 + public partial class DeleteClientByIdCommandMutationResult : global::System.IEquatable, IDeleteClientByIdCommandMutationResult { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public DeleteClientByIdCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutation_DeleteClientById deleteClientById) { - Message = message; - Client = client; - Queries = queries; + DeleteClientById = deleteClientById; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutation_DeleteClientById DeleteClientById { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2? other) + public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -12485,7 +12566,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (DeleteClientById.Equals(other.DeleteClientById)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12505,7 +12586,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2)obj); + return Equals((DeleteClientByIdCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -12513,17 +12594,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - + hash ^= 397 * DeleteClientById.GetHashCode(); return hash; } } @@ -12531,18 +12602,18 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 + public partial class DeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) + public DeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload(global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutation_DeleteClientById_Client? client, global::System.Collections.Generic.IReadOnlyList? errors) { - Message = message; - Changes = changes; + Client = client; + Errors = errors; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutation_DeleteClientById_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1? other) + public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload? other) { if (ReferenceEquals(null, other)) { @@ -12559,7 +12630,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12579,7 +12650,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1)obj); + return Equals((DeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload)obj); } public override global::System.Int32 GetHashCode() @@ -12587,10 +12658,17 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Client != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Client.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -12600,21 +12678,22 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError + public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Client : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Client { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) + public DeleteClientByIdCommandMutation_DeleteClientById_Client_Client(global::System.String name, global::System.String id, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? api, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? versions) { - this.__typename = __typename; - Message = message; + Name = name; + Id = id; + Api = api; + Versions = versions; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.String Name { get; } + public global::System.String Id { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? Api { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? Versions { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError? other) + public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Client? other) { if (ReferenceEquals(null, other)) { @@ -12631,7 +12710,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Name.Equals(other.Name)) && Id.Equals(other.Id) && ((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api)) && ((Versions is null && other.Versions is null) || Versions != null && Versions.Equals(other.Versions)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12651,7 +12730,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError)obj); + return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Client)obj); } public override global::System.Int32 GetHashCode() @@ -12659,36 +12738,37 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + if (Api != null) + { + hash ^= 397 * Api.GetHashCode(); + } + + if (Versions != null) + { + hash ^= 397 * Versions.GetHashCode(); + } + + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError + public partial class DeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundError : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundError { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) + public DeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundError(global::System.String message, global::System.String clientId) { - this.__typename = __typename; Message = message; - Column = column; - Position = position; - Line = line; + ClientId = clientId; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } public global::System.String Message { get; } - public global::System.Int32 Column { get; } - public global::System.Int32 Position { get; } - public global::System.Int32 Line { get; } + public global::System.String ClientId { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError? other) + public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -12705,7 +12785,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); + return (Message.Equals(other.Message)) && ClientId.Equals(other.ClientId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12725,7 +12805,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError)obj); + return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -12733,11 +12813,8 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Position.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + hash ^= 397 * ClientId.GetHashCode(); return hash; } } @@ -12745,23 +12822,21 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 + public partial class DeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOperation : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOperation { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public DeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOperation(global::System.String message, global::System.String __typename) { - this.__typename = __typename; Message = message; - Errors = errors; + this.__typename = __typename; } + public global::System.String Message { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1? other) + public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -12778,7 +12853,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12798,7 +12873,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1)obj); + return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -12806,13 +12881,8 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -12820,16 +12890,18 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 + public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) + public DeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api(global::System.String name, global::System.Collections.Generic.IReadOnlyList path) { - Collections = collections; + Name = name; + Path = path; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2? other) + public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api? other) { if (ReferenceEquals(null, other)) { @@ -12846,7 +12918,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Name.Equals(other.Name)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12866,7 +12938,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2)obj); + return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api)obj); } public override global::System.Int32 GetHashCode() @@ -12874,9 +12946,10 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * Name.GetHashCode(); + foreach (var Path_elm in Path) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Path_elm.GetHashCode(); } return hash; @@ -12885,17 +12958,28 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 + public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVersionConnection : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVersionConnection { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) + public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVersionConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo pageInfo) { - Collections = collections; + Edges = edges; + PageInfo = pageInfo; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2? other) + public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVersionConnection? other) { if (ReferenceEquals(null, other)) { @@ -12912,7 +12996,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -12932,7 +13016,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2)obj); + return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVersionConnection)obj); } public override global::System.Int32 GetHashCode() @@ -12940,34 +13024,43 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + if (Edges != null) { - hash ^= 397 * Collections_elm.GetHashCode(); + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } } + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError + public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_ClientVersionEdge : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_ClientVersionEdge { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_ClientVersionEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node node) { - Message = message; - Code = code; - Path = path; - Locations = locations; + Cursor = cursor; + Node = node; } - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError? other) + public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_ClientVersionEdge? other) { if (ReferenceEquals(null, other)) { @@ -12984,7 +13077,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Quer return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13004,7 +13097,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Quer return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError)obj); + return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_ClientVersionEdge)obj); } public override global::System.Int32 GetHashCode() @@ -13012,44 +13105,36 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Quer unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) - { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } - } - + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client_Client : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client_Client + public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo_PageInfo : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo_PageInfo { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client_Client(global::System.String id, global::System.String name) + public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo_PageInfo(global::System.Boolean hasNextPage, global::System.String? endCursor) { - Id = id; - Name = name; + HasNextPage = hasNextPage; + EndCursor = endCursor; } - public global::System.String Id { get; } - public global::System.String Name { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client_Client? other) + public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -13066,7 +13151,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (global::System.Object.Equals(HasNextPage, other.HasNextPage)) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13086,7 +13171,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client_Client)obj); + return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -13094,8 +13179,12 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) + { + hash ^= 397 * EndCursor.GetHashCode(); + } + return hash; } } @@ -13103,22 +13192,22 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed + public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_ClientVersion : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_ClientVersion { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) + public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_ClientVersion(global::System.String id, global::System.DateTimeOffset createdAt, global::System.String tag, global::System.Collections.Generic.IReadOnlyList publishedTo) { - DeployedTags = deployedTags; - Message = message; - Hash = hash; - Errors = errors; + Id = id; + CreatedAt = createdAt; + Tag = tag; + PublishedTo = publishedTo; } - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Id { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed? other) + public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -13135,7 +13224,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Id.Equals(other.Id)) && CreatedAt.Equals(other.CreatedAt) && Tag.Equals(other.Tag) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedTo, other.PublishedTo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13155,7 +13244,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed)obj); + return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -13163,16 +13252,12 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var DeployedTags_elm in DeployedTags) - { - hash ^= 397 * DeployedTags_elm.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Hash.GetHashCode(); - foreach (var Errors_elm in Errors) + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * CreatedAt.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); + foreach (var PublishedTo_elm in PublishedTo) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * PublishedTo_elm.GetHashCode(); } return hash; @@ -13182,25 +13267,16 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange + public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? stage) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Stage = stage; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange? other) + public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -13217,7 +13293,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((Stage is null && other.Stage is null) || Stage != null && Stage.Equals(other.Stage))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13237,7 +13313,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange)obj); + return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -13245,12 +13321,9 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Stage != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Stage.GetHashCode(); } return hash; @@ -13260,25 +13333,16 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange + public partial class DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage_Stage : global::System.IEquatable, IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage_Stage { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage_Stage(global::System.String name) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange? other) + public virtual global::System.Boolean Equals(DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage_Stage? other) { if (ReferenceEquals(null, other)) { @@ -13295,7 +13359,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13315,7 +13379,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange)obj); + return Equals((DeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -13323,40 +13387,217 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Name.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutation_DeleteClientById DeleteClientById { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById + { + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutation_DeleteClientById_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_DeleteClientByIdPayload : IDeleteClientByIdCommandMutation_DeleteClientById + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_Client : IClientDetailPrompt_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client : IDeleteClientByIdCommandMutation_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Client : IDeleteClientByIdCommandMutation_DeleteClientById_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IClientNotFoundError : IError + { + public global::System.String ClientId { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Errors_ClientNotFoundError : IDeleteClientByIdCommandMutation_DeleteClientById_Errors, IClientNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Errors_UnauthorizedOperation : IDeleteClientByIdCommandMutation_DeleteClientById_Errors, IUnauthorizedOperation + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Api + { + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Api_Api : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo PageInfo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_ClientVersionConnection : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges : IClientDetailPrompt_ClientVersionEdge + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_ClientVersionEdge : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo + { + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo_PageInfo : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node + { + public global::System.String Id { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_ClientVersion : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage_Stage : IDeleteClientByIdCommandMutation_DeleteClientById_Client_Versions_Edges_Node_PublishedTo_Stage + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange + public partial class ListClientCommandQueryResult : global::System.IEquatable, IListClientCommandQueryResult { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public ListClientCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node? node) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Node = node; } /// - /// The name of the current Object type at runtime. + /// Fetches an object given its ID. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node? Node { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange? other) + public virtual global::System.Boolean Equals(ListClientCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -13373,7 +13614,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13393,7 +13634,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange)obj); + return Equals((ListClientCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -13401,12 +13642,9 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Node != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); } return hash; @@ -13416,25 +13654,16 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange + public partial class ListClientCommandQuery_Node_Api : global::System.IEquatable, IListClientCommandQuery_Node_Api { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public ListClientCommandQuery_Node_Api(global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients? clients) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Clients = clients; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients? Clients { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Api? other) { if (ReferenceEquals(null, other)) { @@ -13451,7 +13680,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((Clients is null && other.Clients is null) || Clients != null && Clients.Equals(other.Clients))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13471,7 +13700,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange)obj); + return Equals((ListClientCommandQuery_Node_Api)obj); } public override global::System.Int32 GetHashCode() @@ -13479,12 +13708,9 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Clients != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Clients.GetHashCode(); } return hash; @@ -13494,25 +13720,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange + public partial class ListClientCommandQuery_Node_ApiDocument : global::System.IEquatable, IListClientCommandQuery_Node_ApiDocument { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public ListClientCommandQuery_Node_ApiDocument() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_ApiDocument? other) { if (ReferenceEquals(null, other)) { @@ -13529,7 +13743,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13549,7 +13763,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange)obj); + return Equals((ListClientCommandQuery_Node_ApiDocument)obj); } public override global::System.Int32 GetHashCode() @@ -13557,14 +13771,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -13572,25 +13778,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange + public partial class ListClientCommandQuery_Node_ApiKey : global::System.IEquatable, IListClientCommandQuery_Node_ApiKey { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public ListClientCommandQuery_Node_ApiKey() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -13607,7 +13801,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13627,7 +13821,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange)obj); + return Equals((ListClientCommandQuery_Node_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -13635,14 +13829,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -13650,23 +13836,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange + public partial class ListClientCommandQuery_Node_Client : global::System.IEquatable, IListClientCommandQuery_Node_Client { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ListClientCommandQuery_Node_Client() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Client? other) { if (ReferenceEquals(null, other)) { @@ -13683,7 +13859,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13703,7 +13879,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange)obj); + return Equals((ListClientCommandQuery_Node_Client)obj); } public override global::System.Int32 GetHashCode() @@ -13711,9 +13887,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -13721,21 +13894,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange + public partial class ListClientCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IListClientCommandQuery_Node_ClientChangeLog { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) + public ListClientCommandQuery_Node_ClientChangeLog() { - this.__typename = __typename; - Severity = severity; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_ClientChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -13752,7 +13917,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13772,7 +13937,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange)obj); + return Equals((ListClientCommandQuery_Node_ClientChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -13780,8 +13945,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); return hash; } } @@ -13789,23 +13952,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange + public partial class ListClientCommandQuery_Node_ClientDeployment : global::System.IEquatable, IListClientCommandQuery_Node_ClientDeployment { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ListClientCommandQuery_Node_ClientDeployment() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -13822,7 +13975,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13842,7 +13995,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange)obj); + return Equals((ListClientCommandQuery_Node_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -13850,9 +14003,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -13860,25 +14010,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange + public partial class ListClientCommandQuery_Node_ClientVersion : global::System.IEquatable, IListClientCommandQuery_Node_ClientVersion { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public ListClientCommandQuery_Node_ClientVersion() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -13895,7 +14033,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13915,7 +14053,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange)obj); + return Equals((ListClientCommandQuery_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -13923,14 +14061,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -13938,18 +14068,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError + public partial class ListClientCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IListClientCommandQuery_Node_CoordinateClientUsageMetrics { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) + public ListClientCommandQuery_Node_CoordinateClientUsageMetrics() { - Message = message; - Code = code; } - public global::System.String Message { get; } - public global::System.String? Code { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_CoordinateClientUsageMetrics? other) { if (ReferenceEquals(null, other)) { @@ -13966,7 +14091,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -13986,7 +14111,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError)obj); + return Equals((ListClientCommandQuery_Node_CoordinateClientUsageMetrics)obj); } public override global::System.Int32 GetHashCode() @@ -13994,12 +14119,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - return hash; } } @@ -14007,18 +14126,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection + public partial class ListClientCommandQuery_Node_Environment : global::System.IEquatable, IListClientCommandQuery_Node_Environment { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) + public ListClientCommandQuery_Node_Environment() { - OpenApiCollection = openApiCollection; - Entities = entities; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Environment? other) { if (ReferenceEquals(null, other)) { @@ -14035,7 +14149,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14055,7 +14169,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection)obj); + return Equals((ListClientCommandQuery_Node_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -14063,16 +14177,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - if (OpenApiCollection != null) - { - hash ^= 397 * OpenApiCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) - { - hash ^= 397 * Entities_elm.GetHashCode(); - } - return hash; } } @@ -14080,18 +14184,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection + public partial class ListClientCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IListClientCommandQuery_Node_FusionConfigurationChangeLog { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) + public ListClientCommandQuery_Node_FusionConfigurationChangeLog() { - McpFeatureCollection = mcpFeatureCollection; - Entities = entities; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_FusionConfigurationChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -14108,7 +14207,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14128,7 +14227,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection)obj); + return Equals((ListClientCommandQuery_Node_FusionConfigurationChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -14136,16 +14235,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - if (McpFeatureCollection != null) - { - hash ^= 397 * McpFeatureCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) - { - hash ^= 397 * Entities_elm.GetHashCode(); - } - return hash; } } @@ -14153,18 +14242,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation + public partial class ListClientCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IListClientCommandQuery_Node_FusionConfigurationDeployment { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) + public ListClientCommandQuery_Node_FusionConfigurationDeployment() { - Column = column; - Line = line; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -14181,7 +14265,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Quer return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14201,7 +14285,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Quer return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); + return Equals((ListClientCommandQuery_Node_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -14209,8 +14293,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Quer unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -14218,27 +14300,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Quer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded + public partial class ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -14255,7 +14323,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14275,7 +14343,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded)obj); + return Equals((ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -14283,11 +14351,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -14295,27 +14358,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged + public partial class ListClientCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLDirectiveDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) + public ListClientCommandQuery_Node_GraphQLDirectiveDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLDirectiveDefinition? other) { if (ReferenceEquals(null, other)) { @@ -14332,7 +14381,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14352,7 +14401,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged)obj); + return Equals((ListClientCommandQuery_Node_GraphQLDirectiveDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -14360,15 +14409,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -14376,27 +14416,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved + public partial class ListClientCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLEnumTypeDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public ListClientCommandQuery_Node_GraphQLEnumTypeDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLEnumTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -14413,7 +14439,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14433,7 +14459,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved)obj); + return Equals((ListClientCommandQuery_Node_GraphQLEnumTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -14441,11 +14467,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -14453,25 +14474,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged + public partial class ListClientCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLEnumValueDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListClientCommandQuery_Node_GraphQLEnumValueDefinition() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLEnumValueDefinition? other) { if (ReferenceEquals(null, other)) { @@ -14488,7 +14497,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14508,7 +14517,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged)obj); + return Equals((ListClientCommandQuery_Node_GraphQLEnumValueDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -14516,18 +14525,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -14535,23 +14532,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded + public partial class ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition() { - this.__typename = __typename; - Severity = severity; - Location = location; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -14568,7 +14555,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14588,7 +14575,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded)obj); + return Equals((ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -14596,9 +14583,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -14606,23 +14590,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved + public partial class ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition() { - this.__typename = __typename; - Severity = severity; - Location = location; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -14639,7 +14613,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14659,7 +14633,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved)obj); + return Equals((ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -14667,9 +14641,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -14677,25 +14648,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 + public partial class ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -14712,7 +14671,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14732,7 +14691,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1)obj); + return Equals((ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -14740,18 +14699,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -14759,23 +14706,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded + public partial class ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -14792,7 +14729,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14812,7 +14749,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded)obj); + return Equals((ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -14820,9 +14757,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -14830,25 +14764,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged + public partial class ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -14865,7 +14787,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14885,7 +14807,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged)obj); + return Equals((ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -14893,14 +14815,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -14908,23 +14822,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved + public partial class ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -14941,7 +14845,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -14961,7 +14865,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved)obj); + return Equals((ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -14969,9 +14873,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -14979,25 +14880,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 + public partial class ListClientCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLObjectFieldDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListClientCommandQuery_Node_GraphQLObjectFieldDefinition() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -15014,7 +14903,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15034,7 +14923,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2)obj); + return Equals((ListClientCommandQuery_Node_GraphQLObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -15042,18 +14931,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -15061,27 +14938,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange + public partial class ListClientCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLScalarTypeDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListClientCommandQuery_Node_GraphQLScalarTypeDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLScalarTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -15098,7 +14961,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15118,7 +14981,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange)obj); + return Equals((ListClientCommandQuery_Node_GraphQLScalarTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -15126,11 +14989,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -15138,27 +14996,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange + public partial class ListClientCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLUnionTypeDefinition { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListClientCommandQuery_Node_GraphQLUnionTypeDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLUnionTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -15175,7 +15019,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15195,7 +15039,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange)obj); + return Equals((ListClientCommandQuery_Node_GraphQLUnionTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -15203,11 +15047,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -15215,27 +15054,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged + public partial class ListClientCommandQuery_Node_Group : global::System.IEquatable, IListClientCommandQuery_Node_Group { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public ListClientCommandQuery_Node_Group() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Group? other) { if (ReferenceEquals(null, other)) { @@ -15252,7 +15077,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15272,7 +15097,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged)obj); + return Equals((ListClientCommandQuery_Node_Group)obj); } public override global::System.Int32 GetHashCode() @@ -15280,15 +15105,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -15296,25 +15112,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 + public partial class ListClientCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IListClientCommandQuery_Node_McpFeatureCollection { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListClientCommandQuery_Node_McpFeatureCollection() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -15331,7 +15135,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15351,7 +15155,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3)obj); + return Equals((ListClientCommandQuery_Node_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -15359,18 +15163,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -15378,27 +15170,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 + public partial class ListClientCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IListClientCommandQuery_Node_McpFeatureCollectionChangeLog { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListClientCommandQuery_Node_McpFeatureCollectionChangeLog() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_McpFeatureCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -15415,7 +15193,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15435,7 +15213,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1)obj); + return Equals((ListClientCommandQuery_Node_McpFeatureCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -15443,11 +15221,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -15455,27 +15228,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 + public partial class ListClientCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IListClientCommandQuery_Node_McpFeatureCollectionDeployment { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListClientCommandQuery_Node_McpFeatureCollectionDeployment() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -15492,7 +15251,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15512,7 +15271,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1)obj); + return Equals((ListClientCommandQuery_Node_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -15520,11 +15279,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -15532,23 +15286,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded + public partial class ListClientCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IListClientCommandQuery_Node_McpFeatureCollectionVersion { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ListClientCommandQuery_Node_McpFeatureCollectionVersion() { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_McpFeatureCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -15565,7 +15309,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15585,7 +15329,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded)obj); + return Equals((ListClientCommandQuery_Node_McpFeatureCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -15593,9 +15337,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -15603,23 +15344,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved + public partial class ListClientCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IListClientCommandQuery_Node_OpenApiCollection { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ListClientCommandQuery_Node_OpenApiCollection() { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -15636,7 +15367,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15656,7 +15387,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); + return Equals((ListClientCommandQuery_Node_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -15664,9 +15395,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -15674,27 +15402,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged + public partial class ListClientCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IListClientCommandQuery_Node_OpenApiCollectionChangeLog { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public ListClientCommandQuery_Node_OpenApiCollectionChangeLog() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_OpenApiCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -15711,7 +15425,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15731,7 +15445,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged)obj); + return Equals((ListClientCommandQuery_Node_OpenApiCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -15739,15 +15453,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -15755,23 +15460,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded + public partial class ListClientCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IListClientCommandQuery_Node_OpenApiCollectionDeployment { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListClientCommandQuery_Node_OpenApiCollectionDeployment() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -15788,7 +15483,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15808,7 +15503,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded)obj); + return Equals((ListClientCommandQuery_Node_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -15816,9 +15511,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -15826,23 +15518,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved + public partial class ListClientCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IListClientCommandQuery_Node_OpenApiCollectionVersion { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListClientCommandQuery_Node_OpenApiCollectionVersion() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_OpenApiCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -15859,7 +15541,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15879,7 +15561,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved)obj); + return Equals((ListClientCommandQuery_Node_OpenApiCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -15887,9 +15569,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -15897,25 +15576,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 + public partial class ListClientCommandQuery_Node_Organization : global::System.IEquatable, IListClientCommandQuery_Node_Organization { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListClientCommandQuery_Node_Organization() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Organization? other) { if (ReferenceEquals(null, other)) { @@ -15932,7 +15599,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -15952,7 +15619,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4)obj); + return Equals((ListClientCommandQuery_Node_Organization)obj); } public override global::System.Int32 GetHashCode() @@ -15960,18 +15627,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -15979,27 +15634,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 + public partial class ListClientCommandQuery_Node_OrganizationMember : global::System.IEquatable, IListClientCommandQuery_Node_OrganizationMember { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListClientCommandQuery_Node_OrganizationMember() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_OrganizationMember? other) { if (ReferenceEquals(null, other)) { @@ -16016,7 +15657,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16036,7 +15677,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2)obj); + return Equals((ListClientCommandQuery_Node_OrganizationMember)obj); } public override global::System.Int32 GetHashCode() @@ -16044,11 +15685,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -16056,27 +15692,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 + public partial class ListClientCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IListClientCommandQuery_Node_SchemaChangeLog { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListClientCommandQuery_Node_SchemaChangeLog() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_SchemaChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -16093,7 +15715,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16113,7 +15735,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2)obj); + return Equals((ListClientCommandQuery_Node_SchemaChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -16121,11 +15743,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -16133,23 +15750,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 + public partial class ListClientCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IListClientCommandQuery_Node_SchemaDeployment { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ListClientCommandQuery_Node_SchemaDeployment() { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_SchemaDeployment? other) { if (ReferenceEquals(null, other)) { @@ -16166,7 +15773,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16186,7 +15793,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); + return Equals((ListClientCommandQuery_Node_SchemaDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -16194,9 +15801,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -16204,23 +15808,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 + public partial class ListClientCommandQuery_Node_Stage : global::System.IEquatable, IListClientCommandQuery_Node_Stage { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ListClientCommandQuery_Node_Stage() { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Stage? other) { if (ReferenceEquals(null, other)) { @@ -16237,7 +15831,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16257,7 +15851,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); + return Equals((ListClientCommandQuery_Node_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -16265,9 +15859,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -16275,27 +15866,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 + public partial class ListClientCommandQuery_Node_User : global::System.IEquatable, IListClientCommandQuery_Node_User { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public ListClientCommandQuery_Node_User() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_User? other) { if (ReferenceEquals(null, other)) { @@ -16312,7 +15889,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16332,7 +15909,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1)obj); + return Equals((ListClientCommandQuery_Node_User)obj); } public override global::System.Int32 GetHashCode() @@ -16340,15 +15917,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -16356,25 +15924,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 + public partial class ListClientCommandQuery_Node_Workspace : global::System.IEquatable, IListClientCommandQuery_Node_Workspace { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListClientCommandQuery_Node_Workspace() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -16391,7 +15947,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16411,7 +15967,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5)obj); + return Equals((ListClientCommandQuery_Node_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -16419,18 +15975,6 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -16438,25 +15982,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 + public partial class ListClientCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IListClientCommandQuery_Node_WorkspaceDocument { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListClientCommandQuery_Node_WorkspaceDocument() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_WorkspaceDocument? other) { if (ReferenceEquals(null, other)) { @@ -16473,7 +16005,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16493,7 +16025,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6)obj); + return Equals((ListClientCommandQuery_Node_WorkspaceDocument)obj); } public override global::System.Int32 GetHashCode() @@ -16501,42 +16033,34 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded + public partial class ListClientCommandQuery_Node_Clients_ClientsConnection : global::System.IEquatable, IListClientCommandQuery_Node_Clients_ClientsConnection { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListClientCommandQuery_Node_Clients_ClientsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_PageInfo pageInfo) { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; + Edges = edges; + PageInfo = pageInfo; } /// - /// The name of the current Object type at runtime. + /// A list of edges. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_ClientsConnection? other) { if (ReferenceEquals(null, other)) { @@ -16553,7 +16077,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16573,7 +16097,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded)obj); + return Equals((ListClientCommandQuery_Node_Clients_ClientsConnection)obj); } public override global::System.Int32 GetHashCode() @@ -16581,33 +16105,43 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + if (Edges != null) + { + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } + } + + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved + public partial class ListClientCommandQuery_Node_Clients_Edges_ClientsEdge : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_ClientsEdge { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListClientCommandQuery_Node_Clients_Edges_ClientsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_Edges_Node node) { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; + Cursor = cursor; + Node = node; } /// - /// The name of the current Object type at runtime. + /// A cursor for use in pagination. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_ClientsEdge? other) { if (ReferenceEquals(null, other)) { @@ -16624,7 +16158,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16644,7 +16178,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved)obj); + return Equals((ListClientCommandQuery_Node_Clients_Edges_ClientsEdge)obj); } public override global::System.Int32 GetHashCode() @@ -16652,28 +16186,46 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection + public partial class ListClientCommandQuery_Node_Clients_PageInfo_PageInfo : global::System.IEquatable, IListClientCommandQuery_Node_Clients_PageInfo_PageInfo { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) + public ListClientCommandQuery_Node_Clients_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { - Id = id; - Name = name; + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; } - public global::System.String Id { get; } - public global::System.String Name { get; } + /// + /// Indicates whether more edges exist prior the set defined by the clients arguments. + /// + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -16690,7 +16242,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16710,7 +16262,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); + return Equals((ListClientCommandQuery_Node_Clients_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -16718,8 +16270,18 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * HasPreviousPage.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) + { + hash ^= 397 * EndCursor.GetHashCode(); + } + + if (StartCursor != null) + { + hash ^= 397 * StartCursor.GetHashCode(); + } + return hash; } } @@ -16727,20 +16289,22 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint + public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Client : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Client { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) + public ListClientCommandQuery_Node_Clients_Edges_Node_Client(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? api, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? versions) { - Errors = errors; - HttpMethod = httpMethod; - Route = route; + Id = id; + Name = name; + Api = api; + Versions = versions; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? Api { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? Versions { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Client? other) { if (ReferenceEquals(null, other)) { @@ -16757,7 +16321,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api)) && ((Versions is null && other.Versions is null) || Versions != null && Versions.Equals(other.Versions)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16777,7 +16341,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); + return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Client)obj); } public override global::System.Int32 GetHashCode() @@ -16785,13 +16349,18 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + if (Api != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Api.GetHashCode(); + } + + if (Versions != null) + { + hash ^= 397 * Versions.GetHashCode(); } - hash ^= 397 * HttpMethod.GetHashCode(); - hash ^= 397 * Route.GetHashCode(); return hash; } } @@ -16799,18 +16368,18 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel + public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Api_Api : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Api_Api { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public ListClientCommandQuery_Node_Clients_Edges_Node_Api_Api(global::System.String name, global::System.Collections.Generic.IReadOnlyList path) { - Errors = errors; Name = name; + Path = path; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Api_Api? other) { if (ReferenceEquals(null, other)) { @@ -16827,7 +16396,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (Name.Equals(other.Name)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16847,7 +16416,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); + return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Api_Api)obj); } public override global::System.Int32 GetHashCode() @@ -16855,31 +16424,40 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * Name.GetHashCode(); + foreach (var Path_elm in Path) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Path_elm.GetHashCode(); } - hash ^= 397 * Name.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection + public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConnection : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConnection { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) + public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo pageInfo) { - Id = id; - Name = name; + Edges = edges; + PageInfo = pageInfo; } - public global::System.String Id { get; } - public global::System.String Name { get; } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConnection? other) { if (ReferenceEquals(null, other)) { @@ -16896,7 +16474,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16916,7 +16494,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); + return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConnection)obj); } public override global::System.Int32 GetHashCode() @@ -16924,27 +16502,43 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + if (Edges != null) + { + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } + } + + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt + public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersionEdge : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersionEdge { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersionEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node node) { - Errors = errors; - Name = name; + Cursor = cursor; + Node = node; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersionEdge? other) { if (ReferenceEquals(null, other)) { @@ -16961,7 +16555,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -16981,7 +16575,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); + return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersionEdge)obj); } public override global::System.Int32 GetHashCode() @@ -16989,31 +16583,36 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool + public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo(global::System.Boolean hasNextPage, global::System.String? endCursor) { - Errors = errors; - Name = name; + HasNextPage = hasNextPage; + EndCursor = endCursor; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -17030,7 +16629,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (global::System.Object.Equals(HasNextPage, other.HasNextPage)) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17050,7 +16649,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); + return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -17058,12 +16657,12 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * EndCursor.GetHashCode(); } - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -17071,23 +16670,22 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange + public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_ClientVersion : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_ClientVersion { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_ClientVersion(global::System.String id, global::System.DateTimeOffset createdAt, global::System.String tag, global::System.Collections.Generic.IReadOnlyList publishedTo) { - this.__typename = __typename; - Severity = severity; - DeprecationReason = deprecationReason; + Id = id; + CreatedAt = createdAt; + Tag = tag; + PublishedTo = publishedTo; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::System.String Id { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -17104,7 +16702,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (Id.Equals(other.Id)) && CreatedAt.Equals(other.CreatedAt) && Tag.Equals(other.Tag) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedTo, other.PublishedTo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17124,7 +16722,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange)obj); + return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -17132,11 +16730,12 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * CreatedAt.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); + foreach (var PublishedTo_elm in PublishedTo) { - hash ^= 397 * DeprecationReason.GetHashCode(); + hash ^= 397 * PublishedTo_elm.GetHashCode(); } return hash; @@ -17146,25 +16745,16 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged + public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? stage) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Stage = stage; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -17181,7 +16771,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (((Stage is null && other.Stage is null) || Stage != null && Stage.Equals(other.Stage))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17201,7 +16791,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged)obj); + return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -17209,16 +16799,9 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + if (Stage != null) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Stage.GetHashCode(); } return hash; @@ -17228,25 +16811,16 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged + public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(global::System.String name) { - this.__typename = __typename; - Severity = severity; - OldType = oldType; - NewType = newType; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged? other) + public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage? other) { if (ReferenceEquals(null, other)) { @@ -17263,7 +16837,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17283,7 +16857,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged)obj); + return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -17291,29 +16865,498 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 + public partial interface IListClientCommandQueryResult { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) - { - Severity = severity; - DeprecationReason = deprecationReason; - } + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node? Node { get; } + } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// The node interface is implemented by entities that have a global unique identifier. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node + { + } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1? other) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Api : IListClientCommandQuery_Node + { + public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients? Clients { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_ApiDocument : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_ApiKey : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Client : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_ClientChangeLog : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_ClientDeployment : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_ClientVersion : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_CoordinateClientUsageMetrics : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Environment : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_FusionConfigurationChangeLog : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_FusionConfigurationDeployment : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLDirectiveDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLEnumTypeDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLEnumValueDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLObjectFieldDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLScalarTypeDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_GraphQLUnionTypeDefinition : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Group : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_McpFeatureCollection : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_McpFeatureCollectionChangeLog : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_McpFeatureCollectionDeployment : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_McpFeatureCollectionVersion : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_OpenApiCollection : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_OpenApiCollectionChangeLog : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_OpenApiCollectionDeployment : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_OpenApiCollectionVersion : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Organization : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_OrganizationMember : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_SchemaChangeLog : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_SchemaDeployment : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Stage : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_User : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Workspace : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_WorkspaceDocument : IListClientCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_PageInfo PageInfo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_ClientsConnection : IListClientCommandQuery_Node_Clients + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges + { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_Edges_Node Node { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_ClientsEdge : IListClientCommandQuery_Node_Clients_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_PageInfo : IPageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_PageInfo_PageInfo : IListClientCommandQuery_Node_Clients_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node : IClientDetailPrompt_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Client : IListClientCommandQuery_Node_Clients_Edges_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Api + { + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Api_Api : IListClientCommandQuery_Node_Clients_Edges_Node_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo PageInfo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConnection : IListClientCommandQuery_Node_Clients_Edges_Node_Versions + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges : IClientDetailPrompt_ClientVersionEdge + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersionEdge : IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo + { + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo : IListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node + { + public global::System.String Id { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_ClientVersion : IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class PublishClientVersionResult : global::System.IEquatable, IPublishClientVersionResult + { + public PublishClientVersionResult(global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersion_PublishClient publishClient) + { + PublishClient = publishClient; + } + + public global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersion_PublishClient PublishClient { get; } + + public virtual global::System.Boolean Equals(PublishClientVersionResult? other) { if (ReferenceEquals(null, other)) { @@ -17330,7 +17373,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (PublishClient.Equals(other.PublishClient)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17350,7 +17393,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1)obj); + return Equals((PublishClientVersionResult)obj); } public override global::System.Int32 GetHashCode() @@ -17358,12 +17401,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - + hash ^= 397 * PublishClient.GetHashCode(); return hash; } } @@ -17371,25 +17409,18 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 + public partial class PublishClientVersion_PublishClient_PublishClientPayload : global::System.IEquatable, IPublishClientVersion_PublishClient_PublishClientPayload { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public PublishClientVersion_PublishClient_PublishClientPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) { - Severity = severity; - Old = old; - New = @new; - this.__typename = __typename; + Id = id; + Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(PublishClientVersion_PublishClient_PublishClientPayload? other) { if (ReferenceEquals(null, other)) { @@ -17406,7 +17437,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17426,7 +17457,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1)obj); + return Equals((PublishClientVersion_PublishClient_PublishClientPayload)obj); } public override global::System.Int32 GetHashCode() @@ -17434,18 +17465,19 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) + if (Id != null) { - hash ^= 397 * Old.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); } - if (New != null) + if (Errors != null) { - hash ^= 397 * New.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -17453,18 +17485,23 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 + public partial class PublishClientVersion_PublishClient_Errors_StageNotFoundError : global::System.IEquatable, IPublishClientVersion_PublishClient_Errors_StageNotFoundError { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public PublishClientVersion_PublishClient_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) { - Severity = severity; - DeprecationReason = deprecationReason; + this.__typename = __typename; + Message = message; + Name = name; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2? other) + public virtual global::System.Boolean Equals(PublishClientVersion_PublishClient_Errors_StageNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -17481,7 +17518,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17501,7 +17538,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2)obj); + return Equals((PublishClientVersion_PublishClient_Errors_StageNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -17509,12 +17546,9 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -17522,25 +17556,18 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 + public partial class PublishClientVersion_PublishClient_Errors_ClientNotFoundError : global::System.IEquatable, IPublishClientVersion_PublishClient_Errors_ClientNotFoundError { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public PublishClientVersion_PublishClient_Errors_ClientNotFoundError(global::System.String message, global::System.String clientId) { - Severity = severity; - Old = old; - New = @new; - this.__typename = __typename; + Message = message; + ClientId = clientId; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.String ClientId { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(PublishClientVersion_PublishClient_Errors_ClientNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -17557,7 +17584,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return (Message.Equals(other.Message)) && ClientId.Equals(other.ClientId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17577,7 +17604,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2)obj); + return Equals((PublishClientVersion_PublishClient_Errors_ClientNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -17585,18 +17612,8 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - - hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ClientId.GetHashCode(); return hash; } } @@ -17604,25 +17621,21 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 + public partial class PublishClientVersion_PublishClient_Errors_UnauthorizedOperation : global::System.IEquatable, IPublishClientVersion_PublishClient_Errors_UnauthorizedOperation { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) + public PublishClientVersion_PublishClient_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { - Severity = severity; - OldType = oldType; - NewType = newType; this.__typename = __typename; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1? other) + public virtual global::System.Boolean Equals(PublishClientVersion_PublishClient_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -17639,7 +17652,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17659,7 +17672,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1)obj); + return Equals((PublishClientVersion_PublishClient_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -17667,10 +17680,8 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -17678,27 +17689,20 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded + public partial class PublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError : global::System.IEquatable, IPublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) + public PublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError(global::System.String tag, global::System.String message, global::System.String clientId) { - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; - this.__typename = __typename; + Tag = tag; + Message = message; + ClientId = clientId; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.String Tag { get; } + public global::System.String Message { get; } + public global::System.String ClientId { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(PublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -17715,7 +17719,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + return (Tag.Equals(other.Tag)) && Message.Equals(other.Message) && ClientId.Equals(other.ClientId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17735,7 +17739,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded)obj); + return Equals((PublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -17743,39 +17747,96 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ClientId.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged + public partial interface IPublishClientVersionResult { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) - { - Severity = severity; - Coordinate = coordinate; - Name = name; - this.__typename = __typename; - Changes = changes; - } + public global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersion_PublishClient PublishClient { get; } + } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishClientVersion_PublishClient + { + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishClientVersion_PublishClient_PublishClientPayload : IPublishClientVersion_PublishClient + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishClientVersion_PublishClient_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IStageNotFoundError : IError + { /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Name { get; } + } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged? other) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishClientVersion_PublishClient_Errors_StageNotFoundError : IPublishClientVersion_PublishClient_Errors, IStageNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishClientVersion_PublishClient_Errors_ClientNotFoundError : IPublishClientVersion_PublishClient_Errors, IClientNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishClientVersion_PublishClient_Errors_UnauthorizedOperation : IPublishClientVersion_PublishClient_Errors, IUnauthorizedOperation + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IClientVersionNotFoundError : IError + { + public global::System.String Tag { get; } + public global::System.String ClientId { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishClientVersion_PublishClient_Errors_ClientVersionNotFoundError : IPublishClientVersion_PublishClient_Errors, IClientVersionNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnClientVersionPublishUpdatedResult : global::System.IEquatable, IOnClientVersionPublishUpdatedResult + { + public OnClientVersionPublishUpdatedResult(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate onClientVersionPublishingUpdate) + { + OnClientVersionPublishingUpdate = onClientVersionPublishingUpdate; + } + + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate OnClientVersionPublishingUpdate { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdatedResult? other) { if (ReferenceEquals(null, other)) { @@ -17792,7 +17853,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (OnClientVersionPublishingUpdate.Equals(other.OnClientVersionPublishingUpdate)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17812,7 +17873,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged)obj); + return Equals((OnClientVersionPublishUpdatedResult)obj); } public override global::System.Int32 GetHashCode() @@ -17820,15 +17881,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * OnClientVersionPublishingUpdate.GetHashCode(); return hash; } } @@ -17836,27 +17889,23 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishFailed : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishFailed { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) { - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; this.__typename = __typename; + State = state; + Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishFailed? other) { if (ReferenceEquals(null, other)) { @@ -17873,7 +17922,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17893,7 +17942,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishFailed)obj); } public override global::System.Int32 GetHashCode() @@ -17901,11 +17950,13 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -17913,18 +17964,21 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishSuccess : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishSuccess { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - Severity = severity; - DeprecationReason = deprecationReason; + this.__typename = __typename; + State = state; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishSuccess? other) { if (ReferenceEquals(null, other)) { @@ -17941,7 +17995,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -17961,7 +18015,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishSuccess)obj); } public override global::System.Int32 GetHashCode() @@ -17969,12 +18023,8 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -17982,25 +18032,21 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationInProgress : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationInProgress { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - Severity = severity; - Old = old; - New = @new; this.__typename = __typename; + State = state; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -18017,7 +18063,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -18037,7 +18083,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -18045,18 +18091,8 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -18064,25 +18100,21 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskApproved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskApproved { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskApproved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - Severity = severity; - OldType = oldType; - NewType = newType; this.__typename = __typename; + State = state; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskApproved? other) { if (ReferenceEquals(null, other)) { @@ -18099,7 +18131,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -18119,7 +18151,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskApproved)obj); } public override global::System.Int32 GetHashCode() @@ -18127,10 +18159,8 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -18138,22 +18168,26 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsQueued : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsQueued { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsQueued(global::System.String __typename, global::System.String queued, global::System.Int32 queuePosition) { - Code = code; - Message = message; - Path = path; - Locations = locations; + this.__typename = __typename; + Queued = queued; + QueuePosition = queuePosition; } - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Queued { get; } + public global::System.Int32 QueuePosition { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsQueued? other) { if (ReferenceEquals(null, other)) { @@ -18170,7 +18204,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (__typename.Equals(other.__typename)) && Queued.Equals(other.Queued) && global::System.Object.Equals(QueuePosition, other.QueuePosition); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -18190,7 +18224,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsQueued)obj); } public override global::System.Int32 GetHashCode() @@ -18198,25 +18232,9 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) - { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Queued.GetHashCode(); + hash ^= 397 * QueuePosition.GetHashCode(); return hash; } } @@ -18224,16 +18242,24 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsReady : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsReady { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsReady(global::System.String __typename, global::System.String ready) { - Message = message; + this.__typename = __typename; + Ready = ready; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Ready { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsReady? other) { if (ReferenceEquals(null, other)) { @@ -18250,7 +18276,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Ready.Equals(other.Ready); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -18270,7 +18296,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsReady)obj); } public override global::System.Int32 GetHashCode() @@ -18278,7 +18304,8 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Ready.GetHashCode(); return hash; } } @@ -18286,22 +18313,23 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForApproval : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForApproval { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForApproval(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? deployment) { - Code = code; - Message = message; - Path = path; - Locations = locations; + this.__typename = __typename; + State = state; + Deployment = deployment; } - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? Deployment { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForApproval? other) { if (ReferenceEquals(null, other)) { @@ -18318,7 +18346,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && ((Deployment is null && other.Deployment is null) || Deployment != null && Deployment.Equals(other.Deployment)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -18338,7 +18366,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForApproval)obj); } public override global::System.Int32 GetHashCode() @@ -18346,23 +18374,11 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); + if (Deployment != null) { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } + hash ^= 397 * Deployment.GetHashCode(); } return hash; @@ -18372,16 +18388,21 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ConcurrentOperationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ConcurrentOperationError { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; Message = message; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ConcurrentOperationError? other) { if (ReferenceEquals(null, other)) { @@ -18398,7 +18419,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -18418,7 +18439,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ConcurrentOperationError)obj); } public override global::System.Int32 GetHashCode() @@ -18426,6 +18447,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); return hash; } @@ -18434,23 +18456,20 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - this.__typename = __typename; - Severity = severity; - DeprecationReason = deprecationReason; + Message = message; + Client = client; + Queries = queries; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError? other) { if (ReferenceEquals(null, other)) { @@ -18467,7 +18486,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -18487,7 +18506,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -18495,11 +18514,15 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + if (Client != null) + { + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); } return hash; @@ -18509,25 +18532,21 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ProcessingTimeoutError { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ProcessingTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -18544,7 +18563,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -18564,7 +18583,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ProcessingTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -18573,17 +18592,65 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } + hash ^= 397 * Message.GetHashCode(); + return hash; + } + } + } - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ReadyTimeoutError + { + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ReadyTimeoutError() + { + } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ReadyTimeoutError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return true; + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ReadyTimeoutError)obj); + } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; return hash; } } @@ -18591,25 +18658,21 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_UnexpectedProcessingError { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - OldType = oldType; - NewType = newType; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_UnexpectedProcessingError? other) { if (ReferenceEquals(null, other)) { @@ -18626,7 +18689,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -18646,7 +18709,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_UnexpectedProcessingError)obj); } public override global::System.Int32 GetHashCode() @@ -18655,9 +18718,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -18665,18 +18726,16 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - Column = column; - Line = line; + Errors = errors; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -18693,7 +18752,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -18713,7 +18772,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -18721,8 +18780,11 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -18730,18 +18792,16 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment { - public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - Column = column; - Line = line; + Errors = errors; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -18758,7 +18818,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -18778,7 +18838,7 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -18786,1445 +18846,598 @@ public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdatedResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate OnClientVersionPublishingUpdate { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment { - public global::System.String __typename { get; } - } + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + { + Errors = errors; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IClientVersionPublishFailed - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishFailed : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IClientVersionPublishFailed - { - } + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IClientVersionPublishSuccess - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishSuccess : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IClientVersionPublishSuccess - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationInProgress : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IOperationInProgress - { - } + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IProcessingTaskApproved - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskApproved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IProcessingTaskApproved - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IProcessingTaskIsQueued - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Queued { get; } - public global::System.Int32 QueuePosition { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsQueued : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IProcessingTaskIsQueued - { - } + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IProcessingTaskIsReady - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Ready { get; } - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsReady : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IProcessingTaskIsReady - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IWaitForApproval + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? Deployment { get; } - } + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + { + Errors = errors; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForApproval : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IWaitForApproval - { - } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors - { - } + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ConcurrentOperationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors, IConcurrentOperationError - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors, IPersistedQueryValidationError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ProcessingTimeoutError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors, IProcessingTimeoutError - { - } + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ReadyTimeoutError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_UnexpectedProcessingError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors, IUnexpectedProcessingError - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment(global::System.Collections.Generic.IReadOnlyList errors) + { + Errors = errors; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment - { public global::System.Collections.Generic.IReadOnlyList Errors { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client { + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client(global::System.String id, global::System.String name) + { + Id = id; + Name = name; + } + public global::System.String Id { get; } public global::System.String Name { get; } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client - { + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (Id.Equals(other.Id)) && Name.Equals(other.Name); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed { + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) + { + DeployedTags = deployedTags; + Message = message; + Hash = hash; + Errors = errors; + } + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } public global::System.String Message { get; } public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries - { - } + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors, IPersistedQueryValidationError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1 - { - } + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1, IPersistedQueryValidationError - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISchemaChangeViolationError - { - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1, ISchemaChangeViolationError - { + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + foreach (var DeployedTags_elm in DeployedTags) + { + hash ^= 397 * DeployedTags_elm.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Hash.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IInvalidGraphQLSchemaError + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + { + Message = message; + Client = client; + Queries = queries; + } + public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1, IInvalidGraphQLSchemaError - { - } + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOpenApiCollectionValidationError - { - public global::System.Collections.Generic.IReadOnlyList Collections { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1, IOpenApiCollectionValidationError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMcpFeatureCollectionValidationError - { - public global::System.Collections.Generic.IReadOnlyList Collections { get; } - } + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1, IMcpFeatureCollectionValidationError - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2 - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2, IMcpFeatureCollectionValidationError - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3 - { - } + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3, IOpenApiCollectionValidationError - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Message.GetHashCode(); + if (Client != null) + { + hash ^= 397 * Client.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4 - { - } + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, IPersistedQueryValidationError - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, ISchemaChangeViolationError + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 { - } + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + { + Message = message; + Client = client; + Queries = queries; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOperationsAreNotAllowedError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } public global::System.String Message { get; } - } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, IOperationsAreNotAllowedError - { - } + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISchemaVersionSyntaxError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Int32 Column { get; } - public global::System.Int32 Position { get; } - public global::System.Int32 Line { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, ISchemaVersionSyntaxError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, IInvalidGraphQLSchemaError - { - } + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, IOpenApiCollectionValidationError - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, IMcpFeatureCollectionValidationError - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors - { - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors - { - } + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Message.GetHashCode(); + if (Client != null) + { + hash ^= 397 * Client.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client_Client : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client - { + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); + } + + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError { - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) + { + Message = message; + Changes = changes; + } + public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries - { - } + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISchemaChangeLogEntry - { - public global::System.String __typename { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes : ISchemaChangeLogEntry - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISchemaChange - { - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - } + return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDirectiveModifiedChange : ISchemaChange - { - public global::System.String Coordinate { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IDirectiveModifiedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IEnumModifiedChange : ISchemaChange - { - public global::System.String Coordinate { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IEnumModifiedChange - { + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Message.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IInputObjectModifiedChange : ISchemaChange + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError { - public global::System.String Coordinate { get; } + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + { + this.__typename = __typename; + Message = message; + Errors = errors; + } + /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IInputObjectModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IInterfaceModifiedChange : ISchemaChange - { - public global::System.String Coordinate { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IInterfaceModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IObjectModifiedChange : ISchemaChange - { - public global::System.String Coordinate { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IObjectModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IScalarModifiedChange : ISchemaChange - { - public global::System.String Coordinate { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IScalarModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ITypeSystemMemberAddedChange : ISchemaChange - { - public global::System.String Coordinate { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, ISchemaChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ITypeSystemMemberRemovedChange : ISchemaChange - { - public global::System.String Coordinate { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnionModifiedChange : ISchemaChange - { - public global::System.String Coordinate { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IUnionModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors - { - public global::System.String Message { get; } - public global::System.String? Code { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IArgumentAdded : ISchemaChange - { - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IArgumentChanged : ISchemaChange - { - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IArgumentRemoved : ISchemaChange - { - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDescriptionChanged : ISchemaChange - { - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDirectiveLocationAdded : ISchemaChange - { - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDirectiveLocationRemoved : ISchemaChange - { - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IEnumValueAdded : ISchemaChange - { - public global::System.String Coordinate { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IEnumValueChanged : ISchemaChange - { - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IEnumValueRemoved : ISchemaChange - { - public global::System.String Coordinate { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IFieldAddedChange : ISchemaChange - { - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IFieldRemovedChange : ISchemaChange - { - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IInputFieldChanged : ISchemaChange - { - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IInputFieldChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IInterfaceImplementationAdded : ISchemaChange - { - public global::System.String InterfaceName { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IInterfaceImplementationRemoved : ISchemaChange - { - public global::System.String InterfaceName { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOutputFieldChanged : ISchemaChange - { - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IOutputFieldChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPossibleTypeAdded : ISchemaChange - { - public global::System.String TypeName { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPossibleTypeRemoved : ISchemaChange - { - public global::System.String TypeName { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IOutputFieldChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnionMemberAdded : ISchemaChange - { - public global::System.String TypeName { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnionMemberRemoved : ISchemaChange - { - public global::System.String TypeName { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities - { - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1 - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1 - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1 - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeprecatedChange : ISchemaChange - { - public global::System.String? DeprecationReason { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ITypeChanged : ISchemaChange - { - public global::System.String OldType { get; } - public global::System.String NewType { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, ITypeChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, ITypeChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, ITypeChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOpenApiCollectionValidationDocumentError - { - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationDocumentError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOpenApiCollectionValidationEntityValidationError - { - public global::System.String Message { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationEntityValidationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMcpFeatureCollectionValidationDocumentError - { - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1, IMcpFeatureCollectionValidationDocumentError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMcpFeatureCollectionValidationEntityValidationError - { - public global::System.String Message { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1, IMcpFeatureCollectionValidationEntityValidationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, ITypeChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQueryResult : global::System.IEquatable, IListClientCommandQueryResult - { - public ListClientCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node? node) - { - Node = node; - } - - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node? Node { get; } - - public virtual global::System.Boolean Equals(ListClientCommandQueryResult? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -20241,7 +19454,7 @@ public ListClientCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client return false; } - return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20261,7 +19474,7 @@ public ListClientCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client return false; } - return Equals((ListClientCommandQueryResult)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -20269,9 +19482,11 @@ public ListClientCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client unchecked { int hash = 5; - if (Node != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) { - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -20281,16 +19496,16 @@ public ListClientCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Api : global::System.IEquatable, IListClientCommandQuery_Node_Api + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError { - public ListClientCommandQuery_Node_Api(global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients? clients) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - Clients = clients; + Collections = collections; } - public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients? Clients { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Api? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -20307,7 +19522,7 @@ public ListClientCommandQuery_Node_Api(global::ChilliCream.Nitro.CommandLine.Cli return false; } - return (((Clients is null && other.Clients is null) || Clients != null && Clients.Equals(other.Clients))); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20327,7 +19542,7 @@ public ListClientCommandQuery_Node_Api(global::ChilliCream.Nitro.CommandLine.Cli return false; } - return Equals((ListClientCommandQuery_Node_Api)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -20335,9 +19550,9 @@ public ListClientCommandQuery_Node_Api(global::ChilliCream.Nitro.CommandLine.Cli unchecked { int hash = 5; - if (Clients != null) + foreach (var Collections_elm in Collections) { - hash ^= 397 * Clients.GetHashCode(); + hash ^= 397 * Collections_elm.GetHashCode(); } return hash; @@ -20347,13 +19562,16 @@ public ListClientCommandQuery_Node_Api(global::ChilliCream.Nitro.CommandLine.Cli // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_ApiDocument : global::System.IEquatable, IListClientCommandQuery_Node_ApiDocument + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError { - public ListClientCommandQuery_Node_ApiDocument() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { + Collections = collections; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_ApiDocument? other) + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -20370,7 +19588,7 @@ public ListClientCommandQuery_Node_ApiDocument() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20390,7 +19608,7 @@ public ListClientCommandQuery_Node_ApiDocument() return false; } - return Equals((ListClientCommandQuery_Node_ApiDocument)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -20398,6 +19616,11 @@ public ListClientCommandQuery_Node_ApiDocument() unchecked { int hash = 5; + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -20405,13 +19628,16 @@ public ListClientCommandQuery_Node_ApiDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_ApiKey : global::System.IEquatable, IListClientCommandQuery_Node_ApiKey + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 { - public ListClientCommandQuery_Node_ApiKey() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) { + Collections = collections; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_ApiKey? other) + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -20428,7 +19654,7 @@ public ListClientCommandQuery_Node_ApiKey() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20448,7 +19674,7 @@ public ListClientCommandQuery_Node_ApiKey() return false; } - return Equals((ListClientCommandQuery_Node_ApiKey)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -20456,6 +19682,11 @@ public ListClientCommandQuery_Node_ApiKey() unchecked { int hash = 5; + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -20463,13 +19694,16 @@ public ListClientCommandQuery_Node_ApiKey() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Client : global::System.IEquatable, IListClientCommandQuery_Node_Client + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 { - public ListClientCommandQuery_Node_Client() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) { + Collections = collections; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Client? other) + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -20486,7 +19720,7 @@ public ListClientCommandQuery_Node_Client() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20506,7 +19740,7 @@ public ListClientCommandQuery_Node_Client() return false; } - return Equals((ListClientCommandQuery_Node_Client)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -20514,6 +19748,11 @@ public ListClientCommandQuery_Node_Client() unchecked { int hash = 5; + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -20521,13 +19760,20 @@ public ListClientCommandQuery_Node_Client() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IListClientCommandQuery_Node_ClientChangeLog + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 { - public ListClientCommandQuery_Node_ClientChangeLog() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { + Message = message; + Client = client; + Queries = queries; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_ClientChangeLog? other) + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -20544,7 +19790,7 @@ public ListClientCommandQuery_Node_ClientChangeLog() return false; } - return true; + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20564,7 +19810,7 @@ public ListClientCommandQuery_Node_ClientChangeLog() return false; } - return Equals((ListClientCommandQuery_Node_ClientChangeLog)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -20572,20 +19818,36 @@ public ListClientCommandQuery_Node_ClientChangeLog() unchecked { int hash = 5; - return hash; - } - } - } - + hash ^= 397 * Message.GetHashCode(); + if (Client != null) + { + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); + } + + return hash; + } + } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_ClientDeployment : global::System.IEquatable, IListClientCommandQuery_Node_ClientDeployment + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 { - public ListClientCommandQuery_Node_ClientDeployment() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) { + Message = message; + Changes = changes; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_ClientDeployment? other) + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1? other) { if (ReferenceEquals(null, other)) { @@ -20602,7 +19864,7 @@ public ListClientCommandQuery_Node_ClientDeployment() return false; } - return true; + return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20622,7 +19884,7 @@ public ListClientCommandQuery_Node_ClientDeployment() return false; } - return Equals((ListClientCommandQuery_Node_ClientDeployment)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -20630,6 +19892,12 @@ public ListClientCommandQuery_Node_ClientDeployment() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -20637,13 +19905,21 @@ public ListClientCommandQuery_Node_ClientDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_ClientVersion : global::System.IEquatable, IListClientCommandQuery_Node_ClientVersion + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError { - public ListClientCommandQuery_Node_ClientVersion() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; + Message = message; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_ClientVersion? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError? other) { if (ReferenceEquals(null, other)) { @@ -20660,7 +19936,7 @@ public ListClientCommandQuery_Node_ClientVersion() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20680,7 +19956,7 @@ public ListClientCommandQuery_Node_ClientVersion() return false; } - return Equals((ListClientCommandQuery_Node_ClientVersion)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError)obj); } public override global::System.Int32 GetHashCode() @@ -20688,6 +19964,8 @@ public ListClientCommandQuery_Node_ClientVersion() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -20695,13 +19973,27 @@ public ListClientCommandQuery_Node_ClientVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IListClientCommandQuery_Node_CoordinateClientUsageMetrics + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError { - public ListClientCommandQuery_Node_CoordinateClientUsageMetrics() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) { + this.__typename = __typename; + Message = message; + Column = column; + Position = position; + Line = line; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_CoordinateClientUsageMetrics? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Position { get; } + public global::System.Int32 Line { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError? other) { if (ReferenceEquals(null, other)) { @@ -20718,7 +20010,7 @@ public ListClientCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20738,7 +20030,7 @@ public ListClientCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return Equals((ListClientCommandQuery_Node_CoordinateClientUsageMetrics)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError)obj); } public override global::System.Int32 GetHashCode() @@ -20746,6 +20038,11 @@ public ListClientCommandQuery_Node_CoordinateClientUsageMetrics() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Position.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -20753,13 +20050,23 @@ public ListClientCommandQuery_Node_CoordinateClientUsageMetrics() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Environment : global::System.IEquatable, IListClientCommandQuery_Node_Environment + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 { - public ListClientCommandQuery_Node_Environment() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { + this.__typename = __typename; + Message = message; + Errors = errors; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Environment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1? other) { if (ReferenceEquals(null, other)) { @@ -20776,7 +20083,7 @@ public ListClientCommandQuery_Node_Environment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20796,7 +20103,7 @@ public ListClientCommandQuery_Node_Environment() return false; } - return Equals((ListClientCommandQuery_Node_Environment)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1)obj); } public override global::System.Int32 GetHashCode() @@ -20804,6 +20111,13 @@ public ListClientCommandQuery_Node_Environment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -20811,13 +20125,16 @@ public ListClientCommandQuery_Node_Environment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IListClientCommandQuery_Node_FusionConfigurationChangeLog + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 { - public ListClientCommandQuery_Node_FusionConfigurationChangeLog() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) { + Collections = collections; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_FusionConfigurationChangeLog? other) + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -20834,7 +20151,7 @@ public ListClientCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20854,7 +20171,7 @@ public ListClientCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return Equals((ListClientCommandQuery_Node_FusionConfigurationChangeLog)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -20862,6 +20179,11 @@ public ListClientCommandQuery_Node_FusionConfigurationChangeLog() unchecked { int hash = 5; + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -20869,13 +20191,16 @@ public ListClientCommandQuery_Node_FusionConfigurationChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IListClientCommandQuery_Node_FusionConfigurationDeployment + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 { - public ListClientCommandQuery_Node_FusionConfigurationDeployment() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) { + Collections = collections; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_FusionConfigurationDeployment? other) + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -20892,7 +20217,7 @@ public ListClientCommandQuery_Node_FusionConfigurationDeployment() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20912,7 +20237,7 @@ public ListClientCommandQuery_Node_FusionConfigurationDeployment() return false; } - return Equals((ListClientCommandQuery_Node_FusionConfigurationDeployment)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -20920,6 +20245,11 @@ public ListClientCommandQuery_Node_FusionConfigurationDeployment() unchecked { int hash = 5; + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -20927,13 +20257,22 @@ public ListClientCommandQuery_Node_FusionConfigurationDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError { - public ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { + Message = message; + Code = code; + Path = path; + Locations = locations; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError? other) { if (ReferenceEquals(null, other)) { @@ -20950,7 +20289,7 @@ public ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition() return false; } - return true; + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -20970,7 +20309,7 @@ public ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError)obj); } public override global::System.Int32 GetHashCode() @@ -20978,6 +20317,25 @@ public ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } + return hash; } } @@ -20985,13 +20343,18 @@ public ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLDirectiveDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client_Client : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client_Client { - public ListClientCommandQuery_Node_GraphQLDirectiveDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client_Client(global::System.String id, global::System.String name) { + Id = id; + Name = name; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLDirectiveDefinition? other) + public global::System.String Id { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client_Client? other) { if (ReferenceEquals(null, other)) { @@ -21008,7 +20371,7 @@ public ListClientCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return true; + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21028,7 +20391,7 @@ public ListClientCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLDirectiveDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client_Client)obj); } public override global::System.Int32 GetHashCode() @@ -21036,6 +20399,8 @@ public ListClientCommandQuery_Node_GraphQLDirectiveDefinition() unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -21043,13 +20408,22 @@ public ListClientCommandQuery_Node_GraphQLDirectiveDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLEnumTypeDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed { - public ListClientCommandQuery_Node_GraphQLEnumTypeDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) { + DeployedTags = deployedTags; + Message = message; + Hash = hash; + Errors = errors; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLEnumTypeDefinition? other) + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -21066,7 +20440,7 @@ public ListClientCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21086,7 +20460,7 @@ public ListClientCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLEnumTypeDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -21094,6 +20468,18 @@ public ListClientCommandQuery_Node_GraphQLEnumTypeDefinition() unchecked { int hash = 5; + foreach (var DeployedTags_elm in DeployedTags) + { + hash ^= 397 * DeployedTags_elm.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Hash.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -21101,13 +20487,25 @@ public ListClientCommandQuery_Node_GraphQLEnumTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLEnumValueDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange { - public ListClientCommandQuery_Node_GraphQLEnumValueDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLEnumValueDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -21124,7 +20522,7 @@ public ListClientCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21144,7 +20542,7 @@ public ListClientCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLEnumValueDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -21152,6 +20550,14 @@ public ListClientCommandQuery_Node_GraphQLEnumValueDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -21159,13 +20565,25 @@ public ListClientCommandQuery_Node_GraphQLEnumValueDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange { - public ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -21182,7 +20600,7 @@ public ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21202,7 +20620,7 @@ public ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -21210,6 +20628,14 @@ public ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -21217,13 +20643,25 @@ public ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange { - public ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -21240,7 +20678,7 @@ public ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21260,7 +20698,7 @@ public ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -21268,6 +20706,14 @@ public ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -21275,13 +20721,25 @@ public ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange { - public ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -21298,7 +20756,7 @@ public ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21318,7 +20776,7 @@ public ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -21326,6 +20784,14 @@ public ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -21333,13 +20799,25 @@ public ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange { - public ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -21356,7 +20834,7 @@ public ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21376,7 +20854,7 @@ public ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -21384,6 +20862,14 @@ public ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -21391,13 +20877,25 @@ public ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange { - public ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -21414,7 +20912,7 @@ public ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21434,7 +20932,7 @@ public ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -21442,6 +20940,14 @@ public ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -21449,13 +20955,23 @@ public ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange { - public ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -21472,7 +20988,7 @@ public ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21492,7 +21008,7 @@ public ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -21500,6 +21016,9 @@ public ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -21507,13 +21026,21 @@ public ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLObjectFieldDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange { - public ListClientCommandQuery_Node_GraphQLObjectFieldDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) { + this.__typename = __typename; + Severity = severity; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLObjectFieldDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -21530,7 +21057,7 @@ public ListClientCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21550,7 +21077,7 @@ public ListClientCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLObjectFieldDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -21558,6 +21085,8 @@ public ListClientCommandQuery_Node_GraphQLObjectFieldDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); return hash; } } @@ -21565,13 +21094,23 @@ public ListClientCommandQuery_Node_GraphQLObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLScalarTypeDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange { - public ListClientCommandQuery_Node_GraphQLScalarTypeDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLScalarTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -21588,7 +21127,7 @@ public ListClientCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21608,7 +21147,7 @@ public ListClientCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLScalarTypeDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -21616,6 +21155,9 @@ public ListClientCommandQuery_Node_GraphQLScalarTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -21623,13 +21165,25 @@ public ListClientCommandQuery_Node_GraphQLScalarTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IListClientCommandQuery_Node_GraphQLUnionTypeDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange { - public ListClientCommandQuery_Node_GraphQLUnionTypeDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_GraphQLUnionTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -21646,7 +21200,7 @@ public ListClientCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21666,7 +21220,7 @@ public ListClientCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return Equals((ListClientCommandQuery_Node_GraphQLUnionTypeDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -21674,6 +21228,14 @@ public ListClientCommandQuery_Node_GraphQLUnionTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -21681,13 +21243,18 @@ public ListClientCommandQuery_Node_GraphQLUnionTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Group : global::System.IEquatable, IListClientCommandQuery_Node_Group + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError { - public ListClientCommandQuery_Node_Group() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) { + Message = message; + Code = code; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Group? other) + public global::System.String Message { get; } + public global::System.String? Code { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -21704,7 +21271,7 @@ public ListClientCommandQuery_Node_Group() return false; } - return true; + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21724,7 +21291,7 @@ public ListClientCommandQuery_Node_Group() return false; } - return Equals((ListClientCommandQuery_Node_Group)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -21732,6 +21299,12 @@ public ListClientCommandQuery_Node_Group() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + return hash; } } @@ -21739,13 +21312,18 @@ public ListClientCommandQuery_Node_Group() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IListClientCommandQuery_Node_McpFeatureCollection + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection { - public ListClientCommandQuery_Node_McpFeatureCollection() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) { + OpenApiCollection = openApiCollection; + Entities = entities; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_McpFeatureCollection? other) + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -21762,7 +21340,7 @@ public ListClientCommandQuery_Node_McpFeatureCollection() return false; } - return true; + return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21782,7 +21360,7 @@ public ListClientCommandQuery_Node_McpFeatureCollection() return false; } - return Equals((ListClientCommandQuery_Node_McpFeatureCollection)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -21790,6 +21368,16 @@ public ListClientCommandQuery_Node_McpFeatureCollection() unchecked { int hash = 5; + if (OpenApiCollection != null) + { + hash ^= 397 * OpenApiCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } + return hash; } } @@ -21797,13 +21385,18 @@ public ListClientCommandQuery_Node_McpFeatureCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IListClientCommandQuery_Node_McpFeatureCollectionChangeLog + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection { - public ListClientCommandQuery_Node_McpFeatureCollectionChangeLog() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) { + McpFeatureCollection = mcpFeatureCollection; + Entities = entities; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_McpFeatureCollectionChangeLog? other) + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -21820,7 +21413,7 @@ public ListClientCommandQuery_Node_McpFeatureCollectionChangeLog() return false; } - return true; + return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21840,7 +21433,7 @@ public ListClientCommandQuery_Node_McpFeatureCollectionChangeLog() return false; } - return Equals((ListClientCommandQuery_Node_McpFeatureCollectionChangeLog)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -21848,6 +21441,16 @@ public ListClientCommandQuery_Node_McpFeatureCollectionChangeLog() unchecked { int hash = 5; + if (McpFeatureCollection != null) + { + hash ^= 397 * McpFeatureCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } + return hash; } } @@ -21855,13 +21458,18 @@ public ListClientCommandQuery_Node_McpFeatureCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IListClientCommandQuery_Node_McpFeatureCollectionDeployment + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation { - public ListClientCommandQuery_Node_McpFeatureCollectionDeployment() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) { + Column = column; + Line = line; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_McpFeatureCollectionDeployment? other) + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -21878,7 +21486,7 @@ public ListClientCommandQuery_Node_McpFeatureCollectionDeployment() return false; } - return true; + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21898,7 +21506,7 @@ public ListClientCommandQuery_Node_McpFeatureCollectionDeployment() return false; } - return Equals((ListClientCommandQuery_Node_McpFeatureCollectionDeployment)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -21906,6 +21514,8 @@ public ListClientCommandQuery_Node_McpFeatureCollectionDeployment() unchecked { int hash = 5; + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -21913,13 +21523,27 @@ public ListClientCommandQuery_Node_McpFeatureCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IListClientCommandQuery_Node_McpFeatureCollectionVersion + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded { - public ListClientCommandQuery_Node_McpFeatureCollectionVersion() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_McpFeatureCollectionVersion? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -21936,7 +21560,7 @@ public ListClientCommandQuery_Node_McpFeatureCollectionVersion() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -21956,7 +21580,7 @@ public ListClientCommandQuery_Node_McpFeatureCollectionVersion() return false; } - return Equals((ListClientCommandQuery_Node_McpFeatureCollectionVersion)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -21964,6 +21588,11 @@ public ListClientCommandQuery_Node_McpFeatureCollectionVersion() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -21971,13 +21600,27 @@ public ListClientCommandQuery_Node_McpFeatureCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IListClientCommandQuery_Node_OpenApiCollection + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged { - public ListClientCommandQuery_Node_OpenApiCollection() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + Changes = changes; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_OpenApiCollection? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -21994,7 +21637,7 @@ public ListClientCommandQuery_Node_OpenApiCollection() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22014,7 +21657,7 @@ public ListClientCommandQuery_Node_OpenApiCollection() return false; } - return Equals((ListClientCommandQuery_Node_OpenApiCollection)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -22022,6 +21665,15 @@ public ListClientCommandQuery_Node_OpenApiCollection() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -22029,13 +21681,27 @@ public ListClientCommandQuery_Node_OpenApiCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IListClientCommandQuery_Node_OpenApiCollectionChangeLog + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved { - public ListClientCommandQuery_Node_OpenApiCollectionChangeLog() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_OpenApiCollectionChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -22052,7 +21718,7 @@ public ListClientCommandQuery_Node_OpenApiCollectionChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22072,7 +21738,7 @@ public ListClientCommandQuery_Node_OpenApiCollectionChangeLog() return false; } - return Equals((ListClientCommandQuery_Node_OpenApiCollectionChangeLog)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -22080,6 +21746,11 @@ public ListClientCommandQuery_Node_OpenApiCollectionChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -22087,13 +21758,25 @@ public ListClientCommandQuery_Node_OpenApiCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IListClientCommandQuery_Node_OpenApiCollectionDeployment + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged { - public ListClientCommandQuery_Node_OpenApiCollectionDeployment() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_OpenApiCollectionDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -22110,7 +21793,7 @@ public ListClientCommandQuery_Node_OpenApiCollectionDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22130,7 +21813,7 @@ public ListClientCommandQuery_Node_OpenApiCollectionDeployment() return false; } - return Equals((ListClientCommandQuery_Node_OpenApiCollectionDeployment)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -22138,6 +21821,18 @@ public ListClientCommandQuery_Node_OpenApiCollectionDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -22145,13 +21840,23 @@ public ListClientCommandQuery_Node_OpenApiCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IListClientCommandQuery_Node_OpenApiCollectionVersion + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded { - public ListClientCommandQuery_Node_OpenApiCollectionVersion() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { + this.__typename = __typename; + Severity = severity; + Location = location; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_OpenApiCollectionVersion? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded? other) { if (ReferenceEquals(null, other)) { @@ -22168,7 +21873,7 @@ public ListClientCommandQuery_Node_OpenApiCollectionVersion() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22188,7 +21893,7 @@ public ListClientCommandQuery_Node_OpenApiCollectionVersion() return false; } - return Equals((ListClientCommandQuery_Node_OpenApiCollectionVersion)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -22196,6 +21901,9 @@ public ListClientCommandQuery_Node_OpenApiCollectionVersion() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -22203,13 +21911,23 @@ public ListClientCommandQuery_Node_OpenApiCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Organization : global::System.IEquatable, IListClientCommandQuery_Node_Organization + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved { - public ListClientCommandQuery_Node_Organization() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { + this.__typename = __typename; + Severity = severity; + Location = location; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Organization? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -22226,7 +21944,7 @@ public ListClientCommandQuery_Node_Organization() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22246,7 +21964,7 @@ public ListClientCommandQuery_Node_Organization() return false; } - return Equals((ListClientCommandQuery_Node_Organization)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -22254,6 +21972,9 @@ public ListClientCommandQuery_Node_Organization() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -22261,13 +21982,25 @@ public ListClientCommandQuery_Node_Organization() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_OrganizationMember : global::System.IEquatable, IListClientCommandQuery_Node_OrganizationMember + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 { - public ListClientCommandQuery_Node_OrganizationMember() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_OrganizationMember? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -22284,7 +22017,7 @@ public ListClientCommandQuery_Node_OrganizationMember() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22304,7 +22037,7 @@ public ListClientCommandQuery_Node_OrganizationMember() return false; } - return Equals((ListClientCommandQuery_Node_OrganizationMember)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -22312,6 +22045,18 @@ public ListClientCommandQuery_Node_OrganizationMember() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -22319,13 +22064,23 @@ public ListClientCommandQuery_Node_OrganizationMember() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IListClientCommandQuery_Node_SchemaChangeLog + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded { - public ListClientCommandQuery_Node_SchemaChangeLog() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_SchemaChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded? other) { if (ReferenceEquals(null, other)) { @@ -22342,7 +22097,7 @@ public ListClientCommandQuery_Node_SchemaChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22362,7 +22117,7 @@ public ListClientCommandQuery_Node_SchemaChangeLog() return false; } - return Equals((ListClientCommandQuery_Node_SchemaChangeLog)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded)obj); } public override global::System.Int32 GetHashCode() @@ -22370,6 +22125,9 @@ public ListClientCommandQuery_Node_SchemaChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -22377,13 +22135,25 @@ public ListClientCommandQuery_Node_SchemaChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IListClientCommandQuery_Node_SchemaDeployment + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged { - public ListClientCommandQuery_Node_SchemaDeployment() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_SchemaDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged? other) { if (ReferenceEquals(null, other)) { @@ -22400,7 +22170,7 @@ public ListClientCommandQuery_Node_SchemaDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22420,7 +22190,7 @@ public ListClientCommandQuery_Node_SchemaDeployment() return false; } - return Equals((ListClientCommandQuery_Node_SchemaDeployment)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged)obj); } public override global::System.Int32 GetHashCode() @@ -22428,6 +22198,14 @@ public ListClientCommandQuery_Node_SchemaDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -22435,13 +22213,23 @@ public ListClientCommandQuery_Node_SchemaDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Stage : global::System.IEquatable, IListClientCommandQuery_Node_Stage + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved { - public ListClientCommandQuery_Node_Stage() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Stage? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved? other) { if (ReferenceEquals(null, other)) { @@ -22458,7 +22246,7 @@ public ListClientCommandQuery_Node_Stage() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22478,7 +22266,7 @@ public ListClientCommandQuery_Node_Stage() return false; } - return Equals((ListClientCommandQuery_Node_Stage)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -22486,6 +22274,9 @@ public ListClientCommandQuery_Node_Stage() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -22493,13 +22284,25 @@ public ListClientCommandQuery_Node_Stage() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_User : global::System.IEquatable, IListClientCommandQuery_Node_User + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 { - public ListClientCommandQuery_Node_User() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_User? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -22516,7 +22319,7 @@ public ListClientCommandQuery_Node_User() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22536,7 +22339,7 @@ public ListClientCommandQuery_Node_User() return false; } - return Equals((ListClientCommandQuery_Node_User)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -22544,6 +22347,18 @@ public ListClientCommandQuery_Node_User() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -22551,13 +22366,27 @@ public ListClientCommandQuery_Node_User() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Workspace : global::System.IEquatable, IListClientCommandQuery_Node_Workspace + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange { - public ListClientCommandQuery_Node_Workspace() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Workspace? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -22574,7 +22403,7 @@ public ListClientCommandQuery_Node_Workspace() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22594,7 +22423,7 @@ public ListClientCommandQuery_Node_Workspace() return false; } - return Equals((ListClientCommandQuery_Node_Workspace)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -22602,6 +22431,11 @@ public ListClientCommandQuery_Node_Workspace() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -22609,13 +22443,27 @@ public ListClientCommandQuery_Node_Workspace() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IListClientCommandQuery_Node_WorkspaceDocument + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange { - public ListClientCommandQuery_Node_WorkspaceDocument() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_WorkspaceDocument? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -22632,7 +22480,7 @@ public ListClientCommandQuery_Node_WorkspaceDocument() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22652,7 +22500,7 @@ public ListClientCommandQuery_Node_WorkspaceDocument() return false; } - return Equals((ListClientCommandQuery_Node_WorkspaceDocument)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -22660,34 +22508,39 @@ public ListClientCommandQuery_Node_WorkspaceDocument() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Clients_ClientsConnection : global::System.IEquatable, IListClientCommandQuery_Node_Clients_ClientsConnection + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged { - public ListClientCommandQuery_Node_Clients_ClientsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_PageInfo pageInfo) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { - Edges = edges; - PageInfo = pageInfo; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_PageInfo PageInfo { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_ClientsConnection? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -22704,7 +22557,7 @@ public ListClientCommandQuery_Node_Clients_ClientsConnection(global::System.Coll return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22724,7 +22577,7 @@ public ListClientCommandQuery_Node_Clients_ClientsConnection(global::System.Coll return false; } - return Equals((ListClientCommandQuery_Node_Clients_ClientsConnection)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -22732,43 +22585,41 @@ public ListClientCommandQuery_Node_Clients_ClientsConnection(global::System.Coll unchecked { int hash = 5; - if (Edges != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } + hash ^= 397 * Changes_elm.GetHashCode(); } - hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Clients_Edges_ClientsEdge : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_ClientsEdge + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 { - public ListClientCommandQuery_Node_Clients_Edges_ClientsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_Edges_Node node) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Cursor = cursor; - Node = node; - } - - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; + } + /// - /// The item at the end of the edge. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_Edges_Node Node { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_ClientsEdge? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -22785,7 +22636,7 @@ public ListClientCommandQuery_Node_Clients_Edges_ClientsEdge(global::System.Stri return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22805,7 +22656,7 @@ public ListClientCommandQuery_Node_Clients_Edges_ClientsEdge(global::System.Stri return false; } - return Equals((ListClientCommandQuery_Node_Clients_Edges_ClientsEdge)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -22813,46 +22664,46 @@ public ListClientCommandQuery_Node_Clients_Edges_ClientsEdge(global::System.Stri unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Clients_PageInfo_PageInfo : global::System.IEquatable, IListClientCommandQuery_Node_Clients_PageInfo_PageInfo + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 { - public ListClientCommandQuery_Node_Clients_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. + /// The name of the current Object type at runtime. /// - public global::System.String? StartCursor { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -22869,7 +22720,7 @@ public ListClientCommandQuery_Node_Clients_PageInfo_PageInfo(global::System.Bool return false; } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22889,7 +22740,7 @@ public ListClientCommandQuery_Node_Clients_PageInfo_PageInfo(global::System.Bool return false; } - return Equals((ListClientCommandQuery_Node_Clients_PageInfo_PageInfo)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -22897,18 +22748,11 @@ public ListClientCommandQuery_Node_Clients_PageInfo_PageInfo(global::System.Bool unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - - if (StartCursor != null) - { - hash ^= 397 * StartCursor.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -22916,22 +22760,27 @@ public ListClientCommandQuery_Node_Clients_PageInfo_PageInfo(global::System.Bool // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Client : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Client + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 { - public ListClientCommandQuery_Node_Clients_Edges_Node_Client(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? api, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? versions) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - Id = id; - Name = name; - Api = api; - Versions = versions; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? Api { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? Versions { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Client? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -22948,7 +22797,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Client(global::System.Stri return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api)) && ((Versions is null && other.Versions is null) || Versions != null && Versions.Equals(other.Versions)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -22968,7 +22817,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Client(global::System.Stri return false; } - return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Client)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -22976,18 +22825,11 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Client(global::System.Stri unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - if (Api != null) - { - hash ^= 397 * Api.GetHashCode(); - } - - if (Versions != null) - { - hash ^= 397 * Versions.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -22995,18 +22837,23 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Client(global::System.Stri // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Api_Api : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Api_Api + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded { - public ListClientCommandQuery_Node_Clients_Edges_Node_Api_Api(global::System.String name, global::System.Collections.Generic.IReadOnlyList path) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { - Name = name; - Path = path; + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Api_Api? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded? other) { if (ReferenceEquals(null, other)) { @@ -23023,7 +22870,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Api_Api(global::System.Str return false; } - return (Name.Equals(other.Name)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -23043,7 +22890,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Api_Api(global::System.Str return false; } - return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Api_Api)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -23051,40 +22898,33 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Api_Api(global::System.Str unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - foreach (var Path_elm in Path) - { - hash ^= 397 * Path_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConnection : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConnection + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved { - public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo pageInfo) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { - Edges = edges; - PageInfo = pageInfo; + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo PageInfo { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConnection? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -23101,7 +22941,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConn return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -23121,7 +22961,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConn return false; } - return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConnection)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -23129,43 +22969,37 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConn unchecked { int hash = 5; - if (Edges != null) - { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } - } - - hash ^= 397 * PageInfo.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersionEdge : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersionEdge + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged { - public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersionEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node node) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { - Cursor = cursor; - Node = node; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node Node { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersionEdge? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -23182,7 +23016,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersi return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -23202,7 +23036,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersi return false; } - return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersionEdge)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -23210,36 +23044,39 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersi unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded { - public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo(global::System.Boolean hasNextPage, global::System.String? endCursor) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { - HasNextPage = hasNextPage; - EndCursor = endCursor; + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. + /// The name of the current Object type at runtime. /// - public global::System.String? EndCursor { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded? other) { if (ReferenceEquals(null, other)) { @@ -23256,7 +23093,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo return false; } - return (global::System.Object.Equals(HasNextPage, other.HasNextPage)) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -23276,7 +23113,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo return false; } - return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded)obj); } public override global::System.Int32 GetHashCode() @@ -23284,12 +23121,9 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo unchecked { int hash = 5; - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -23297,22 +23131,23 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_ClientVersion : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_ClientVersion + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved { - public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_ClientVersion(global::System.String id, global::System.DateTimeOffset createdAt, global::System.String tag, global::System.Collections.Generic.IReadOnlyList publishedTo) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { - Id = id; - CreatedAt = createdAt; - Tag = tag; - PublishedTo = publishedTo; + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public global::System.String Id { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.String Tag { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_ClientVersion? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved? other) { if (ReferenceEquals(null, other)) { @@ -23329,7 +23164,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_Client return false; } - return (Id.Equals(other.Id)) && CreatedAt.Equals(other.CreatedAt) && Tag.Equals(other.Tag) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedTo, other.PublishedTo); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -23349,7 +23184,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_Client return false; } - return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_ClientVersion)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -23357,14 +23192,9 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_Client unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * CreatedAt.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); - foreach (var PublishedTo_elm in PublishedTo) - { - hash ^= 397 * PublishedTo_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -23372,16 +23202,25 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_Client // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 { - public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? stage) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Stage = stage; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4? other) { if (ReferenceEquals(null, other)) { @@ -23398,7 +23237,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_Publis return false; } - return (((Stage is null && other.Stage is null) || Stage != null && Stage.Equals(other.Stage))); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -23418,7 +23257,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_Publis return false; } - return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4)obj); } public override global::System.Int32 GetHashCode() @@ -23426,9 +23265,16 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_Publis unchecked { int hash = 5; - if (Stage != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Stage.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -23438,16 +23284,27 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_Publis // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : global::System.IEquatable, IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 { - public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(global::System.String name) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -23464,7 +23321,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_Publis return false; } - return (Name.Equals(other.Name)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -23484,7 +23341,7 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_Publis return false; } - return Equals((ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -23492,498 +23349,39 @@ public ListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_Publis unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQueryResult - { - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node? Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// The node interface is implemented by entities that have a global unique identifier. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Api : IListClientCommandQuery_Node - { - public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients? Clients { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_ApiDocument : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_ApiKey : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Client : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_ClientChangeLog : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_ClientDeployment : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_ClientVersion : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_CoordinateClientUsageMetrics : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Environment : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_FusionConfigurationChangeLog : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_FusionConfigurationDeployment : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLDirectiveDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLEnumTypeDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLEnumValueDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLObjectFieldDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLScalarTypeDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_GraphQLUnionTypeDefinition : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Group : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_McpFeatureCollection : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_McpFeatureCollectionChangeLog : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_McpFeatureCollectionDeployment : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_McpFeatureCollectionVersion : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_OpenApiCollection : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_OpenApiCollectionChangeLog : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_OpenApiCollectionDeployment : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_OpenApiCollectionVersion : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Organization : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_OrganizationMember : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_SchemaChangeLog : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_SchemaDeployment : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Stage : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_User : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Workspace : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_WorkspaceDocument : IListClientCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_ClientsConnection : IListClientCommandQuery_Node_Clients - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges - { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_Edges_Node Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_ClientsEdge : IListClientCommandQuery_Node_Clients_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_PageInfo : IPageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_PageInfo_PageInfo : IListClientCommandQuery_Node_Clients_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node : IClientDetailPrompt_Client - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Client : IListClientCommandQuery_Node_Clients_Edges_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Api - { - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Api_Api : IListClientCommandQuery_Node_Clients_Edges_Node_Api - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_ClientVersionConnection : IListClientCommandQuery_Node_Clients_Edges_Node_Versions - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges : IClientDetailPrompt_ClientVersionEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_ClientVersionEdge : IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo - { - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo_PageInfo : IListClientCommandQuery_Node_Clients_Edges_Node_Versions_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node - { - public global::System.String Id { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.String Tag { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_ClientVersion : IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo - { - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : IListClientCommandQuery_Node_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutationResult : global::System.IEquatable, ICreateClientCommandMutationResult + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 { - public CreateClientCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient createClient) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - CreateClient = createClient; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient CreateClient { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(CreateClientCommandMutationResult? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -24000,7 +23398,7 @@ public CreateClientCommandMutationResult(global::ChilliCream.Nitro.CommandLine.C return false; } - return (CreateClient.Equals(other.CreateClient)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -24020,7 +23418,7 @@ public CreateClientCommandMutationResult(global::ChilliCream.Nitro.CommandLine.C return false; } - return Equals((CreateClientCommandMutationResult)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -24028,7 +23426,11 @@ public CreateClientCommandMutationResult(global::ChilliCream.Nitro.CommandLine.C unchecked { int hash = 5; - hash ^= 397 * CreateClient.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -24036,18 +23438,23 @@ public CreateClientCommandMutationResult(global::ChilliCream.Nitro.CommandLine.C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutation_CreateClient_CreateClientPayload : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_CreateClientPayload + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 { - public CreateClientCommandMutation_CreateClient_CreateClientPayload(global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client? client, global::System.Collections.Generic.IReadOnlyList? errors) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { - Client = client; - Errors = errors; + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_CreateClientPayload? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) { if (ReferenceEquals(null, other)) { @@ -24064,7 +23471,7 @@ public CreateClientCommandMutation_CreateClient_CreateClientPayload(global::Chil return false; } - return (((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -24084,7 +23491,7 @@ public CreateClientCommandMutation_CreateClient_CreateClientPayload(global::Chil return false; } - return Equals((CreateClientCommandMutation_CreateClient_CreateClientPayload)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); } public override global::System.Int32 GetHashCode() @@ -24092,19 +23499,9 @@ public CreateClientCommandMutation_CreateClient_CreateClientPayload(global::Chil unchecked { int hash = 5; - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -24112,22 +23509,23 @@ public CreateClientCommandMutation_CreateClient_CreateClientPayload(global::Chil // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutation_CreateClient_Client_Client : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Client + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 { - public CreateClientCommandMutation_CreateClient_Client_Client(global::System.String name, global::System.String id, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? api, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? versions) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { - Name = name; - Id = id; - Api = api; - Versions = versions; + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public global::System.String Name { get; } - public global::System.String Id { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? Api { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? Versions { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Client? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) { if (ReferenceEquals(null, other)) { @@ -24144,7 +23542,7 @@ public CreateClientCommandMutation_CreateClient_Client_Client(global::System.Str return false; } - return (Name.Equals(other.Name)) && Id.Equals(other.Id) && ((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api)) && ((Versions is null && other.Versions is null) || Versions != null && Versions.Equals(other.Versions)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -24164,7 +23562,7 @@ public CreateClientCommandMutation_CreateClient_Client_Client(global::System.Str return false; } - return Equals((CreateClientCommandMutation_CreateClient_Client_Client)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); } public override global::System.Int32 GetHashCode() @@ -24172,18 +23570,9 @@ public CreateClientCommandMutation_CreateClient_Client_Client(global::System.Str unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Id.GetHashCode(); - if (Api != null) - { - hash ^= 397 * Api.GetHashCode(); - } - - if (Versions != null) - { - hash ^= 397 * Versions.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -24191,23 +23580,27 @@ public CreateClientCommandMutation_CreateClient_Client_Client(global::System.Str // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 { - public CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError(global::System.String message, global::System.String __typename, global::System.String apiId) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { - Message = message; this.__typename = __typename; - ApiId = apiId; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public global::System.String Message { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String ApiId { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -24224,7 +23617,7 @@ public CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError(global:: return false; } - return (Message.Equals(other.Message)) && __typename.Equals(other.__typename) && ApiId.Equals(other.ApiId); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -24244,7 +23637,7 @@ public CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError(global:: return false; } - return Equals((CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -24252,9 +23645,15 @@ public CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError(global:: unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -24262,21 +23661,25 @@ public CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError(global:: // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 { - public CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation(global::System.String message, global::System.String __typename) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Message = message; this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::System.String Message { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5? other) { if (ReferenceEquals(null, other)) { @@ -24293,7 +23696,7 @@ public CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation(glo return false; } - return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -24313,7 +23716,7 @@ public CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation(glo return false; } - return Equals((CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5)obj); } public override global::System.Int32 GetHashCode() @@ -24321,27 +23724,44 @@ public CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation(glo unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutation_CreateClient_Client_Api_Api : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Api_Api + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 { - public CreateClientCommandMutation_CreateClient_Client_Api_Api(global::System.String name, global::System.Collections.Generic.IReadOnlyList path) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Name = name; - Path = path; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Api_Api? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6? other) { if (ReferenceEquals(null, other)) { @@ -24358,7 +23778,7 @@ public CreateClientCommandMutation_CreateClient_Client_Api_Api(global::System.St return false; } - return (Name.Equals(other.Name)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -24378,7 +23798,7 @@ public CreateClientCommandMutation_CreateClient_Client_Api_Api(global::System.St return false; } - return Equals((CreateClientCommandMutation_CreateClient_Client_Api_Api)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6)obj); } public override global::System.Int32 GetHashCode() @@ -24386,10 +23806,16 @@ public CreateClientCommandMutation_CreateClient_Client_Api_Api(global::System.St unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - foreach (var Path_elm in Path) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Path_elm.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -24398,28 +23824,24 @@ public CreateClientCommandMutation_CreateClient_Client_Api_Api(global::System.St } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded { - public CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo pageInfo) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { - Edges = edges; - PageInfo = pageInfo; + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo PageInfo { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded? other) { if (ReferenceEquals(null, other)) { @@ -24436,7 +23858,7 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionCon return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -24456,7 +23878,7 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionCon return false; } - return Equals((CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded)obj); } public override global::System.Int32 GetHashCode() @@ -24464,43 +23886,33 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionCon unchecked { int hash = 5; - if (Edges != null) - { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } - } - - hash ^= 397 * PageInfo.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved { - public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node node) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { - Cursor = cursor; - Node = node; + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node Node { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved? other) { if (ReferenceEquals(null, other)) { @@ -24517,7 +23929,7 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVers return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -24537,7 +23949,7 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVers return false; } - return Equals((CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -24545,36 +23957,28 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVers unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection { - public CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo(global::System.Boolean hasNextPage, global::System.String? endCursor) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) { - HasNextPage = hasNextPage; - EndCursor = endCursor; + Id = id; + Name = name; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -24591,7 +23995,7 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInf return false; } - return (global::System.Object.Equals(HasNextPage, other.HasNextPage)) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -24611,7 +24015,7 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInf return false; } - return Equals((CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -24619,12 +24023,8 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInf unchecked { int hash = 5; - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -24632,22 +24032,20 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInf // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint { - public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion(global::System.String id, global::System.DateTimeOffset createdAt, global::System.String tag, global::System.Collections.Generic.IReadOnlyList publishedTo) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) { - Id = id; - CreatedAt = createdAt; - Tag = tag; - PublishedTo = publishedTo; + Errors = errors; + HttpMethod = httpMethod; + Route = route; } - public global::System.String Id { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.String Tag { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } - public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) { if (ReferenceEquals(null, other)) { @@ -24664,7 +24062,7 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_Clien return false; } - return (Id.Equals(other.Id)) && CreatedAt.Equals(other.CreatedAt) && Tag.Equals(other.Tag) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedTo, other.PublishedTo); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -24684,7 +24082,7 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_Clien return false; } - return Equals((CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); } public override global::System.Int32 GetHashCode() @@ -24692,14 +24090,13 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_Clien unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * CreatedAt.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); - foreach (var PublishedTo_elm in PublishedTo) + foreach (var Errors_elm in Errors) { - hash ^= 397 * PublishedTo_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } + hash ^= 397 * HttpMethod.GetHashCode(); + hash ^= 397 * Route.GetHashCode(); return hash; } } @@ -24707,16 +24104,18 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_Clien // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel { - public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? stage) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - Stage = stage; + Errors = errors; + Name = name; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) { if (ReferenceEquals(null, other)) { @@ -24733,7 +24132,7 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_Publi return false; } - return (((Stage is null && other.Stage is null) || Stage != null && Stage.Equals(other.Stage))); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -24753,7 +24152,7 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_Publi return false; } - return Equals((CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); } public override global::System.Int32 GetHashCode() @@ -24761,11 +24160,12 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_Publi unchecked { int hash = 5; - if (Stage != null) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Stage.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -24773,16 +24173,18 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_Publi // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage : global::System.IEquatable, ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection { - public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage(global::System.String name) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) { + Id = id; Name = name; } + public global::System.String Id { get; } public global::System.String Name { get; } - public virtual global::System.Boolean Equals(CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -24799,7 +24201,7 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_Publi return false; } - return (Name.Equals(other.Name)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -24819,7 +24221,7 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_Publi return false; } - return Equals((CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -24827,210 +24229,27 @@ public CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_Publi unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient CreateClient { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_CreateClientPayload : ICreateClientCommandMutation_CreateClient - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_Client : IClientDetailPrompt_Client - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client : ICreateClientCommandMutation_Client - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Client : ICreateClientCommandMutation_CreateClient_Client - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError : ICreateClientCommandMutation_CreateClient_Errors, IApiNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation : ICreateClientCommandMutation_CreateClient_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Api - { - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Api_Api : ICreateClientCommandMutation_CreateClient_Client_Api - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection : ICreateClientCommandMutation_CreateClient_Client_Versions - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges : IClientDetailPrompt_ClientVersionEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge : ICreateClientCommandMutation_CreateClient_Client_Versions_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo - { - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo : ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node - { - public global::System.String Id { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.String Tag { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion : ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo - { - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion : ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage : ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQueryResult : global::System.IEquatable, IShowApiCommandQueryResult + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt { - public ShowApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node? node) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - Node = node; + Errors = errors; + Name = name; } - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node? Node { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(ShowApiCommandQueryResult? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) { if (ReferenceEquals(null, other)) { @@ -25047,7 +24266,7 @@ public ShowApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IS return false; } - return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25067,7 +24286,7 @@ public ShowApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IS return false; } - return Equals((ShowApiCommandQueryResult)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); } public override global::System.Int32 GetHashCode() @@ -25075,11 +24294,12 @@ public ShowApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IS unchecked { int hash = 5; - if (Node != null) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -25087,24 +24307,18 @@ public ShowApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IS // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_Api : global::System.IEquatable, IShowApiCommandQuery_Node_Api + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool { - public ShowApiCommandQuery_Node_Api(global::System.String id, global::System.String name, global::System.Collections.Generic.IReadOnlyList path, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? workspace, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings settings) + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - Id = id; + Errors = errors; Name = name; - Path = path; - Workspace = workspace; - Settings = settings; } - public global::System.String Id { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? Workspace { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings Settings { get; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Api? other) + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) { if (ReferenceEquals(null, other)) { @@ -25121,7 +24335,7 @@ public ShowApiCommandQuery_Node_Api(global::System.String id, global::System.Str return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)) && Settings.Equals(other.Settings); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25141,7 +24355,7 @@ public ShowApiCommandQuery_Node_Api(global::System.String id, global::System.Str return false; } - return Equals((ShowApiCommandQuery_Node_Api)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); } public override global::System.Int32 GetHashCode() @@ -25149,19 +24363,12 @@ public ShowApiCommandQuery_Node_Api(global::System.String id, global::System.Str unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - foreach (var Path_elm in Path) - { - hash ^= 397 * Path_elm.GetHashCode(); - } - - if (Workspace != null) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Workspace.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } - hash ^= 397 * Settings.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -25169,13 +24376,23 @@ public ShowApiCommandQuery_Node_Api(global::System.String id, global::System.Str // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_ApiDocument : global::System.IEquatable, IShowApiCommandQuery_Node_ApiDocument + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange { - public ShowApiCommandQuery_Node_ApiDocument() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { + this.__typename = __typename; + Severity = severity; + DeprecationReason = deprecationReason; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_ApiDocument? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange? other) { if (ReferenceEquals(null, other)) { @@ -25192,7 +24409,7 @@ public ShowApiCommandQuery_Node_ApiDocument() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25212,7 +24429,7 @@ public ShowApiCommandQuery_Node_ApiDocument() return false; } - return Equals((ShowApiCommandQuery_Node_ApiDocument)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange)obj); } public override global::System.Int32 GetHashCode() @@ -25220,6 +24437,13 @@ public ShowApiCommandQuery_Node_ApiDocument() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -25227,13 +24451,25 @@ public ShowApiCommandQuery_Node_ApiDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_ApiKey : global::System.IEquatable, IShowApiCommandQuery_Node_ApiKey + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged { - public ShowApiCommandQuery_Node_ApiKey() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_ApiKey? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -25250,7 +24486,7 @@ public ShowApiCommandQuery_Node_ApiKey() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25270,7 +24506,7 @@ public ShowApiCommandQuery_Node_ApiKey() return false; } - return Equals((ShowApiCommandQuery_Node_ApiKey)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -25278,6 +24514,18 @@ public ShowApiCommandQuery_Node_ApiKey() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -25285,13 +24533,25 @@ public ShowApiCommandQuery_Node_ApiKey() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_Client : global::System.IEquatable, IShowApiCommandQuery_Node_Client + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged { - public ShowApiCommandQuery_Node_Client() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) { + this.__typename = __typename; + Severity = severity; + OldType = oldType; + NewType = newType; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Client? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged? other) { if (ReferenceEquals(null, other)) { @@ -25308,7 +24568,7 @@ public ShowApiCommandQuery_Node_Client() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25328,7 +24588,7 @@ public ShowApiCommandQuery_Node_Client() return false; } - return Equals((ShowApiCommandQuery_Node_Client)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged)obj); } public override global::System.Int32 GetHashCode() @@ -25336,6 +24596,10 @@ public ShowApiCommandQuery_Node_Client() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -25343,13 +24607,18 @@ public ShowApiCommandQuery_Node_Client() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IShowApiCommandQuery_Node_ClientChangeLog + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 { - public ShowApiCommandQuery_Node_ClientChangeLog() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { + Severity = severity; + DeprecationReason = deprecationReason; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_ClientChangeLog? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -25366,7 +24635,7 @@ public ShowApiCommandQuery_Node_ClientChangeLog() return false; } - return true; + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25386,7 +24655,7 @@ public ShowApiCommandQuery_Node_ClientChangeLog() return false; } - return Equals((ShowApiCommandQuery_Node_ClientChangeLog)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -25394,6 +24663,12 @@ public ShowApiCommandQuery_Node_ClientChangeLog() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -25401,13 +24676,25 @@ public ShowApiCommandQuery_Node_ClientChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_ClientDeployment : global::System.IEquatable, IShowApiCommandQuery_Node_ClientDeployment + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 { - public ShowApiCommandQuery_Node_ClientDeployment() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { + Severity = severity; + Old = old; + New = @new; + this.__typename = __typename; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_ClientDeployment? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -25424,7 +24711,7 @@ public ShowApiCommandQuery_Node_ClientDeployment() return false; } - return true; + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25444,7 +24731,7 @@ public ShowApiCommandQuery_Node_ClientDeployment() return false; } - return Equals((ShowApiCommandQuery_Node_ClientDeployment)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -25452,6 +24739,18 @@ public ShowApiCommandQuery_Node_ClientDeployment() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -25459,13 +24758,18 @@ public ShowApiCommandQuery_Node_ClientDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_ClientVersion : global::System.IEquatable, IShowApiCommandQuery_Node_ClientVersion + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 { - public ShowApiCommandQuery_Node_ClientVersion() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { + Severity = severity; + DeprecationReason = deprecationReason; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_ClientVersion? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -25482,7 +24786,7 @@ public ShowApiCommandQuery_Node_ClientVersion() return false; } - return true; + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25502,7 +24806,7 @@ public ShowApiCommandQuery_Node_ClientVersion() return false; } - return Equals((ShowApiCommandQuery_Node_ClientVersion)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -25510,6 +24814,12 @@ public ShowApiCommandQuery_Node_ClientVersion() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -25517,13 +24827,25 @@ public ShowApiCommandQuery_Node_ClientVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IShowApiCommandQuery_Node_CoordinateClientUsageMetrics + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 { - public ShowApiCommandQuery_Node_CoordinateClientUsageMetrics() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { + Severity = severity; + Old = old; + New = @new; + this.__typename = __typename; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_CoordinateClientUsageMetrics? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -25540,7 +24862,7 @@ public ShowApiCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return true; + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25560,7 +24882,7 @@ public ShowApiCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return Equals((ShowApiCommandQuery_Node_CoordinateClientUsageMetrics)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -25568,6 +24890,18 @@ public ShowApiCommandQuery_Node_CoordinateClientUsageMetrics() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -25575,13 +24909,25 @@ public ShowApiCommandQuery_Node_CoordinateClientUsageMetrics() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_Environment : global::System.IEquatable, IShowApiCommandQuery_Node_Environment + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 { - public ShowApiCommandQuery_Node_Environment() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) { + Severity = severity; + OldType = oldType; + NewType = newType; + this.__typename = __typename; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Environment? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -25598,7 +24944,7 @@ public ShowApiCommandQuery_Node_Environment() return false; } - return true; + return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25618,7 +24964,7 @@ public ShowApiCommandQuery_Node_Environment() return false; } - return Equals((ShowApiCommandQuery_Node_Environment)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -25626,6 +24972,10 @@ public ShowApiCommandQuery_Node_Environment() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -25633,13 +24983,27 @@ public ShowApiCommandQuery_Node_Environment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IShowApiCommandQuery_Node_FusionConfigurationChangeLog + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded { - public ShowApiCommandQuery_Node_FusionConfigurationChangeLog() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) { + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; + this.__typename = __typename; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_FusionConfigurationChangeLog? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -25656,7 +25020,7 @@ public ShowApiCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return true; + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25676,7 +25040,7 @@ public ShowApiCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return Equals((ShowApiCommandQuery_Node_FusionConfigurationChangeLog)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -25684,6 +25048,11 @@ public ShowApiCommandQuery_Node_FusionConfigurationChangeLog() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -25691,13 +25060,27 @@ public ShowApiCommandQuery_Node_FusionConfigurationChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IShowApiCommandQuery_Node_FusionConfigurationDeployment + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged { - public ShowApiCommandQuery_Node_FusionConfigurationDeployment() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) { + Severity = severity; + Coordinate = coordinate; + Name = name; + this.__typename = __typename; + Changes = changes; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_FusionConfigurationDeployment? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -25714,7 +25097,7 @@ public ShowApiCommandQuery_Node_FusionConfigurationDeployment() return false; } - return true; + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25734,7 +25117,7 @@ public ShowApiCommandQuery_Node_FusionConfigurationDeployment() return false; } - return Equals((ShowApiCommandQuery_Node_FusionConfigurationDeployment)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -25742,6 +25125,15 @@ public ShowApiCommandQuery_Node_FusionConfigurationDeployment() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -25749,13 +25141,27 @@ public ShowApiCommandQuery_Node_FusionConfigurationDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved { - public ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) { + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; + this.__typename = __typename; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -25772,7 +25178,7 @@ public ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition() return false; } - return true; + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25792,7 +25198,7 @@ public ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -25800,6 +25206,11 @@ public ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -25807,13 +25218,18 @@ public ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLDirectiveDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 { - public ShowApiCommandQuery_Node_GraphQLDirectiveDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { + Severity = severity; + DeprecationReason = deprecationReason; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLDirectiveDefinition? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3? other) { if (ReferenceEquals(null, other)) { @@ -25830,7 +25246,7 @@ public ShowApiCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return true; + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25850,7 +25266,7 @@ public ShowApiCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLDirectiveDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3)obj); } public override global::System.Int32 GetHashCode() @@ -25858,6 +25274,12 @@ public ShowApiCommandQuery_Node_GraphQLDirectiveDefinition() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -25865,13 +25287,25 @@ public ShowApiCommandQuery_Node_GraphQLDirectiveDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLEnumTypeDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 { - public ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { + Severity = severity; + Old = old; + New = @new; + this.__typename = __typename; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -25888,7 +25322,7 @@ public ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return true; + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25908,7 +25342,7 @@ public ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -25916,6 +25350,18 @@ public ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -25923,13 +25369,25 @@ public ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLEnumValueDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 { - public ShowApiCommandQuery_Node_GraphQLEnumValueDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) { + Severity = severity; + OldType = oldType; + NewType = newType; + this.__typename = __typename; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLEnumValueDefinition? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -25946,7 +25404,7 @@ public ShowApiCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return true; + return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -25966,7 +25424,7 @@ public ShowApiCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLEnumValueDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -25974,6 +25432,10 @@ public ShowApiCommandQuery_Node_GraphQLEnumValueDefinition() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -25981,13 +25443,22 @@ public ShowApiCommandQuery_Node_GraphQLEnumValueDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError { - public ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { + Code = code; + Message = message; + Path = path; + Locations = locations; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) { if (ReferenceEquals(null, other)) { @@ -26004,7 +25475,7 @@ public ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition() return false; } - return true; + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -26024,7 +25495,7 @@ public ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); } public override global::System.Int32 GetHashCode() @@ -26032,6 +25503,25 @@ public ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition() unchecked { int hash = 5; + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } + return hash; } } @@ -26039,13 +25529,16 @@ public ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError { - public ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) { + Message = message; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) { if (ReferenceEquals(null, other)) { @@ -26062,7 +25555,7 @@ public ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition() return false; } - return true; + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -26082,7 +25575,7 @@ public ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -26090,6 +25583,7 @@ public ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -26097,13 +25591,22 @@ public ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError { - public ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { + Code = code; + Message = message; + Path = path; + Locations = locations; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) { if (ReferenceEquals(null, other)) { @@ -26120,7 +25623,7 @@ public ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() return false; } - return true; + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -26140,7 +25643,7 @@ public ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); } public override global::System.Int32 GetHashCode() @@ -26148,6 +25651,25 @@ public ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() unchecked { int hash = 5; + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } + return hash; } } @@ -26155,13 +25677,16 @@ public ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError { - public ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) { + Message = message; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) { if (ReferenceEquals(null, other)) { @@ -26178,7 +25703,7 @@ public ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition() return false; } - return true; + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -26198,7 +25723,7 @@ public ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -26206,6 +25731,7 @@ public ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -26213,13 +25739,23 @@ public ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange { - public ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { + this.__typename = __typename; + Severity = severity; + DeprecationReason = deprecationReason; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange? other) { if (ReferenceEquals(null, other)) { @@ -26236,7 +25772,7 @@ public ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -26256,7 +25792,7 @@ public ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange)obj); } public override global::System.Int32 GetHashCode() @@ -26264,6 +25800,13 @@ public ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -26271,13 +25814,25 @@ public ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged { - public ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -26294,7 +25849,7 @@ public ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -26314,7 +25869,7 @@ public ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -26322,6 +25877,18 @@ public ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -26329,15 +25896,27 @@ public ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLObjectFieldDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged { - public ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) { + this.__typename = __typename; + Severity = severity; + OldType = oldType; + NewType = newType; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition? other) - { - if (ReferenceEquals(null, other)) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged? other) + { + if (ReferenceEquals(null, other)) { return false; } @@ -26352,7 +25931,7 @@ public ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -26372,7 +25951,7 @@ public ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged)obj); } public override global::System.Int32 GetHashCode() @@ -26380,6 +25959,10 @@ public ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -26387,13 +25970,18 @@ public ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLScalarTypeDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation { - public ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { + Column = column; + Line = line; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition? other) + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -26410,7 +25998,7 @@ public ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return true; + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -26430,7 +26018,7 @@ public ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -26438,6 +26026,8 @@ public ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -26445,13 +26035,18 @@ public ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IShowApiCommandQuery_Node_GraphQLUnionTypeDefinition + public partial class OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation { - public ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition() + public OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { + Column = column; + Line = line; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition? other) + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + + public virtual global::System.Boolean Equals(OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -26468,7 +26063,7 @@ public ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return true; + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -26488,7 +26083,7 @@ public ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return Equals((ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition)obj); + return Equals((OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -26496,546 +26091,1497 @@ public ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_Group : global::System.IEquatable, IShowApiCommandQuery_Node_Group + public partial interface IOnClientVersionPublishUpdatedResult { - public ShowApiCommandQuery_Node_Group() - { - } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate OnClientVersionPublishingUpdate { get; } + } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Group? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate + { + public global::System.String __typename { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IClientVersionPublishFailed + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishFailed : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IClientVersionPublishFailed + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IClientVersionPublishSuccess + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ClientVersionPublishSuccess : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IClientVersionPublishSuccess + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOperationInProgress + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_OperationInProgress : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IOperationInProgress + { + } - return Equals((ShowApiCommandQuery_Node_Group)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IProcessingTaskApproved + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskApproved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IProcessingTaskApproved + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IShowApiCommandQuery_Node_McpFeatureCollection + public partial interface IProcessingTaskIsQueued { - public ShowApiCommandQuery_Node_McpFeatureCollection() - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Queued { get; } + public global::System.Int32 QueuePosition { get; } + } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_McpFeatureCollection? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsQueued : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IProcessingTaskIsQueued + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IProcessingTaskIsReady + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Ready { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_ProcessingTaskIsReady : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IProcessingTaskIsReady + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IWaitForApproval + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? Deployment { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_WaitForApproval : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate, IWaitForApproval + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IConcurrentOperationError : IError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } - return Equals((ShowApiCommandQuery_Node_McpFeatureCollection)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ConcurrentOperationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors, IConcurrentOperationError + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPersistedQueryValidationError + { + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IShowApiCommandQuery_Node_McpFeatureCollectionChangeLog + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors, IPersistedQueryValidationError { - public ShowApiCommandQuery_Node_McpFeatureCollectionChangeLog() - { - } + } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_McpFeatureCollectionChangeLog? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IProcessingTimeoutError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ProcessingTimeoutError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors, IProcessingTimeoutError + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_ReadyTimeoutError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUnexpectedProcessingError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_UnexpectedProcessingError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors, IUnexpectedProcessingError + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - return Equals((ShowApiCommandQuery_Node_McpFeatureCollectionChangeLog)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IShowApiCommandQuery_Node_McpFeatureCollectionDeployment + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment { - public ShowApiCommandQuery_Node_McpFeatureCollectionDeployment() - { - } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_McpFeatureCollectionDeployment? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries + { + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors, IPersistedQueryValidationError + { + } - return Equals((ShowApiCommandQuery_Node_McpFeatureCollectionDeployment)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1 + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1, IPersistedQueryValidationError + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IShowApiCommandQuery_Node_McpFeatureCollectionVersion + public partial interface ISchemaChangeViolationError { - public ShowApiCommandQuery_Node_McpFeatureCollectionVersion() - { - } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_McpFeatureCollectionVersion? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1, ISchemaChangeViolationError + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IInvalidGraphQLSchemaError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1, IInvalidGraphQLSchemaError + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOpenApiCollectionValidationError + { + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1, IOpenApiCollectionValidationError + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMcpFeatureCollectionValidationError + { + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1, IMcpFeatureCollectionValidationError + { + } - return Equals((ShowApiCommandQuery_Node_McpFeatureCollectionVersion)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2 + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2, IMcpFeatureCollectionValidationError + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IShowApiCommandQuery_Node_OpenApiCollection + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3 { - public ShowApiCommandQuery_Node_OpenApiCollection() - { - } + } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_OpenApiCollection? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3, IOpenApiCollectionValidationError + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4 + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, IPersistedQueryValidationError + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, ISchemaChangeViolationError + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOperationsAreNotAllowedError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, IOperationsAreNotAllowedError + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISchemaVersionSyntaxError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Position { get; } + public global::System.Int32 Line { get; } + } - return Equals((ShowApiCommandQuery_Node_OpenApiCollection)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, ISchemaVersionSyntaxError + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, IInvalidGraphQLSchemaError + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IShowApiCommandQuery_Node_OpenApiCollectionChangeLog + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, IOpenApiCollectionValidationError { - public ShowApiCommandQuery_Node_OpenApiCollectionChangeLog() - { - } + } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_OpenApiCollectionChangeLog? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4, IMcpFeatureCollectionValidationError + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client_Client : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Client + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries + { + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Queries + { + } - return Equals((ShowApiCommandQuery_Node_OpenApiCollectionChangeLog)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISchemaChangeLogEntry + { + public global::System.String __typename { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes : ISchemaChangeLogEntry + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IShowApiCommandQuery_Node_OpenApiCollectionDeployment + public partial interface ISchemaChange { - public ShowApiCommandQuery_Node_OpenApiCollectionDeployment() - { - } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_OpenApiCollectionDeployment? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDirectiveModifiedChange : ISchemaChange + { + public global::System.String Coordinate { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IDirectiveModifiedChange + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IEnumModifiedChange : ISchemaChange + { + public global::System.String Coordinate { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IEnumModifiedChange + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IInputObjectModifiedChange : ISchemaChange + { + public global::System.String Coordinate { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IInputObjectModifiedChange + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IInterfaceModifiedChange : ISchemaChange + { + public global::System.String Coordinate { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } - return Equals((ShowApiCommandQuery_Node_OpenApiCollectionDeployment)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IInterfaceModifiedChange + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IObjectModifiedChange : ISchemaChange + { + public global::System.String Coordinate { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IShowApiCommandQuery_Node_OpenApiCollectionVersion + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IObjectModifiedChange { - public ShowApiCommandQuery_Node_OpenApiCollectionVersion() - { - } + } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_OpenApiCollectionVersion? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IScalarModifiedChange : ISchemaChange + { + public global::System.String Coordinate { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IScalarModifiedChange + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ITypeSystemMemberAddedChange : ISchemaChange + { + public global::System.String Coordinate { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberAddedChange + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, ISchemaChange + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ITypeSystemMemberRemovedChange : ISchemaChange + { + public global::System.String Coordinate { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberRemovedChange + { + } - return Equals((ShowApiCommandQuery_Node_OpenApiCollectionVersion)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUnionModifiedChange : ISchemaChange + { + public global::System.String Coordinate { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes, IUnionModifiedChange + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_Organization : global::System.IEquatable, IShowApiCommandQuery_Node_Organization + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors { - public ShowApiCommandQuery_Node_Organization() - { - } + public global::System.String Message { get; } + public global::System.String? Code { get; } + } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Organization? other) - { - if (ReferenceEquals(null, other)) - { - return false; + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IArgumentAdded : ISchemaChange + { + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IArgumentChanged : ISchemaChange + { + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IArgumentRemoved : ISchemaChange + { + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDescriptionChanged : ISchemaChange + { + public global::System.String? Old { get; } + public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDirectiveLocationAdded : ISchemaChange + { + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDirectiveLocationRemoved : ISchemaChange + { + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IEnumValueAdded : ISchemaChange + { + public global::System.String Coordinate { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IEnumValueChanged : ISchemaChange + { + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IEnumValueRemoved : ISchemaChange + { + public global::System.String Coordinate { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IFieldAddedChange : ISchemaChange + { + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IFieldRemovedChange : ISchemaChange + { + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IInputFieldChanged : ISchemaChange + { + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IInputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IInterfaceImplementationAdded : ISchemaChange + { + public global::System.String InterfaceName { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IInterfaceImplementationRemoved : ISchemaChange + { + public global::System.String InterfaceName { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOutputFieldChanged : ISchemaChange + { + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPossibleTypeAdded : ISchemaChange + { + public global::System.String TypeName { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPossibleTypeRemoved : ISchemaChange + { + public global::System.String TypeName { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUnionMemberAdded : ISchemaChange + { + public global::System.String TypeName { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUnionMemberRemoved : ISchemaChange + { + public global::System.String TypeName { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities + { + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1 + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1 + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1 + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeprecatedChange : ISchemaChange + { + public global::System.String? DeprecationReason { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ITypeChanged : ISchemaChange + { + public global::System.String OldType { get; } + public global::System.String NewType { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOpenApiCollectionValidationDocumentError + { + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationDocumentError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOpenApiCollectionValidationEntityValidationError + { + public global::System.String Message { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationEntityValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMcpFeatureCollectionValidationDocumentError + { + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1, IMcpFeatureCollectionValidationDocumentError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMcpFeatureCollectionValidationEntityValidationError + { + public global::System.String Message { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1, IMcpFeatureCollectionValidationEntityValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ShowClientCommandQueryResult : global::System.IEquatable, IShowClientCommandQueryResult + { + public ShowClientCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node? node) + { + Node = node; + } + + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node? Node { get; } + + public virtual global::System.Boolean Equals(ShowClientCommandQueryResult? other) + { + if (ReferenceEquals(null, other)) + { + return false; } if (ReferenceEquals(this, other)) @@ -27048,7 +27594,7 @@ public ShowApiCommandQuery_Node_Organization() return false; } - return true; + return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -27068,7 +27614,7 @@ public ShowApiCommandQuery_Node_Organization() return false; } - return Equals((ShowApiCommandQuery_Node_Organization)obj); + return Equals((ShowClientCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -27076,6 +27622,11 @@ public ShowApiCommandQuery_Node_Organization() unchecked { int hash = 5; + if (Node != null) + { + hash ^= 397 * Node.GetHashCode(); + } + return hash; } } @@ -27083,13 +27634,13 @@ public ShowApiCommandQuery_Node_Organization() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_OrganizationMember : global::System.IEquatable, IShowApiCommandQuery_Node_OrganizationMember + public partial class ShowClientCommandQuery_Node_Api : global::System.IEquatable, IShowClientCommandQuery_Node_Api { - public ShowApiCommandQuery_Node_OrganizationMember() + public ShowClientCommandQuery_Node_Api() { } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_OrganizationMember? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Api? other) { if (ReferenceEquals(null, other)) { @@ -27126,7 +27677,7 @@ public ShowApiCommandQuery_Node_OrganizationMember() return false; } - return Equals((ShowApiCommandQuery_Node_OrganizationMember)obj); + return Equals((ShowClientCommandQuery_Node_Api)obj); } public override global::System.Int32 GetHashCode() @@ -27141,13 +27692,13 @@ public ShowApiCommandQuery_Node_OrganizationMember() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IShowApiCommandQuery_Node_SchemaChangeLog + public partial class ShowClientCommandQuery_Node_ApiDocument : global::System.IEquatable, IShowClientCommandQuery_Node_ApiDocument { - public ShowApiCommandQuery_Node_SchemaChangeLog() + public ShowClientCommandQuery_Node_ApiDocument() { } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_SchemaChangeLog? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_ApiDocument? other) { if (ReferenceEquals(null, other)) { @@ -27184,7 +27735,7 @@ public ShowApiCommandQuery_Node_SchemaChangeLog() return false; } - return Equals((ShowApiCommandQuery_Node_SchemaChangeLog)obj); + return Equals((ShowClientCommandQuery_Node_ApiDocument)obj); } public override global::System.Int32 GetHashCode() @@ -27199,13 +27750,13 @@ public ShowApiCommandQuery_Node_SchemaChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IShowApiCommandQuery_Node_SchemaDeployment + public partial class ShowClientCommandQuery_Node_ApiKey : global::System.IEquatable, IShowClientCommandQuery_Node_ApiKey { - public ShowApiCommandQuery_Node_SchemaDeployment() + public ShowClientCommandQuery_Node_ApiKey() { } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_SchemaDeployment? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -27242,7 +27793,7 @@ public ShowApiCommandQuery_Node_SchemaDeployment() return false; } - return Equals((ShowApiCommandQuery_Node_SchemaDeployment)obj); + return Equals((ShowClientCommandQuery_Node_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -27257,13 +27808,22 @@ public ShowApiCommandQuery_Node_SchemaDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_Stage : global::System.IEquatable, IShowApiCommandQuery_Node_Stage + public partial class ShowClientCommandQuery_Node_Client : global::System.IEquatable, IShowClientCommandQuery_Node_Client { - public ShowApiCommandQuery_Node_Stage() + public ShowClientCommandQuery_Node_Client(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? api, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? versions) { + Id = id; + Name = name; + Api = api; + Versions = versions; } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Stage? other) + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? Api { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? Versions { get; } + + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Client? other) { if (ReferenceEquals(null, other)) { @@ -27280,7 +27840,7 @@ public ShowApiCommandQuery_Node_Stage() return false; } - return true; + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api)) && ((Versions is null && other.Versions is null) || Versions != null && Versions.Equals(other.Versions)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -27300,7 +27860,7 @@ public ShowApiCommandQuery_Node_Stage() return false; } - return Equals((ShowApiCommandQuery_Node_Stage)obj); + return Equals((ShowClientCommandQuery_Node_Client)obj); } public override global::System.Int32 GetHashCode() @@ -27308,6 +27868,18 @@ public ShowApiCommandQuery_Node_Stage() unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + if (Api != null) + { + hash ^= 397 * Api.GetHashCode(); + } + + if (Versions != null) + { + hash ^= 397 * Versions.GetHashCode(); + } + return hash; } } @@ -27315,13 +27887,13 @@ public ShowApiCommandQuery_Node_Stage() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_User : global::System.IEquatable, IShowApiCommandQuery_Node_User + public partial class ShowClientCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IShowClientCommandQuery_Node_ClientChangeLog { - public ShowApiCommandQuery_Node_User() + public ShowClientCommandQuery_Node_ClientChangeLog() { } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_User? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_ClientChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -27358,7 +27930,7 @@ public ShowApiCommandQuery_Node_User() return false; } - return Equals((ShowApiCommandQuery_Node_User)obj); + return Equals((ShowClientCommandQuery_Node_ClientChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -27373,13 +27945,13 @@ public ShowApiCommandQuery_Node_User() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_Workspace : global::System.IEquatable, IShowApiCommandQuery_Node_Workspace + public partial class ShowClientCommandQuery_Node_ClientDeployment : global::System.IEquatable, IShowClientCommandQuery_Node_ClientDeployment { - public ShowApiCommandQuery_Node_Workspace() + public ShowClientCommandQuery_Node_ClientDeployment() { } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Workspace? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -27416,7 +27988,7 @@ public ShowApiCommandQuery_Node_Workspace() return false; } - return Equals((ShowApiCommandQuery_Node_Workspace)obj); + return Equals((ShowClientCommandQuery_Node_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -27431,13 +28003,13 @@ public ShowApiCommandQuery_Node_Workspace() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IShowApiCommandQuery_Node_WorkspaceDocument + public partial class ShowClientCommandQuery_Node_ClientVersion : global::System.IEquatable, IShowClientCommandQuery_Node_ClientVersion { - public ShowApiCommandQuery_Node_WorkspaceDocument() + public ShowClientCommandQuery_Node_ClientVersion() { } - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_WorkspaceDocument? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -27474,7 +28046,7 @@ public ShowApiCommandQuery_Node_WorkspaceDocument() return false; } - return Equals((ShowApiCommandQuery_Node_WorkspaceDocument)obj); + return Equals((ShowClientCommandQuery_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -27489,18 +28061,13 @@ public ShowApiCommandQuery_Node_WorkspaceDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_Workspace_Workspace : global::System.IEquatable, IShowApiCommandQuery_Node_Workspace_Workspace + public partial class ShowClientCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IShowClientCommandQuery_Node_CoordinateClientUsageMetrics { - public ShowApiCommandQuery_Node_Workspace_Workspace(global::System.String id, global::System.String name) + public ShowClientCommandQuery_Node_CoordinateClientUsageMetrics() { - Id = id; - Name = name; } - public global::System.String Id { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Workspace_Workspace? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_CoordinateClientUsageMetrics? other) { if (ReferenceEquals(null, other)) { @@ -27517,7 +28084,7 @@ public ShowApiCommandQuery_Node_Workspace_Workspace(global::System.String id, gl return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -27537,7 +28104,7 @@ public ShowApiCommandQuery_Node_Workspace_Workspace(global::System.String id, gl return false; } - return Equals((ShowApiCommandQuery_Node_Workspace_Workspace)obj); + return Equals((ShowClientCommandQuery_Node_CoordinateClientUsageMetrics)obj); } public override global::System.Int32 GetHashCode() @@ -27545,8 +28112,6 @@ public ShowApiCommandQuery_Node_Workspace_Workspace(global::System.String id, gl unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -27554,16 +28119,13 @@ public ShowApiCommandQuery_Node_Workspace_Workspace(global::System.String id, gl // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_Settings_ApiSettings : global::System.IEquatable, IShowApiCommandQuery_Node_Settings_ApiSettings + public partial class ShowClientCommandQuery_Node_Environment : global::System.IEquatable, IShowClientCommandQuery_Node_Environment { - public ShowApiCommandQuery_Node_Settings_ApiSettings(global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry schemaRegistry) + public ShowClientCommandQuery_Node_Environment() { - SchemaRegistry = schemaRegistry; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry SchemaRegistry { get; } - - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Settings_ApiSettings? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Environment? other) { if (ReferenceEquals(null, other)) { @@ -27580,7 +28142,7 @@ public ShowApiCommandQuery_Node_Settings_ApiSettings(global::ChilliCream.Nitro.C return false; } - return (SchemaRegistry.Equals(other.SchemaRegistry)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -27600,7 +28162,7 @@ public ShowApiCommandQuery_Node_Settings_ApiSettings(global::ChilliCream.Nitro.C return false; } - return Equals((ShowApiCommandQuery_Node_Settings_ApiSettings)obj); + return Equals((ShowClientCommandQuery_Node_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -27608,7 +28170,6 @@ public ShowApiCommandQuery_Node_Settings_ApiSettings(global::ChilliCream.Nitro.C unchecked { int hash = 5; - hash ^= 397 * SchemaRegistry.GetHashCode(); return hash; } } @@ -27616,18 +28177,13 @@ public ShowApiCommandQuery_Node_Settings_ApiSettings(global::ChilliCream.Nitro.C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings : global::System.IEquatable, IShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings + public partial class ShowClientCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IShowClientCommandQuery_Node_FusionConfigurationChangeLog { - public ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings(global::System.Boolean treatDangerousAsBreaking, global::System.Boolean allowBreakingSchemaChanges) + public ShowClientCommandQuery_Node_FusionConfigurationChangeLog() { - TreatDangerousAsBreaking = treatDangerousAsBreaking; - AllowBreakingSchemaChanges = allowBreakingSchemaChanges; } - public global::System.Boolean TreatDangerousAsBreaking { get; } - public global::System.Boolean AllowBreakingSchemaChanges { get; } - - public virtual global::System.Boolean Equals(ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_FusionConfigurationChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -27644,7 +28200,7 @@ public ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings(g return false; } - return (global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking)) && global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -27664,7 +28220,7 @@ public ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings(g return false; } - return Equals((ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings)obj); + return Equals((ShowClientCommandQuery_Node_FusionConfigurationChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -27672,345 +28228,78 @@ public ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings(g unchecked { int hash = 5; - hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); - hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQueryResult + public partial class ShowClientCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IShowClientCommandQuery_Node_FusionConfigurationDeployment { - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node? Node { get; } - } + public ShowClientCommandQuery_Node_FusionConfigurationDeployment() + { + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// The node interface is implemented by entities that have a global unique identifier. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node - { - } + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_FusionConfigurationDeployment? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IApiDetailPrompt_Api - { - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? Workspace { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings Settings { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Api : IShowApiCommandQuery_Node, IApiDetailPrompt_Api - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_ApiDocument : IShowApiCommandQuery_Node - { - } + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_ApiKey : IShowApiCommandQuery_Node - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Client : IShowApiCommandQuery_Node - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_ClientChangeLog : IShowApiCommandQuery_Node - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_ClientDeployment : IShowApiCommandQuery_Node - { - } + return Equals((ShowClientCommandQuery_Node_FusionConfigurationDeployment)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_ClientVersion : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_CoordinateClientUsageMetrics : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Environment : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_FusionConfigurationChangeLog : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_FusionConfigurationDeployment : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLDirectiveDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLEnumTypeDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLEnumValueDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLObjectFieldDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLScalarTypeDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_GraphQLUnionTypeDefinition : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Group : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_McpFeatureCollection : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_McpFeatureCollectionChangeLog : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_McpFeatureCollectionDeployment : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_McpFeatureCollectionVersion : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_OpenApiCollection : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_OpenApiCollectionChangeLog : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_OpenApiCollectionDeployment : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_OpenApiCollectionVersion : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Organization : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_OrganizationMember : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_SchemaChangeLog : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_SchemaDeployment : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Stage : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_User : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Workspace : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_WorkspaceDocument : IShowApiCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Workspace_1 - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Workspace_Workspace : IShowApiCommandQuery_Node_Workspace_1 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Settings - { - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry SchemaRegistry { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Settings_ApiSettings : IShowApiCommandQuery_Node_Settings - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Settings_SchemaRegistry - { - public global::System.Boolean TreatDangerousAsBreaking { get; } - public global::System.Boolean AllowBreakingSchemaChanges { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings : IShowApiCommandQuery_Node_Settings_SchemaRegistry - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQueryResult : global::System.IEquatable, IDeleteApiCommandQueryResult + public partial class ShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition { - public DeleteApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node? node) + public ShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition() { - Node = node; } - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node? Node { get; } - - public virtual global::System.Boolean Equals(DeleteApiCommandQueryResult? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28027,7 +28316,7 @@ public DeleteApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client. return false; } - return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -28047,7 +28336,7 @@ public DeleteApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client. return false; } - return Equals((DeleteApiCommandQueryResult)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28055,11 +28344,6 @@ public DeleteApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client. unchecked { int hash = 5; - if (Node != null) - { - hash ^= 397 * Node.GetHashCode(); - } - return hash; } } @@ -28067,20 +28351,13 @@ public DeleteApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_Api : global::System.IEquatable, IDeleteApiCommandQuery_Node_Api + public partial class ShowClientCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLDirectiveDefinition { - public DeleteApiCommandQuery_Node_Api(global::System.String name, global::System.String version, global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node_Workspace_1? workspace) + public ShowClientCommandQuery_Node_GraphQLDirectiveDefinition() { - Name = name; - Version = version; - Workspace = workspace; } - public global::System.String Name { get; } - public global::System.String Version { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node_Workspace_1? Workspace { get; } - - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Api? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLDirectiveDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28097,7 +28374,7 @@ public DeleteApiCommandQuery_Node_Api(global::System.String name, global::System return false; } - return (Name.Equals(other.Name)) && Version.Equals(other.Version) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -28117,7 +28394,7 @@ public DeleteApiCommandQuery_Node_Api(global::System.String name, global::System return false; } - return Equals((DeleteApiCommandQuery_Node_Api)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLDirectiveDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28125,13 +28402,6 @@ public DeleteApiCommandQuery_Node_Api(global::System.String name, global::System unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Version.GetHashCode(); - if (Workspace != null) - { - hash ^= 397 * Workspace.GetHashCode(); - } - return hash; } } @@ -28139,13 +28409,13 @@ public DeleteApiCommandQuery_Node_Api(global::System.String name, global::System // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_ApiDocument : global::System.IEquatable, IDeleteApiCommandQuery_Node_ApiDocument + public partial class ShowClientCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLEnumTypeDefinition { - public DeleteApiCommandQuery_Node_ApiDocument() + public ShowClientCommandQuery_Node_GraphQLEnumTypeDefinition() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_ApiDocument? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLEnumTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28182,7 +28452,7 @@ public DeleteApiCommandQuery_Node_ApiDocument() return false; } - return Equals((DeleteApiCommandQuery_Node_ApiDocument)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLEnumTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28197,13 +28467,13 @@ public DeleteApiCommandQuery_Node_ApiDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_ApiKey : global::System.IEquatable, IDeleteApiCommandQuery_Node_ApiKey + public partial class ShowClientCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLEnumValueDefinition { - public DeleteApiCommandQuery_Node_ApiKey() + public ShowClientCommandQuery_Node_GraphQLEnumValueDefinition() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_ApiKey? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLEnumValueDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28240,7 +28510,7 @@ public DeleteApiCommandQuery_Node_ApiKey() return false; } - return Equals((DeleteApiCommandQuery_Node_ApiKey)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLEnumValueDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28255,13 +28525,13 @@ public DeleteApiCommandQuery_Node_ApiKey() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_Client : global::System.IEquatable, IDeleteApiCommandQuery_Node_Client + public partial class ShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition { - public DeleteApiCommandQuery_Node_Client() + public ShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Client? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28298,7 +28568,7 @@ public DeleteApiCommandQuery_Node_Client() return false; } - return Equals((DeleteApiCommandQuery_Node_Client)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28313,13 +28583,13 @@ public DeleteApiCommandQuery_Node_Client() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IDeleteApiCommandQuery_Node_ClientChangeLog + public partial class ShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition { - public DeleteApiCommandQuery_Node_ClientChangeLog() + public ShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_ClientChangeLog? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28356,7 +28626,7 @@ public DeleteApiCommandQuery_Node_ClientChangeLog() return false; } - return Equals((DeleteApiCommandQuery_Node_ClientChangeLog)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28371,13 +28641,13 @@ public DeleteApiCommandQuery_Node_ClientChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_ClientDeployment : global::System.IEquatable, IDeleteApiCommandQuery_Node_ClientDeployment + public partial class ShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition { - public DeleteApiCommandQuery_Node_ClientDeployment() + public ShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_ClientDeployment? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28414,7 +28684,7 @@ public DeleteApiCommandQuery_Node_ClientDeployment() return false; } - return Equals((DeleteApiCommandQuery_Node_ClientDeployment)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28429,13 +28699,13 @@ public DeleteApiCommandQuery_Node_ClientDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_ClientVersion : global::System.IEquatable, IDeleteApiCommandQuery_Node_ClientVersion + public partial class ShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition { - public DeleteApiCommandQuery_Node_ClientVersion() + public ShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_ClientVersion? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28472,7 +28742,7 @@ public DeleteApiCommandQuery_Node_ClientVersion() return false; } - return Equals((DeleteApiCommandQuery_Node_ClientVersion)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28487,13 +28757,13 @@ public DeleteApiCommandQuery_Node_ClientVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IDeleteApiCommandQuery_Node_CoordinateClientUsageMetrics + public partial class ShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition { - public DeleteApiCommandQuery_Node_CoordinateClientUsageMetrics() + public ShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_CoordinateClientUsageMetrics? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28530,7 +28800,7 @@ public DeleteApiCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return Equals((DeleteApiCommandQuery_Node_CoordinateClientUsageMetrics)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28545,13 +28815,13 @@ public DeleteApiCommandQuery_Node_CoordinateClientUsageMetrics() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_Environment : global::System.IEquatable, IDeleteApiCommandQuery_Node_Environment + public partial class ShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition { - public DeleteApiCommandQuery_Node_Environment() + public ShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Environment? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28588,7 +28858,7 @@ public DeleteApiCommandQuery_Node_Environment() return false; } - return Equals((DeleteApiCommandQuery_Node_Environment)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28603,13 +28873,13 @@ public DeleteApiCommandQuery_Node_Environment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IDeleteApiCommandQuery_Node_FusionConfigurationChangeLog + public partial class ShowClientCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLObjectFieldDefinition { - public DeleteApiCommandQuery_Node_FusionConfigurationChangeLog() + public ShowClientCommandQuery_Node_GraphQLObjectFieldDefinition() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_FusionConfigurationChangeLog? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28646,7 +28916,7 @@ public DeleteApiCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return Equals((DeleteApiCommandQuery_Node_FusionConfigurationChangeLog)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28661,13 +28931,13 @@ public DeleteApiCommandQuery_Node_FusionConfigurationChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IDeleteApiCommandQuery_Node_FusionConfigurationDeployment + public partial class ShowClientCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLScalarTypeDefinition { - public DeleteApiCommandQuery_Node_FusionConfigurationDeployment() + public ShowClientCommandQuery_Node_GraphQLScalarTypeDefinition() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_FusionConfigurationDeployment? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLScalarTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28704,7 +28974,7 @@ public DeleteApiCommandQuery_Node_FusionConfigurationDeployment() return false; } - return Equals((DeleteApiCommandQuery_Node_FusionConfigurationDeployment)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLScalarTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28719,13 +28989,13 @@ public DeleteApiCommandQuery_Node_FusionConfigurationDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition + public partial class ShowClientCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IShowClientCommandQuery_Node_GraphQLUnionTypeDefinition { - public DeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition() + public ShowClientCommandQuery_Node_GraphQLUnionTypeDefinition() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_GraphQLUnionTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -28762,7 +29032,7 @@ public DeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); + return Equals((ShowClientCommandQuery_Node_GraphQLUnionTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -28777,13 +29047,13 @@ public DeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLDirectiveDefinition + public partial class ShowClientCommandQuery_Node_Group : global::System.IEquatable, IShowClientCommandQuery_Node_Group { - public DeleteApiCommandQuery_Node_GraphQLDirectiveDefinition() + public ShowClientCommandQuery_Node_Group() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLDirectiveDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Group? other) { if (ReferenceEquals(null, other)) { @@ -28820,7 +29090,7 @@ public DeleteApiCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLDirectiveDefinition)obj); + return Equals((ShowClientCommandQuery_Node_Group)obj); } public override global::System.Int32 GetHashCode() @@ -28835,13 +29105,13 @@ public DeleteApiCommandQuery_Node_GraphQLDirectiveDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition + public partial class ShowClientCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IShowClientCommandQuery_Node_McpFeatureCollection { - public DeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition() + public ShowClientCommandQuery_Node_McpFeatureCollection() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -28878,7 +29148,7 @@ public DeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition)obj); + return Equals((ShowClientCommandQuery_Node_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -28893,13 +29163,13 @@ public DeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLEnumValueDefinition + public partial class ShowClientCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IShowClientCommandQuery_Node_McpFeatureCollectionChangeLog { - public DeleteApiCommandQuery_Node_GraphQLEnumValueDefinition() + public ShowClientCommandQuery_Node_McpFeatureCollectionChangeLog() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLEnumValueDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_McpFeatureCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -28936,7 +29206,7 @@ public DeleteApiCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLEnumValueDefinition)obj); + return Equals((ShowClientCommandQuery_Node_McpFeatureCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -28951,13 +29221,13 @@ public DeleteApiCommandQuery_Node_GraphQLEnumValueDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition + public partial class ShowClientCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IShowClientCommandQuery_Node_McpFeatureCollectionDeployment { - public DeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition() + public ShowClientCommandQuery_Node_McpFeatureCollectionDeployment() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -28994,7 +29264,7 @@ public DeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); + return Equals((ShowClientCommandQuery_Node_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -29009,13 +29279,13 @@ public DeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition + public partial class ShowClientCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IShowClientCommandQuery_Node_McpFeatureCollectionVersion { - public DeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition() + public ShowClientCommandQuery_Node_McpFeatureCollectionVersion() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_McpFeatureCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -29052,7 +29322,7 @@ public DeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); + return Equals((ShowClientCommandQuery_Node_McpFeatureCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -29067,13 +29337,13 @@ public DeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition + public partial class ShowClientCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IShowClientCommandQuery_Node_OpenApiCollection { - public DeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() + public ShowClientCommandQuery_Node_OpenApiCollection() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -29110,7 +29380,7 @@ public DeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); + return Equals((ShowClientCommandQuery_Node_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -29125,13 +29395,13 @@ public DeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition + public partial class ShowClientCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IShowClientCommandQuery_Node_OpenApiCollectionChangeLog { - public DeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition() + public ShowClientCommandQuery_Node_OpenApiCollectionChangeLog() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_OpenApiCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -29168,7 +29438,7 @@ public DeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); + return Equals((ShowClientCommandQuery_Node_OpenApiCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -29183,13 +29453,13 @@ public DeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition + public partial class ShowClientCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IShowClientCommandQuery_Node_OpenApiCollectionDeployment { - public DeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition() + public ShowClientCommandQuery_Node_OpenApiCollectionDeployment() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -29226,7 +29496,7 @@ public DeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); + return Equals((ShowClientCommandQuery_Node_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -29241,13 +29511,13 @@ public DeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition + public partial class ShowClientCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IShowClientCommandQuery_Node_OpenApiCollectionVersion { - public DeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() + public ShowClientCommandQuery_Node_OpenApiCollectionVersion() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_OpenApiCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -29284,7 +29554,7 @@ public DeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); + return Equals((ShowClientCommandQuery_Node_OpenApiCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -29299,13 +29569,13 @@ public DeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition + public partial class ShowClientCommandQuery_Node_Organization : global::System.IEquatable, IShowClientCommandQuery_Node_Organization { - public DeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition() + public ShowClientCommandQuery_Node_Organization() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Organization? other) { if (ReferenceEquals(null, other)) { @@ -29342,7 +29612,7 @@ public DeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition)obj); + return Equals((ShowClientCommandQuery_Node_Organization)obj); } public override global::System.Int32 GetHashCode() @@ -29357,13 +29627,13 @@ public DeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition + public partial class ShowClientCommandQuery_Node_OrganizationMember : global::System.IEquatable, IShowClientCommandQuery_Node_OrganizationMember { - public DeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition() + public ShowClientCommandQuery_Node_OrganizationMember() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_OrganizationMember? other) { if (ReferenceEquals(null, other)) { @@ -29400,7 +29670,7 @@ public DeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition)obj); + return Equals((ShowClientCommandQuery_Node_OrganizationMember)obj); } public override global::System.Int32 GetHashCode() @@ -29415,13 +29685,13 @@ public DeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IDeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition + public partial class ShowClientCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IShowClientCommandQuery_Node_SchemaChangeLog { - public DeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition() + public ShowClientCommandQuery_Node_SchemaChangeLog() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_SchemaChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -29458,7 +29728,7 @@ public DeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return Equals((DeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition)obj); + return Equals((ShowClientCommandQuery_Node_SchemaChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -29473,13 +29743,13 @@ public DeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_Group : global::System.IEquatable, IDeleteApiCommandQuery_Node_Group + public partial class ShowClientCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IShowClientCommandQuery_Node_SchemaDeployment { - public DeleteApiCommandQuery_Node_Group() + public ShowClientCommandQuery_Node_SchemaDeployment() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Group? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_SchemaDeployment? other) { if (ReferenceEquals(null, other)) { @@ -29516,7 +29786,7 @@ public DeleteApiCommandQuery_Node_Group() return false; } - return Equals((DeleteApiCommandQuery_Node_Group)obj); + return Equals((ShowClientCommandQuery_Node_SchemaDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -29531,13 +29801,13 @@ public DeleteApiCommandQuery_Node_Group() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IDeleteApiCommandQuery_Node_McpFeatureCollection + public partial class ShowClientCommandQuery_Node_Stage : global::System.IEquatable, IShowClientCommandQuery_Node_Stage { - public DeleteApiCommandQuery_Node_McpFeatureCollection() + public ShowClientCommandQuery_Node_Stage() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_McpFeatureCollection? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Stage? other) { if (ReferenceEquals(null, other)) { @@ -29574,7 +29844,7 @@ public DeleteApiCommandQuery_Node_McpFeatureCollection() return false; } - return Equals((DeleteApiCommandQuery_Node_McpFeatureCollection)obj); + return Equals((ShowClientCommandQuery_Node_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -29589,13 +29859,13 @@ public DeleteApiCommandQuery_Node_McpFeatureCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IDeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog + public partial class ShowClientCommandQuery_Node_User : global::System.IEquatable, IShowClientCommandQuery_Node_User { - public DeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog() + public ShowClientCommandQuery_Node_User() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_User? other) { if (ReferenceEquals(null, other)) { @@ -29632,7 +29902,7 @@ public DeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog() return false; } - return Equals((DeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog)obj); + return Equals((ShowClientCommandQuery_Node_User)obj); } public override global::System.Int32 GetHashCode() @@ -29647,13 +29917,13 @@ public DeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IDeleteApiCommandQuery_Node_McpFeatureCollectionDeployment + public partial class ShowClientCommandQuery_Node_Workspace : global::System.IEquatable, IShowClientCommandQuery_Node_Workspace { - public DeleteApiCommandQuery_Node_McpFeatureCollectionDeployment() + public ShowClientCommandQuery_Node_Workspace() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_McpFeatureCollectionDeployment? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -29690,7 +29960,7 @@ public DeleteApiCommandQuery_Node_McpFeatureCollectionDeployment() return false; } - return Equals((DeleteApiCommandQuery_Node_McpFeatureCollectionDeployment)obj); + return Equals((ShowClientCommandQuery_Node_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -29705,13 +29975,13 @@ public DeleteApiCommandQuery_Node_McpFeatureCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IDeleteApiCommandQuery_Node_McpFeatureCollectionVersion + public partial class ShowClientCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IShowClientCommandQuery_Node_WorkspaceDocument { - public DeleteApiCommandQuery_Node_McpFeatureCollectionVersion() + public ShowClientCommandQuery_Node_WorkspaceDocument() { } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_McpFeatureCollectionVersion? other) + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_WorkspaceDocument? other) { if (ReferenceEquals(null, other)) { @@ -29748,7 +30018,7 @@ public DeleteApiCommandQuery_Node_McpFeatureCollectionVersion() return false; } - return Equals((DeleteApiCommandQuery_Node_McpFeatureCollectionVersion)obj); + return Equals((ShowClientCommandQuery_Node_WorkspaceDocument)obj); } public override global::System.Int32 GetHashCode() @@ -29763,13 +30033,18 @@ public DeleteApiCommandQuery_Node_McpFeatureCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IDeleteApiCommandQuery_Node_OpenApiCollection + public partial class ShowClientCommandQuery_Node_Api_Api : global::System.IEquatable, IShowClientCommandQuery_Node_Api_Api { - public DeleteApiCommandQuery_Node_OpenApiCollection() + public ShowClientCommandQuery_Node_Api_Api(global::System.String name, global::System.Collections.Generic.IReadOnlyList path) { + Name = name; + Path = path; } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_OpenApiCollection? other) + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } + + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Api_Api? other) { if (ReferenceEquals(null, other)) { @@ -29786,7 +30061,7 @@ public DeleteApiCommandQuery_Node_OpenApiCollection() return false; } - return true; + return (Name.Equals(other.Name)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -29806,7 +30081,7 @@ public DeleteApiCommandQuery_Node_OpenApiCollection() return false; } - return Equals((DeleteApiCommandQuery_Node_OpenApiCollection)obj); + return Equals((ShowClientCommandQuery_Node_Api_Api)obj); } public override global::System.Int32 GetHashCode() @@ -29814,20 +30089,40 @@ public DeleteApiCommandQuery_Node_OpenApiCollection() unchecked { int hash = 5; + hash ^= 397 * Name.GetHashCode(); + foreach (var Path_elm in Path) + { + hash ^= 397 * Path_elm.GetHashCode(); + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IDeleteApiCommandQuery_Node_OpenApiCollectionChangeLog + public partial class ShowClientCommandQuery_Node_Versions_ClientVersionConnection : global::System.IEquatable, IShowClientCommandQuery_Node_Versions_ClientVersionConnection { - public DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog() + public ShowClientCommandQuery_Node_Versions_ClientVersionConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo pageInfo) { + Edges = edges; + PageInfo = pageInfo; } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog? other) + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo PageInfo { get; } + + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Versions_ClientVersionConnection? other) { if (ReferenceEquals(null, other)) { @@ -29844,7 +30139,7 @@ public DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -29864,7 +30159,7 @@ public DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog() return false; } - return Equals((DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog)obj); + return Equals((ShowClientCommandQuery_Node_Versions_ClientVersionConnection)obj); } public override global::System.Int32 GetHashCode() @@ -29872,20 +30167,43 @@ public DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog() unchecked { int hash = 5; + if (Edges != null) + { + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } + } + + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IDeleteApiCommandQuery_Node_OpenApiCollectionDeployment + public partial class ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge : global::System.IEquatable, IShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge { - public DeleteApiCommandQuery_Node_OpenApiCollectionDeployment() + public ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node node) { + Cursor = cursor; + Node = node; } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_OpenApiCollectionDeployment? other) + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node Node { get; } + + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge? other) { if (ReferenceEquals(null, other)) { @@ -29902,7 +30220,7 @@ public DeleteApiCommandQuery_Node_OpenApiCollectionDeployment() return false; } - return true; + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -29922,7 +30240,7 @@ public DeleteApiCommandQuery_Node_OpenApiCollectionDeployment() return false; } - return Equals((DeleteApiCommandQuery_Node_OpenApiCollectionDeployment)obj); + return Equals((ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge)obj); } public override global::System.Int32 GetHashCode() @@ -29930,20 +30248,36 @@ public DeleteApiCommandQuery_Node_OpenApiCollectionDeployment() unchecked { int hash = 5; + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IDeleteApiCommandQuery_Node_OpenApiCollectionVersion + public partial class ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo : global::System.IEquatable, IShowClientCommandQuery_Node_Versions_PageInfo_PageInfo { - public DeleteApiCommandQuery_Node_OpenApiCollectionVersion() + public ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo(global::System.Boolean hasNextPage, global::System.String? endCursor) { + HasNextPage = hasNextPage; + EndCursor = endCursor; } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_OpenApiCollectionVersion? other) + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -29960,7 +30294,7 @@ public DeleteApiCommandQuery_Node_OpenApiCollectionVersion() return false; } - return true; + return (global::System.Object.Equals(HasNextPage, other.HasNextPage)) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -29980,7 +30314,7 @@ public DeleteApiCommandQuery_Node_OpenApiCollectionVersion() return false; } - return Equals((DeleteApiCommandQuery_Node_OpenApiCollectionVersion)obj); + return Equals((ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -29988,6 +30322,12 @@ public DeleteApiCommandQuery_Node_OpenApiCollectionVersion() unchecked { int hash = 5; + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) + { + hash ^= 397 * EndCursor.GetHashCode(); + } + return hash; } } @@ -29995,13 +30335,22 @@ public DeleteApiCommandQuery_Node_OpenApiCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_Organization : global::System.IEquatable, IDeleteApiCommandQuery_Node_Organization + public partial class ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion : global::System.IEquatable, IShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion { - public DeleteApiCommandQuery_Node_Organization() + public ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion(global::System.String id, global::System.DateTimeOffset createdAt, global::System.String tag, global::System.Collections.Generic.IReadOnlyList publishedTo) { + Id = id; + CreatedAt = createdAt; + Tag = tag; + PublishedTo = publishedTo; } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Organization? other) + public global::System.String Id { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } + + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -30018,7 +30367,7 @@ public DeleteApiCommandQuery_Node_Organization() return false; } - return true; + return (Id.Equals(other.Id)) && CreatedAt.Equals(other.CreatedAt) && Tag.Equals(other.Tag) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedTo, other.PublishedTo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -30038,7 +30387,7 @@ public DeleteApiCommandQuery_Node_Organization() return false; } - return Equals((DeleteApiCommandQuery_Node_Organization)obj); + return Equals((ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -30046,6 +30395,14 @@ public DeleteApiCommandQuery_Node_Organization() unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * CreatedAt.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); + foreach (var PublishedTo_elm in PublishedTo) + { + hash ^= 397 * PublishedTo_elm.GetHashCode(); + } + return hash; } } @@ -30053,13 +30410,16 @@ public DeleteApiCommandQuery_Node_Organization() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_OrganizationMember : global::System.IEquatable, IDeleteApiCommandQuery_Node_OrganizationMember + public partial class ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : global::System.IEquatable, IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion { - public DeleteApiCommandQuery_Node_OrganizationMember() + public ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? stage) { + Stage = stage; } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_OrganizationMember? other) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } + + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -30076,7 +30436,7 @@ public DeleteApiCommandQuery_Node_OrganizationMember() return false; } - return true; + return (((Stage is null && other.Stage is null) || Stage != null && Stage.Equals(other.Stage))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -30096,7 +30456,7 @@ public DeleteApiCommandQuery_Node_OrganizationMember() return false; } - return Equals((DeleteApiCommandQuery_Node_OrganizationMember)obj); + return Equals((ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -30104,6 +30464,11 @@ public DeleteApiCommandQuery_Node_OrganizationMember() unchecked { int hash = 5; + if (Stage != null) + { + hash ^= 397 * Stage.GetHashCode(); + } + return hash; } } @@ -30111,13 +30476,16 @@ public DeleteApiCommandQuery_Node_OrganizationMember() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IDeleteApiCommandQuery_Node_SchemaChangeLog + public partial class ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : global::System.IEquatable, IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage { - public DeleteApiCommandQuery_Node_SchemaChangeLog() + public ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(global::System.String name) { + Name = name; } - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_SchemaChangeLog? other) + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage? other) { if (ReferenceEquals(null, other)) { @@ -30134,7 +30502,7 @@ public DeleteApiCommandQuery_Node_SchemaChangeLog() return false; } - return true; + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -30154,7 +30522,7 @@ public DeleteApiCommandQuery_Node_SchemaChangeLog() return false; } - return Equals((DeleteApiCommandQuery_Node_SchemaChangeLog)obj); + return Equals((ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -30162,662 +30530,415 @@ public DeleteApiCommandQuery_Node_SchemaChangeLog() unchecked { int hash = 5; + hash ^= 397 * Name.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IDeleteApiCommandQuery_Node_SchemaDeployment + public partial interface IShowClientCommandQueryResult { - public DeleteApiCommandQuery_Node_SchemaDeployment() - { - } - - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_SchemaDeployment? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return true; - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((DeleteApiCommandQuery_Node_SchemaDeployment)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node? Node { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// The node interface is implemented by entities that have a global unique identifier. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_Stage : global::System.IEquatable, IDeleteApiCommandQuery_Node_Stage + public partial interface IShowClientCommandQuery_Node { - public DeleteApiCommandQuery_Node_Stage() - { - } - - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Stage? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return true; - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((DeleteApiCommandQuery_Node_Stage)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_User : global::System.IEquatable, IDeleteApiCommandQuery_Node_User + public partial interface IShowClientCommandQuery_Node_Api : IShowClientCommandQuery_Node { - public DeleteApiCommandQuery_Node_User() - { - } - - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_User? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return true; - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((DeleteApiCommandQuery_Node_User)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_Workspace : global::System.IEquatable, IDeleteApiCommandQuery_Node_Workspace + public partial interface IShowClientCommandQuery_Node_ApiDocument : IShowClientCommandQuery_Node { - public DeleteApiCommandQuery_Node_Workspace() - { - } - - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Workspace? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return true; - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((DeleteApiCommandQuery_Node_Workspace)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IDeleteApiCommandQuery_Node_WorkspaceDocument + public partial interface IShowClientCommandQuery_Node_ApiKey : IShowClientCommandQuery_Node { - public DeleteApiCommandQuery_Node_WorkspaceDocument() - { - } - - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_WorkspaceDocument? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return true; - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((DeleteApiCommandQuery_Node_WorkspaceDocument)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQuery_Node_Workspace_Workspace : global::System.IEquatable, IDeleteApiCommandQuery_Node_Workspace_Workspace + public partial interface IShowClientCommandQuery_Node_Client : IShowClientCommandQuery_Node, IClientDetailPrompt_Client { - public DeleteApiCommandQuery_Node_Workspace_Workspace(global::System.String id) - { - Id = id; - } - - public global::System.String Id { get; } - - public virtual global::System.Boolean Equals(DeleteApiCommandQuery_Node_Workspace_Workspace? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (Id.Equals(other.Id)); - } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowClientCommandQuery_Node_ClientChangeLog : IShowClientCommandQuery_Node + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowClientCommandQuery_Node_ClientDeployment : IShowClientCommandQuery_Node + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowClientCommandQuery_Node_ClientVersion : IShowClientCommandQuery_Node + { + } - return Equals((DeleteApiCommandQuery_Node_Workspace_Workspace)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowClientCommandQuery_Node_CoordinateClientUsageMetrics : IShowClientCommandQuery_Node + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Id.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowClientCommandQuery_Node_Environment : IShowClientCommandQuery_Node + { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQueryResult + public partial interface IShowClientCommandQuery_Node_FusionConfigurationChangeLog : IShowClientCommandQuery_Node { - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node? Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// The node interface is implemented by entities that have a global unique identifier. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_FusionConfigurationDeployment : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Api + public partial interface IShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IShowClientCommandQuery_Node { - public global::System.String Name { get; } - public global::System.String Version { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node_Workspace_1? Workspace { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_Api : IDeleteApiCommandQuery_Node, IDeleteApiCommandQuery_Api + public partial interface IShowClientCommandQuery_Node_GraphQLDirectiveDefinition : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_ApiDocument : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_GraphQLEnumTypeDefinition : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_ApiKey : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_GraphQLEnumValueDefinition : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_Client : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_ClientChangeLog : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_ClientDeployment : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_ClientVersion : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_CoordinateClientUsageMetrics : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_Environment : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_FusionConfigurationChangeLog : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_GraphQLObjectFieldDefinition : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_FusionConfigurationDeployment : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_GraphQLScalarTypeDefinition : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_GraphQLUnionTypeDefinition : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLDirectiveDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Group : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_McpFeatureCollection : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLEnumValueDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_McpFeatureCollectionChangeLog : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_McpFeatureCollectionDeployment : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_McpFeatureCollectionVersion : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_OpenApiCollection : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_OpenApiCollectionChangeLog : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_OpenApiCollectionDeployment : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_OpenApiCollectionVersion : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Organization : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_OrganizationMember : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_SchemaChangeLog : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_Group : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_SchemaDeployment : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_McpFeatureCollection : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Stage : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_User : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_McpFeatureCollectionDeployment : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Workspace : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_McpFeatureCollectionVersion : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_WorkspaceDocument : IShowClientCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_OpenApiCollection : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Api_1 { + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_OpenApiCollectionChangeLog : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Api_Api : IShowClientCommandQuery_Node_Api_1 { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_OpenApiCollectionDeployment : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Versions { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo PageInfo { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_OpenApiCollectionVersion : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Versions_ClientVersionConnection : IShowClientCommandQuery_Node_Versions { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_Organization : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Versions_Edges : IClientDetailPrompt_ClientVersionEdge { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_OrganizationMember : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge : IShowClientCommandQuery_Node_Versions_Edges { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_SchemaChangeLog : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Versions_PageInfo { + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_SchemaDeployment : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Versions_PageInfo_PageInfo : IShowClientCommandQuery_Node_Versions_PageInfo { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_Stage : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Versions_Edges_Node { + public global::System.String Id { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_User : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion : IShowClientCommandQuery_Node_Versions_Edges_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_Workspace : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_WorkspaceDocument : IDeleteApiCommandQuery_Node + public partial interface IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_Workspace_1 + public partial interface IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage { - public global::System.String Id { get; } + public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQuery_Node_Workspace_Workspace : IDeleteApiCommandQuery_Node_Workspace_1 + public partial interface IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutationResult : global::System.IEquatable, IDeleteApiCommandMutationResult + public partial class UnpublishClientResult : global::System.IEquatable, IUnpublishClientResult { - public DeleteApiCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById deleteApiById) + public UnpublishClientResult(global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient unpublishClient) { - DeleteApiById = deleteApiById; + UnpublishClient = unpublishClient; } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById DeleteApiById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient UnpublishClient { get; } - public virtual global::System.Boolean Equals(DeleteApiCommandMutationResult? other) + public virtual global::System.Boolean Equals(UnpublishClientResult? other) { if (ReferenceEquals(null, other)) { @@ -30834,7 +30955,7 @@ public DeleteApiCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Clie return false; } - return (DeleteApiById.Equals(other.DeleteApiById)); + return (UnpublishClient.Equals(other.UnpublishClient)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -30854,7 +30975,7 @@ public DeleteApiCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Clie return false; } - return Equals((DeleteApiCommandMutationResult)obj); + return Equals((UnpublishClientResult)obj); } public override global::System.Int32 GetHashCode() @@ -30862,7 +30983,7 @@ public DeleteApiCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Clie unchecked { int hash = 5; - hash ^= 397 * DeleteApiById.GetHashCode(); + hash ^= 397 * UnpublishClient.GetHashCode(); return hash; } } @@ -30870,18 +30991,18 @@ public DeleteApiCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Clie // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload + public partial class UnpublishClient_UnpublishClient_UnpublishClientPayload : global::System.IEquatable, IUnpublishClient_UnpublishClient_UnpublishClientPayload { - public DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById_Api? api, global::System.Collections.Generic.IReadOnlyList? errors) + public UnpublishClient_UnpublishClient_UnpublishClientPayload(global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion? clientVersion, global::System.Collections.Generic.IReadOnlyList? errors) { - Api = api; + ClientVersion = clientVersion; Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById_Api? Api { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion? ClientVersion { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload? other) + public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_UnpublishClientPayload? other) { if (ReferenceEquals(null, other)) { @@ -30898,7 +31019,7 @@ public DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload(global::Chill return false; } - return (((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (((ClientVersion is null && other.ClientVersion is null) || ClientVersion != null && ClientVersion.Equals(other.ClientVersion))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -30918,7 +31039,7 @@ public DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload(global::Chill return false; } - return Equals((DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload)obj); + return Equals((UnpublishClient_UnpublishClient_UnpublishClientPayload)obj); } public override global::System.Int32 GetHashCode() @@ -30926,9 +31047,9 @@ public DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload(global::Chill unchecked { int hash = 5; - if (Api != null) + if (ClientVersion != null) { - hash ^= 397 * Api.GetHashCode(); + hash ^= 397 * ClientVersion.GetHashCode(); } if (Errors != null) @@ -30946,24 +31067,18 @@ public DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload(global::Chill // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutation_DeleteApiById_Api_Api : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Api_Api + public partial class UnpublishClient_UnpublishClient_ClientVersion_ClientVersion : global::System.IEquatable, IUnpublishClient_UnpublishClient_ClientVersion_ClientVersion { - public DeleteApiCommandMutation_DeleteApiById_Api_Api(global::System.String name, global::System.String id, global::System.Collections.Generic.IReadOnlyList path, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? workspace, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings settings) + public UnpublishClient_UnpublishClient_ClientVersion_ClientVersion(global::System.String id, global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion_Client? client) { - Name = name; Id = id; - Path = path; - Workspace = workspace; - Settings = settings; + Client = client; } - public global::System.String Name { get; } public global::System.String Id { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? Workspace { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings Settings { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion_Client? Client { get; } - public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Api_Api? other) + public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_ClientVersion_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -30980,7 +31095,7 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Api(global::System.String name return false; } - return (Name.Equals(other.Name)) && Id.Equals(other.Id) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)) && Settings.Equals(other.Settings); + return (Id.Equals(other.Id)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -31000,7 +31115,7 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Api(global::System.String name return false; } - return Equals((DeleteApiCommandMutation_DeleteApiById_Api_Api)obj); + return Equals((UnpublishClient_UnpublishClient_ClientVersion_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -31008,19 +31123,12 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Api(global::System.String name unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); hash ^= 397 * Id.GetHashCode(); - foreach (var Path_elm in Path) - { - hash ^= 397 * Path_elm.GetHashCode(); - } - - if (Workspace != null) + if (Client != null) { - hash ^= 397 * Workspace.GetHashCode(); + hash ^= 397 * Client.GetHashCode(); } - hash ^= 397 * Settings.GetHashCode(); return hash; } } @@ -31028,16 +31136,23 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Api(global::System.String name // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError + public partial class UnpublishClient_UnpublishClient_Errors_StageNotFoundError : global::System.IEquatable, IUnpublishClient_UnpublishClient_Errors_StageNotFoundError { - public DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError(global::System.String message) + public UnpublishClient_UnpublishClient_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) { + this.__typename = __typename; Message = message; + Name = name; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError? other) + public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_Errors_StageNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -31054,7 +31169,7 @@ public DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError(global::Sy return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -31074,7 +31189,7 @@ public DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError(global::Sy return false; } - return Equals((DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError)obj); + return Equals((UnpublishClient_UnpublishClient_Errors_StageNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -31082,7 +31197,9 @@ public DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError(global::Sy unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -31090,16 +31207,18 @@ public DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError(global::Sy // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation + public partial class UnpublishClient_UnpublishClient_Errors_ClientNotFoundError : global::System.IEquatable, IUnpublishClient_UnpublishClient_Errors_ClientNotFoundError { - public DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation(global::System.String message) + public UnpublishClient_UnpublishClient_Errors_ClientNotFoundError(global::System.String message, global::System.String clientId) { Message = message; + ClientId = clientId; } public global::System.String Message { get; } + public global::System.String ClientId { get; } - public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_Errors_ClientNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -31116,7 +31235,7 @@ public DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation(globa return false; } - return (Message.Equals(other.Message)); + return (Message.Equals(other.Message)) && ClientId.Equals(other.ClientId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -31136,7 +31255,7 @@ public DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation(globa return false; } - return Equals((DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation)obj); + return Equals((UnpublishClient_UnpublishClient_Errors_ClientNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -31145,6 +31264,7 @@ public DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation(globa { int hash = 5; hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ClientId.GetHashCode(); return hash; } } @@ -31152,16 +31272,21 @@ public DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation(globa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError + public partial class UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation : global::System.IEquatable, IUnpublishClient_UnpublishClient_Errors_UnauthorizedOperation { - public DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError(global::System.String message) + public UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { + this.__typename = __typename; Message = message; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError? other) + public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -31178,7 +31303,7 @@ public DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError(glob return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -31198,7 +31323,7 @@ public DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError(glob return false; } - return Equals((DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError)obj); + return Equals((UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -31206,6 +31331,7 @@ public DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError(glob unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); return hash; } @@ -31214,18 +31340,20 @@ public DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError(glob // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace + public partial class UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError : global::System.IEquatable, IUnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError { - public DeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace(global::System.String id, global::System.String name) + public UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError(global::System.String tag, global::System.String message, global::System.String clientId) { - Id = id; - Name = name; + Tag = tag; + Message = message; + ClientId = clientId; } - public global::System.String Id { get; } - public global::System.String Name { get; } + public global::System.String Tag { get; } + public global::System.String Message { get; } + public global::System.String ClientId { get; } - public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace? other) + public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -31242,7 +31370,7 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace(global::Sy return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (Tag.Equals(other.Tag)) && Message.Equals(other.Message) && ClientId.Equals(other.ClientId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -31262,7 +31390,7 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace(global::Sy return false; } - return Equals((DeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace)obj); + return Equals((UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -31270,8 +31398,9 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace(global::Sy unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ClientId.GetHashCode(); return hash; } } @@ -31279,16 +31408,21 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace(global::Sy // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings + public partial class UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError : global::System.IEquatable, IUnpublishClient_UnpublishClient_Errors_ConcurrentOperationError { - public DeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings(global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry schemaRegistry) + public UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) { - SchemaRegistry = schemaRegistry; + this.__typename = __typename; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry SchemaRegistry { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings? other) + public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError? other) { if (ReferenceEquals(null, other)) { @@ -31305,7 +31439,7 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings(global::C return false; } - return (SchemaRegistry.Equals(other.SchemaRegistry)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -31325,7 +31459,7 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings(global::C return false; } - return Equals((DeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings)obj); + return Equals((UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError)obj); } public override global::System.Int32 GetHashCode() @@ -31333,7 +31467,8 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings(global::C unchecked { int hash = 5; - hash ^= 397 * SchemaRegistry.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -31341,18 +31476,16 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings(global::C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_SchemaRegistrySettings : global::System.IEquatable, IDeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_SchemaRegistrySettings + public partial class UnpublishClient_UnpublishClient_ClientVersion_Client_Client : global::System.IEquatable, IUnpublishClient_UnpublishClient_ClientVersion_Client_Client { - public DeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_SchemaRegistrySettings(global::System.Boolean treatDangerousAsBreaking, global::System.Boolean allowBreakingSchemaChanges) + public UnpublishClient_UnpublishClient_ClientVersion_Client_Client(global::System.String name) { - TreatDangerousAsBreaking = treatDangerousAsBreaking; - AllowBreakingSchemaChanges = allowBreakingSchemaChanges; + Name = name; } - public global::System.Boolean TreatDangerousAsBreaking { get; } - public global::System.Boolean AllowBreakingSchemaChanges { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(DeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_SchemaRegistrySettings? other) + public virtual global::System.Boolean Equals(UnpublishClient_UnpublishClient_ClientVersion_Client_Client? other) { if (ReferenceEquals(null, other)) { @@ -31369,7 +31502,7 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_Schema return false; } - return (global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking)) && global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -31389,7 +31522,7 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_Schema return false; } - return Equals((DeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_SchemaRegistrySettings)obj); + return Equals((UnpublishClient_UnpublishClient_ClientVersion_Client_Client)obj); } public override global::System.Int32 GetHashCode() @@ -31397,8 +31530,7 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_Schema unchecked { int hash = 5; - hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); - hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -31406,114 +31538,100 @@ public DeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_Schema // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutationResult + public partial interface IUnpublishClientResult { - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById DeleteApiById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient UnpublishClient { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById + public partial interface IUnpublishClient_UnpublishClient { - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById_Api? Api { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion? ClientVersion { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload : IDeleteApiCommandMutation_DeleteApiById + public partial interface IUnpublishClient_UnpublishClient_UnpublishClientPayload : IUnpublishClient_UnpublishClient { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_Api : IApiDetailPrompt_Api + public partial interface IUnpublishClient_UnpublishClient_ClientVersion { + public global::System.String Id { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion_Client? Client { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Api : IDeleteApiCommandMutation_DeleteApiById_Api + public partial interface IUnpublishClient_UnpublishClient_ClientVersion_ClientVersion : IUnpublishClient_UnpublishClient_ClientVersion { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_Errors + public partial interface IUnpublishClient_UnpublishClient_Errors { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError : IDeleteApiCommandMutation_DeleteApiById_Errors, IError + public partial interface IUnpublishClient_UnpublishClient_Errors_StageNotFoundError : IUnpublishClient_UnpublishClient_Errors, IStageNotFoundError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation : IDeleteApiCommandMutation_DeleteApiById_Errors, IError + public partial interface IUnpublishClient_UnpublishClient_Errors_ClientNotFoundError : IUnpublishClient_UnpublishClient_Errors, IClientNotFoundError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError : IDeleteApiCommandMutation_DeleteApiById_Errors, IError + public partial interface IUnpublishClient_UnpublishClient_Errors_UnauthorizedOperation : IUnpublishClient_UnpublishClient_Errors, IUnauthorizedOperation { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Workspace + public partial interface IUnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError : IUnpublishClient_UnpublishClient_Errors, IClientVersionNotFoundError { - public global::System.String Id { get; } - public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Workspace_Workspace : IDeleteApiCommandMutation_DeleteApiById_Api_Workspace + public partial interface IUnpublishClient_UnpublishClient_Errors_ConcurrentOperationError : IUnpublishClient_UnpublishClient_Errors, IConcurrentOperationError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Settings + public partial interface IUnpublishClient_UnpublishClient_ClientVersion_Client { - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry SchemaRegistry { get; } + public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Settings_ApiSettings : IDeleteApiCommandMutation_DeleteApiById_Api_Settings + public partial interface IUnpublishClient_UnpublishClient_ClientVersion_Client_Client : IUnpublishClient_UnpublishClient_ClientVersion_Client { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry + public partial class UploadClientResult : global::System.IEquatable, IUploadClientResult { - public global::System.Boolean TreatDangerousAsBreaking { get; } - public global::System.Boolean AllowBreakingSchemaChanges { get; } - } + public UploadClientResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient uploadClient) + { + UploadClient = uploadClient; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry_SchemaRegistrySettings : IDeleteApiCommandMutation_DeleteApiById_Api_Settings_SchemaRegistry - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQueryResult : global::System.IEquatable, IListApiCommandQueryResult - { - public ListApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById? workspaceById) - { - WorkspaceById = workspaceById; - } - - public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById? WorkspaceById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient UploadClient { get; } - public virtual global::System.Boolean Equals(ListApiCommandQueryResult? other) + public virtual global::System.Boolean Equals(UploadClientResult? other) { if (ReferenceEquals(null, other)) { @@ -31530,7 +31648,7 @@ public ListApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IL return false; } - return (((WorkspaceById is null && other.WorkspaceById is null) || WorkspaceById != null && WorkspaceById.Equals(other.WorkspaceById))); + return (UploadClient.Equals(other.UploadClient)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -31550,7 +31668,7 @@ public ListApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IL return false; } - return Equals((ListApiCommandQueryResult)obj); + return Equals((UploadClientResult)obj); } public override global::System.Int32 GetHashCode() @@ -31558,11 +31676,7 @@ public ListApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IL unchecked { int hash = 5; - if (WorkspaceById != null) - { - hash ^= 397 * WorkspaceById.GetHashCode(); - } - + hash ^= 397 * UploadClient.GetHashCode(); return hash; } } @@ -31570,16 +31684,18 @@ public ListApiCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IL // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQuery_WorkspaceById_Workspace : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Workspace + public partial class UploadClient_UploadClient_UploadClientPayload : global::System.IEquatable, IUploadClient_UploadClient_UploadClientPayload { - public ListApiCommandQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis? apis) + public UploadClient_UploadClient_UploadClientPayload(global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient_ClientVersion? clientVersion, global::System.Collections.Generic.IReadOnlyList? errors) { - Apis = apis; + ClientVersion = clientVersion; + Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis? Apis { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient_ClientVersion? ClientVersion { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Workspace? other) + public virtual global::System.Boolean Equals(UploadClient_UploadClient_UploadClientPayload? other) { if (ReferenceEquals(null, other)) { @@ -31596,7 +31712,7 @@ public ListApiCommandQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.Com return false; } - return (((Apis is null && other.Apis is null) || Apis != null && Apis.Equals(other.Apis))); + return (((ClientVersion is null && other.ClientVersion is null) || ClientVersion != null && ClientVersion.Equals(other.ClientVersion))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -31616,7 +31732,7 @@ public ListApiCommandQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.Com return false; } - return Equals((ListApiCommandQuery_WorkspaceById_Workspace)obj); + return Equals((UploadClient_UploadClient_UploadClientPayload)obj); } public override global::System.Int32 GetHashCode() @@ -31624,120 +31740,36 @@ public ListApiCommandQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.Com unchecked { int hash = 5; - if (Apis != null) + if (ClientVersion != null) { - hash ^= 397 * Apis.GetHashCode(); + hash ^= 397 * ClientVersion.GetHashCode(); } - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQuery_WorkspaceById_Apis_ApisConnection : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_ApisConnection - { - public ListApiCommandQuery_WorkspaceById_Apis_ApisConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_PageInfo pageInfo) - { - Edges = edges; - PageInfo = pageInfo; - } - - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_PageInfo PageInfo { get; } - - public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_ApisConnection? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((ListApiCommandQuery_WorkspaceById_Apis_ApisConnection)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - if (Edges != null) + if (Errors != null) { - foreach (var Edges_elm in Edges) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Edges_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } } - hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge + public partial class UploadClient_UploadClient_ClientVersion_ClientVersion : global::System.IEquatable, IUploadClient_UploadClient_ClientVersion_ClientVersion { - public ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_Edges_Node node) + public UploadClient_UploadClient_ClientVersion_ClientVersion(global::System.String id) { - Cursor = cursor; - Node = node; + Id = id; } - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_Edges_Node Node { get; } + public global::System.String Id { get; } - public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge? other) + public virtual global::System.Boolean Equals(UploadClient_UploadClient_ClientVersion_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -31754,7 +31786,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge(global::System.Stri return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (Id.Equals(other.Id)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -31774,7 +31806,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge(global::System.Stri return false; } - return Equals((ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge)obj); + return Equals((UploadClient_UploadClient_ClientVersion_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -31782,46 +31814,26 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge(global::System.Stri unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo + public partial class UploadClient_UploadClient_Errors_ClientNotFoundError : global::System.IEquatable, IUploadClient_UploadClient_Errors_ClientNotFoundError { - public ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public UploadClient_UploadClient_Errors_ClientNotFoundError(global::System.String message, global::System.String clientId) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + Message = message; + ClientId = clientId; } - /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. - /// - public global::System.String? StartCursor { get; } + public global::System.String Message { get; } + public global::System.String ClientId { get; } - public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(UploadClient_UploadClient_Errors_ClientNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -31838,7 +31850,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo(global::System.B return false; } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + return (Message.Equals(other.Message)) && ClientId.Equals(other.ClientId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -31858,7 +31870,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo(global::System.B return false; } - return Equals((ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo)obj); + return Equals((UploadClient_UploadClient_Errors_ClientNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -31866,18 +31878,8 @@ public ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo(global::System.B unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - - if (StartCursor != null) - { - hash ^= 397 * StartCursor.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ClientId.GetHashCode(); return hash; } } @@ -31885,24 +31887,21 @@ public ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo(global::System.B // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api + public partial class UploadClient_UploadClient_Errors_ConcurrentOperationError : global::System.IEquatable, IUploadClient_UploadClient_Errors_ConcurrentOperationError { - public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api(global::System.String id, global::System.String name, global::System.Collections.Generic.IReadOnlyList path, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? workspace, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings settings) + public UploadClient_UploadClient_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) { - Id = id; - Name = name; - Path = path; - Workspace = workspace; - Settings = settings; + this.__typename = __typename; + Message = message; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? Workspace { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings Settings { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api? other) + public virtual global::System.Boolean Equals(UploadClient_UploadClient_Errors_ConcurrentOperationError? other) { if (ReferenceEquals(null, other)) { @@ -31919,7 +31918,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api(global::System.Stri return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)) && Settings.Equals(other.Settings); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -31939,7 +31938,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api(global::System.Stri return false; } - return Equals((ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api)obj); + return Equals((UploadClient_UploadClient_Errors_ConcurrentOperationError)obj); } public override global::System.Int32 GetHashCode() @@ -31947,19 +31946,8 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api(global::System.Stri unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - foreach (var Path_elm in Path) - { - hash ^= 397 * Path_elm.GetHashCode(); - } - - if (Workspace != null) - { - hash ^= 397 * Workspace.GetHashCode(); - } - - hash ^= 397 * Settings.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -31967,18 +31955,16 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api(global::System.Stri // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace + public partial class UploadClient_UploadClient_Errors_InvalidPersistedQueryError : global::System.IEquatable, IUploadClient_UploadClient_Errors_InvalidPersistedQueryError { - public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace(global::System.String id, global::System.String name) + public UploadClient_UploadClient_Errors_InvalidPersistedQueryError(global::System.String message) { - Id = id; - Name = name; + Message = message; } - public global::System.String Id { get; } - public global::System.String Name { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace? other) + public virtual global::System.Boolean Equals(UploadClient_UploadClient_Errors_InvalidPersistedQueryError? other) { if (ReferenceEquals(null, other)) { @@ -31995,7 +31981,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace(glo return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -32015,7 +32001,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace(glo return false; } - return Equals((ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace)obj); + return Equals((UploadClient_UploadClient_Errors_InvalidPersistedQueryError)obj); } public override global::System.Int32 GetHashCode() @@ -32023,8 +32009,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace(glo unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -32032,16 +32017,21 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace(glo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings + public partial class UploadClient_UploadClient_Errors_UnauthorizedOperation : global::System.IEquatable, IUploadClient_UploadClient_Errors_UnauthorizedOperation { - public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings(global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry schemaRegistry) + public UploadClient_UploadClient_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { - SchemaRegistry = schemaRegistry; + this.__typename = __typename; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry SchemaRegistry { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings? other) + public virtual global::System.Boolean Equals(UploadClient_UploadClient_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -32058,7 +32048,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings(gl return false; } - return (SchemaRegistry.Equals(other.SchemaRegistry)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -32078,7 +32068,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings(gl return false; } - return Equals((ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings)obj); + return Equals((UploadClient_UploadClient_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -32086,7 +32076,8 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings(gl unchecked { int hash = 5; - hash ^= 397 * SchemaRegistry.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -32094,18 +32085,21 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings(gl // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings : global::System.IEquatable, IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings + public partial class UploadClient_UploadClient_Errors_DuplicatedTagError : global::System.IEquatable, IUploadClient_UploadClient_Errors_DuplicatedTagError { - public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings(global::System.Boolean treatDangerousAsBreaking, global::System.Boolean allowBreakingSchemaChanges) + public UploadClient_UploadClient_Errors_DuplicatedTagError(global::System.String __typename, global::System.String message) { - TreatDangerousAsBreaking = treatDangerousAsBreaking; - AllowBreakingSchemaChanges = allowBreakingSchemaChanges; + this.__typename = __typename; + Message = message; } - public global::System.Boolean TreatDangerousAsBreaking { get; } - public global::System.Boolean AllowBreakingSchemaChanges { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings? other) + public virtual global::System.Boolean Equals(UploadClient_UploadClient_Errors_DuplicatedTagError? other) { if (ReferenceEquals(null, other)) { @@ -32122,7 +32116,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry return false; } - return (global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking)) && global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -32142,7 +32136,7 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry return false; } - return Equals((ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings)obj); + return Equals((UploadClient_UploadClient_Errors_DuplicatedTagError)obj); } public override global::System.Int32 GetHashCode() @@ -32150,8 +32144,8 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry unchecked { int hash = 5; - hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); - hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -32159,174 +32153,96 @@ public ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQueryResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById? WorkspaceById { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById - { - public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis? Apis { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Workspace : IListApiCommandQuery_WorkspaceById - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_ApisConnection : IListApiCommandQuery_WorkspaceById_Apis - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommand_ApiEdge - { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_Edges_Node Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges : IListApiCommand_ApiEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge : IListApiCommandQuery_WorkspaceById_Apis_Edges + public partial interface IUploadClientResult { + public global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient UploadClient { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_PageInfo : IPageInfo + public partial interface IUploadClient_UploadClient { + public global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient_ClientVersion? ClientVersion { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo : IListApiCommandQuery_WorkspaceById_Apis_PageInfo + public partial interface IUploadClient_UploadClient_UploadClientPayload : IUploadClient_UploadClient { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommand_Api : IApiDetailPrompt_Api + public partial interface IUploadClient_UploadClient_ClientVersion { + public global::System.String Id { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node : IListApiCommand_Api + public partial interface IUploadClient_UploadClient_ClientVersion_ClientVersion : IUploadClient_UploadClient_ClientVersion { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api : IListApiCommandQuery_WorkspaceById_Apis_Edges_Node + public partial interface IUploadClient_UploadClient_Errors { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace + public partial interface IUploadClient_UploadClient_Errors_ClientNotFoundError : IUploadClient_UploadClient_Errors, IClientNotFoundError { - public global::System.String Id { get; } - public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace : IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Workspace + public partial interface IUploadClient_UploadClient_Errors_ConcurrentOperationError : IUploadClient_UploadClient_Errors, IConcurrentOperationError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings + public partial interface IUploadClient_UploadClient_Errors_InvalidPersistedQueryError : IUploadClient_UploadClient_Errors, IError { - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry SchemaRegistry { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings : IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings + public partial interface IUploadClient_UploadClient_Errors_UnauthorizedOperation : IUploadClient_UploadClient_Errors, IUnauthorizedOperation { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry + public partial interface IDuplicatedTagError : IError { - public global::System.Boolean TreatDangerousAsBreaking { get; } - public global::System.Boolean AllowBreakingSchemaChanges { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings : IListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry + public partial interface IUploadClient_UploadClient_Errors_DuplicatedTagError : IUploadClient_UploadClient_Errors, IDuplicatedTagError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutationResult : global::System.IEquatable, ISetApiSettingsCommandMutationResult + public partial class ValidateClientVersionResult : global::System.IEquatable, IValidateClientVersionResult { - public SetApiSettingsCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings updateApiSettings) + public ValidateClientVersionResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersion_ValidateClient validateClient) { - UpdateApiSettings = updateApiSettings; + ValidateClient = validateClient; } - public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings UpdateApiSettings { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersion_ValidateClient ValidateClient { get; } - public virtual global::System.Boolean Equals(SetApiSettingsCommandMutationResult? other) + public virtual global::System.Boolean Equals(ValidateClientVersionResult? other) { if (ReferenceEquals(null, other)) { @@ -32343,7 +32259,7 @@ public SetApiSettingsCommandMutationResult(global::ChilliCream.Nitro.CommandLine return false; } - return (UpdateApiSettings.Equals(other.UpdateApiSettings)); + return (ValidateClient.Equals(other.ValidateClient)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -32363,7 +32279,7 @@ public SetApiSettingsCommandMutationResult(global::ChilliCream.Nitro.CommandLine return false; } - return Equals((SetApiSettingsCommandMutationResult)obj); + return Equals((ValidateClientVersionResult)obj); } public override global::System.Int32 GetHashCode() @@ -32371,7 +32287,7 @@ public SetApiSettingsCommandMutationResult(global::ChilliCream.Nitro.CommandLine unchecked { int hash = 5; - hash ^= 397 * UpdateApiSettings.GetHashCode(); + hash ^= 397 * ValidateClient.GetHashCode(); return hash; } } @@ -32379,18 +32295,18 @@ public SetApiSettingsCommandMutationResult(global::ChilliCream.Nitro.CommandLine // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload + public partial class ValidateClientVersion_ValidateClient_ValidateClientPayload : global::System.IEquatable, IValidateClientVersion_ValidateClient_ValidateClientPayload { - public SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload(global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings_Api? api, global::System.Collections.Generic.IReadOnlyList? errors) + public ValidateClientVersion_ValidateClient_ValidateClientPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) { - Api = api; + Id = id; Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings_Api? Api { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload? other) + public virtual global::System.Boolean Equals(ValidateClientVersion_ValidateClient_ValidateClientPayload? other) { if (ReferenceEquals(null, other)) { @@ -32407,7 +32323,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload( return false; } - return (((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -32427,7 +32343,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload( return false; } - return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload)obj); + return Equals((ValidateClientVersion_ValidateClient_ValidateClientPayload)obj); } public override global::System.Int32 GetHashCode() @@ -32435,9 +32351,9 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload( unchecked { int hash = 5; - if (Api != null) + if (Id != null) { - hash ^= 397 * Api.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); } if (Errors != null) @@ -32455,24 +32371,23 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload( // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Api + public partial class ValidateClientVersion_ValidateClient_Errors_StageNotFoundError : global::System.IEquatable, IValidateClientVersion_ValidateClient_Errors_StageNotFoundError { - public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api(global::System.String name, global::System.Collections.Generic.IReadOnlyList path, global::System.String id, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? workspace, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings settings) + public ValidateClientVersion_ValidateClient_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) { + this.__typename = __typename; + Message = message; Name = name; - Path = path; - Id = id; - Workspace = workspace; - Settings = settings; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - public global::System.String Id { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? Workspace { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings Settings { get; } - public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api? other) + public virtual global::System.Boolean Equals(ValidateClientVersion_ValidateClient_Errors_StageNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -32489,7 +32404,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api(global::System.St return false; } - return (Name.Equals(other.Name)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path) && Id.Equals(other.Id) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)) && Settings.Equals(other.Settings); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -32509,7 +32424,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api(global::System.St return false; } - return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api)obj); + return Equals((ValidateClientVersion_ValidateClient_Errors_StageNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -32517,19 +32432,9 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api(global::System.St unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); hash ^= 397 * Name.GetHashCode(); - foreach (var Path_elm in Path) - { - hash ^= 397 * Path_elm.GetHashCode(); - } - - hash ^= 397 * Id.GetHashCode(); - if (Workspace != null) - { - hash ^= 397 * Workspace.GetHashCode(); - } - - hash ^= 397 * Settings.GetHashCode(); return hash; } } @@ -32537,23 +32442,18 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api(global::System.St // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError + public partial class ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError : global::System.IEquatable, IValidateClientVersion_ValidateClient_Errors_ClientNotFoundError { - public SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) + public ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError(global::System.String message, global::System.String clientId) { - this.__typename = __typename; Message = message; - ApiId = apiId; + ClientId = clientId; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } public global::System.String Message { get; } - public global::System.String ApiId { get; } + public global::System.String ClientId { get; } - public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError? other) + public virtual global::System.Boolean Equals(ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -32570,7 +32470,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError(g return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); + return (Message.Equals(other.Message)) && ClientId.Equals(other.ClientId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -32590,7 +32490,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError(g return false; } - return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError)obj); + return Equals((ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -32598,9 +32498,8 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError(g unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * ClientId.GetHashCode(); return hash; } } @@ -32608,9 +32507,9 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError(g // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation + public partial class ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation : global::System.IEquatable, IValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation { - public SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { this.__typename = __typename; Message = message; @@ -32622,7 +32521,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperat public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -32659,7 +32558,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperat return false; } - return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation)obj); + return Equals((ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -32674,20 +32573,63 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperat } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateClientVersionResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersion_ValidateClient ValidateClient { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateClientVersion_ValidateClient + { + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateClientVersion_ValidateClient_ValidateClientPayload : IValidateClientVersion_ValidateClient + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateClientVersion_ValidateClient_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateClientVersion_ValidateClient_Errors_StageNotFoundError : IValidateClientVersion_ValidateClient_Errors, IStageNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateClientVersion_ValidateClient_Errors_ClientNotFoundError : IValidateClientVersion_ValidateClient_Errors, IClientNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation : IValidateClientVersion_ValidateClient_Errors, IUnauthorizedOperation + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace + public partial class OnClientVersionValidationUpdatedResult : global::System.IEquatable, IOnClientVersionValidationUpdatedResult { - public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace(global::System.String id, global::System.String name) + public OnClientVersionValidationUpdatedResult(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate onClientVersionValidationUpdate) { - Id = id; - Name = name; + OnClientVersionValidationUpdate = onClientVersionValidationUpdate; } - public global::System.String Id { get; } - public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate OnClientVersionValidationUpdate { get; } - public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdatedResult? other) { if (ReferenceEquals(null, other)) { @@ -32704,7 +32646,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace(g return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (OnClientVersionValidationUpdate.Equals(other.OnClientVersionValidationUpdate)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -32724,7 +32666,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace(g return false; } - return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace)obj); + return Equals((OnClientVersionValidationUpdatedResult)obj); } public override global::System.Int32 GetHashCode() @@ -32732,8 +32674,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace(g unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * OnClientVersionValidationUpdate.GetHashCode(); return hash; } } @@ -32741,16 +32682,23 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace(g // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings + public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed { - public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings(global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry schemaRegistry) + public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) { - SchemaRegistry = schemaRegistry; + this.__typename = __typename; + State = state; + Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry SchemaRegistry { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -32767,7 +32715,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings( return false; } - return (SchemaRegistry.Equals(other.SchemaRegistry)); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -32787,7 +32735,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings( return false; } - return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings)obj); + return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -32795,7 +32743,13 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings( unchecked { int hash = 5; - hash ^= 397 * SchemaRegistry.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -32803,18 +32757,21 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings( // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry_SchemaRegistrySettings : global::System.IEquatable, ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry_SchemaRegistrySettings + public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess { - public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry_SchemaRegistrySettings(global::System.Boolean treatDangerousAsBreaking, global::System.Boolean allowBreakingSchemaChanges) + public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - TreatDangerousAsBreaking = treatDangerousAsBreaking; - AllowBreakingSchemaChanges = allowBreakingSchemaChanges; + this.__typename = __typename; + State = state; } - public global::System.Boolean TreatDangerousAsBreaking { get; } - public global::System.Boolean AllowBreakingSchemaChanges { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry_SchemaRegistrySettings? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess? other) { if (ReferenceEquals(null, other)) { @@ -32831,7 +32788,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegist return false; } - return (global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking)) && global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -32851,7 +32808,7 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegist return false; } - return Equals((SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry_SchemaRegistrySettings)obj); + return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess)obj); } public override global::System.Int32 GetHashCode() @@ -32859,129 +32816,30 @@ public SetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegist unchecked { int hash = 5; - hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); - hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings UpdateApiSettings { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings - { - public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings_Api? Api { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload : ISetApiSettingsCommandMutation_UpdateApiSettings - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPrompt_Api : IApiDetailPrompt_Api - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_Api : ISelectApiPrompt_Api - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api : ISetApiSettingsCommandMutation_Api - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Api : ISetApiSettingsCommandMutation_UpdateApiSettings_Api - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError : ISetApiSettingsCommandMutation_UpdateApiSettings_Errors, IApiNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation : ISetApiSettingsCommandMutation_UpdateApiSettings_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace_Workspace : ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Workspace - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings - { - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry SchemaRegistry { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_ApiSettings : ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry - { - public global::System.Boolean TreatDangerousAsBreaking { get; } - public global::System.Boolean AllowBreakingSchemaChanges { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry_SchemaRegistrySettings : ISetApiSettingsCommandMutation_UpdateApiSettings_Api_Settings_SchemaRegistry - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutationResult : global::System.IEquatable, ICreateApiCommandMutationResult + public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress { - public CreateApiCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges pushWorkspaceChanges) + public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - PushWorkspaceChanges = pushWorkspaceChanges; + this.__typename = __typename; + State = state; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges PushWorkspaceChanges { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutationResult? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -32998,7 +32856,7 @@ public CreateApiCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Clie return false; } - return (PushWorkspaceChanges.Equals(other.PushWorkspaceChanges)); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33018,7 +32876,7 @@ public CreateApiCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Clie return false; } - return Equals((CreateApiCommandMutationResult)obj); + return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -33026,7 +32884,8 @@ public CreateApiCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Clie unchecked { int hash = 5; - hash ^= 397 * PushWorkspaceChanges.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -33034,18 +32893,21 @@ public CreateApiCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Clie // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload + public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress { - public CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload(global::System.Collections.Generic.IReadOnlyList? changes, global::System.Collections.Generic.IReadOnlyList? errors) + public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - Changes = changes; - Errors = errors; + this.__typename = __typename; + State = state; } - public global::System.Collections.Generic.IReadOnlyList? Changes { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -33062,7 +32924,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33082,7 +32944,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload)obj); + return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -33090,22 +32952,8 @@ public CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload unchecked { int hash = 5; - if (Changes != null) - { - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - } - - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -33113,20 +32961,20 @@ public CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload + public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload(global::System.String referenceId, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error? error, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result? result) + public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - ReferenceId = referenceId; - Error = error; - Result = result; + Message = message; + Client = client; + Queries = queries; } - public global::System.String ReferenceId { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error? Error { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result? Result { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError? other) { if (ReferenceEquals(null, other)) { @@ -33143,7 +32991,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayl return false; } - return (ReferenceId.Equals(other.ReferenceId)) && ((Error is null && other.Error is null) || Error != null && Error.Equals(other.Error)) && ((Result is null && other.Result is null) || Result != null && Result.Equals(other.Result)); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33163,7 +33011,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayl return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload)obj); + return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -33171,15 +33019,15 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayl unchecked { int hash = 5; - hash ^= 397 * ReferenceId.GetHashCode(); - if (Error != null) + hash ^= 397 * Message.GetHashCode(); + if (Client != null) { - hash ^= 397 * Error.GetHashCode(); + hash ^= 397 * Client.GetHashCode(); } - if (Result != null) + foreach (var Queries_elm in Queries) { - hash ^= 397 * Result.GetHashCode(); + hash ^= 397 * Queries_elm.GetHashCode(); } return hash; @@ -33189,16 +33037,21 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayl // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation + public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError { - public CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation(global::System.String message) + public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; Message = message; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -33215,7 +33068,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperatio return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33235,7 +33088,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperatio return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation)obj); + return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -33243,6 +33096,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperatio unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); return hash; } @@ -33251,16 +33105,13 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperatio // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid + public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError { - public CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid(global::System.String message) + public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -33277,7 +33128,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInval return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33297,7 +33148,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInval return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid)obj); + return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -33305,7 +33156,6 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInval unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -33313,16 +33163,21 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInval // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed + public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed(global::System.String message) + public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; Message = message; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError? other) { if (ReferenceEquals(null, other)) { @@ -33339,7 +33194,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidat return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33359,7 +33214,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidat return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed)obj); + return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError)obj); } public override global::System.Int32 GetHashCode() @@ -33367,6 +33222,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidat unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); return hash; } @@ -33375,16 +33231,18 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidat // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict + public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict(global::System.String message) + public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client(global::System.String id, global::System.String name) { - Message = message; + Id = id; + Name = name; } - public global::System.String Message { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client? other) { if (ReferenceEquals(null, other)) { @@ -33401,7 +33259,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChange return false; } - return (Message.Equals(other.Message)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33421,7 +33279,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChange return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict)obj); + return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client)obj); } public override global::System.Int32 GetHashCode() @@ -33429,7 +33287,8 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChange unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -33437,16 +33296,22 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChange // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict + public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict(global::System.String message) + public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) { + DeployedTags = deployedTags; Message = message; + Hash = hash; + Errors = errors; } + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -33463,7 +33328,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDelete return false; } - return (Message.Equals(other.Message)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33483,7 +33348,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDelete return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict)obj); + return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -33491,7 +33356,18 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDelete unchecked { int hash = 5; + foreach (var DeployedTags_elm in DeployedTags) + { + hash ^= 397 * DeployedTags_elm.GetHashCode(); + } + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Hash.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -33499,16 +33375,22 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDelete // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict + public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict(global::System.String message) + public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { Message = message; + Code = code; + Path = path; + Locations = locations; } public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError? other) { if (ReferenceEquals(null, other)) { @@ -33525,7 +33407,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCol return false; } - return (Message.Equals(other.Message)); + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33545,7 +33427,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCol return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict)obj); + return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError)obj); } public override global::System.Int32 GetHashCode() @@ -33554,6 +33436,24 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCol { int hash = 5; hash ^= 397 * Message.GetHashCode(); + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } + return hash; } } @@ -33561,16 +33461,18 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCol // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange + public partial class OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange(global::System.String message) + public OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) { - Message = message; + Column = column; + Line = line; } - public global::System.String Message { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange? other) + public virtual global::System.Boolean Equals(OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -33587,7 +33489,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErr return false; } - return (Message.Equals(other.Message)); + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33607,7 +33509,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErr return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange)obj); + return Equals((OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -33615,83 +33517,175 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErr unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange + public partial interface IOnClientVersionValidationUpdatedResult { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange(global::System.String message) - { - Message = message; - } - - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate OnClientVersionValidationUpdate { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate + { + public global::System.String __typename { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IClientVersionValidationFailed + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - return (Message.Equals(other.Message)); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate, IClientVersionValidationFailed + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IClientVersionValidationSuccess + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate, IClientVersionValidationSuccess + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate, IOperationInProgress + { + } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidationInProgress + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Message.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate, IValidationInProgress + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors, IPersistedQueryValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors, IProcessingTimeoutError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors, IUnexpectedProcessingError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries + { + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations + { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument + public partial class CreateEnvironmentCommandMutationResult : global::System.IEquatable, ICreateEnvironmentCommandMutationResult { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument() + public CreateEnvironmentCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges pushWorkspaceChanges) { + PushWorkspaceChanges = pushWorkspaceChanges; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument? other) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges PushWorkspaceChanges { get; } + + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -33708,7 +33702,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument( return false; } - return true; + return (PushWorkspaceChanges.Equals(other.PushWorkspaceChanges)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33728,7 +33722,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument( return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument)obj); + return Equals((CreateEnvironmentCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -33736,6 +33730,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument( unchecked { int hash = 5; + hash ^= 397 * PushWorkspaceChanges.GetHashCode(); return hash; } } @@ -33743,24 +33738,18 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument( // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api(global::System.String name, global::System.String id, global::System.Collections.Generic.IReadOnlyList path, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? workspace, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings settings) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload(global::System.Collections.Generic.IReadOnlyList? changes, global::System.Collections.Generic.IReadOnlyList? errors) { - Name = name; - Id = id; - Path = path; - Workspace = workspace; - Settings = settings; + Changes = changes; + Errors = errors; } - public global::System.String Name { get; } - public global::System.String Id { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? Workspace { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings Settings { get; } + public global::System.Collections.Generic.IReadOnlyList? Changes { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload? other) { if (ReferenceEquals(null, other)) { @@ -33777,7 +33766,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api(global:: return false; } - return (Name.Equals(other.Name)) && Id.Equals(other.Id) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)) && Settings.Equals(other.Settings); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33797,7 +33786,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api(global:: return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload)obj); } public override global::System.Int32 GetHashCode() @@ -33805,19 +33794,22 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api(global:: unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Id.GetHashCode(); - foreach (var Path_elm in Path) + if (Changes != null) { - hash ^= 397 * Path_elm.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } } - if (Workspace != null) + if (Errors != null) { - hash ^= 397 * Workspace.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } - hash ^= 397 * Settings.GetHashCode(); return hash; } } @@ -33825,13 +33817,20 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api(global:: // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument() + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload(global::System.String referenceId, global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error? error, global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result? result) { + ReferenceId = referenceId; + Error = error; + Result = result; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument? other) + public global::System.String ReferenceId { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error? Error { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result? Result { get; } + + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload? other) { if (ReferenceEquals(null, other)) { @@ -33848,7 +33847,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDoc return false; } - return true; + return (ReferenceId.Equals(other.ReferenceId)) && ((Error is null && other.Error is null) || Error != null && Error.Equals(other.Error)) && ((Result is null && other.Result is null) || Result != null && Result.Equals(other.Result)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33868,7 +33867,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDoc return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload)obj); } public override global::System.Int32 GetHashCode() @@ -33876,6 +33875,17 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDoc unchecked { int hash = 5; + hash ^= 397 * ReferenceId.GetHashCode(); + if (Error != null) + { + hash ^= 397 * Error.GetHashCode(); + } + + if (Result != null) + { + hash ^= 397 * Result.GetHashCode(); + } + return hash; } } @@ -33883,13 +33893,16 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDoc // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment() + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation(global::System.String message) { + Message = message; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment? other) + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -33906,7 +33919,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment( return false; } - return true; + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33926,7 +33939,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment( return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -33934,6 +33947,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment( unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -33941,18 +33955,16 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment( // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(global::System.String id, global::System.String name) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid(global::System.String message) { - Id = id; - Name = name; + Message = message; } - public global::System.String Id { get; } - public global::System.String Name { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid? other) { if (ReferenceEquals(null, other)) { @@ -33969,7 +33981,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Wo return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -33989,7 +34001,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Wo return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid)obj); } public override global::System.Int32 GetHashCode() @@ -33997,8 +34009,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Wo unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -34006,16 +34017,16 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Wo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings(global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry schemaRegistry) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed(global::System.String message) { - SchemaRegistry = schemaRegistry; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry SchemaRegistry { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -34032,7 +34043,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_Api return false; } - return (SchemaRegistry.Equals(other.SchemaRegistry)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -34052,7 +34063,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_Api return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -34060,7 +34071,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_Api unchecked { int hash = 5; - hash ^= 397 * SchemaRegistry.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -34068,18 +34079,16 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_Api // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings : global::System.IEquatable, ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict { - public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings(global::System.Boolean treatDangerousAsBreaking, global::System.Boolean allowBreakingSchemaChanges) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict(global::System.String message) { - TreatDangerousAsBreaking = treatDangerousAsBreaking; - AllowBreakingSchemaChanges = allowBreakingSchemaChanges; + Message = message; } - public global::System.Boolean TreatDangerousAsBreaking { get; } - public global::System.Boolean AllowBreakingSchemaChanges { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict? other) { if (ReferenceEquals(null, other)) { @@ -34096,7 +34105,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_Sch return false; } - return (global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking)) && global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -34116,7 +34125,7 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_Sch return false; } - return Equals((CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict)obj); } public override global::System.Int32 GetHashCode() @@ -34124,198 +34133,24 @@ public CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_Sch unchecked { int hash = 5; - hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); - hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges PushWorkspaceChanges { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges - { - public global::System.Collections.Generic.IReadOnlyList? Changes { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload : ICreateApiCommandMutation_PushWorkspaceChanges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes - { - public global::System.String ReferenceId { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error? Error { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result? Result { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload : ICreateApiCommandMutation_PushWorkspaceChanges_Changes - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation : ICreateApiCommandMutation_PushWorkspaceChanges_Errors, IError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid : ICreateApiCommandMutation_PushWorkspaceChanges_Errors, IError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error, IError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error, IError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error, IError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error, IError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error, IError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error, IError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_Api : IApiDetailPrompt_Api - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result, ICreateApiCommandMutation_Api - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings - { - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry SchemaRegistry { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry - { - public global::System.Boolean TreatDangerousAsBreaking { get; } - public global::System.Boolean AllowBreakingSchemaChanges { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings : ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStagesResult : global::System.IEquatable, IUpdateStagesResult + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict { - public UpdateStagesResult(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages updateStages) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict(global::System.String message) { - UpdateStages = updateStages; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages UpdateStages { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(UpdateStagesResult? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict? other) { if (ReferenceEquals(null, other)) { @@ -34332,7 +34167,7 @@ public UpdateStagesResult(global::ChilliCream.Nitro.CommandLine.Client.IUpdateSt return false; } - return (UpdateStages.Equals(other.UpdateStages)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -34352,7 +34187,7 @@ public UpdateStagesResult(global::ChilliCream.Nitro.CommandLine.Client.IUpdateSt return false; } - return Equals((UpdateStagesResult)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict)obj); } public override global::System.Int32 GetHashCode() @@ -34360,7 +34195,7 @@ public UpdateStagesResult(global::ChilliCream.Nitro.CommandLine.Client.IUpdateSt unchecked { int hash = 5; - hash ^= 397 * UpdateStages.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -34368,18 +34203,16 @@ public UpdateStagesResult(global::ChilliCream.Nitro.CommandLine.Client.IUpdateSt // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_UpdateStagesPayload : global::System.IEquatable, IUpdateStages_UpdateStages_UpdateStagesPayload + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict { - public UpdateStages_UpdateStages_UpdateStagesPayload(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api? api, global::System.Collections.Generic.IReadOnlyList? errors) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict(global::System.String message) { - Api = api; - Errors = errors; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api? Api { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_UpdateStagesPayload? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict? other) { if (ReferenceEquals(null, other)) { @@ -34396,7 +34229,7 @@ public UpdateStages_UpdateStages_UpdateStagesPayload(global::ChilliCream.Nitro.C return false; } - return (((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -34416,7 +34249,7 @@ public UpdateStages_UpdateStages_UpdateStagesPayload(global::ChilliCream.Nitro.C return false; } - return Equals((UpdateStages_UpdateStages_UpdateStagesPayload)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict)obj); } public override global::System.Int32 GetHashCode() @@ -34424,19 +34257,7 @@ public UpdateStages_UpdateStages_UpdateStagesPayload(global::ChilliCream.Nitro.C unchecked { int hash = 5; - if (Api != null) - { - hash ^= 397 * Api.GetHashCode(); - } - - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -34444,16 +34265,16 @@ public UpdateStages_UpdateStages_UpdateStagesPayload(global::ChilliCream.Nitro.C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Api_Api : global::System.IEquatable, IUpdateStages_UpdateStages_Api_Api + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange { - public UpdateStages_UpdateStages_Api_Api(global::System.Collections.Generic.IReadOnlyList stages) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange(global::System.String message) { - Stages = stages; + Message = message; } - public global::System.Collections.Generic.IReadOnlyList Stages { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Api_Api? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange? other) { if (ReferenceEquals(null, other)) { @@ -34470,7 +34291,7 @@ public UpdateStages_UpdateStages_Api_Api(global::System.Collections.Generic.IRea return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Stages, other.Stages)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -34490,7 +34311,7 @@ public UpdateStages_UpdateStages_Api_Api(global::System.Collections.Generic.IRea return false; } - return Equals((UpdateStages_UpdateStages_Api_Api)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange)obj); } public override global::System.Int32 GetHashCode() @@ -34498,11 +34319,7 @@ public UpdateStages_UpdateStages_Api_Api(global::System.Collections.Generic.IRea unchecked { int hash = 5; - foreach (var Stages_elm in Stages) - { - hash ^= 397 * Stages_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -34510,23 +34327,16 @@ public UpdateStages_UpdateStages_Api_Api(global::System.Collections.Generic.IRea // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Errors_ApiNotFoundError : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_ApiNotFoundError + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange { - public UpdateStages_UpdateStages_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange(global::System.String message) { - this.__typename = __typename; Message = message; - ApiId = apiId; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } public global::System.String Message { get; } - public global::System.String ApiId { get; } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_ApiNotFoundError? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange? other) { if (ReferenceEquals(null, other)) { @@ -34543,7 +34353,7 @@ public UpdateStages_UpdateStages_Errors_ApiNotFoundError(global::System.String _ return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -34563,7 +34373,7 @@ public UpdateStages_UpdateStages_Errors_ApiNotFoundError(global::System.String _ return false; } - return Equals((UpdateStages_UpdateStages_Errors_ApiNotFoundError)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange)obj); } public override global::System.Int32 GetHashCode() @@ -34571,9 +34381,7 @@ public UpdateStages_UpdateStages_Errors_ApiNotFoundError(global::System.String _ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -34581,23 +34389,13 @@ public UpdateStages_UpdateStages_Errors_ApiNotFoundError(global::System.String _ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Errors_StageNotFoundError : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_StageNotFoundError + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument { - public UpdateStages_UpdateStages_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument() { - this.__typename = __typename; - Message = message; - Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_StageNotFoundError? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument? other) { if (ReferenceEquals(null, other)) { @@ -34614,7 +34412,7 @@ public UpdateStages_UpdateStages_Errors_StageNotFoundError(global::System.String return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -34634,7 +34432,7 @@ public UpdateStages_UpdateStages_Errors_StageNotFoundError(global::System.String return false; } - return Equals((UpdateStages_UpdateStages_Errors_StageNotFoundError)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument)obj); } public override global::System.Int32 GetHashCode() @@ -34642,9 +34440,6 @@ public UpdateStages_UpdateStages_Errors_StageNotFoundError(global::System.String unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -34652,23 +34447,13 @@ public UpdateStages_UpdateStages_Errors_StageNotFoundError(global::System.String // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api { - public UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList stages) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api() { - this.__typename = __typename; - Message = message; - Stages = stages; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Stages { get; } - - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api? other) { if (ReferenceEquals(null, other)) { @@ -34685,7 +34470,7 @@ public UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError(glo return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Stages, other.Stages); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -34705,7 +34490,7 @@ public UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError(glo return false; } - return Equals((UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api)obj); } public override global::System.Int32 GetHashCode() @@ -34713,13 +34498,6 @@ public UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError(glo unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - foreach (var Stages_elm in Stages) - { - hash ^= 397 * Stages_elm.GetHashCode(); - } - return hash; } } @@ -34727,21 +34505,13 @@ public UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError(glo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Errors_StageValidationError : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_StageValidationError + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument { - public UpdateStages_UpdateStages_Errors_StageValidationError(global::System.String message, global::System.String __typename) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument() { - Message = message; - this.__typename = __typename; } - public global::System.String Message { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_StageValidationError? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument? other) { if (ReferenceEquals(null, other)) { @@ -34758,7 +34528,7 @@ public UpdateStages_UpdateStages_Errors_StageValidationError(global::System.Stri return false; } - return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -34778,7 +34548,7 @@ public UpdateStages_UpdateStages_Errors_StageValidationError(global::System.Stri return false; } - return Equals((UpdateStages_UpdateStages_Errors_StageValidationError)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument)obj); } public override global::System.Int32 GetHashCode() @@ -34786,8 +34556,6 @@ public UpdateStages_UpdateStages_Errors_StageValidationError(global::System.Stri unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -34795,22 +34563,20 @@ public UpdateStages_UpdateStages_Errors_StageValidationError(global::System.Stri // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Api_Stages_Stage : global::System.IEquatable, IUpdateStages_UpdateStages_Api_Stages_Stage + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment { - public UpdateStages_UpdateStages_Api_Stages_Stage(global::System.String id, global::System.String name, global::System.String displayName, global::System.Collections.Generic.IReadOnlyList conditions) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment(global::System.String name, global::System.String id, global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? workspace) { - Id = id; Name = name; - DisplayName = displayName; - Conditions = conditions; + Id = id; + Workspace = workspace; } - public global::System.String Id { get; } public global::System.String Name { get; } - public global::System.String DisplayName { get; } - public global::System.Collections.Generic.IReadOnlyList Conditions { get; } + public global::System.String Id { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? Workspace { get; } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Api_Stages_Stage? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment? other) { if (ReferenceEquals(null, other)) { @@ -34827,7 +34593,7 @@ public UpdateStages_UpdateStages_Api_Stages_Stage(global::System.String id, glob return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && DisplayName.Equals(other.DisplayName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Conditions, other.Conditions); + return (Name.Equals(other.Name)) && Id.Equals(other.Id) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -34847,7 +34613,7 @@ public UpdateStages_UpdateStages_Api_Stages_Stage(global::System.String id, glob return false; } - return Equals((UpdateStages_UpdateStages_Api_Stages_Stage)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -34855,12 +34621,11 @@ public UpdateStages_UpdateStages_Api_Stages_Stage(global::System.String id, glob unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * DisplayName.GetHashCode(); - foreach (var Conditions_elm in Conditions) + hash ^= 397 * Id.GetHashCode(); + if (Workspace != null) { - hash ^= 397 * Conditions_elm.GetHashCode(); + hash ^= 397 * Workspace.GetHashCode(); } return hash; @@ -34870,20 +34635,16 @@ public UpdateStages_UpdateStages_Api_Stages_Stage(global::System.String id, glob // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Errors_Stages_Stage : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_Stage + public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace { - public UpdateStages_UpdateStages_Errors_Stages_Stage(global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema? publishedSchema, global::System.Collections.Generic.IReadOnlyList publishedClients) + public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(global::System.String name) { Name = name; - PublishedSchema = publishedSchema; - PublishedClients = publishedClients; } public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema? PublishedSchema { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedClients { get; } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_Stage? other) + public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -34900,7 +34661,7 @@ public UpdateStages_UpdateStages_Errors_Stages_Stage(global::System.String name, return false; } - return (Name.Equals(other.Name)) && ((PublishedSchema is null && other.PublishedSchema is null) || PublishedSchema != null && PublishedSchema.Equals(other.PublishedSchema)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedClients, other.PublishedClients); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -34920,7 +34681,7 @@ public UpdateStages_UpdateStages_Errors_Stages_Stage(global::System.String name, return false; } - return Equals((UpdateStages_UpdateStages_Errors_Stages_Stage)obj); + return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -34929,33 +34690,177 @@ public UpdateStages_UpdateStages_Errors_Stages_Stage(global::System.String name, { int hash = 5; hash ^= 397 * Name.GetHashCode(); - if (PublishedSchema != null) - { - hash ^= 397 * PublishedSchema.GetHashCode(); - } - - foreach (var PublishedClients_elm in PublishedClients) - { - hash ^= 397 * PublishedClients_elm.GetHashCode(); - } - return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges PushWorkspaceChanges { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges + { + public global::System.Collections.Generic.IReadOnlyList? Changes { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload : ICreateEnvironmentCommandMutation_PushWorkspaceChanges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes + { + public global::System.String ReferenceId { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error? Error { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result? Result { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IEnvironmentDetailPrompt_Environment + { + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? Workspace { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_Environment : IEnvironmentDetailPrompt_Environment + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result, ICreateEnvironmentCommandMutation_Environment + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition : global::System.IEquatable, IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition + public partial class ListEnvironmentCommandQueryResult : global::System.IEquatable, IListEnvironmentCommandQueryResult { - public UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? afterStage) + public ListEnvironmentCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById? workspaceById) { - AfterStage = afterStage; + WorkspaceById = workspaceById; } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? AfterStage { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById? WorkspaceById { get; } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition? other) + public virtual global::System.Boolean Equals(ListEnvironmentCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -34972,7 +34877,7 @@ public UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition(globa return false; } - return (((AfterStage is null && other.AfterStage is null) || AfterStage != null && AfterStage.Equals(other.AfterStage))); + return (((WorkspaceById is null && other.WorkspaceById is null) || WorkspaceById != null && WorkspaceById.Equals(other.WorkspaceById))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -34992,7 +34897,7 @@ public UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition(globa return false; } - return Equals((UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition)obj); + return Equals((ListEnvironmentCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -35000,9 +34905,9 @@ public UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition(globa unchecked { int hash = 5; - if (AfterStage != null) + if (WorkspaceById != null) { - hash ^= 397 * AfterStage.GetHashCode(); + hash ^= 397 * WorkspaceById.GetHashCode(); } return hash; @@ -35012,16 +34917,16 @@ public UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition(globa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion + public partial class ListEnvironmentCommandQuery_WorkspaceById_Workspace : global::System.IEquatable, IListEnvironmentCommandQuery_WorkspaceById_Workspace { - public UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version? version) + public ListEnvironmentCommandQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments? environments) { - Version = version; + Environments = environments; } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version? Version { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments? Environments { get; } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion? other) + public virtual global::System.Boolean Equals(ListEnvironmentCommandQuery_WorkspaceById_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -35038,7 +34943,7 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVe return false; } - return (((Version is null && other.Version is null) || Version != null && Version.Equals(other.Version))); + return (((Environments is null && other.Environments is null) || Environments != null && Environments.Equals(other.Environments))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -35058,7 +34963,7 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVe return false; } - return Equals((UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion)obj); + return Equals((ListEnvironmentCommandQuery_WorkspaceById_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -35066,9 +34971,9 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVe unchecked { int hash = 5; - if (Version != null) + if (Environments != null) { - hash ^= 397 * Version.GetHashCode(); + hash ^= 397 * Environments.GetHashCode(); } return hash; @@ -35077,19 +34982,28 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVe } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient + public partial class ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection : global::System.IEquatable, IListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection { - public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client client, global::System.Collections.Generic.IReadOnlyList publishedVersions) + public ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo pageInfo) { - Client = client; - PublishedVersions = publishedVersions; + Edges = edges; + PageInfo = pageInfo; } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client Client { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedVersions { get; } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient? other) + public virtual global::System.Boolean Equals(ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection? other) { if (ReferenceEquals(null, other)) { @@ -35106,7 +35020,7 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient( return false; } - return (Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedVersions, other.PublishedVersions); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -35126,7 +35040,7 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient( return false; } - return Equals((UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient)obj); + return Equals((ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection)obj); } public override global::System.Int32 GetHashCode() @@ -35134,29 +35048,43 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient( unchecked { int hash = 5; - hash ^= 397 * Client.GetHashCode(); - foreach (var PublishedVersions_elm in PublishedVersions) + if (Edges != null) { - hash ^= 397 * PublishedVersions_elm.GetHashCode(); + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } } + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage : global::System.IEquatable, IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage + public partial class ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge : global::System.IEquatable, IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge { - public UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage(global::System.String name) + public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node node) { - Name = name; + Cursor = cursor; + Node = node; } - public global::System.String Name { get; } + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage? other) + public virtual global::System.Boolean Equals(ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge? other) { if (ReferenceEquals(null, other)) { @@ -35173,7 +35101,7 @@ public UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage(global:: return false; } - return (Name.Equals(other.Name)); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -35193,7 +35121,7 @@ public UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage(global:: return false; } - return Equals((UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage)obj); + return Equals((ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge)obj); } public override global::System.Int32 GetHashCode() @@ -35201,24 +35129,46 @@ public UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage(global:: unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion + public partial class ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo : global::System.IEquatable, IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo { - public UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion(global::System.String tag) + public ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { - Tag = tag; + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; } - public global::System.String Tag { get; } + /// + /// Indicates whether more edges exist prior the set defined by the clients arguments. + /// + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion? other) + public virtual global::System.Boolean Equals(ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -35235,7 +35185,7 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVer return false; } - return (Tag.Equals(other.Tag)); + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -35255,7 +35205,7 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVer return false; } - return Equals((UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion)obj); + return Equals((ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -35263,7 +35213,18 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVer unchecked { int hash = 5; - hash ^= 397 * Tag.GetHashCode(); + hash ^= 397 * HasPreviousPage.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) + { + hash ^= 397 * EndCursor.GetHashCode(); + } + + if (StartCursor != null) + { + hash ^= 397 * StartCursor.GetHashCode(); + } + return hash; } } @@ -35271,16 +35232,20 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client + public partial class ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment : global::System.IEquatable, IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment { - public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client(global::System.String name) + public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? workspace) { + Id = id; Name = name; + Workspace = workspace; } + public global::System.String Id { get; } public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? Workspace { get; } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client? other) + public virtual global::System.Boolean Equals(ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment? other) { if (ReferenceEquals(null, other)) { @@ -35297,7 +35262,7 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client(gl return false; } - return (Name.Equals(other.Name)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -35317,7 +35282,7 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client(gl return false; } - return Equals((UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client)obj); + return Equals((ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -35325,7 +35290,13 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client(gl unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); + if (Workspace != null) + { + hash ^= 397 * Workspace.GetHashCode(); + } + return hash; } } @@ -35333,16 +35304,16 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client(gl // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion + public partial class ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace : global::System.IEquatable, IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace { - public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version? version) + public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace(global::System.String name) { - Version = version; + Name = name; } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version? Version { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion? other) + public virtual global::System.Boolean Equals(ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -35359,7 +35330,7 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersion return false; } - return (((Version is null && other.Version is null) || Version != null && Version.Equals(other.Version))); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -35379,7 +35350,7 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersion return false; } - return Equals((UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion)obj); + return Equals((ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -35387,318 +35358,147 @@ public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersion unchecked { int hash = 5; - if (Version != null) - { - hash ^= 397 * Version.GetHashCode(); - } - + hash ^= 397 * Name.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion + public partial interface IListEnvironmentCommandQueryResult { - public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion(global::System.String tag) - { - Tag = tag; - } - - public global::System.String Tag { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById? WorkspaceById { get; } + } - public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (Tag.Equals(other.Tag)); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Tag.GetHashCode(); - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStagesResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages UpdateStages { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages - { - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api? Api { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_UpdateStagesPayload : IUpdateStages_UpdateStages - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Api - { - public global::System.Collections.Generic.IReadOnlyList Stages { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Api_Api : IUpdateStages_UpdateStages_Api - { - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListEnvironmentCommandQuery_WorkspaceById + { + public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments? Environments { get; } + } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_ApiNotFoundError : IUpdateStages_UpdateStages_Errors, IApiNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_StageNotFoundError : IUpdateStages_UpdateStages_Errors, IStageNotFoundError + public partial interface IListEnvironmentCommandQuery_WorkspaceById_Workspace : IListEnvironmentCommandQuery_WorkspaceById { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IStagesHavePublishedDependenciesError + public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments { /// - /// The name of the current Object type at runtime. + /// A list of edges. /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Stages { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError : IUpdateStages_UpdateStages_Errors, IStagesHavePublishedDependenciesError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_StageValidationError : IUpdateStages_UpdateStages_Errors - { - public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } /// - /// The name of the current Object type at runtime. + /// Information to aid in pagination. /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IStageDetailPrompt_Stage - { - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.String DisplayName { get; } - public global::System.Collections.Generic.IReadOnlyList Conditions { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Api_Stages : IStageDetailPrompt_Stage - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Api_Stages_Stage : IUpdateStages_UpdateStages_Api_Stages - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages - { - public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema? PublishedSchema { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedClients { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_Stage : IUpdateStages_UpdateStages_Errors_Stages - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IStageCondition - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Api_Stages_Conditions : IStageCondition - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IAfterStageCondition - { - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? AfterStage { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo PageInfo { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition : IUpdateStages_UpdateStages_Api_Stages_Conditions, IAfterStageCondition + public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection : IListEnvironmentCommandQuery_WorkspaceById_Environments { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema + public partial interface IListEnvironmentCommand_EnvironmentEdge { - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version? Version { get; } + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion : IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema + public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges : IListEnvironmentCommand_EnvironmentEdge { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients + public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge : IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges { - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client Client { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedVersions { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient : IUpdateStages_UpdateStages_Errors_Stages_PublishedClients + public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo : IPageInfo { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage + public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo : IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo { - public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage : IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage + public partial interface IListEnvironmentCommand_Environment : IEnvironmentDetailPrompt_Environment { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version + public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node : IListEnvironmentCommand_Environment { - public global::System.String Tag { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion : IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version + public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment : IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client + public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace { public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client : IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions - { - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version? Version { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion : IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version - { - public global::System.String Tag { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion : IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version + public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace : IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQueryResult : global::System.IEquatable, IListStagesQueryResult + public partial class ShowEnvironmentCommandQueryResult : global::System.IEquatable, IShowEnvironmentCommandQueryResult { - public ListStagesQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListStagesQuery_Node? node) + public ShowEnvironmentCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQuery_Node? node) { Node = node; } @@ -35706,9 +35506,9 @@ public ListStagesQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListS /// /// Fetches an object given its ID. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListStagesQuery_Node? Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQuery_Node? Node { get; } - public virtual global::System.Boolean Equals(ListStagesQueryResult? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -35745,7 +35545,7 @@ public ListStagesQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListS return false; } - return Equals((ListStagesQueryResult)obj); + return Equals((ShowEnvironmentCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -35765,16 +35565,13 @@ public ListStagesQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListS // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_Api : global::System.IEquatable, IListStagesQuery_Node_Api + public partial class ShowEnvironmentCommandQuery_Node_Api : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Api { - public ListStagesQuery_Node_Api(global::System.Collections.Generic.IReadOnlyList stages) + public ShowEnvironmentCommandQuery_Node_Api() { - Stages = stages; } - public global::System.Collections.Generic.IReadOnlyList Stages { get; } - - public virtual global::System.Boolean Equals(ListStagesQuery_Node_Api? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Api? other) { if (ReferenceEquals(null, other)) { @@ -35791,7 +35588,7 @@ public ListStagesQuery_Node_Api(global::System.Collections.Generic.IReadOnlyList return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Stages, other.Stages)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -35811,7 +35608,7 @@ public ListStagesQuery_Node_Api(global::System.Collections.Generic.IReadOnlyList return false; } - return Equals((ListStagesQuery_Node_Api)obj); + return Equals((ShowEnvironmentCommandQuery_Node_Api)obj); } public override global::System.Int32 GetHashCode() @@ -35819,11 +35616,6 @@ public ListStagesQuery_Node_Api(global::System.Collections.Generic.IReadOnlyList unchecked { int hash = 5; - foreach (var Stages_elm in Stages) - { - hash ^= 397 * Stages_elm.GetHashCode(); - } - return hash; } } @@ -35831,13 +35623,13 @@ public ListStagesQuery_Node_Api(global::System.Collections.Generic.IReadOnlyList // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_ApiDocument : global::System.IEquatable, IListStagesQuery_Node_ApiDocument + public partial class ShowEnvironmentCommandQuery_Node_ApiDocument : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_ApiDocument { - public ListStagesQuery_Node_ApiDocument() + public ShowEnvironmentCommandQuery_Node_ApiDocument() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_ApiDocument? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_ApiDocument? other) { if (ReferenceEquals(null, other)) { @@ -35874,7 +35666,7 @@ public ListStagesQuery_Node_ApiDocument() return false; } - return Equals((ListStagesQuery_Node_ApiDocument)obj); + return Equals((ShowEnvironmentCommandQuery_Node_ApiDocument)obj); } public override global::System.Int32 GetHashCode() @@ -35889,13 +35681,13 @@ public ListStagesQuery_Node_ApiDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_ApiKey : global::System.IEquatable, IListStagesQuery_Node_ApiKey + public partial class ShowEnvironmentCommandQuery_Node_ApiKey : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_ApiKey { - public ListStagesQuery_Node_ApiKey() + public ShowEnvironmentCommandQuery_Node_ApiKey() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_ApiKey? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -35932,7 +35724,7 @@ public ListStagesQuery_Node_ApiKey() return false; } - return Equals((ListStagesQuery_Node_ApiKey)obj); + return Equals((ShowEnvironmentCommandQuery_Node_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -35947,13 +35739,13 @@ public ListStagesQuery_Node_ApiKey() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_Client : global::System.IEquatable, IListStagesQuery_Node_Client + public partial class ShowEnvironmentCommandQuery_Node_Client : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Client { - public ListStagesQuery_Node_Client() + public ShowEnvironmentCommandQuery_Node_Client() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_Client? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Client? other) { if (ReferenceEquals(null, other)) { @@ -35990,7 +35782,7 @@ public ListStagesQuery_Node_Client() return false; } - return Equals((ListStagesQuery_Node_Client)obj); + return Equals((ShowEnvironmentCommandQuery_Node_Client)obj); } public override global::System.Int32 GetHashCode() @@ -36005,13 +35797,13 @@ public ListStagesQuery_Node_Client() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_ClientChangeLog : global::System.IEquatable, IListStagesQuery_Node_ClientChangeLog + public partial class ShowEnvironmentCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_ClientChangeLog { - public ListStagesQuery_Node_ClientChangeLog() + public ShowEnvironmentCommandQuery_Node_ClientChangeLog() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_ClientChangeLog? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_ClientChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -36048,7 +35840,7 @@ public ListStagesQuery_Node_ClientChangeLog() return false; } - return Equals((ListStagesQuery_Node_ClientChangeLog)obj); + return Equals((ShowEnvironmentCommandQuery_Node_ClientChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -36063,13 +35855,13 @@ public ListStagesQuery_Node_ClientChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_ClientDeployment : global::System.IEquatable, IListStagesQuery_Node_ClientDeployment + public partial class ShowEnvironmentCommandQuery_Node_ClientDeployment : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_ClientDeployment { - public ListStagesQuery_Node_ClientDeployment() + public ShowEnvironmentCommandQuery_Node_ClientDeployment() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_ClientDeployment? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -36106,7 +35898,7 @@ public ListStagesQuery_Node_ClientDeployment() return false; } - return Equals((ListStagesQuery_Node_ClientDeployment)obj); + return Equals((ShowEnvironmentCommandQuery_Node_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -36121,13 +35913,13 @@ public ListStagesQuery_Node_ClientDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_ClientVersion : global::System.IEquatable, IListStagesQuery_Node_ClientVersion + public partial class ShowEnvironmentCommandQuery_Node_ClientVersion : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_ClientVersion { - public ListStagesQuery_Node_ClientVersion() + public ShowEnvironmentCommandQuery_Node_ClientVersion() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_ClientVersion? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -36164,7 +35956,7 @@ public ListStagesQuery_Node_ClientVersion() return false; } - return Equals((ListStagesQuery_Node_ClientVersion)obj); + return Equals((ShowEnvironmentCommandQuery_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -36179,13 +35971,13 @@ public ListStagesQuery_Node_ClientVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IListStagesQuery_Node_CoordinateClientUsageMetrics + public partial class ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics { - public ListStagesQuery_Node_CoordinateClientUsageMetrics() + public ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_CoordinateClientUsageMetrics? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics? other) { if (ReferenceEquals(null, other)) { @@ -36222,7 +36014,7 @@ public ListStagesQuery_Node_CoordinateClientUsageMetrics() return false; } - return Equals((ListStagesQuery_Node_CoordinateClientUsageMetrics)obj); + return Equals((ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics)obj); } public override global::System.Int32 GetHashCode() @@ -36237,13 +36029,20 @@ public ListStagesQuery_Node_CoordinateClientUsageMetrics() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_Environment : global::System.IEquatable, IListStagesQuery_Node_Environment + public partial class ShowEnvironmentCommandQuery_Node_Environment : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Environment { - public ListStagesQuery_Node_Environment() + public ShowEnvironmentCommandQuery_Node_Environment(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? workspace) { + Id = id; + Name = name; + Workspace = workspace; } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_Environment? other) + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? Workspace { get; } + + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Environment? other) { if (ReferenceEquals(null, other)) { @@ -36260,7 +36059,7 @@ public ListStagesQuery_Node_Environment() return false; } - return true; + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -36280,7 +36079,7 @@ public ListStagesQuery_Node_Environment() return false; } - return Equals((ListStagesQuery_Node_Environment)obj); + return Equals((ShowEnvironmentCommandQuery_Node_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -36288,6 +36087,13 @@ public ListStagesQuery_Node_Environment() unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + if (Workspace != null) + { + hash ^= 397 * Workspace.GetHashCode(); + } + return hash; } } @@ -36295,13 +36101,13 @@ public ListStagesQuery_Node_Environment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IListStagesQuery_Node_FusionConfigurationChangeLog + public partial class ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog { - public ListStagesQuery_Node_FusionConfigurationChangeLog() + public ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_FusionConfigurationChangeLog? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -36338,7 +36144,7 @@ public ListStagesQuery_Node_FusionConfigurationChangeLog() return false; } - return Equals((ListStagesQuery_Node_FusionConfigurationChangeLog)obj); + return Equals((ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -36353,13 +36159,13 @@ public ListStagesQuery_Node_FusionConfigurationChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IListStagesQuery_Node_FusionConfigurationDeployment + public partial class ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment { - public ListStagesQuery_Node_FusionConfigurationDeployment() + public ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_FusionConfigurationDeployment? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -36396,7 +36202,7 @@ public ListStagesQuery_Node_FusionConfigurationDeployment() return false; } - return Equals((ListStagesQuery_Node_FusionConfigurationDeployment)obj); + return Equals((ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -36411,13 +36217,13 @@ public ListStagesQuery_Node_FusionConfigurationDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLDirectiveArgumentDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition { - public ListStagesQuery_Node_GraphQLDirectiveArgumentDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLDirectiveArgumentDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -36454,7 +36260,7 @@ public ListStagesQuery_Node_GraphQLDirectiveArgumentDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLDirectiveArgumentDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -36469,13 +36275,13 @@ public ListStagesQuery_Node_GraphQLDirectiveArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLDirectiveDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition { - public ListStagesQuery_Node_GraphQLDirectiveDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLDirectiveDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition? other) { if (ReferenceEquals(null, other)) { @@ -36512,7 +36318,7 @@ public ListStagesQuery_Node_GraphQLDirectiveDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLDirectiveDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -36527,13 +36333,13 @@ public ListStagesQuery_Node_GraphQLDirectiveDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLEnumTypeDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition { - public ListStagesQuery_Node_GraphQLEnumTypeDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLEnumTypeDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -36570,7 +36376,7 @@ public ListStagesQuery_Node_GraphQLEnumTypeDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLEnumTypeDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -36585,13 +36391,13 @@ public ListStagesQuery_Node_GraphQLEnumTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLEnumValueDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition { - public ListStagesQuery_Node_GraphQLEnumValueDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLEnumValueDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition? other) { if (ReferenceEquals(null, other)) { @@ -36628,7 +36434,7 @@ public ListStagesQuery_Node_GraphQLEnumValueDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLEnumValueDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -36643,13 +36449,13 @@ public ListStagesQuery_Node_GraphQLEnumValueDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLInputObjectFieldDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition { - public ListStagesQuery_Node_GraphQLInputObjectFieldDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLInputObjectFieldDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -36686,7 +36492,7 @@ public ListStagesQuery_Node_GraphQLInputObjectFieldDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLInputObjectFieldDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -36701,13 +36507,13 @@ public ListStagesQuery_Node_GraphQLInputObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLInputObjectTypeDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition { - public ListStagesQuery_Node_GraphQLInputObjectTypeDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLInputObjectTypeDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -36744,7 +36550,7 @@ public ListStagesQuery_Node_GraphQLInputObjectTypeDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLInputObjectTypeDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -36759,13 +36565,13 @@ public ListStagesQuery_Node_GraphQLInputObjectTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition { - public ListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -36802,7 +36608,7 @@ public ListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -36817,13 +36623,13 @@ public ListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLInterfaceFieldDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition { - public ListStagesQuery_Node_GraphQLInterfaceFieldDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLInterfaceFieldDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -36860,7 +36666,7 @@ public ListStagesQuery_Node_GraphQLInterfaceFieldDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLInterfaceFieldDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -36875,13 +36681,13 @@ public ListStagesQuery_Node_GraphQLInterfaceFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLInterfaceTypeDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition { - public ListStagesQuery_Node_GraphQLInterfaceTypeDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLInterfaceTypeDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -36918,7 +36724,7 @@ public ListStagesQuery_Node_GraphQLInterfaceTypeDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLInterfaceTypeDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -36933,13 +36739,13 @@ public ListStagesQuery_Node_GraphQLInterfaceTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition { - public ListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -36976,7 +36782,7 @@ public ListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -36991,13 +36797,13 @@ public ListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLObjectFieldDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition { - public ListStagesQuery_Node_GraphQLObjectFieldDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLObjectFieldDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -37034,7 +36840,7 @@ public ListStagesQuery_Node_GraphQLObjectFieldDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLObjectFieldDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -37049,13 +36855,13 @@ public ListStagesQuery_Node_GraphQLObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLScalarTypeDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition { - public ListStagesQuery_Node_GraphQLScalarTypeDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLScalarTypeDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -37092,7 +36898,7 @@ public ListStagesQuery_Node_GraphQLScalarTypeDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLScalarTypeDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -37107,13 +36913,13 @@ public ListStagesQuery_Node_GraphQLScalarTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLUnionTypeDefinition + public partial class ShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition { - public ListStagesQuery_Node_GraphQLUnionTypeDefinition() + public ShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLUnionTypeDefinition? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -37150,7 +36956,7 @@ public ListStagesQuery_Node_GraphQLUnionTypeDefinition() return false; } - return Equals((ListStagesQuery_Node_GraphQLUnionTypeDefinition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -37165,13 +36971,13 @@ public ListStagesQuery_Node_GraphQLUnionTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_Group : global::System.IEquatable, IListStagesQuery_Node_Group + public partial class ShowEnvironmentCommandQuery_Node_Group : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Group { - public ListStagesQuery_Node_Group() + public ShowEnvironmentCommandQuery_Node_Group() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_Group? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Group? other) { if (ReferenceEquals(null, other)) { @@ -37208,7 +37014,7 @@ public ListStagesQuery_Node_Group() return false; } - return Equals((ListStagesQuery_Node_Group)obj); + return Equals((ShowEnvironmentCommandQuery_Node_Group)obj); } public override global::System.Int32 GetHashCode() @@ -37223,13 +37029,13 @@ public ListStagesQuery_Node_Group() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_McpFeatureCollection : global::System.IEquatable, IListStagesQuery_Node_McpFeatureCollection + public partial class ShowEnvironmentCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_McpFeatureCollection { - public ListStagesQuery_Node_McpFeatureCollection() + public ShowEnvironmentCommandQuery_Node_McpFeatureCollection() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_McpFeatureCollection? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -37266,7 +37072,7 @@ public ListStagesQuery_Node_McpFeatureCollection() return false; } - return Equals((ListStagesQuery_Node_McpFeatureCollection)obj); + return Equals((ShowEnvironmentCommandQuery_Node_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -37281,13 +37087,13 @@ public ListStagesQuery_Node_McpFeatureCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IListStagesQuery_Node_McpFeatureCollectionChangeLog + public partial class ShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog { - public ListStagesQuery_Node_McpFeatureCollectionChangeLog() + public ShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_McpFeatureCollectionChangeLog? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -37324,7 +37130,7 @@ public ListStagesQuery_Node_McpFeatureCollectionChangeLog() return false; } - return Equals((ListStagesQuery_Node_McpFeatureCollectionChangeLog)obj); + return Equals((ShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -37339,13 +37145,13 @@ public ListStagesQuery_Node_McpFeatureCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IListStagesQuery_Node_McpFeatureCollectionDeployment + public partial class ShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment { - public ListStagesQuery_Node_McpFeatureCollectionDeployment() + public ShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_McpFeatureCollectionDeployment? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -37382,7 +37188,7 @@ public ListStagesQuery_Node_McpFeatureCollectionDeployment() return false; } - return Equals((ListStagesQuery_Node_McpFeatureCollectionDeployment)obj); + return Equals((ShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -37397,13 +37203,13 @@ public ListStagesQuery_Node_McpFeatureCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IListStagesQuery_Node_McpFeatureCollectionVersion + public partial class ShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion { - public ListStagesQuery_Node_McpFeatureCollectionVersion() + public ShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_McpFeatureCollectionVersion? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -37440,7 +37246,7 @@ public ListStagesQuery_Node_McpFeatureCollectionVersion() return false; } - return Equals((ListStagesQuery_Node_McpFeatureCollectionVersion)obj); + return Equals((ShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -37455,13 +37261,13 @@ public ListStagesQuery_Node_McpFeatureCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_OpenApiCollection : global::System.IEquatable, IListStagesQuery_Node_OpenApiCollection + public partial class ShowEnvironmentCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_OpenApiCollection { - public ListStagesQuery_Node_OpenApiCollection() + public ShowEnvironmentCommandQuery_Node_OpenApiCollection() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_OpenApiCollection? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -37498,7 +37304,7 @@ public ListStagesQuery_Node_OpenApiCollection() return false; } - return Equals((ListStagesQuery_Node_OpenApiCollection)obj); + return Equals((ShowEnvironmentCommandQuery_Node_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -37513,13 +37319,13 @@ public ListStagesQuery_Node_OpenApiCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IListStagesQuery_Node_OpenApiCollectionChangeLog + public partial class ShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog { - public ListStagesQuery_Node_OpenApiCollectionChangeLog() + public ShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_OpenApiCollectionChangeLog? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -37556,7 +37362,7 @@ public ListStagesQuery_Node_OpenApiCollectionChangeLog() return false; } - return Equals((ListStagesQuery_Node_OpenApiCollectionChangeLog)obj); + return Equals((ShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -37571,13 +37377,13 @@ public ListStagesQuery_Node_OpenApiCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IListStagesQuery_Node_OpenApiCollectionDeployment + public partial class ShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment { - public ListStagesQuery_Node_OpenApiCollectionDeployment() + public ShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_OpenApiCollectionDeployment? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -37614,7 +37420,7 @@ public ListStagesQuery_Node_OpenApiCollectionDeployment() return false; } - return Equals((ListStagesQuery_Node_OpenApiCollectionDeployment)obj); + return Equals((ShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -37629,13 +37435,13 @@ public ListStagesQuery_Node_OpenApiCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IListStagesQuery_Node_OpenApiCollectionVersion + public partial class ShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion { - public ListStagesQuery_Node_OpenApiCollectionVersion() + public ShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_OpenApiCollectionVersion? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -37672,7 +37478,7 @@ public ListStagesQuery_Node_OpenApiCollectionVersion() return false; } - return Equals((ListStagesQuery_Node_OpenApiCollectionVersion)obj); + return Equals((ShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -37687,13 +37493,13 @@ public ListStagesQuery_Node_OpenApiCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_Organization : global::System.IEquatable, IListStagesQuery_Node_Organization + public partial class ShowEnvironmentCommandQuery_Node_Organization : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Organization { - public ListStagesQuery_Node_Organization() + public ShowEnvironmentCommandQuery_Node_Organization() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_Organization? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Organization? other) { if (ReferenceEquals(null, other)) { @@ -37730,7 +37536,7 @@ public ListStagesQuery_Node_Organization() return false; } - return Equals((ListStagesQuery_Node_Organization)obj); + return Equals((ShowEnvironmentCommandQuery_Node_Organization)obj); } public override global::System.Int32 GetHashCode() @@ -37745,13 +37551,13 @@ public ListStagesQuery_Node_Organization() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_OrganizationMember : global::System.IEquatable, IListStagesQuery_Node_OrganizationMember + public partial class ShowEnvironmentCommandQuery_Node_OrganizationMember : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_OrganizationMember { - public ListStagesQuery_Node_OrganizationMember() + public ShowEnvironmentCommandQuery_Node_OrganizationMember() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_OrganizationMember? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_OrganizationMember? other) { if (ReferenceEquals(null, other)) { @@ -37788,7 +37594,7 @@ public ListStagesQuery_Node_OrganizationMember() return false; } - return Equals((ListStagesQuery_Node_OrganizationMember)obj); + return Equals((ShowEnvironmentCommandQuery_Node_OrganizationMember)obj); } public override global::System.Int32 GetHashCode() @@ -37803,13 +37609,13 @@ public ListStagesQuery_Node_OrganizationMember() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_SchemaChangeLog : global::System.IEquatable, IListStagesQuery_Node_SchemaChangeLog + public partial class ShowEnvironmentCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_SchemaChangeLog { - public ListStagesQuery_Node_SchemaChangeLog() + public ShowEnvironmentCommandQuery_Node_SchemaChangeLog() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_SchemaChangeLog? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_SchemaChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -37846,7 +37652,7 @@ public ListStagesQuery_Node_SchemaChangeLog() return false; } - return Equals((ListStagesQuery_Node_SchemaChangeLog)obj); + return Equals((ShowEnvironmentCommandQuery_Node_SchemaChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -37861,13 +37667,13 @@ public ListStagesQuery_Node_SchemaChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_SchemaDeployment : global::System.IEquatable, IListStagesQuery_Node_SchemaDeployment + public partial class ShowEnvironmentCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_SchemaDeployment { - public ListStagesQuery_Node_SchemaDeployment() + public ShowEnvironmentCommandQuery_Node_SchemaDeployment() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_SchemaDeployment? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_SchemaDeployment? other) { if (ReferenceEquals(null, other)) { @@ -37904,7 +37710,7 @@ public ListStagesQuery_Node_SchemaDeployment() return false; } - return Equals((ListStagesQuery_Node_SchemaDeployment)obj); + return Equals((ShowEnvironmentCommandQuery_Node_SchemaDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -37919,13 +37725,13 @@ public ListStagesQuery_Node_SchemaDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_Stage : global::System.IEquatable, IListStagesQuery_Node_Stage + public partial class ShowEnvironmentCommandQuery_Node_Stage : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Stage { - public ListStagesQuery_Node_Stage() + public ShowEnvironmentCommandQuery_Node_Stage() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_Stage? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Stage? other) { if (ReferenceEquals(null, other)) { @@ -37962,7 +37768,7 @@ public ListStagesQuery_Node_Stage() return false; } - return Equals((ListStagesQuery_Node_Stage)obj); + return Equals((ShowEnvironmentCommandQuery_Node_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -37977,13 +37783,13 @@ public ListStagesQuery_Node_Stage() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_User : global::System.IEquatable, IListStagesQuery_Node_User + public partial class ShowEnvironmentCommandQuery_Node_User : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_User { - public ListStagesQuery_Node_User() + public ShowEnvironmentCommandQuery_Node_User() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_User? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_User? other) { if (ReferenceEquals(null, other)) { @@ -38020,7 +37826,7 @@ public ListStagesQuery_Node_User() return false; } - return Equals((ListStagesQuery_Node_User)obj); + return Equals((ShowEnvironmentCommandQuery_Node_User)obj); } public override global::System.Int32 GetHashCode() @@ -38035,13 +37841,13 @@ public ListStagesQuery_Node_User() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_Workspace : global::System.IEquatable, IListStagesQuery_Node_Workspace + public partial class ShowEnvironmentCommandQuery_Node_Workspace : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Workspace { - public ListStagesQuery_Node_Workspace() + public ShowEnvironmentCommandQuery_Node_Workspace() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_Workspace? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -38078,7 +37884,7 @@ public ListStagesQuery_Node_Workspace() return false; } - return Equals((ListStagesQuery_Node_Workspace)obj); + return Equals((ShowEnvironmentCommandQuery_Node_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -38093,13 +37899,13 @@ public ListStagesQuery_Node_Workspace() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_WorkspaceDocument : global::System.IEquatable, IListStagesQuery_Node_WorkspaceDocument + public partial class ShowEnvironmentCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_WorkspaceDocument { - public ListStagesQuery_Node_WorkspaceDocument() + public ShowEnvironmentCommandQuery_Node_WorkspaceDocument() { } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_WorkspaceDocument? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_WorkspaceDocument? other) { if (ReferenceEquals(null, other)) { @@ -38136,143 +37942,7 @@ public ListStagesQuery_Node_WorkspaceDocument() return false; } - return Equals((ListStagesQuery_Node_WorkspaceDocument)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_Stages_Stage : global::System.IEquatable, IListStagesQuery_Node_Stages_Stage - { - public ListStagesQuery_Node_Stages_Stage(global::System.String id, global::System.String name, global::System.String displayName, global::System.Collections.Generic.IReadOnlyList conditions) - { - Id = id; - Name = name; - DisplayName = displayName; - Conditions = conditions; - } - - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.String DisplayName { get; } - public global::System.Collections.Generic.IReadOnlyList Conditions { get; } - - public virtual global::System.Boolean Equals(ListStagesQuery_Node_Stages_Stage? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && DisplayName.Equals(other.DisplayName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Conditions, other.Conditions); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((ListStagesQuery_Node_Stages_Stage)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * DisplayName.GetHashCode(); - foreach (var Conditions_elm in Conditions) - { - hash ^= 397 * Conditions_elm.GetHashCode(); - } - - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_Stages_Conditions_AfterStageCondition : global::System.IEquatable, IListStagesQuery_Node_Stages_Conditions_AfterStageCondition - { - public ListStagesQuery_Node_Stages_Conditions_AfterStageCondition(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? afterStage) - { - AfterStage = afterStage; - } - - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? AfterStage { get; } - - public virtual global::System.Boolean Equals(ListStagesQuery_Node_Stages_Conditions_AfterStageCondition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (((AfterStage is null && other.AfterStage is null) || AfterStage != null && AfterStage.Equals(other.AfterStage))); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((ListStagesQuery_Node_Stages_Conditions_AfterStageCondition)obj); + return Equals((ShowEnvironmentCommandQuery_Node_WorkspaceDocument)obj); } public override global::System.Int32 GetHashCode() @@ -38280,11 +37950,6 @@ public ListStagesQuery_Node_Stages_Conditions_AfterStageCondition(global::Chilli unchecked { int hash = 5; - if (AfterStage != null) - { - hash ^= 397 * AfterStage.GetHashCode(); - } - return hash; } } @@ -38292,16 +37957,16 @@ public ListStagesQuery_Node_Stages_Conditions_AfterStageCondition(global::Chilli // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQuery_Node_Stages_Conditions_AfterStage_Stage : global::System.IEquatable, IListStagesQuery_Node_Stages_Conditions_AfterStage_Stage + public partial class ShowEnvironmentCommandQuery_Node_Workspace_Workspace : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Workspace_Workspace { - public ListStagesQuery_Node_Stages_Conditions_AfterStage_Stage(global::System.String name) + public ShowEnvironmentCommandQuery_Node_Workspace_Workspace(global::System.String name) { Name = name; } public global::System.String Name { get; } - public virtual global::System.Boolean Equals(ListStagesQuery_Node_Stages_Conditions_AfterStage_Stage? other) + public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Workspace_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -38338,7 +38003,7 @@ public ListStagesQuery_Node_Stages_Conditions_AfterStage_Stage(global::System.St return false; } - return Equals((ListStagesQuery_Node_Stages_Conditions_AfterStage_Stage)obj); + return Equals((ShowEnvironmentCommandQuery_Node_Workspace_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -38354,12 +38019,12 @@ public ListStagesQuery_Node_Stages_Conditions_AfterStage_Stage(global::System.St // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQueryResult + public partial interface IShowEnvironmentCommandQueryResult { /// /// Fetches an object given its ID. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListStagesQuery_Node? Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQuery_Node? Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator @@ -38367,306 +38032,345 @@ public partial interface IListStagesQueryResult /// The node interface is implemented by entities that have a global unique identifier. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Api : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_Api : IShowEnvironmentCommandQuery_Node { - public global::System.Collections.Generic.IReadOnlyList Stages { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_ApiDocument : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_ApiDocument : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_ApiKey : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_ApiKey : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Client : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_Client : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_ClientChangeLog : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_ClientChangeLog : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_ClientDeployment : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_ClientDeployment : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_ClientVersion : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_ClientVersion : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_CoordinateClientUsageMetrics : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Environment : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_Environment : IShowEnvironmentCommandQuery_Node, IEnvironmentDetailPrompt_Environment { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_FusionConfigurationChangeLog : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_FusionConfigurationDeployment : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLDirectiveArgumentDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLDirectiveDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLEnumTypeDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLEnumValueDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLInputObjectFieldDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLInputObjectTypeDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLInterfaceFieldDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLInterfaceTypeDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLObjectFieldDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLScalarTypeDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_GraphQLUnionTypeDefinition : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Group : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_Group : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_McpFeatureCollection : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_McpFeatureCollection : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_McpFeatureCollectionChangeLog : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_McpFeatureCollectionDeployment : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_McpFeatureCollectionVersion : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_OpenApiCollection : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_OpenApiCollection : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_OpenApiCollectionChangeLog : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_OpenApiCollectionDeployment : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_OpenApiCollectionVersion : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Organization : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_Organization : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_OrganizationMember : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_OrganizationMember : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_SchemaChangeLog : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_SchemaChangeLog : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_SchemaDeployment : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_SchemaDeployment : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Stage : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_Stage : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_User : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_User : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Workspace : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_Workspace : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_WorkspaceDocument : IListStagesQuery_Node + public partial interface IShowEnvironmentCommandQuery_Node_WorkspaceDocument : IShowEnvironmentCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Stages : IStageDetailPrompt_Stage + public partial interface IShowEnvironmentCommandQuery_Node_Workspace_1 { + public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Stages_Stage : IListStagesQuery_Node_Stages + public partial interface IShowEnvironmentCommandQuery_Node_Workspace_Workspace : IShowEnvironmentCommandQuery_Node_Workspace_1 { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Stages_Conditions : IStageCondition + public partial class UploadFusionSubgraphResult : global::System.IEquatable, IUploadFusionSubgraphResult { - } + public UploadFusionSubgraphResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph uploadFusionSubgraph) + { + UploadFusionSubgraph = uploadFusionSubgraph; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Stages_Conditions_AfterStageCondition : IListStagesQuery_Node_Stages_Conditions, IAfterStageCondition - { - } + public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph UploadFusionSubgraph { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Stages_Conditions_AfterStage - { - public global::System.String Name { get; } - } + public virtual global::System.Boolean Equals(UploadFusionSubgraphResult? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQuery_Node_Stages_Conditions_AfterStage_Stage : IListStagesQuery_Node_Stages_Conditions_AfterStage - { + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (UploadFusionSubgraph.Equals(other.UploadFusionSubgraph)); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((UploadFusionSubgraphResult)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * UploadFusionSubgraph.GetHashCode(); + return hash; + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListEnvironmentCommandQueryResult : global::System.IEquatable, IListEnvironmentCommandQueryResult + public partial class UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload { - public ListEnvironmentCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById? workspaceById) + public UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload(global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion? fusionSubgraphVersion, global::System.Collections.Generic.IReadOnlyList? errors) { - WorkspaceById = workspaceById; + FusionSubgraphVersion = fusionSubgraphVersion; + Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById? WorkspaceById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion? FusionSubgraphVersion { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(ListEnvironmentCommandQueryResult? other) + public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload? other) { if (ReferenceEquals(null, other)) { @@ -38683,7 +38387,7 @@ public ListEnvironmentCommandQueryResult(global::ChilliCream.Nitro.CommandLine.C return false; } - return (((WorkspaceById is null && other.WorkspaceById is null) || WorkspaceById != null && WorkspaceById.Equals(other.WorkspaceById))); + return (((FusionSubgraphVersion is null && other.FusionSubgraphVersion is null) || FusionSubgraphVersion != null && FusionSubgraphVersion.Equals(other.FusionSubgraphVersion))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -38703,7 +38407,7 @@ public ListEnvironmentCommandQueryResult(global::ChilliCream.Nitro.CommandLine.C return false; } - return Equals((ListEnvironmentCommandQueryResult)obj); + return Equals((UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload)obj); } public override global::System.Int32 GetHashCode() @@ -38711,9 +38415,17 @@ public ListEnvironmentCommandQueryResult(global::ChilliCream.Nitro.CommandLine.C unchecked { int hash = 5; - if (WorkspaceById != null) + if (FusionSubgraphVersion != null) { - hash ^= 397 * WorkspaceById.GetHashCode(); + hash ^= 397 * FusionSubgraphVersion.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -38723,16 +38435,16 @@ public ListEnvironmentCommandQueryResult(global::ChilliCream.Nitro.CommandLine.C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListEnvironmentCommandQuery_WorkspaceById_Workspace : global::System.IEquatable, IListEnvironmentCommandQuery_WorkspaceById_Workspace + public partial class UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion { - public ListEnvironmentCommandQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments? environments) + public UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion(global::System.String id) { - Environments = environments; + Id = id; } - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments? Environments { get; } + public global::System.String Id { get; } - public virtual global::System.Boolean Equals(ListEnvironmentCommandQuery_WorkspaceById_Workspace? other) + public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion? other) { if (ReferenceEquals(null, other)) { @@ -38749,7 +38461,7 @@ public ListEnvironmentCommandQuery_WorkspaceById_Workspace(global::ChilliCream.N return false; } - return (((Environments is null && other.Environments is null) || Environments != null && Environments.Equals(other.Environments))); + return (Id.Equals(other.Id)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -38769,7 +38481,7 @@ public ListEnvironmentCommandQuery_WorkspaceById_Workspace(global::ChilliCream.N return false; } - return Equals((ListEnvironmentCommandQuery_WorkspaceById_Workspace)obj); + return Equals((UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion)obj); } public override global::System.Int32 GetHashCode() @@ -38777,39 +38489,24 @@ public ListEnvironmentCommandQuery_WorkspaceById_Workspace(global::ChilliCream.N unchecked { int hash = 5; - if (Environments != null) - { - hash ^= 397 * Environments.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection : global::System.IEquatable, IListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection + public partial class UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError { - public ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo pageInfo) + public UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError(global::System.String message) { - Edges = edges; - PageInfo = pageInfo; + Message = message; } - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo PageInfo { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection? other) + public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError? other) { if (ReferenceEquals(null, other)) { @@ -38826,7 +38523,7 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnec return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -38846,7 +38543,7 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnec return false; } - return Equals((ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection)obj); + return Equals((UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError)obj); } public override global::System.Int32 GetHashCode() @@ -38854,43 +38551,24 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnec unchecked { int hash = 5; - if (Edges != null) - { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } - } - - hash ^= 397 * PageInfo.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge : global::System.IEquatable, IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge + public partial class UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError { - public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node node) + public UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError(global::System.String message) { - Cursor = cursor; - Node = node; + Message = message; } - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node Node { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge? other) + public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -38907,7 +38585,7 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Environments return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -38927,7 +38605,7 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Environments return false; } - return Equals((ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge)obj); + return Equals((UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -38935,46 +38613,29 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Environments unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo : global::System.IEquatable, IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo + public partial class UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError { - public ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + this.__typename = __typename; + Message = message; } /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. + /// The name of the current Object type at runtime. /// - public global::System.String? StartCursor { get; } + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError? other) { if (ReferenceEquals(null, other)) { @@ -38991,7 +38652,7 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo( return false; } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39011,7 +38672,7 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo( return false; } - return Equals((ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo)obj); + return Equals((UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError)obj); } public override global::System.Int32 GetHashCode() @@ -39019,18 +38680,8 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo( unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - - if (StartCursor != null) - { - hash ^= 397 * StartCursor.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -39038,20 +38689,21 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo( // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment : global::System.IEquatable, IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment + public partial class UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation { - public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace? workspace) + public UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { - Id = id; - Name = name; - Workspace = workspace; + this.__typename = __typename; + Message = message; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace? Workspace { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment? other) + public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -39068,7 +38720,7 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environ return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39088,7 +38740,7 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environ return false; } - return Equals((ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment)obj); + return Equals((UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -39096,13 +38748,8 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environ unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - if (Workspace != null) - { - hash ^= 397 * Workspace.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -39110,16 +38757,21 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace : global::System.IEquatable, IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace + public partial class UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError : global::System.IEquatable, IUploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError { - public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace(global::System.String name) + public UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError(global::System.String __typename, global::System.String message) { - Name = name; + this.__typename = __typename; + Message = message; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace? other) + public virtual global::System.Boolean Equals(UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError? other) { if (ReferenceEquals(null, other)) { @@ -39136,7 +38788,7 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspa return false; } - return (Name.Equals(other.Name)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39156,7 +38808,7 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspa return false; } - return Equals((ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace)obj); + return Equals((UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError)obj); } public override global::System.Int32 GetHashCode() @@ -39164,7 +38816,8 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspa unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -39172,158 +38825,93 @@ public ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQueryResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById? WorkspaceById { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQuery_WorkspaceById - { - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments? Environments { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQuery_WorkspaceById_Workspace : IListEnvironmentCommandQuery_WorkspaceById - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection : IListEnvironmentCommandQuery_WorkspaceById_Environments + public partial interface IUploadFusionSubgraphResult { + public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph UploadFusionSubgraph { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommand_EnvironmentEdge + public partial interface IUploadFusionSubgraph_UploadFusionSubgraph { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion? FusionSubgraphVersion { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges : IListEnvironmentCommand_EnvironmentEdge + public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload : IUploadFusionSubgraph_UploadFusionSubgraph { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge : IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges + public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion { + public global::System.String Id { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo : IPageInfo + public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion : IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo : IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo + public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_Errors { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IEnvironmentDetailPrompt_Environment + public partial interface IInvalidFusionSourceSchemaArchiveError { - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace? Workspace { get; } + public global::System.String Message { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommand_Environment : IEnvironmentDetailPrompt_Environment + public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError : IUploadFusionSubgraph_UploadFusionSubgraph_Errors, IInvalidFusionSourceSchemaArchiveError, IError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node : IListEnvironmentCommand_Environment + public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError : IUploadFusionSubgraph_UploadFusionSubgraph_Errors, IError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment : IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node + public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError : IUploadFusionSubgraph_UploadFusionSubgraph_Errors, IConcurrentOperationError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace + public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation : IUploadFusionSubgraph_UploadFusionSubgraph_Errors, IUnauthorizedOperation { - public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace : IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace + public partial interface IUploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError : IUploadFusionSubgraph_UploadFusionSubgraph_Errors, IDuplicatedTagError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQueryResult : global::System.IEquatable, IShowEnvironmentCommandQueryResult + public partial class CreateMcpFeatureCollectionCommandMutationResult : global::System.IEquatable, ICreateMcpFeatureCollectionCommandMutationResult { - public ShowEnvironmentCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQuery_Node? node) + public CreateMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection createMcpFeatureCollection) { - Node = node; + CreateMcpFeatureCollection = createMcpFeatureCollection; } - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQuery_Node? Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection CreateMcpFeatureCollection { get; } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQueryResult? other) + public virtual global::System.Boolean Equals(CreateMcpFeatureCollectionCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -39340,7 +38928,7 @@ public ShowEnvironmentCommandQueryResult(global::ChilliCream.Nitro.CommandLine.C return false; } - return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); + return (CreateMcpFeatureCollection.Equals(other.CreateMcpFeatureCollection)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39360,7 +38948,7 @@ public ShowEnvironmentCommandQueryResult(global::ChilliCream.Nitro.CommandLine.C return false; } - return Equals((ShowEnvironmentCommandQueryResult)obj); + return Equals((CreateMcpFeatureCollectionCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -39368,11 +38956,7 @@ public ShowEnvironmentCommandQueryResult(global::ChilliCream.Nitro.CommandLine.C unchecked { int hash = 5; - if (Node != null) - { - hash ^= 397 * Node.GetHashCode(); - } - + hash ^= 397 * CreateMcpFeatureCollection.GetHashCode(); return hash; } } @@ -39380,13 +38964,18 @@ public ShowEnvironmentCommandQueryResult(global::ChilliCream.Nitro.CommandLine.C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_Api : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Api + public partial class CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload : global::System.IEquatable, ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload { - public ShowEnvironmentCommandQuery_Node_Api() + public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload(global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList? errors) { + McpFeatureCollection = mcpFeatureCollection; + Errors = errors; } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Api? other) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + + public virtual global::System.Boolean Equals(CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload? other) { if (ReferenceEquals(null, other)) { @@ -39403,7 +38992,7 @@ public ShowEnvironmentCommandQuery_Node_Api() return false; } - return true; + return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39423,7 +39012,7 @@ public ShowEnvironmentCommandQuery_Node_Api() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_Api)obj); + return Equals((CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload)obj); } public override global::System.Int32 GetHashCode() @@ -39431,6 +39020,19 @@ public ShowEnvironmentCommandQuery_Node_Api() unchecked { int hash = 5; + if (McpFeatureCollection != null) + { + hash ^= 397 * McpFeatureCollection.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + } + return hash; } } @@ -39438,13 +39040,18 @@ public ShowEnvironmentCommandQuery_Node_Api() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_ApiDocument : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_ApiDocument + public partial class CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection { - public ShowEnvironmentCommandQuery_Node_ApiDocument() + public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection(global::System.String name, global::System.String id) { + Name = name; + Id = id; } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_ApiDocument? other) + public global::System.String Name { get; } + public global::System.String Id { get; } + + public virtual global::System.Boolean Equals(CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -39461,7 +39068,7 @@ public ShowEnvironmentCommandQuery_Node_ApiDocument() return false; } - return true; + return (Name.Equals(other.Name)) && Id.Equals(other.Id); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39481,7 +39088,7 @@ public ShowEnvironmentCommandQuery_Node_ApiDocument() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_ApiDocument)obj); + return Equals((CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -39489,6 +39096,8 @@ public ShowEnvironmentCommandQuery_Node_ApiDocument() unchecked { int hash = 5; + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); return hash; } } @@ -39496,13 +39105,23 @@ public ShowEnvironmentCommandQuery_Node_ApiDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_ApiKey : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_ApiKey + public partial class CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError : global::System.IEquatable, ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError { - public ShowEnvironmentCommandQuery_Node_ApiKey() + public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError(global::System.String message, global::System.String __typename, global::System.String apiId) { + Message = message; + this.__typename = __typename; + ApiId = apiId; } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_ApiKey? other) + public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String ApiId { get; } + + public virtual global::System.Boolean Equals(CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -39519,7 +39138,7 @@ public ShowEnvironmentCommandQuery_Node_ApiKey() return false; } - return true; + return (Message.Equals(other.Message)) && __typename.Equals(other.__typename) && ApiId.Equals(other.ApiId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39539,7 +39158,7 @@ public ShowEnvironmentCommandQuery_Node_ApiKey() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_ApiKey)obj); + return Equals((CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -39547,6 +39166,9 @@ public ShowEnvironmentCommandQuery_Node_ApiKey() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -39554,13 +39176,21 @@ public ShowEnvironmentCommandQuery_Node_ApiKey() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_Client : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Client + public partial class CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation { - public ShowEnvironmentCommandQuery_Node_Client() + public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation(global::System.String message, global::System.String __typename) { + Message = message; + this.__typename = __typename; } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Client? other) + public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + + public virtual global::System.Boolean Equals(CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -39577,7 +39207,7 @@ public ShowEnvironmentCommandQuery_Node_Client() return false; } - return true; + return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39597,7 +39227,7 @@ public ShowEnvironmentCommandQuery_Node_Client() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_Client)obj); + return Equals((CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -39605,78 +39235,90 @@ public ShowEnvironmentCommandQuery_Node_Client() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_ClientChangeLog + public partial interface ICreateMcpFeatureCollectionCommandMutationResult { - public ShowEnvironmentCommandQuery_Node_ClientChangeLog() - { - } - - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_ClientChangeLog? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection CreateMcpFeatureCollection { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload : ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMcpFeatureCollectionDetailPrompt_McpFeatureCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMcpFeatureCollectionCommandMutation_McpFeatureCollection : IMcpFeatureCollectionDetailPrompt_McpFeatureCollection + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection : ICreateMcpFeatureCollectionCommandMutation_McpFeatureCollection + { + } - return Equals((ShowEnvironmentCommandQuery_Node_ClientChangeLog)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection : ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError : ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors, IApiNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation : ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors, IUnauthorizedOperation + { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_ClientDeployment : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_ClientDeployment + public partial class DeleteMcpFeatureCollectionByIdCommandMutationResult : global::System.IEquatable, IDeleteMcpFeatureCollectionByIdCommandMutationResult { - public ShowEnvironmentCommandQuery_Node_ClientDeployment() + public DeleteMcpFeatureCollectionByIdCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById deleteMcpFeatureCollectionById) { + DeleteMcpFeatureCollectionById = deleteMcpFeatureCollectionById; } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_ClientDeployment? other) + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById DeleteMcpFeatureCollectionById { get; } + + public virtual global::System.Boolean Equals(DeleteMcpFeatureCollectionByIdCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -39693,7 +39335,7 @@ public ShowEnvironmentCommandQuery_Node_ClientDeployment() return false; } - return true; + return (DeleteMcpFeatureCollectionById.Equals(other.DeleteMcpFeatureCollectionById)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39713,7 +39355,7 @@ public ShowEnvironmentCommandQuery_Node_ClientDeployment() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_ClientDeployment)obj); + return Equals((DeleteMcpFeatureCollectionByIdCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -39721,6 +39363,7 @@ public ShowEnvironmentCommandQuery_Node_ClientDeployment() unchecked { int hash = 5; + hash ^= 397 * DeleteMcpFeatureCollectionById.GetHashCode(); return hash; } } @@ -39728,13 +39371,18 @@ public ShowEnvironmentCommandQuery_Node_ClientDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_ClientVersion : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_ClientVersion + public partial class DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload : global::System.IEquatable, IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload { - public ShowEnvironmentCommandQuery_Node_ClientVersion() + public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload(global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList? errors) { + McpFeatureCollection = mcpFeatureCollection; + Errors = errors; } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_ClientVersion? other) + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + + public virtual global::System.Boolean Equals(DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload? other) { if (ReferenceEquals(null, other)) { @@ -39751,7 +39399,7 @@ public ShowEnvironmentCommandQuery_Node_ClientVersion() return false; } - return true; + return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39771,7 +39419,7 @@ public ShowEnvironmentCommandQuery_Node_ClientVersion() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_ClientVersion)obj); + return Equals((DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload)obj); } public override global::System.Int32 GetHashCode() @@ -39779,6 +39427,19 @@ public ShowEnvironmentCommandQuery_Node_ClientVersion() unchecked { int hash = 5; + if (McpFeatureCollection != null) + { + hash ^= 397 * McpFeatureCollection.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + } + return hash; } } @@ -39786,13 +39447,18 @@ public ShowEnvironmentCommandQuery_Node_ClientVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics + public partial class DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection { - public ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics() + public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection(global::System.String name, global::System.String id) { + Name = name; + Id = id; } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics? other) + public global::System.String Name { get; } + public global::System.String Id { get; } + + public virtual global::System.Boolean Equals(DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -39809,7 +39475,7 @@ public ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return true; + return (Name.Equals(other.Name)) && Id.Equals(other.Id); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39829,7 +39495,7 @@ public ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics)obj); + return Equals((DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -39837,6 +39503,8 @@ public ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics() unchecked { int hash = 5; + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); return hash; } } @@ -39844,20 +39512,18 @@ public ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_Environment : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Environment + public partial class DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError : global::System.IEquatable, IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError { - public ShowEnvironmentCommandQuery_Node_Environment(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace? workspace) + public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError(global::System.String message, global::System.String mcpFeatureCollectionId) { - Id = id; - Name = name; - Workspace = workspace; + Message = message; + McpFeatureCollectionId = mcpFeatureCollectionId; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace? Workspace { get; } + public global::System.String Message { get; } + public global::System.String McpFeatureCollectionId { get; } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Environment? other) + public virtual global::System.Boolean Equals(DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -39874,7 +39540,7 @@ public ShowEnvironmentCommandQuery_Node_Environment(global::System.String id, gl return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); + return (Message.Equals(other.Message)) && McpFeatureCollectionId.Equals(other.McpFeatureCollectionId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39894,7 +39560,7 @@ public ShowEnvironmentCommandQuery_Node_Environment(global::System.String id, gl return false; } - return Equals((ShowEnvironmentCommandQuery_Node_Environment)obj); + return Equals((DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -39902,13 +39568,8 @@ public ShowEnvironmentCommandQuery_Node_Environment(global::System.String id, gl unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - if (Workspace != null) - { - hash ^= 397 * Workspace.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * McpFeatureCollectionId.GetHashCode(); return hash; } } @@ -39916,13 +39577,21 @@ public ShowEnvironmentCommandQuery_Node_Environment(global::System.String id, gl // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog + public partial class DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation : global::System.IEquatable, IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation { - public ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog() + public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation(global::System.String message, global::System.String __typename) { + Message = message; + this.__typename = __typename; } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog? other) + public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + + public virtual global::System.Boolean Equals(DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -39939,7 +39608,7 @@ public ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return true; + return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -39959,7 +39628,7 @@ public ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog)obj); + return Equals((DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -39967,20 +39636,92 @@ public ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteMcpFeatureCollectionByIdCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById DeleteMcpFeatureCollectionById { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById + { + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload : IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection : IMcpFeatureCollectionDetailPrompt_McpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection : IDeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection : IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMcpFeatureCollectionNotFoundError : IError + { + public global::System.String McpFeatureCollectionId { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError : IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors, IMcpFeatureCollectionNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation : IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors, IUnauthorizedOperation + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment + public partial class ListMcpFeatureCollectionCommandQueryResult : global::System.IEquatable, IListMcpFeatureCollectionCommandQueryResult { - public ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment() + public ListMcpFeatureCollectionCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node? node) { + Node = node; } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment? other) + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node? Node { get; } + + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -39997,7 +39738,7 @@ public ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment() return false; } - return true; + return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -40017,7 +39758,7 @@ public ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment)obj); + return Equals((ListMcpFeatureCollectionCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -40025,6 +39766,11 @@ public ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment() unchecked { int hash = 5; + if (Node != null) + { + hash ^= 397 * Node.GetHashCode(); + } + return hash; } } @@ -40032,13 +39778,16 @@ public ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_Api : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Api { - public ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_Api(global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections? mcpFeatureCollections) { + McpFeatureCollections = mcpFeatureCollections; } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) + public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections? McpFeatureCollections { get; } + + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Api? other) { if (ReferenceEquals(null, other)) { @@ -40055,7 +39804,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition() return false; } - return true; + return (((McpFeatureCollections is null && other.McpFeatureCollections is null) || McpFeatureCollections != null && McpFeatureCollections.Equals(other.McpFeatureCollections))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -40075,7 +39824,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_Api)obj); } public override global::System.Int32 GetHashCode() @@ -40083,6 +39832,11 @@ public ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition() unchecked { int hash = 5; + if (McpFeatureCollections != null) + { + hash ^= 397 * McpFeatureCollections.GetHashCode(); + } + return hash; } } @@ -40090,13 +39844,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_ApiDocument : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_ApiDocument { - public ShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_ApiDocument() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_ApiDocument? other) { if (ReferenceEquals(null, other)) { @@ -40133,7 +39887,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_ApiDocument)obj); } public override global::System.Int32 GetHashCode() @@ -40148,13 +39902,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_ApiKey : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_ApiKey { - public ShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_ApiKey() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -40191,7 +39945,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -40206,13 +39960,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_Client : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Client { - public ShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_Client() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Client? other) { if (ReferenceEquals(null, other)) { @@ -40249,7 +40003,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_Client)obj); } public override global::System.Int32 GetHashCode() @@ -40264,13 +40018,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog { - public ShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -40307,7 +40061,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -40322,13 +40076,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_ClientDeployment { - public ShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -40365,7 +40119,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -40380,13 +40134,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_ClientVersion : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_ClientVersion { - public ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_ClientVersion() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -40423,7 +40177,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition( return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -40438,13 +40192,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition( // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics { - public ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics? other) { if (ReferenceEquals(null, other)) { @@ -40481,7 +40235,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics)obj); } public override global::System.Int32 GetHashCode() @@ -40496,13 +40250,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_Environment : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Environment { - public ShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_Environment() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Environment? other) { if (ReferenceEquals(null, other)) { @@ -40539,7 +40293,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -40554,13 +40308,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog { - public ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -40597,7 +40351,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -40612,13 +40366,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment { - public ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -40655,7 +40409,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -40670,13 +40424,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition { - public ShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -40713,7 +40467,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -40728,13 +40482,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition { - public ShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition? other) { if (ReferenceEquals(null, other)) { @@ -40771,7 +40525,7 @@ public ShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -40786,13 +40540,13 @@ public ShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_Group : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Group + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition { - public ShowEnvironmentCommandQuery_Node_Group() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Group? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -40829,7 +40583,7 @@ public ShowEnvironmentCommandQuery_Node_Group() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_Group)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -40844,13 +40598,13 @@ public ShowEnvironmentCommandQuery_Node_Group() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_McpFeatureCollection + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition { - public ShowEnvironmentCommandQuery_Node_McpFeatureCollection() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_McpFeatureCollection? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition? other) { if (ReferenceEquals(null, other)) { @@ -40887,7 +40641,7 @@ public ShowEnvironmentCommandQuery_Node_McpFeatureCollection() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_McpFeatureCollection)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -40902,13 +40656,13 @@ public ShowEnvironmentCommandQuery_Node_McpFeatureCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition { - public ShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -40945,7 +40699,7 @@ public ShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -40960,13 +40714,13 @@ public ShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition { - public ShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -41003,7 +40757,7 @@ public ShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -41018,13 +40772,13 @@ public ShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition { - public ShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -41061,7 +40815,7 @@ public ShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -41076,13 +40830,13 @@ public ShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_OpenApiCollection + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition { - public ShowEnvironmentCommandQuery_Node_OpenApiCollection() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_OpenApiCollection? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -41119,7 +40873,7 @@ public ShowEnvironmentCommandQuery_Node_OpenApiCollection() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_OpenApiCollection)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -41134,13 +40888,13 @@ public ShowEnvironmentCommandQuery_Node_OpenApiCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition { - public ShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -41177,7 +40931,7 @@ public ShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -41192,13 +40946,13 @@ public ShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition { - public ShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -41235,7 +40989,7 @@ public ShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -41250,13 +41004,13 @@ public ShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition { - public ShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -41293,7 +41047,7 @@ public ShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -41308,13 +41062,13 @@ public ShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_Organization : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Organization + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition { - public ShowEnvironmentCommandQuery_Node_Organization() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Organization? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -41351,7 +41105,7 @@ public ShowEnvironmentCommandQuery_Node_Organization() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_Organization)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -41366,13 +41120,13 @@ public ShowEnvironmentCommandQuery_Node_Organization() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_OrganizationMember : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_OrganizationMember + public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition { - public ShowEnvironmentCommandQuery_Node_OrganizationMember() + public ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_OrganizationMember? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -41409,7 +41163,7 @@ public ShowEnvironmentCommandQuery_Node_OrganizationMember() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_OrganizationMember)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -41424,13 +41178,13 @@ public ShowEnvironmentCommandQuery_Node_OrganizationMember() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_SchemaChangeLog + public partial class ListMcpFeatureCollectionCommandQuery_Node_Group : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Group { - public ShowEnvironmentCommandQuery_Node_SchemaChangeLog() + public ListMcpFeatureCollectionCommandQuery_Node_Group() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_SchemaChangeLog? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Group? other) { if (ReferenceEquals(null, other)) { @@ -41467,7 +41221,7 @@ public ShowEnvironmentCommandQuery_Node_SchemaChangeLog() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_SchemaChangeLog)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_Group)obj); } public override global::System.Int32 GetHashCode() @@ -41482,13 +41236,13 @@ public ShowEnvironmentCommandQuery_Node_SchemaChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_SchemaDeployment + public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection { - public ShowEnvironmentCommandQuery_Node_SchemaDeployment() + public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_SchemaDeployment? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -41525,7 +41279,7 @@ public ShowEnvironmentCommandQuery_Node_SchemaDeployment() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_SchemaDeployment)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -41540,13 +41294,13 @@ public ShowEnvironmentCommandQuery_Node_SchemaDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_Stage : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Stage + public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog { - public ShowEnvironmentCommandQuery_Node_Stage() + public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Stage? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -41583,7 +41337,7 @@ public ShowEnvironmentCommandQuery_Node_Stage() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_Stage)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -41598,13 +41352,13 @@ public ShowEnvironmentCommandQuery_Node_Stage() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_User : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_User + public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment { - public ShowEnvironmentCommandQuery_Node_User() + public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_User? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -41641,7 +41395,7 @@ public ShowEnvironmentCommandQuery_Node_User() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_User)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -41656,13 +41410,13 @@ public ShowEnvironmentCommandQuery_Node_User() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_Workspace : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Workspace + public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion { - public ShowEnvironmentCommandQuery_Node_Workspace() + public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Workspace? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -41699,7 +41453,7 @@ public ShowEnvironmentCommandQuery_Node_Workspace() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_Workspace)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -41714,13 +41468,13 @@ public ShowEnvironmentCommandQuery_Node_Workspace() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_WorkspaceDocument + public partial class ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection { - public ShowEnvironmentCommandQuery_Node_WorkspaceDocument() + public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection() { } - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_WorkspaceDocument? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -41757,472 +41511,7 @@ public ShowEnvironmentCommandQuery_Node_WorkspaceDocument() return false; } - return Equals((ShowEnvironmentCommandQuery_Node_WorkspaceDocument)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQuery_Node_Workspace_Workspace : global::System.IEquatable, IShowEnvironmentCommandQuery_Node_Workspace_Workspace - { - public ShowEnvironmentCommandQuery_Node_Workspace_Workspace(global::System.String name) - { - Name = name; - } - - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(ShowEnvironmentCommandQuery_Node_Workspace_Workspace? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (Name.Equals(other.Name)); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((ShowEnvironmentCommandQuery_Node_Workspace_Workspace)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Name.GetHashCode(); - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQueryResult - { - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQuery_Node? Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// The node interface is implemented by entities that have a global unique identifier. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_Api : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_ApiDocument : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_ApiKey : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_Client : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_ClientChangeLog : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_ClientDeployment : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_ClientVersion : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_Environment : IShowEnvironmentCommandQuery_Node, IEnvironmentDetailPrompt_Environment - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_Group : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_McpFeatureCollection : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_OpenApiCollection : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_Organization : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_OrganizationMember : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_SchemaChangeLog : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_SchemaDeployment : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_Stage : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_User : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_Workspace : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_WorkspaceDocument : IShowEnvironmentCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_Workspace_1 - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQuery_Node_Workspace_Workspace : IShowEnvironmentCommandQuery_Node_Workspace_1 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutationResult : global::System.IEquatable, ICreateEnvironmentCommandMutationResult - { - public CreateEnvironmentCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges pushWorkspaceChanges) - { - PushWorkspaceChanges = pushWorkspaceChanges; - } - - public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges PushWorkspaceChanges { get; } - - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutationResult? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (PushWorkspaceChanges.Equals(other.PushWorkspaceChanges)); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((CreateEnvironmentCommandMutationResult)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * PushWorkspaceChanges.GetHashCode(); - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload - { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload(global::System.Collections.Generic.IReadOnlyList? changes, global::System.Collections.Generic.IReadOnlyList? errors) - { - Changes = changes; - Errors = errors; - } - - public global::System.Collections.Generic.IReadOnlyList? Changes { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -42230,22 +41519,6 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChange unchecked { int hash = 5; - if (Changes != null) - { - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - } - - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - return hash; } } @@ -42253,20 +41526,13 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChange // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload + public partial class ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload(global::System.String referenceId, global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error? error, global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result? result) + public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog() { - ReferenceId = referenceId; - Error = error; - Result = result; } - public global::System.String ReferenceId { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error? Error { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result? Result { get; } - - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -42283,7 +41549,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceCh return false; } - return (ReferenceId.Equals(other.ReferenceId)) && ((Error is null && other.Error is null) || Error != null && Error.Equals(other.Error)) && ((Result is null && other.Result is null) || Result != null && Result.Equals(other.Result)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -42303,7 +41569,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceCh return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -42311,17 +41577,6 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceCh unchecked { int hash = 5; - hash ^= 397 * ReferenceId.GetHashCode(); - if (Error != null) - { - hash ^= 397 * Error.GetHashCode(); - } - - if (Result != null) - { - hash ^= 397 * Result.GetHashCode(); - } - return hash; } } @@ -42329,16 +41584,13 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceCh // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation + public partial class ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation(global::System.String message) + public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -42355,7 +41607,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_Unauthorized return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -42375,7 +41627,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_Unauthorized return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -42383,7 +41635,6 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_Unauthorized unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -42391,16 +41642,13 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_Unauthorized // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid + public partial class ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid(global::System.String message) + public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -42417,7 +41665,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStruct return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -42437,7 +41685,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStruct return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -42445,7 +41693,6 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStruct unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -42453,16 +41700,13 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStruct // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed + public partial class ListMcpFeatureCollectionCommandQuery_Node_Organization : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Organization { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed(global::System.String message) + public ListMcpFeatureCollectionCommandQuery_Node_Organization() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Organization? other) { if (ReferenceEquals(null, other)) { @@ -42479,7 +41723,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Chang return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -42499,7 +41743,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Chang return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_Organization)obj); } public override global::System.Int32 GetHashCode() @@ -42507,7 +41751,6 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Chang unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -42515,16 +41758,13 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Chang // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict + public partial class ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_OrganizationMember { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict(global::System.String message) + public ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember? other) { if (ReferenceEquals(null, other)) { @@ -42541,7 +41781,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBe return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -42561,7 +41801,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBe return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember)obj); } public override global::System.Int32 GetHashCode() @@ -42569,7 +41809,6 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBe unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -42577,16 +41816,13 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBe // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict + public partial class ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict(global::System.String message) + public ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -42603,7 +41839,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBe return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -42623,7 +41859,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBe return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -42631,7 +41867,6 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBe unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -42639,16 +41874,13 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBe // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict + public partial class ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict(global::System.String message) + public ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment? other) { if (ReferenceEquals(null, other)) { @@ -42665,7 +41897,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Ident return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -42685,7 +41917,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Ident return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -42693,7 +41925,6 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Ident unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -42701,16 +41932,13 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Ident // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange + public partial class ListMcpFeatureCollectionCommandQuery_Node_Stage : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Stage { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange(global::System.String message) + public ListMcpFeatureCollectionCommandQuery_Node_Stage() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Stage? other) { if (ReferenceEquals(null, other)) { @@ -42727,7 +41955,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Unexp return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -42747,7 +41975,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Unexp return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -42755,7 +41983,6 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Unexp unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -42763,16 +41990,13 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Unexp // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange + public partial class ListMcpFeatureCollectionCommandQuery_Node_User : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_User { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange(global::System.String message) + public ListMcpFeatureCollectionCommandQuery_Node_User() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_User? other) { if (ReferenceEquals(null, other)) { @@ -42789,7 +42013,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Works return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -42809,7 +42033,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Works return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_User)obj); } public override global::System.Int32 GetHashCode() @@ -42817,7 +42041,6 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Works unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -42825,13 +42048,13 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_Works // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument + public partial class ListMcpFeatureCollectionCommandQuery_Node_Workspace : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Workspace { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument() + public ListMcpFeatureCollectionCommandQuery_Node_Workspace() { } - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -42868,7 +42091,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiD return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -42883,13 +42106,13 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiD // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api + public partial class ListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api() + public ListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument() { } - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument? other) { if (ReferenceEquals(null, other)) { @@ -42926,7 +42149,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api( return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument)obj); } public override global::System.Int32 GetHashCode() @@ -42940,14 +42163,28 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api( } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument + public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument() + public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo pageInfo) { + Edges = edges; + PageInfo = pageInfo; } - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument? other) + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo PageInfo { get; } + + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection? other) { if (ReferenceEquals(null, other)) { @@ -42964,7 +42201,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Work return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -42984,7 +42221,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Work return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection)obj); } public override global::System.Int32 GetHashCode() @@ -42992,27 +42229,43 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Work unchecked { int hash = 5; + if (Edges != null) + { + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } + } + + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment + public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment(global::System.String name, global::System.String id, global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace? workspace) + public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node node) { - Name = name; - Id = id; - Workspace = workspace; + Cursor = cursor; + Node = node; } - public global::System.String Name { get; } - public global::System.String Id { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace? Workspace { get; } + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge? other) { if (ReferenceEquals(null, other)) { @@ -43029,7 +42282,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Envi return false; } - return (Name.Equals(other.Name)) && Id.Equals(other.Id) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -43049,7 +42302,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Envi return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge)obj); } public override global::System.Int32 GetHashCode() @@ -43057,11 +42310,100 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Envi unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Id.GetHashCode(); - if (Workspace != null) + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo + { + public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + { + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; + } + + /// + /// Indicates whether more edges exist prior the set defined by the clients arguments. + /// + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } + + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * HasPreviousPage.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) { - hash ^= 397 * Workspace.GetHashCode(); + hash ^= 397 * EndCursor.GetHashCode(); + } + + if (StartCursor != null) + { + hash ^= 397 * StartCursor.GetHashCode(); } return hash; @@ -43071,16 +42413,18 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Envi // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace : global::System.IEquatable, ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace + public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection { - public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(global::System.String name) + public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection(global::System.String id, global::System.String name) { + Id = id; Name = name; } + public global::System.String Id { get; } public global::System.String Name { get; } - public virtual global::System.Boolean Equals(CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace? other) + public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -43097,7 +42441,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Work return false; } - return (Name.Equals(other.Name)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -43117,7 +42461,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Work return false; } - return Equals((CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace)obj); + return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -43125,6 +42469,7 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Work unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); return hash; } @@ -43133,227 +42478,379 @@ public CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Work // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutationResult + public partial interface IListMcpFeatureCollectionCommandQueryResult { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges PushWorkspaceChanges { get; } + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node? Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// The node interface is implemented by entities that have a global unique identifier. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges + public partial interface IListMcpFeatureCollectionCommandQuery_Node { - public global::System.Collections.Generic.IReadOnlyList? Changes { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload : ICreateEnvironmentCommandMutation_PushWorkspaceChanges + public partial interface IListMcpFeatureCollectionCommandQuery_Node_Api : IListMcpFeatureCollectionCommandQuery_Node { + public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections? McpFeatureCollections { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes + public partial interface IListMcpFeatureCollectionCommandQuery_Node_ApiDocument : IListMcpFeatureCollectionCommandQuery_Node { - public global::System.String ReferenceId { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error? Error { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result? Result { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes + public partial interface IListMcpFeatureCollectionCommandQuery_Node_ApiKey : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors + public partial interface IListMcpFeatureCollectionCommandQuery_Node_Client : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors, IError + public partial interface IListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors, IError + public partial interface IListMcpFeatureCollectionCommandQuery_Node_ClientDeployment : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error + public partial interface IListMcpFeatureCollectionCommandQuery_Node_ClientVersion : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error, IError + public partial interface IListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error, IError + public partial interface IListMcpFeatureCollectionCommandQuery_Node_Environment : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error, IError + public partial interface IListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error, IError + public partial interface IListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error, IError + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error, IError + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_Environment : IEnvironmentDetailPrompt_Environment + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result, ICreateEnvironmentCommandMutation_Environment + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition : IListMcpFeatureCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition : IListMcpFeatureCollectionCommandQuery_Node { - public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace : ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IListMcpFeatureCollectionCommandQuery_Node { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiKeyCommandQueryResult : global::System.IEquatable, IListApiKeyCommandQueryResult + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition : IListMcpFeatureCollectionCommandQuery_Node { - public ListApiKeyCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById? workspaceById) - { - WorkspaceById = workspaceById; - } + } - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById? WorkspaceById { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition : IListMcpFeatureCollectionCommandQuery_Node + { + } - public virtual global::System.Boolean Equals(ListApiKeyCommandQueryResult? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition : IListMcpFeatureCollectionCommandQuery_Node + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_Group : IListMcpFeatureCollectionCommandQuery_Node + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection : IListMcpFeatureCollectionCommandQuery_Node + { + } - return (((WorkspaceById is null && other.WorkspaceById is null) || WorkspaceById != null && WorkspaceById.Equals(other.WorkspaceById))); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog : IListMcpFeatureCollectionCommandQuery_Node + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment : IListMcpFeatureCollectionCommandQuery_Node + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion : IListMcpFeatureCollectionCommandQuery_Node + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection : IListMcpFeatureCollectionCommandQuery_Node + { + } - return Equals((ListApiKeyCommandQueryResult)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog : IListMcpFeatureCollectionCommandQuery_Node + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - if (WorkspaceById != null) - { - hash ^= 397 * WorkspaceById.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment : IListMcpFeatureCollectionCommandQuery_Node + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion : IListMcpFeatureCollectionCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_Organization : IListMcpFeatureCollectionCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_OrganizationMember : IListMcpFeatureCollectionCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog : IListMcpFeatureCollectionCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment : IListMcpFeatureCollectionCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_Stage : IListMcpFeatureCollectionCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_User : IListMcpFeatureCollectionCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_Workspace : IListMcpFeatureCollectionCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument : IListMcpFeatureCollectionCommandQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo PageInfo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection : IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge + { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node Node { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges : IListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge : IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo : IPageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo : IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_McpFeatureCollection : IMcpFeatureCollectionDetailPrompt_McpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node : IListMcpFeatureCollectionCommandQuery_McpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection : IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node + { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiKeyCommandQuery_WorkspaceById_Workspace : global::System.IEquatable, IListApiKeyCommandQuery_WorkspaceById_Workspace + public partial class PublishMcpFeatureCollectionCommandMutationResult : global::System.IEquatable, IPublishMcpFeatureCollectionCommandMutationResult { - public ListApiKeyCommandQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys? apiKeys) + public PublishMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection publishMcpFeatureCollection) { - ApiKeys = apiKeys; + PublishMcpFeatureCollection = publishMcpFeatureCollection; } - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys? ApiKeys { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection PublishMcpFeatureCollection { get; } - public virtual global::System.Boolean Equals(ListApiKeyCommandQuery_WorkspaceById_Workspace? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -43370,7 +42867,7 @@ public ListApiKeyCommandQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro. return false; } - return (((ApiKeys is null && other.ApiKeys is null) || ApiKeys != null && ApiKeys.Equals(other.ApiKeys))); + return (PublishMcpFeatureCollection.Equals(other.PublishMcpFeatureCollection)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -43390,7 +42887,7 @@ public ListApiKeyCommandQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro. return false; } - return Equals((ListApiKeyCommandQuery_WorkspaceById_Workspace)obj); + return Equals((PublishMcpFeatureCollectionCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -43398,39 +42895,26 @@ public ListApiKeyCommandQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro. unchecked { int hash = 5; - if (ApiKeys != null) - { - hash ^= 397 * ApiKeys.GetHashCode(); - } - + hash ^= 397 * PublishMcpFeatureCollection.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection : global::System.IEquatable, IListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection + public partial class PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload : global::System.IEquatable, IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload { - public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo pageInfo) + public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) { - Edges = edges; - PageInfo = pageInfo; + Id = id; + Errors = errors; } - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo PageInfo { get; } + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload? other) { if (ReferenceEquals(null, other)) { @@ -43447,7 +42931,7 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection(global::Sy return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -43467,7 +42951,7 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection(global::Sy return false; } - return Equals((ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection)obj); + return Equals((PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload)obj); } public override global::System.Int32 GetHashCode() @@ -43475,43 +42959,43 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection(global::Sy unchecked { int hash = 5; - if (Edges != null) + if (Id != null) { - foreach (var Edges_elm in Edges) + hash ^= 397 * Id.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) { - hash ^= 397 * Edges_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } } - hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge : global::System.IEquatable, IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge + public partial class PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError { - public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node node) + public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) { - Cursor = cursor; - Node = node; + this.__typename = __typename; + Message = message; + Name = name; } /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node Node { get; } + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -43528,7 +43012,7 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge(global::Sy return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -43548,7 +43032,7 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge(global::Sy return false; } - return Equals((ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge)obj); + return Equals((PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -43556,46 +43040,28 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge(global::Sy unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo : global::System.IEquatable, IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo + public partial class PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError { - public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError(global::System.String mcpFeatureCollectionId, global::System.String message) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + McpFeatureCollectionId = mcpFeatureCollectionId; + Message = message; } - /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. - /// - public global::System.String? StartCursor { get; } + public global::System.String McpFeatureCollectionId { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -43612,7 +43078,7 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo(global::Sy return false; } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + return (McpFeatureCollectionId.Equals(other.McpFeatureCollectionId)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -43632,7 +43098,7 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo(global::Sy return false; } - return Equals((ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo)obj); + return Equals((PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -43640,18 +43106,8 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo(global::Sy unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - - if (StartCursor != null) - { - hash ^= 397 * StartCursor.GetHashCode(); - } - + hash ^= 397 * McpFeatureCollectionId.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -43659,20 +43115,21 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo(global::Sy // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey : global::System.IEquatable, IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey + public partial class PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation : global::System.IEquatable, IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation { - public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace? workspace) + public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { - Id = id; - Name = name; - Workspace = workspace; + this.__typename = __typename; + Message = message; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace? Workspace { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -43689,7 +43146,7 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey(global::Sy return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -43709,7 +43166,7 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey(global::Sy return false; } - return Equals((ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey)obj); + return Equals((PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -43717,13 +43174,8 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey(global::Sy unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - if (Workspace != null) - { - hash ^= 397 * Workspace.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -43731,16 +43183,20 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey(global::Sy // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace : global::System.IEquatable, IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace + public partial class PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError { - public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace(global::System.String name) + public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError(global::System.String tag, global::System.String message, global::System.String mcpFeatureCollectionId) { - Name = name; + Tag = tag; + Message = message; + McpFeatureCollectionId = mcpFeatureCollectionId; } - public global::System.String Name { get; } + public global::System.String Tag { get; } + public global::System.String Message { get; } + public global::System.String McpFeatureCollectionId { get; } - public virtual global::System.Boolean Equals(ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -43757,7 +43213,7 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspa return false; } - return (Name.Equals(other.Name)); + return (Tag.Equals(other.Tag)) && Message.Equals(other.Message) && McpFeatureCollectionId.Equals(other.McpFeatureCollectionId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -43777,7 +43233,7 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspa return false; } - return Equals((ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace)obj); + return Equals((PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -43785,7 +43241,9 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspa unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * McpFeatureCollectionId.GetHashCode(); return hash; } } @@ -43793,155 +43251,75 @@ public ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQueryResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById? WorkspaceById { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQuery_WorkspaceById - { - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys? ApiKeys { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQuery_WorkspaceById_Workspace : IListApiKeyCommandQuery_WorkspaceById - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection : IListApiKeyCommandQuery_WorkspaceById_ApiKeys - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommand_ApiKeyEdge - { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges : IListApiKeyCommand_ApiKeyEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge : IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges + public partial interface IPublishMcpFeatureCollectionCommandMutationResult { + public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection PublishMcpFeatureCollection { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo : IPageInfo + public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection { + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo : IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo + public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload : IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IApiKeyDetailPrompt_ApiKey + public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors { - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace? Workspace { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommand_ApiKey : IApiKeyDetailPrompt_ApiKey + public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError : IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors, IStageNotFoundError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node : IListApiKeyCommand_ApiKey + public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError : IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors, IMcpFeatureCollectionNotFoundError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey : IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node + public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation : IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors, IUnauthorizedOperation { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace + public partial interface IMcpFeatureCollectionVersionNotFoundError : IError { - public global::System.String Name { get; } + public global::System.String Tag { get; } + public global::System.String McpFeatureCollectionId { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace : IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace + public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError : IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors, IMcpFeatureCollectionVersionNotFoundError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutationResult : global::System.IEquatable, ICreateApiKeyCommandMutationResult + public partial class PublishMcpFeatureCollectionCommandSubscriptionResult : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscriptionResult { - public CreateApiKeyCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey createApiKey) + public PublishMcpFeatureCollectionCommandSubscriptionResult(global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate onMcpFeatureCollectionVersionPublishingUpdate) { - CreateApiKey = createApiKey; + OnMcpFeatureCollectionVersionPublishingUpdate = onMcpFeatureCollectionVersionPublishingUpdate; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey CreateApiKey { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate OnMcpFeatureCollectionVersionPublishingUpdate { get; } - public virtual global::System.Boolean Equals(CreateApiKeyCommandMutationResult? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscriptionResult? other) { if (ReferenceEquals(null, other)) { @@ -43958,7 +43336,7 @@ public CreateApiKeyCommandMutationResult(global::ChilliCream.Nitro.CommandLine.C return false; } - return (CreateApiKey.Equals(other.CreateApiKey)); + return (OnMcpFeatureCollectionVersionPublishingUpdate.Equals(other.OnMcpFeatureCollectionVersionPublishingUpdate)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -43978,7 +43356,7 @@ public CreateApiKeyCommandMutationResult(global::ChilliCream.Nitro.CommandLine.C return false; } - return Equals((CreateApiKeyCommandMutationResult)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscriptionResult)obj); } public override global::System.Int32 GetHashCode() @@ -43986,7 +43364,7 @@ public CreateApiKeyCommandMutationResult(global::ChilliCream.Nitro.CommandLine.C unchecked { int hash = 5; - hash ^= 397 * CreateApiKey.GetHashCode(); + hash ^= 397 * OnMcpFeatureCollectionVersionPublishingUpdate.GetHashCode(); return hash; } } @@ -43994,18 +43372,23 @@ public CreateApiKeyCommandMutationResult(global::ChilliCream.Nitro.CommandLine.C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed { - public CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result? result, global::System.Collections.Generic.IReadOnlyList? errors) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) { - Result = result; + this.__typename = __typename; + State = state; Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result? Result { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed? other) { if (ReferenceEquals(null, other)) { @@ -44022,7 +43405,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload(global::Chil return false; } - return (((Result is null && other.Result is null) || Result != null && Result.Equals(other.Result))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -44042,7 +43425,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload(global::Chil return false; } - return Equals((CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed)obj); } public override global::System.Int32 GetHashCode() @@ -44050,17 +43433,11 @@ public CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload(global::Chil unchecked { int hash = 5; - if (Result != null) - { - hash ^= 397 * Result.GetHashCode(); - } - - if (Errors != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); + foreach (var Errors_elm in Errors) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -44070,18 +43447,21 @@ public CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload(global::Chil // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess { - public CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key key, global::System.String secret) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - Key = key; - Secret = secret; + this.__typename = __typename; + State = state; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key Key { get; } - public global::System.String Secret { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess? other) { if (ReferenceEquals(null, other)) { @@ -44098,7 +43478,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret(global:: return false; } - return (Key.Equals(other.Key)) && Secret.Equals(other.Secret); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -44118,7 +43498,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret(global:: return false; } - return Equals((CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess)obj); } public override global::System.Int32 GetHashCode() @@ -44126,8 +43506,8 @@ public CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret(global:: unchecked { int hash = 5; - hash ^= 397 * Key.GetHashCode(); - hash ^= 397 * Secret.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -44135,23 +43515,21 @@ public CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret(global:: // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress { - public CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { this.__typename = __typename; - Message = message; - ApiId = apiId; + State = state; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String ApiId { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -44168,7 +43546,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError(global:: return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -44188,7 +43566,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError(global:: return false; } - return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -44197,8 +43575,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError(global:: { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -44206,23 +43583,21 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError(global:: // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved { - public CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound(global::System.String __typename, global::System.String message, global::System.String workspaceId) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { this.__typename = __typename; - Message = message; - WorkspaceId = workspaceId; + State = state; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String WorkspaceId { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved? other) { if (ReferenceEquals(null, other)) { @@ -44239,7 +43614,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound(global: return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && WorkspaceId.Equals(other.WorkspaceId); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -44259,7 +43634,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound(global: return false; } - return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved)obj); } public override global::System.Int32 GetHashCode() @@ -44268,8 +43643,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound(global: { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * WorkspaceId.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -44277,21 +43651,26 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound(global: // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued { - public CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError(global::System.String __typename, global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued(global::System.String __typename, global::System.String queued, global::System.Int32 queuePosition) { this.__typename = __typename; - Message = message; + Queued = queued; + QueuePosition = queuePosition; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Queued { get; } + public global::System.Int32 QueuePosition { get; } - public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued? other) { if (ReferenceEquals(null, other)) { @@ -44308,7 +43687,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSuppo return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Queued.Equals(other.Queued) && global::System.Object.Equals(QueuePosition, other.QueuePosition); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -44328,7 +43707,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSuppo return false; } - return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued)obj); } public override global::System.Int32 GetHashCode() @@ -44337,7 +43716,8 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSuppo { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Queued.GetHashCode(); + hash ^= 397 * QueuePosition.GetHashCode(); return hash; } } @@ -44345,23 +43725,24 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSuppo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady { - public CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady(global::System.String __typename, global::System.String ready) { this.__typename = __typename; - Message = message; - Errors = errors; + Ready = ready; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Ready { get; } - public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady? other) { if (ReferenceEquals(null, other)) { @@ -44378,7 +43759,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError(global::S return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Ready.Equals(other.Ready); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -44398,7 +43779,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError(global::S return false; } - return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady)obj); } public override global::System.Int32 GetHashCode() @@ -44407,12 +43788,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError(global::S { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * Ready.GetHashCode(); return hash; } } @@ -44420,16 +43796,23 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError(global::S // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval { - public CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation(global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? deployment) { - Message = message; + this.__typename = __typename; + State = state; + Deployment = deployment; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? Deployment { get; } - public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval? other) { if (ReferenceEquals(null, other)) { @@ -44446,7 +43829,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation(glo return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && ((Deployment is null && other.Deployment is null) || Deployment != null && Deployment.Equals(other.Deployment)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -44466,7 +43849,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation(glo return false; } - return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval)obj); } public override global::System.Int32 GetHashCode() @@ -44474,7 +43857,13 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation(glo unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); + if (Deployment != null) + { + hash ^= 397 * Deployment.GetHashCode(); + } + return hash; } } @@ -44482,13 +43871,12 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation(glo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError { - public CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError(global::System.String __typename, global::System.String message, global::System.String roleId) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) { this.__typename = __typename; Message = message; - RoleId = roleId; } /// @@ -44496,9 +43884,8 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError(global: /// public global::System.String __typename { get; } public global::System.String Message { get; } - public global::System.String RoleId { get; } - public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError? other) { if (ReferenceEquals(null, other)) { @@ -44515,7 +43902,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError(global: return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && RoleId.Equals(other.RoleId); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -44535,7 +43922,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError(global: return false; } - return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError)obj); } public override global::System.Int32 GetHashCode() @@ -44545,7 +43932,6 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError(global: int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * RoleId.GetHashCode(); return hash; } } @@ -44553,20 +43939,16 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError(global: // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError { - public CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace? workspace) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - Id = id; - Name = name; - Workspace = workspace; + Collections = collections; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace? Workspace { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -44583,7 +43965,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey(global::System return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -44603,7 +43985,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey(global::System return false; } - return Equals((CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -44611,11 +43993,9 @@ public CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey(global::System unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - if (Workspace != null) + foreach (var Collections_elm in Collections) { - hash ^= 397 * Workspace.GetHashCode(); + hash ^= 397 * Collections_elm.GetHashCode(); } return hash; @@ -44625,16 +44005,21 @@ public CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey(global::System // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError { - public CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty(global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; Message = message; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -44651,7 +44036,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorPro return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -44671,7 +44056,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorPro return false; } - return Equals((CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -44679,6 +44064,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorPro unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); return hash; } @@ -44687,16 +44073,13 @@ public CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorPro // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace : global::System.IEquatable, ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError { - public CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace(global::System.String name) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError() { - Name = name; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -44713,7 +44096,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace(g return false; } - return (Name.Equals(other.Name)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -44733,7 +44116,7 @@ public CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace(g return false; } - return Equals((CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -44741,188 +44124,28 @@ public CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace(g unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey CreateApiKey { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result? Result { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload : ICreateApiKeyCommandMutation_CreateApiKey - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Result - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key Key { get; } - public global::System.String Secret { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret : ICreateApiKeyCommandMutation_CreateApiKey_Result - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError : ICreateApiKeyCommandMutation_CreateApiKey_Errors, IApiNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IWorkspaceNotFound : IError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String WorkspaceId { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound : ICreateApiKeyCommandMutation_CreateApiKey_Errors, IWorkspaceNotFound - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPersonalWorkspaceNotSupportedError : IError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError : ICreateApiKeyCommandMutation_CreateApiKey_Errors, IPersonalWorkspaceNotSupportedError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidationError : IError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError : ICreateApiKeyCommandMutation_CreateApiKey_Errors, IValidationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation : ICreateApiKeyCommandMutation_CreateApiKey_Errors, IError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError { - } + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) + { + this.__typename = __typename; + Message = message; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IRoleNotFoundError : IError - { /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String RoleId { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError : ICreateApiKeyCommandMutation_CreateApiKey_Errors, IRoleNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_ApiKey : IApiKeyDetailPrompt_ApiKey - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Result_Key : ICreateApiKeyCommandMutation_ApiKey - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey : ICreateApiKeyCommandMutation_CreateApiKey_Result_Key - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors - { public global::System.String Message { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty : ICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace : ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiKeyCommandMutationResult : global::System.IEquatable, IDeleteApiKeyCommandMutationResult - { - public DeleteApiKeyCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey deleteApiKey) - { - DeleteApiKey = deleteApiKey; - } - - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey DeleteApiKey { get; } - public virtual global::System.Boolean Equals(DeleteApiKeyCommandMutationResult? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError? other) { if (ReferenceEquals(null, other)) { @@ -44939,7 +44162,7 @@ public DeleteApiKeyCommandMutationResult(global::ChilliCream.Nitro.CommandLine.C return false; } - return (DeleteApiKey.Equals(other.DeleteApiKey)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -44959,7 +44182,7 @@ public DeleteApiKeyCommandMutationResult(global::ChilliCream.Nitro.CommandLine.C return false; } - return Equals((DeleteApiKeyCommandMutationResult)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError)obj); } public override global::System.Int32 GetHashCode() @@ -44967,7 +44190,8 @@ public DeleteApiKeyCommandMutationResult(global::ChilliCream.Nitro.CommandLine.C unchecked { int hash = 5; - hash ^= 397 * DeleteApiKey.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -44975,18 +44199,16 @@ public DeleteApiKeyCommandMutationResult(global::ChilliCream.Nitro.CommandLine.C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload : global::System.IEquatable, IDeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_ClientDeployment : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_ClientDeployment { - public DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey? apiKey, global::System.Collections.Generic.IReadOnlyList? errors) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_ClientDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - ApiKey = apiKey; Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey? ApiKey { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -45003,7 +44225,7 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload(global::Chil return false; } - return (((ApiKey is null && other.ApiKey is null) || ApiKey != null && ApiKey.Equals(other.ApiKey))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45023,7 +44245,7 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload(global::Chil return false; } - return Equals((DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -45031,17 +44253,9 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload(global::Chil unchecked { int hash = 5; - if (ApiKey != null) - { - hash ^= 397 * ApiKey.GetHashCode(); - } - - if (Errors != null) + foreach (var Errors_elm in Errors) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -45051,20 +44265,16 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload(global::Chil // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey : global::System.IEquatable, IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment { - public DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace? workspace) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - Id = id; - Name = name; - Workspace = workspace; + Errors = errors; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace? Workspace { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -45081,7 +44291,7 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey(global::System.Str return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45101,7 +44311,7 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey(global::System.Str return false; } - return Equals((DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -45109,11 +44319,9 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey(global::System.Str unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - if (Workspace != null) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Workspace.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -45123,23 +44331,16 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey(global::System.Str // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError : global::System.IEquatable, IDeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment { - public DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiKeyId) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - this.__typename = __typename; - Message = message; - ApiKeyId = apiKeyId; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String ApiKeyId { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -45156,7 +44357,7 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError(globa return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiKeyId.Equals(other.ApiKeyId); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45176,7 +44377,7 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError(globa return false; } - return Equals((DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -45184,9 +44385,11 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError(globa unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ApiKeyId.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -45194,16 +44397,16 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError(globa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation : global::System.IEquatable, IDeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment { - public DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation(global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - Message = message; + Errors = errors; } - public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -45220,7 +44423,7 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation(glo return false; } - return (Message.Equals(other.Message)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45240,7 +44443,7 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation(glo return false; } - return Equals((DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -45248,7 +44451,11 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation(glo unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -45256,16 +44463,16 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation(glo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace : global::System.IEquatable, IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_SchemaDeployment : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_SchemaDeployment { - public DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace(global::System.String name) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_SchemaDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - Name = name; + Errors = errors; } - public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_SchemaDeployment? other) { if (ReferenceEquals(null, other)) { @@ -45282,7 +44489,7 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace(globa return false; } - return (Name.Equals(other.Name)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45302,7 +44509,7 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace(globa return false; } - return Equals((DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_SchemaDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -45310,106 +44517,30 @@ public DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace(globa unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiKeyCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey DeleteApiKey { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey - { - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey? ApiKey { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload : IDeleteApiKeyCommandMutation_DeleteApiKey - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiKeyCommand_ApiKey : IApiKeyDetailPrompt_ApiKey - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey : IDeleteApiKeyCommand_ApiKey - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey : IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IApiKeyNotFoundError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String ApiKeyId { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError : IDeleteApiKeyCommandMutation_DeleteApiKey_Errors, IApiKeyNotFoundError, IError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation : IDeleteApiKeyCommandMutation_DeleteApiKey_Errors, IError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace_Workspace : IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_Workspace - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadMcpFeatureCollectionCommandMutationResult : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutationResult + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection { - public UploadMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection uploadMcpFeatureCollection) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) { - UploadMcpFeatureCollection = uploadMcpFeatureCollection; + McpFeatureCollection = mcpFeatureCollection; + Entities = entities; } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection UploadMcpFeatureCollection { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutationResult? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -45426,7 +44557,7 @@ public UploadMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro return false; } - return (UploadMcpFeatureCollection.Equals(other.UploadMcpFeatureCollection)); + return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45446,7 +44577,7 @@ public UploadMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro return false; } - return Equals((UploadMcpFeatureCollectionCommandMutationResult)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -45454,7 +44585,16 @@ public UploadMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro unchecked { int hash = 5; - hash ^= 397 * UploadMcpFeatureCollection.GetHashCode(); + if (McpFeatureCollection != null) + { + hash ^= 397 * McpFeatureCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } + return hash; } } @@ -45462,18 +44602,20 @@ public UploadMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_UploadMcpFeatureCollectionPayload : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_UploadMcpFeatureCollectionPayload + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError { - public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_UploadMcpFeatureCollectionPayload(global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion? mcpFeatureCollectionVersion, global::System.Collections.Generic.IReadOnlyList? errors) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - McpFeatureCollectionVersion = mcpFeatureCollectionVersion; - Errors = errors; + Message = message; + Client = client; + Queries = queries; } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion? McpFeatureCollectionVersion { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_UploadMcpFeatureCollectionPayload? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError? other) { if (ReferenceEquals(null, other)) { @@ -45490,7 +44632,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Uplo return false; } - return (((McpFeatureCollectionVersion is null && other.McpFeatureCollectionVersion is null) || McpFeatureCollectionVersion != null && McpFeatureCollectionVersion.Equals(other.McpFeatureCollectionVersion))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45510,7 +44652,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Uplo return false; } - return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_UploadMcpFeatureCollectionPayload)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -45518,17 +44660,15 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Uplo unchecked { int hash = 5; - if (McpFeatureCollectionVersion != null) + hash ^= 397 * Message.GetHashCode(); + if (Client != null) { - hash ^= 397 * McpFeatureCollectionVersion.GetHashCode(); + hash ^= 397 * Client.GetHashCode(); } - if (Errors != null) + foreach (var Queries_elm in Queries) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * Queries_elm.GetHashCode(); } return hash; @@ -45538,16 +44678,20 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Uplo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion_McpFeatureCollectionVersion : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion_McpFeatureCollectionVersion + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 { - public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion_McpFeatureCollectionVersion(global::System.String id) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - Id = id; + Message = message; + Client = client; + Queries = queries; } - public global::System.String Id { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion_McpFeatureCollectionVersion? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -45564,7 +44708,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpF return false; } - return (Id.Equals(other.Id)); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45584,7 +44728,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpF return false; } - return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion_McpFeatureCollectionVersion)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -45592,7 +44736,17 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpF unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + if (Client != null) + { + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); + } + return hash; } } @@ -45600,18 +44754,18 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpF // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError { - public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError(global::System.String mcpFeatureCollectionId, global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) { - McpFeatureCollectionId = mcpFeatureCollectionId; Message = message; + Changes = changes; } - public global::System.String McpFeatureCollectionId { get; } public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError? other) { if (ReferenceEquals(null, other)) { @@ -45628,7 +44782,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro return false; } - return (McpFeatureCollectionId.Equals(other.McpFeatureCollectionId)) && Message.Equals(other.Message); + return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45648,7 +44802,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro return false; } - return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError)obj); } public override global::System.Int32 GetHashCode() @@ -45656,8 +44810,12 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro unchecked { int hash = 5; - hash ^= 397 * McpFeatureCollectionId.GetHashCode(); hash ^= 397 * Message.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -45665,12 +44823,13 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_ConcurrentOperationError : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_ConcurrentOperationError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError { - public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { this.__typename = __typename; Message = message; + Errors = errors; } /// @@ -45678,8 +44837,9 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro /// public global::System.String __typename { get; } public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_ConcurrentOperationError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -45696,7 +44856,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45716,7 +44876,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro return false; } - return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_ConcurrentOperationError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -45726,6 +44886,11 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -45733,21 +44898,16 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_UnauthorizedOperation : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_UnauthorizedOperation + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError { - public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - this.__typename = __typename; - Message = message; + Collections = collections; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -45764,7 +44924,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45784,7 +44944,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro return false; } - return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_UnauthorizedOperation)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -45792,8 +44952,11 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -45801,21 +44964,16 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_DuplicatedTagError : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_DuplicatedTagError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError { - public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_DuplicatedTagError(global::System.String __typename, global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - this.__typename = __typename; - Message = message; + Collections = collections; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_DuplicatedTagError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -45832,7 +44990,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45852,7 +45010,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro return false; } - return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_DuplicatedTagError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -45860,8 +45018,11 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -45869,16 +45030,16 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_InvalidMcpFeatureCollectionArchiveError : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_InvalidMcpFeatureCollectionArchiveError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 { - public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_InvalidMcpFeatureCollectionArchiveError(global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) { - Message = message; + Collections = collections; } - public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_InvalidMcpFeatureCollectionArchiveError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -45895,7 +45056,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro return false; } - return (Message.Equals(other.Message)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -45915,7 +45076,7 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro return false; } - return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_InvalidMcpFeatureCollectionArchiveError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -45923,108 +45084,28 @@ public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Erro unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadMcpFeatureCollectionCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection UploadMcpFeatureCollection { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection - { - public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion? McpFeatureCollectionVersion { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_UploadMcpFeatureCollectionPayload : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion - { - public global::System.String Id { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion_McpFeatureCollectionVersion : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMcpFeatureCollectionNotFoundError : IError - { - public global::System.String McpFeatureCollectionId { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors, IMcpFeatureCollectionNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_ConcurrentOperationError : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors, IConcurrentOperationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_UnauthorizedOperation : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_DuplicatedTagError : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors, IDuplicatedTagError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IInvalidMcpFeatureCollectionArchiveError - { - public global::System.String Message { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_InvalidMcpFeatureCollectionArchiveError : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors, IInvalidMcpFeatureCollectionArchiveError, IError - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandMutationResult : global::System.IEquatable, IValidateMcpFeatureCollectionCommandMutationResult + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 { - public ValidateMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection validateMcpFeatureCollection) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) { - ValidateMcpFeatureCollection = validateMcpFeatureCollection; + Collections = collections; } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection ValidateMcpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandMutationResult? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -46041,7 +45122,7 @@ public ValidateMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nit return false; } - return (ValidateMcpFeatureCollection.Equals(other.ValidateMcpFeatureCollection)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46061,7 +45142,7 @@ public ValidateMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nit return false; } - return Equals((ValidateMcpFeatureCollectionCommandMutationResult)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -46069,7 +45150,11 @@ public ValidateMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nit unchecked { int hash = 5; - hash ^= 397 * ValidateMcpFeatureCollection.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -46077,18 +45162,20 @@ public ValidateMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nit // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ValidateMcpFeatureCollectionPayload : global::System.IEquatable, IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ValidateMcpFeatureCollectionPayload + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 { - public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ValidateMcpFeatureCollectionPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - Id = id; - Errors = errors; + Message = message; + Client = client; + Queries = queries; } - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ValidateMcpFeatureCollectionPayload? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -46105,7 +45192,7 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ return false; } - return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46125,7 +45212,7 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ return false; } - return Equals((ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ValidateMcpFeatureCollectionPayload)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -46133,17 +45220,15 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ unchecked { int hash = 5; - if (Id != null) + hash ^= 397 * Message.GetHashCode(); + if (Client != null) { - hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Client.GetHashCode(); } - if (Errors != null) + foreach (var Queries_elm in Queries) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * Queries_elm.GetHashCode(); } return hash; @@ -46153,23 +45238,18 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_StageNotFoundError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_StageNotFoundError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 { - public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) { - this.__typename = __typename; Message = message; - Name = name; + Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } public global::System.String Message { get; } - public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_StageNotFoundError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1? other) { if (ReferenceEquals(null, other)) { @@ -46186,7 +45266,7 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46206,7 +45286,7 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ return false; } - return Equals((ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_StageNotFoundError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -46214,9 +45294,12 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -46224,18 +45307,21 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError { - public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError(global::System.String mcpFeatureCollectionId, global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) { - McpFeatureCollectionId = mcpFeatureCollectionId; + this.__typename = __typename; Message = message; } - public global::System.String McpFeatureCollectionId { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError? other) { if (ReferenceEquals(null, other)) { @@ -46252,7 +45338,7 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ return false; } - return (McpFeatureCollectionId.Equals(other.McpFeatureCollectionId)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46272,7 +45358,7 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ return false; } - return Equals((ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError)obj); } public override global::System.Int32 GetHashCode() @@ -46280,7 +45366,7 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ unchecked { int hash = 5; - hash ^= 397 * McpFeatureCollectionId.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); return hash; } @@ -46289,12 +45375,15 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_UnauthorizedOperation : global::System.IEquatable, IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_UnauthorizedOperation + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError { - public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) { this.__typename = __typename; Message = message; + Column = column; + Position = position; + Line = line; } /// @@ -46302,8 +45391,11 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ /// public global::System.String __typename { get; } public global::System.String Message { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Position { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError? other) { if (ReferenceEquals(null, other)) { @@ -46320,7 +45412,7 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46340,7 +45432,7 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ return false; } - return Equals((ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_UnauthorizedOperation)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError)obj); } public override global::System.Int32 GetHashCode() @@ -46350,68 +45442,33 @@ public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Position.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection ValidateMcpFeatureCollection { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection - { - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ValidateMcpFeatureCollectionPayload : IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_StageNotFoundError : IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors, IStageNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError : IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors, IMcpFeatureCollectionNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_UnauthorizedOperation : IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors, IUnauthorizedOperation - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscriptionResult : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscriptionResult + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 { - public ValidateMcpFeatureCollectionCommandSubscriptionResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate onMcpFeatureCollectionVersionValidationUpdate) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { - OnMcpFeatureCollectionVersionValidationUpdate = onMcpFeatureCollectionVersionValidationUpdate; + this.__typename = __typename; + Message = message; + Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate OnMcpFeatureCollectionVersionValidationUpdate { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscriptionResult? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1? other) { if (ReferenceEquals(null, other)) { @@ -46428,7 +45485,7 @@ public ValidateMcpFeatureCollectionCommandSubscriptionResult(global::ChilliCream return false; } - return (OnMcpFeatureCollectionVersionValidationUpdate.Equals(other.OnMcpFeatureCollectionVersionValidationUpdate)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46448,7 +45505,7 @@ public ValidateMcpFeatureCollectionCommandSubscriptionResult(global::ChilliCream return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscriptionResult)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1)obj); } public override global::System.Int32 GetHashCode() @@ -46456,7 +45513,13 @@ public ValidateMcpFeatureCollectionCommandSubscriptionResult(global::ChilliCream unchecked { int hash = 5; - hash ^= 397 * OnMcpFeatureCollectionVersionValidationUpdate.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -46464,23 +45527,16 @@ public ValidateMcpFeatureCollectionCommandSubscriptionResult(global::ChilliCream // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationFailed : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationFailed + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) { - this.__typename = __typename; - State = state; - Errors = errors; + Collections = collections; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationFailed? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -46497,7 +45553,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46517,7 +45573,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationFailed)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -46525,11 +45581,9 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); - foreach (var Errors_elm in Errors) + foreach (var Collections_elm in Collections) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Collections_elm.GetHashCode(); } return hash; @@ -46539,21 +45593,16 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationSuccess : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationSuccess + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) { - this.__typename = __typename; - State = state; + Collections = collections; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationSuccess? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -46570,7 +45619,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46590,7 +45639,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationSuccess)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -46598,8 +45647,11 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -46607,21 +45659,18 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_OperationInProgress : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_OperationInProgress + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) { - this.__typename = __typename; - State = state; + Id = id; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_OperationInProgress? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -46638,7 +45687,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46658,7 +45707,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_OperationInProgress)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -46666,8 +45715,8 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -46675,21 +45724,18 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_ValidationInProgress : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_ValidationInProgress + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_ValidationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - this.__typename = __typename; - State = state; + Errors = errors; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_ValidationInProgress? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) { if (ReferenceEquals(null, other)) { @@ -46706,7 +45752,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46726,7 +45772,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_ValidationInProgress)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); } public override global::System.Int32 GetHashCode() @@ -46734,8 +45780,12 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -46743,16 +45793,18 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationArchiveError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationArchiveError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationArchiveError(global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - Message = message; + Errors = errors; + Name = name; } - public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationArchiveError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) { if (ReferenceEquals(null, other)) { @@ -46769,7 +45821,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (Message.Equals(other.Message)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46789,7 +45841,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationArchiveError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); } public override global::System.Int32 GetHashCode() @@ -46797,7 +45849,12 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -46805,16 +45862,18 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client(global::System.String id, global::System.String name) { - Collections = collections; + Id = id; + Name = name; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client? other) { if (ReferenceEquals(null, other)) { @@ -46831,7 +45890,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46851,7 +45910,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client)obj); } public override global::System.Int32 GetHashCode() @@ -46859,11 +45918,8 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -46871,21 +45927,22 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) { - this.__typename = __typename; + DeployedTags = deployedTags; Message = message; + Hash = hash; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -46902,7 +45959,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46922,7 +45979,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -46930,8 +45987,18 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); + foreach (var DeployedTags_elm in DeployedTags) + { + hash ^= 397 * DeployedTags_elm.GetHashCode(); + } + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Hash.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -46939,13 +46006,25 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ReadyTimeoutError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ReadyTimeoutError() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ReadyTimeoutError? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -46962,7 +46041,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -46982,7 +46061,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ReadyTimeoutError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -46990,6 +46069,14 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -46997,21 +46084,25 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; - Message = message; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -47028,7 +46119,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -47048,7 +46139,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -47057,7 +46148,13 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -47065,18 +46162,25 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - McpFeatureCollection = mcpFeatureCollection; - Entities = entities; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -47093,7 +46197,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -47113,7 +46217,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -47121,14 +46225,12 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - if (McpFeatureCollection != null) - { - hash ^= 397 * McpFeatureCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Entities_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -47138,18 +46240,25 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Id = id; - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.String Id { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -47166,7 +46275,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -47186,7 +46295,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -47194,8 +46303,14 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -47203,18 +46318,25 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Errors = errors; - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -47231,7 +46353,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -47251,7 +46373,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -47259,12 +46381,14 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -47272,18 +46396,25 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Errors = errors; - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -47300,7 +46431,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -47320,7 +46451,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -47328,12 +46459,14 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -47341,22 +46474,23 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Code = code; - Message = message; - Path = path; - Locations = locations; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -47373,7 +46507,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -47393,7 +46527,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -47401,25 +46535,9 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) - { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -47427,16 +46545,21 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) { - Message = message; + this.__typename = __typename; + Severity = severity; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -47453,7 +46576,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -47473,7 +46596,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -47481,7 +46604,8 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); return hash; } } @@ -47489,18 +46613,23 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange { - public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Column = column; - Line = line; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -47517,7 +46646,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -47537,7 +46666,7 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer return false; } - return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -47545,202 +46674,35 @@ public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVer unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscriptionResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate OnMcpFeatureCollectionVersionValidationUpdate { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMcpFeatureCollectionVersionValidationFailed - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationFailed : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate, IMcpFeatureCollectionVersionValidationFailed - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMcpFeatureCollectionVersionValidationSuccess - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationSuccess : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate, IMcpFeatureCollectionVersionValidationSuccess - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_OperationInProgress : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate, IOperationInProgress - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_ValidationInProgress : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate, IValidationInProgress - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMcpFeatureCollectionValidationArchiveError - { - public global::System.String Message { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationArchiveError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors, IMcpFeatureCollectionValidationArchiveError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors, IMcpFeatureCollectionValidationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors, IProcessingTimeoutError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ReadyTimeoutError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors, IUnexpectedProcessingError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationDocumentError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationEntityValidationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteMcpFeatureCollectionByIdCommandMutationResult : global::System.IEquatable, IDeleteMcpFeatureCollectionByIdCommandMutationResult + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange { - public DeleteMcpFeatureCollectionByIdCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById deleteMcpFeatureCollectionById) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - DeleteMcpFeatureCollectionById = deleteMcpFeatureCollectionById; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById DeleteMcpFeatureCollectionById { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(DeleteMcpFeatureCollectionByIdCommandMutationResult? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -47757,7 +46719,7 @@ public DeleteMcpFeatureCollectionByIdCommandMutationResult(global::ChilliCream.N return false; } - return (DeleteMcpFeatureCollectionById.Equals(other.DeleteMcpFeatureCollectionById)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -47777,7 +46739,7 @@ public DeleteMcpFeatureCollectionByIdCommandMutationResult(global::ChilliCream.N return false; } - return Equals((DeleteMcpFeatureCollectionByIdCommandMutationResult)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -47785,7 +46747,14 @@ public DeleteMcpFeatureCollectionByIdCommandMutationResult(global::ChilliCream.N unchecked { int hash = 5; - hash ^= 397 * DeleteMcpFeatureCollectionById.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -47793,18 +46762,18 @@ public DeleteMcpFeatureCollectionByIdCommandMutationResult(global::ChilliCream.N // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload : global::System.IEquatable, IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError { - public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload(global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList? errors) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) { - McpFeatureCollection = mcpFeatureCollection; - Errors = errors; + Message = message; + Code = code; } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::System.String Message { get; } + public global::System.String? Code { get; } - public virtual global::System.Boolean Equals(DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -47821,7 +46790,7 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB return false; } - return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -47841,7 +46810,7 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB return false; } - return Equals((DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -47849,17 +46818,10 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB unchecked { int hash = 5; - if (McpFeatureCollection != null) - { - hash ^= 397 * McpFeatureCollection.GetHashCode(); - } - - if (Errors != null) + hash ^= 397 * Message.GetHashCode(); + if (Code != null) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * Code.GetHashCode(); } return hash; @@ -47869,18 +46831,18 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection { - public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection(global::System.String name, global::System.String id) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) { - Name = name; - Id = id; + OpenApiCollection = openApiCollection; + Entities = entities; } - public global::System.String Name { get; } - public global::System.String Id { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -47897,7 +46859,7 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB return false; } - return (Name.Equals(other.Name)) && Id.Equals(other.Id); + return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -47917,7 +46879,7 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB return false; } - return Equals((DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -47925,8 +46887,16 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Id.GetHashCode(); + if (OpenApiCollection != null) + { + hash ^= 397 * OpenApiCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } + return hash; } } @@ -47934,18 +46904,18 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError : global::System.IEquatable, IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection { - public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError(global::System.String message, global::System.String mcpFeatureCollectionId) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) { - Message = message; - McpFeatureCollectionId = mcpFeatureCollectionId; + McpFeatureCollection = mcpFeatureCollection; + Entities = entities; } - public global::System.String Message { get; } - public global::System.String McpFeatureCollectionId { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -47962,7 +46932,7 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB return false; } - return (Message.Equals(other.Message)) && McpFeatureCollectionId.Equals(other.McpFeatureCollectionId); + return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -47982,7 +46952,7 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB return false; } - return Equals((DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -47990,8 +46960,16 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * McpFeatureCollectionId.GetHashCode(); + if (McpFeatureCollection != null) + { + hash ^= 397 * McpFeatureCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } + return hash; } } @@ -47999,21 +46977,22 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation : global::System.IEquatable, IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError { - public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation(global::System.String message, global::System.String __typename) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { + Code = code; Message = message; - this.__typename = __typename; + Path = path; + Locations = locations; } + public global::System.String? Code { get; } public global::System.String Message { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) { if (ReferenceEquals(null, other)) { @@ -48030,7 +47009,7 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB return false; } - return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48050,7 +47029,7 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB return false; } - return Equals((DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); } public override global::System.Int32 GetHashCode() @@ -48058,90 +47037,42 @@ public DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionB unchecked { int hash = 5; + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteMcpFeatureCollectionByIdCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById DeleteMcpFeatureCollectionById { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById - { - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload : IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMcpFeatureCollectionDetailPrompt_McpFeatureCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection : IMcpFeatureCollectionDetailPrompt_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection : IDeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection : IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError : IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors, IMcpFeatureCollectionNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation : IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors, IUnauthorizedOperation - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMcpFeatureCollectionCommandMutationResult : global::System.IEquatable, ICreateMcpFeatureCollectionCommandMutationResult + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError { - public CreateMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection createMcpFeatureCollection) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) { - CreateMcpFeatureCollection = createMcpFeatureCollection; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection CreateMcpFeatureCollection { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(CreateMcpFeatureCollectionCommandMutationResult? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) { if (ReferenceEquals(null, other)) { @@ -48158,7 +47089,7 @@ public CreateMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro return false; } - return (CreateMcpFeatureCollection.Equals(other.CreateMcpFeatureCollection)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48178,7 +47109,7 @@ public CreateMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro return false; } - return Equals((CreateMcpFeatureCollectionCommandMutationResult)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -48186,7 +47117,7 @@ public CreateMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro unchecked { int hash = 5; - hash ^= 397 * CreateMcpFeatureCollection.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -48194,18 +47125,22 @@ public CreateMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload : global::System.IEquatable, ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError { - public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload(global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList? errors) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { - McpFeatureCollection = mcpFeatureCollection; - Errors = errors; + Message = message; + Code = code; + Path = path; + Locations = locations; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError? other) { if (ReferenceEquals(null, other)) { @@ -48222,7 +47157,7 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Crea return false; } - return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48242,7 +47177,7 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Crea return false; } - return Equals((CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError)obj); } public override global::System.Int32 GetHashCode() @@ -48250,16 +47185,22 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Crea unchecked { int hash = 5; - if (McpFeatureCollection != null) + hash ^= 397 * Message.GetHashCode(); + if (Code != null) { - hash ^= 397 * McpFeatureCollection.GetHashCode(); + hash ^= 397 * Code.GetHashCode(); } - if (Errors != null) + if (Path != null) { - foreach (var Errors_elm in Errors) + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Locations_elm.GetHashCode(); } } @@ -48270,18 +47211,27 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Crea // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded { - public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection(global::System.String name, global::System.String id) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; Name = name; - Id = id; + TypeName = typeName; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } public global::System.String Name { get; } - public global::System.String Id { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -48298,7 +47248,7 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpF return false; } - return (Name.Equals(other.Name)) && Id.Equals(other.Id); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48318,7 +47268,7 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpF return false; } - return Equals((CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -48326,8 +47276,11 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpF unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -48335,23 +47288,27 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpF // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError : global::System.IEquatable, ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged { - public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError(global::System.String message, global::System.String __typename, global::System.String apiId) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) { - Message = message; this.__typename = __typename; - ApiId = apiId; + Severity = severity; + Coordinate = coordinate; + Name = name; + Changes = changes; } - public global::System.String Message { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String ApiId { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -48368,7 +47325,7 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Erro return false; } - return (Message.Equals(other.Message)) && __typename.Equals(other.__typename) && ApiId.Equals(other.ApiId); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48388,7 +47345,7 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Erro return false; } - return Equals((CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -48396,9 +47353,15 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Erro unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -48406,21 +47369,27 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Erro // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved { - public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation(global::System.String message, global::System.String __typename) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { - Message = message; this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } - public global::System.String Message { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -48437,7 +47406,7 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Erro return false; } - return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48457,7 +47426,7 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Erro return false; } - return Equals((CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -48465,85 +47434,37 @@ public CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Erro unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMcpFeatureCollectionCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection CreateMcpFeatureCollection { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload : ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMcpFeatureCollectionCommandMutation_McpFeatureCollection : IMcpFeatureCollectionDetailPrompt_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection : ICreateMcpFeatureCollectionCommandMutation_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection : ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError : ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors, IApiNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation : ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors, IUnauthorizedOperation - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQueryResult : global::System.IEquatable, IListMcpFeatureCollectionCommandQueryResult + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged { - public ListMcpFeatureCollectionCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node? node) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Node = node; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } /// - /// Fetches an object given its ID. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node? Node { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQueryResult? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -48560,7 +47481,7 @@ public ListMcpFeatureCollectionCommandQueryResult(global::ChilliCream.Nitro.Comm return false; } - return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48580,7 +47501,7 @@ public ListMcpFeatureCollectionCommandQueryResult(global::ChilliCream.Nitro.Comm return false; } - return Equals((ListMcpFeatureCollectionCommandQueryResult)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -48588,9 +47509,16 @@ public ListMcpFeatureCollectionCommandQueryResult(global::ChilliCream.Nitro.Comm unchecked { int hash = 5; - if (Node != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -48600,16 +47528,23 @@ public ListMcpFeatureCollectionCommandQueryResult(global::ChilliCream.Nitro.Comm // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_Api : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Api + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded { - public ListMcpFeatureCollectionCommandQuery_Node_Api(global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections? mcpFeatureCollections) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { - McpFeatureCollections = mcpFeatureCollections; + this.__typename = __typename; + Severity = severity; + Location = location; } - public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections? McpFeatureCollections { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Api? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded? other) { if (ReferenceEquals(null, other)) { @@ -48626,7 +47561,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Api(global::ChilliCream.Nitro.C return false; } - return (((McpFeatureCollections is null && other.McpFeatureCollections is null) || McpFeatureCollections != null && McpFeatureCollections.Equals(other.McpFeatureCollections))); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48646,7 +47581,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Api(global::ChilliCream.Nitro.C return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_Api)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -48654,11 +47589,9 @@ public ListMcpFeatureCollectionCommandQuery_Node_Api(global::ChilliCream.Nitro.C unchecked { int hash = 5; - if (McpFeatureCollections != null) - { - hash ^= 397 * McpFeatureCollections.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -48666,13 +47599,23 @@ public ListMcpFeatureCollectionCommandQuery_Node_Api(global::ChilliCream.Nitro.C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_ApiDocument : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_ApiDocument + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved { - public ListMcpFeatureCollectionCommandQuery_Node_ApiDocument() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { + this.__typename = __typename; + Severity = severity; + Location = location; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_ApiDocument? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -48689,7 +47632,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_ApiDocument() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48709,7 +47652,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_ApiDocument() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_ApiDocument)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -48717,6 +47660,9 @@ public ListMcpFeatureCollectionCommandQuery_Node_ApiDocument() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -48724,13 +47670,25 @@ public ListMcpFeatureCollectionCommandQuery_Node_ApiDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_ApiKey : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_ApiKey + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 { - public ListMcpFeatureCollectionCommandQuery_Node_ApiKey() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_ApiKey? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -48747,7 +47705,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_ApiKey() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48767,7 +47725,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_ApiKey() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_ApiKey)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -48775,20 +47733,42 @@ public ListMcpFeatureCollectionCommandQuery_Node_ApiKey() unchecked { int hash = 5; - return hash; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_Client : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Client + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded { - public ListMcpFeatureCollectionCommandQuery_Node_Client() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Client? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded? other) { if (ReferenceEquals(null, other)) { @@ -48805,7 +47785,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Client() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48825,7 +47805,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Client() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_Client)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded)obj); } public override global::System.Int32 GetHashCode() @@ -48833,6 +47813,9 @@ public ListMcpFeatureCollectionCommandQuery_Node_Client() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -48840,13 +47823,25 @@ public ListMcpFeatureCollectionCommandQuery_Node_Client() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged { - public ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged? other) { if (ReferenceEquals(null, other)) { @@ -48863,7 +47858,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48883,7 +47878,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged)obj); } public override global::System.Int32 GetHashCode() @@ -48891,6 +47886,14 @@ public ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -48898,13 +47901,23 @@ public ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_ClientDeployment + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved { - public ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved? other) { if (ReferenceEquals(null, other)) { @@ -48921,7 +47934,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48941,7 +47954,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -48949,6 +47962,9 @@ public ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -48956,13 +47972,25 @@ public ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_ClientVersion : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_ClientVersion + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 { - public ListMcpFeatureCollectionCommandQuery_Node_ClientVersion() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_ClientVersion? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -48979,7 +48007,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_ClientVersion() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -48999,7 +48027,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_ClientVersion() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_ClientVersion)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -49007,6 +48035,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_ClientVersion() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -49014,13 +48054,27 @@ public ListMcpFeatureCollectionCommandQuery_Node_ClientVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange { - public ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -49037,7 +48091,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49057,7 +48111,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -49065,6 +48119,11 @@ public ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -49072,13 +48131,27 @@ public ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_Environment : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Environment + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange { - public ListMcpFeatureCollectionCommandQuery_Node_Environment() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Environment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -49095,7 +48168,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Environment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49115,7 +48188,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Environment() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_Environment)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -49123,6 +48196,11 @@ public ListMcpFeatureCollectionCommandQuery_Node_Environment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -49130,13 +48208,27 @@ public ListMcpFeatureCollectionCommandQuery_Node_Environment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged { - public ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -49153,7 +48245,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49173,7 +48265,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -49181,6 +48273,15 @@ public ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -49188,13 +48289,25 @@ public ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 { - public ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -49211,7 +48324,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49231,7 +48344,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -49239,6 +48352,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -49246,13 +48371,27 @@ public ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -49269,7 +48408,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinit return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49289,7 +48428,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinit return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -49297,6 +48436,11 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinit unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -49304,13 +48448,27 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinit // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -49327,7 +48485,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49347,7 +48505,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -49355,6 +48513,11 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -49362,13 +48525,23 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded? other) { if (ReferenceEquals(null, other)) { @@ -49385,7 +48558,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49405,7 +48578,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -49413,6 +48586,9 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -49420,13 +48596,23 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -49443,7 +48629,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49463,7 +48649,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -49471,6 +48657,9 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -49478,13 +48667,27 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -49501,7 +48704,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefiniti return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49521,7 +48724,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefiniti return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -49529,6 +48732,15 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefiniti unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -49536,13 +48748,23 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefiniti // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded? other) { if (ReferenceEquals(null, other)) { @@ -49559,7 +48781,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinitio return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49579,7 +48801,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinitio return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded)obj); } public override global::System.Int32 GetHashCode() @@ -49587,6 +48809,9 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinitio unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -49594,13 +48819,23 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinitio // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved? other) { if (ReferenceEquals(null, other)) { @@ -49617,7 +48852,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDe return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49637,7 +48872,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDe return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -49645,6 +48880,9 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDe unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -49652,13 +48890,25 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDe // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4? other) { if (ReferenceEquals(null, other)) { @@ -49675,7 +48925,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49695,7 +48945,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4)obj); } public override global::System.Int32 GetHashCode() @@ -49703,6 +48953,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -49710,13 +48972,27 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -49733,7 +49009,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition( return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49753,7 +49029,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition( return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -49761,6 +49037,11 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition( unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -49768,13 +49049,27 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition( // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -49791,7 +49086,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefin return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49811,7 +49106,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefin return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -49819,6 +49114,11 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefin unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -49826,13 +49126,23 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) { if (ReferenceEquals(null, other)) { @@ -49849,7 +49159,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49869,7 +49179,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); } public override global::System.Int32 GetHashCode() @@ -49877,6 +49187,9 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -49884,13 +49197,23 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) { if (ReferenceEquals(null, other)) { @@ -49907,7 +49230,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49927,7 +49250,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); } public override global::System.Int32 GetHashCode() @@ -49935,6 +49258,9 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -49942,13 +49268,27 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 { - public ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -49965,7 +49305,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -49985,7 +49325,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -49993,6 +49333,15 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -50000,13 +49349,25 @@ public ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_Group : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Group + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 { - public ListMcpFeatureCollectionCommandQuery_Node_Group() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Group? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5? other) { if (ReferenceEquals(null, other)) { @@ -50023,7 +49384,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Group() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50043,7 +49404,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Group() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_Group)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5)obj); } public override global::System.Int32 GetHashCode() @@ -50051,6 +49412,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_Group() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -50058,13 +49431,25 @@ public ListMcpFeatureCollectionCommandQuery_Node_Group() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 { - public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6? other) { if (ReferenceEquals(null, other)) { @@ -50081,7 +49466,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50101,7 +49486,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6)obj); } public override global::System.Int32 GetHashCode() @@ -50109,6 +49494,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -50116,13 +49513,23 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded { - public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded? other) { if (ReferenceEquals(null, other)) { @@ -50139,7 +49546,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50159,7 +49566,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded)obj); } public override global::System.Int32 GetHashCode() @@ -50167,6 +49574,9 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -50174,13 +49584,23 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved { - public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved? other) { if (ReferenceEquals(null, other)) { @@ -50197,7 +49617,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment( return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50217,7 +49637,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment( return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -50225,6 +49645,9 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment( unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -50232,13 +49655,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment( // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection { - public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) { + Id = id; + Name = name; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion? other) + public global::System.String Id { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -50255,7 +49683,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion() return false; } - return true; + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50275,7 +49703,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -50283,6 +49711,8 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion() unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -50290,13 +49720,20 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint { - public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) { + Errors = errors; + HttpMethod = httpMethod; + Route = route; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection? other) + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) { if (ReferenceEquals(null, other)) { @@ -50313,7 +49750,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50333,7 +49770,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); } public override global::System.Int32 GetHashCode() @@ -50341,6 +49778,13 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection() unchecked { int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * HttpMethod.GetHashCode(); + hash ^= 397 * Route.GetHashCode(); return hash; } } @@ -50348,13 +49792,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel { - public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { + Errors = errors; + Name = name; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog? other) + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) { if (ReferenceEquals(null, other)) { @@ -50371,7 +49820,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50391,7 +49840,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); } public override global::System.Int32 GetHashCode() @@ -50399,6 +49848,12 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog() unchecked { int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -50406,13 +49861,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation { - public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { + Column = column; + Line = line; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment? other) + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -50429,7 +49889,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment() return false; } - return true; + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50449,7 +49909,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -50457,6 +49917,8 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment() unchecked { int hash = 5; + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -50464,13 +49926,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation { - public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) { + Column = column; + Line = line; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion? other) + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -50487,7 +49954,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion() return false; } - return true; + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50507,7 +49974,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -50515,6 +49982,8 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion() unchecked { int hash = 5; + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -50522,13 +49991,23 @@ public ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_Organization : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Organization + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange { - public ListMcpFeatureCollectionCommandQuery_Node_Organization() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { + this.__typename = __typename; + Severity = severity; + DeprecationReason = deprecationReason; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Organization? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange? other) { if (ReferenceEquals(null, other)) { @@ -50545,7 +50024,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Organization() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50565,7 +50044,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Organization() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_Organization)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange)obj); } public override global::System.Int32 GetHashCode() @@ -50573,6 +50052,13 @@ public ListMcpFeatureCollectionCommandQuery_Node_Organization() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -50580,13 +50066,25 @@ public ListMcpFeatureCollectionCommandQuery_Node_Organization() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_OrganizationMember + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged { - public ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -50603,7 +50101,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50623,7 +50121,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -50631,6 +50129,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -50638,13 +50148,25 @@ public ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged { - public ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) { + this.__typename = __typename; + Severity = severity; + OldType = oldType; + NewType = newType; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged? other) { if (ReferenceEquals(null, other)) { @@ -50661,7 +50183,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50681,7 +50203,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged)obj); } public override global::System.Int32 GetHashCode() @@ -50689,6 +50211,10 @@ public ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -50696,13 +50222,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 { - public ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { + Severity = severity; + DeprecationReason = deprecationReason; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -50719,7 +50250,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment() return false; } - return true; + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50739,7 +50270,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -50747,6 +50278,12 @@ public ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -50754,13 +50291,25 @@ public ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_Stage : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Stage + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 { - public ListMcpFeatureCollectionCommandQuery_Node_Stage() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { + Severity = severity; + Old = old; + New = @new; + this.__typename = __typename; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Stage? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -50777,7 +50326,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Stage() return false; } - return true; + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50797,7 +50346,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Stage() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_Stage)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -50805,6 +50354,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_Stage() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -50812,13 +50373,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_Stage() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_User : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_User + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 { - public ListMcpFeatureCollectionCommandQuery_Node_User() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { + Severity = severity; + DeprecationReason = deprecationReason; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_User? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -50835,7 +50401,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_User() return false; } - return true; + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50855,7 +50421,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_User() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_User)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -50863,6 +50429,12 @@ public ListMcpFeatureCollectionCommandQuery_Node_User() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -50870,13 +50442,25 @@ public ListMcpFeatureCollectionCommandQuery_Node_User() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_Workspace : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_Workspace + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 { - public ListMcpFeatureCollectionCommandQuery_Node_Workspace() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { + Severity = severity; + Old = old; + New = @new; + this.__typename = __typename; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_Workspace? other) + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -50893,7 +50477,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Workspace() return false; } - return true; + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -50913,7 +50497,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_Workspace() return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_Workspace)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -50921,6 +50505,18 @@ public ListMcpFeatureCollectionCommandQuery_Node_Workspace() unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -50928,85 +50524,25 @@ public ListMcpFeatureCollectionCommandQuery_Node_Workspace() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 { - public ListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument() + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) { + Severity = severity; + OldType = oldType; + NewType = newType; + this.__typename = __typename; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return true; - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((ListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection - { - public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo pageInfo) - { - Edges = edges; - PageInfo = pageInfo; - } - - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } /// - /// Information to aid in pagination. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo PageInfo { get; } + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -51023,7 +50559,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFea return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -51043,7 +50579,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFea return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -51051,43 +50587,38 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFea unchecked { int hash = 5; - if (Edges != null) - { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } - } - - hash ^= 397 * PageInfo.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded { - public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node node) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) { - Cursor = cursor; - Node = node; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; + this.__typename = __typename; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node Node { get; } + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -51104,7 +50635,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Api return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -51124,7 +50655,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Api return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -51132,46 +50663,39 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Api unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged { - public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + Severity = severity; + Coordinate = coordinate; + Name = name; + this.__typename = __typename; + Changes = changes; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. + /// The name of the current Object type at runtime. /// - public global::System.String? StartCursor { get; } + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -51188,7 +50712,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_ return false; } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -51208,7 +50732,7 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_ return false; } - return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -51216,16 +50740,13 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_ unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - - if (StartCursor != null) + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * StartCursor.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -51235,444 +50756,27 @@ public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection : global::System.IEquatable, IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved { - public ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection(global::System.String id, global::System.String name) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) { - Id = id; + Severity = severity; + Coordinate = coordinate; Name = name; + TypeName = typeName; + this.__typename = __typename; } - public global::System.String Id { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (Id.Equals(other.Id)) && Name.Equals(other.Name); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQueryResult - { - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node? Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// The node interface is implemented by entities that have a global unique identifier. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_Api : IListMcpFeatureCollectionCommandQuery_Node - { - public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections? McpFeatureCollections { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_ApiDocument : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_ApiKey : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_Client : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_ClientDeployment : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_ClientVersion : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_Environment : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_Group : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_Organization : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_OrganizationMember : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_Stage : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_User : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_Workspace : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument : IListMcpFeatureCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection : IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge - { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } + public global::System.String TypeName { get; } /// - /// The item at the end of the edge. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges : IListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge : IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo : IPageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo : IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_McpFeatureCollection : IMcpFeatureCollectionDetailPrompt_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node : IListMcpFeatureCollectionCommandQuery_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection : IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandMutationResult : global::System.IEquatable, IPublishMcpFeatureCollectionCommandMutationResult - { - public PublishMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection publishMcpFeatureCollection) - { - PublishMcpFeatureCollection = publishMcpFeatureCollection; - } - - public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection PublishMcpFeatureCollection { get; } + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandMutationResult? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -51689,7 +50793,7 @@ public PublishMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitr return false; } - return (PublishMcpFeatureCollection.Equals(other.PublishMcpFeatureCollection)); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -51709,7 +50813,7 @@ public PublishMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitr return false; } - return Equals((PublishMcpFeatureCollectionCommandMutationResult)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -51717,7 +50821,11 @@ public PublishMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitr unchecked { int hash = 5; - hash ^= 397 * PublishMcpFeatureCollection.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -51725,18 +50833,18 @@ public PublishMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitr // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload : global::System.IEquatable, IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 { - public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - Id = id; - Errors = errors; + Severity = severity; + DeprecationReason = deprecationReason; } - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3? other) { if (ReferenceEquals(null, other)) { @@ -51753,7 +50861,7 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Pu return false; } - return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -51773,7 +50881,7 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Pu return false; } - return Equals((PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3)obj); } public override global::System.Int32 GetHashCode() @@ -51781,17 +50889,10 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Pu unchecked { int hash = 5; - if (Id != null) - { - hash ^= 397 * Id.GetHashCode(); - } - - if (Errors != null) + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * DeprecationReason.GetHashCode(); } return hash; @@ -51801,23 +50902,25 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Pu // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 { - public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { + Severity = severity; + Old = old; + New = @new; this.__typename = __typename; - Message = message; - Name = name; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -51834,7 +50937,7 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Er return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -51854,7 +50957,7 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Er return false; } - return Equals((PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -51862,74 +50965,18 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Er unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError - { - public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError(global::System.String mcpFeatureCollectionId, global::System.String message) - { - McpFeatureCollectionId = mcpFeatureCollectionId; - Message = message; - } - - public global::System.String McpFeatureCollectionId { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (McpFeatureCollectionId.Equals(other.McpFeatureCollectionId)) && Message.Equals(other.Message); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } - return Equals((PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError)obj); - } + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * McpFeatureCollectionId.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -51937,21 +50984,25 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Er // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation : global::System.IEquatable, IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 { - public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) { + Severity = severity; + OldType = oldType; + NewType = newType; this.__typename = __typename; - Message = message; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -51968,7 +51019,7 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Er return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -51988,7 +51039,7 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Er return false; } - return Equals((PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -51996,8 +51047,10 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Er unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -52005,20 +51058,22 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Er // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError { - public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError(global::System.String tag, global::System.String message, global::System.String mcpFeatureCollectionId) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { - Tag = tag; + Code = code; Message = message; - McpFeatureCollectionId = mcpFeatureCollectionId; + Path = path; + Locations = locations; } - public global::System.String Tag { get; } + public global::System.String? Code { get; } public global::System.String Message { get; } - public global::System.String McpFeatureCollectionId { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) { if (ReferenceEquals(null, other)) { @@ -52035,7 +51090,7 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Er return false; } - return (Tag.Equals(other.Tag)) && Message.Equals(other.Message) && McpFeatureCollectionId.Equals(other.McpFeatureCollectionId); + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52055,7 +51110,7 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Er return false; } - return Equals((PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); } public override global::System.Int32 GetHashCode() @@ -52063,85 +51118,42 @@ public PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Er unchecked { int hash = 5; - hash ^= 397 * Tag.GetHashCode(); + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * McpFeatureCollectionId.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection PublishMcpFeatureCollection { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection - { - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload : IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError : IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors, IStageNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError : IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors, IMcpFeatureCollectionNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation : IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMcpFeatureCollectionVersionNotFoundError : IError - { - public global::System.String Tag { get; } - public global::System.String McpFeatureCollectionId { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError : IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors, IMcpFeatureCollectionVersionNotFoundError - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscriptionResult : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscriptionResult + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError { - public PublishMcpFeatureCollectionCommandSubscriptionResult(global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate onMcpFeatureCollectionVersionPublishingUpdate) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) { - OnMcpFeatureCollectionVersionPublishingUpdate = onMcpFeatureCollectionVersionPublishingUpdate; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate OnMcpFeatureCollectionVersionPublishingUpdate { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscriptionResult? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) { if (ReferenceEquals(null, other)) { @@ -52158,7 +51170,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult(global::ChilliCream. return false; } - return (OnMcpFeatureCollectionVersionPublishingUpdate.Equals(other.OnMcpFeatureCollectionVersionPublishingUpdate)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52178,7 +51190,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult(global::ChilliCream. return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscriptionResult)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -52186,7 +51198,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult(global::ChilliCream. unchecked { int hash = 5; - hash ^= 397 * OnMcpFeatureCollectionVersionPublishingUpdate.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -52194,23 +51206,23 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult(global::ChilliCream. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { this.__typename = __typename; - State = state; - Errors = errors; + Severity = severity; + DeprecationReason = deprecationReason; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange? other) { if (ReferenceEquals(null, other)) { @@ -52227,7 +51239,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52247,7 +51259,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange)obj); } public override global::System.Int32 GetHashCode() @@ -52256,10 +51268,10 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); - foreach (var Errors_elm in Errors) + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * DeprecationReason.GetHashCode(); } return hash; @@ -52269,21 +51281,25 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; - State = state; + Severity = severity; + Old = old; + New = @new; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -52300,7 +51316,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52320,7 +51336,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -52329,7 +51345,17 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -52337,21 +51363,25 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) { this.__typename = __typename; - State = state; + Severity = severity; + OldType = oldType; + NewType = newType; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged? other) { if (ReferenceEquals(null, other)) { @@ -52368,7 +51398,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52388,7 +51418,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged)obj); } public override global::System.Int32 GetHashCode() @@ -52397,7 +51427,9 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -52405,21 +51437,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved + public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { - this.__typename = __typename; - State = state; + Column = column; + Line = line; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -52436,7 +51465,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52456,7 +51485,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved)obj); + return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -52464,35 +51493,985 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued + public partial interface IPublishMcpFeatureCollectionCommandSubscriptionResult { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued(global::System.String __typename, global::System.String queued, global::System.Int32 queuePosition) - { - this.__typename = __typename; - Queued = queued; - QueuePosition = queuePosition; - } + public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate OnMcpFeatureCollectionVersionPublishingUpdate { get; } + } - /// - /// The name of the current Object type at runtime. - /// + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate + { public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Queued { get; } - public global::System.Int32 QueuePosition { get; } + } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued? other) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMcpFeatureCollectionVersionPublishFailed + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IMcpFeatureCollectionVersionPublishFailed + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMcpFeatureCollectionVersionPublishSuccess + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IMcpFeatureCollectionVersionPublishSuccess + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IOperationInProgress + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IProcessingTaskApproved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IProcessingTaskIsQueued + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IProcessingTaskIsReady + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IWaitForApproval + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors, IConcurrentOperationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors, IMcpFeatureCollectionValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors, IProcessingTimeoutError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors, IUnexpectedProcessingError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_ClientDeployment : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_SchemaDeployment : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors, IPersistedQueryValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_1, IPersistedQueryValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_1, ISchemaChangeViolationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_1, IInvalidGraphQLSchemaError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_1, IOpenApiCollectionValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_1, IMcpFeatureCollectionValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_2 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_2, IMcpFeatureCollectionValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_3 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_3, IOpenApiCollectionValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, IPersistedQueryValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, ISchemaChangeViolationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, IOperationsAreNotAllowedError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, ISchemaVersionSyntaxError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, IInvalidGraphQLSchemaError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, IOpenApiCollectionValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, IMcpFeatureCollectionValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries + { + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes : ISchemaChangeLogEntry + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IDirectiveModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IEnumModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IInputObjectModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IInterfaceModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IObjectModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IScalarModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, ISchemaChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IUnionModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_1 + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationDocumentError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationEntityValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IInputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities + { + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationDocumentError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationEntityValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UploadMcpFeatureCollectionCommandMutationResult : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutationResult + { + public UploadMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection uploadMcpFeatureCollection) + { + UploadMcpFeatureCollection = uploadMcpFeatureCollection; + } + + public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection UploadMcpFeatureCollection { get; } + + public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -52509,7 +52488,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Queued.Equals(other.Queued) && global::System.Object.Equals(QueuePosition, other.QueuePosition); + return (UploadMcpFeatureCollection.Equals(other.UploadMcpFeatureCollection)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52529,7 +52508,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued)obj); + return Equals((UploadMcpFeatureCollectionCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -52537,9 +52516,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Queued.GetHashCode(); - hash ^= 397 * QueuePosition.GetHashCode(); + hash ^= 397 * UploadMcpFeatureCollection.GetHashCode(); return hash; } } @@ -52547,24 +52524,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady + public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_UploadMcpFeatureCollectionPayload : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_UploadMcpFeatureCollectionPayload { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady(global::System.String __typename, global::System.String ready) + public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_UploadMcpFeatureCollectionPayload(global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion? mcpFeatureCollectionVersion, global::System.Collections.Generic.IReadOnlyList? errors) { - this.__typename = __typename; - Ready = ready; + McpFeatureCollectionVersion = mcpFeatureCollectionVersion; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Ready { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion? McpFeatureCollectionVersion { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady? other) + public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_UploadMcpFeatureCollectionPayload? other) { if (ReferenceEquals(null, other)) { @@ -52581,7 +52552,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Ready.Equals(other.Ready); + return (((McpFeatureCollectionVersion is null && other.McpFeatureCollectionVersion is null) || McpFeatureCollectionVersion != null && McpFeatureCollectionVersion.Equals(other.McpFeatureCollectionVersion))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52601,7 +52572,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady)obj); + return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_UploadMcpFeatureCollectionPayload)obj); } public override global::System.Int32 GetHashCode() @@ -52609,8 +52580,19 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Ready.GetHashCode(); + if (McpFeatureCollectionVersion != null) + { + hash ^= 397 * McpFeatureCollectionVersion.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + } + return hash; } } @@ -52618,23 +52600,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval + public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion_McpFeatureCollectionVersion : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion_McpFeatureCollectionVersion { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? deployment) + public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion_McpFeatureCollectionVersion(global::System.String id) { - this.__typename = __typename; - State = state; - Deployment = deployment; + Id = id; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? Deployment { get; } + public global::System.String Id { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval? other) + public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion_McpFeatureCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -52651,7 +52626,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && ((Deployment is null && other.Deployment is null) || Deployment != null && Deployment.Equals(other.Deployment)); + return (Id.Equals(other.Id)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52671,7 +52646,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval)obj); + return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion_McpFeatureCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -52679,13 +52654,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); - if (Deployment != null) - { - hash ^= 397 * Deployment.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); return hash; } } @@ -52693,21 +52662,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError + public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) + public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError(global::System.String mcpFeatureCollectionId, global::System.String message) { - this.__typename = __typename; + McpFeatureCollectionId = mcpFeatureCollectionId; Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.String McpFeatureCollectionId { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError? other) + public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -52724,7 +52690,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (McpFeatureCollectionId.Equals(other.McpFeatureCollectionId)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52744,7 +52710,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError)obj); + return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -52752,7 +52718,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * McpFeatureCollectionId.GetHashCode(); hash ^= 397 * Message.GetHashCode(); return hash; } @@ -52761,16 +52727,21 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError + public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_ConcurrentOperationError : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_ConcurrentOperationError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) { - Collections = collections; + this.__typename = __typename; + Message = message; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError? other) + public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_ConcurrentOperationError? other) { if (ReferenceEquals(null, other)) { @@ -52787,7 +52758,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52807,7 +52778,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError)obj); + return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_ConcurrentOperationError)obj); } public override global::System.Int32 GetHashCode() @@ -52815,11 +52786,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -52827,9 +52795,9 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError + public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_UnauthorizedOperation : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_UnauthorizedOperation { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) + public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { this.__typename = __typename; Message = message; @@ -52841,7 +52809,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError? other) + public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -52878,7 +52846,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError)obj); + return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -52895,13 +52863,21 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError + public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_DuplicatedTagError : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_DuplicatedTagError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError() + public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_DuplicatedTagError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; + Message = message; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_DuplicatedTagError? other) { if (ReferenceEquals(null, other)) { @@ -52918,7 +52894,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -52938,7 +52914,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError)obj); + return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_DuplicatedTagError)obj); } public override global::System.Int32 GetHashCode() @@ -52946,6 +52922,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -52953,21 +52931,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError + public partial class UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_InvalidMcpFeatureCollectionArchiveError : global::System.IEquatable, IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_InvalidMcpFeatureCollectionArchiveError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) + public UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_InvalidMcpFeatureCollectionArchiveError(global::System.String message) { - this.__typename = __typename; Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError? other) + public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_InvalidMcpFeatureCollectionArchiveError? other) { if (ReferenceEquals(null, other)) { @@ -52984,7 +52957,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53004,7 +52977,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError)obj); + return Equals((UploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_InvalidMcpFeatureCollectionArchiveError)obj); } public override global::System.Int32 GetHashCode() @@ -53012,25 +52985,101 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadMcpFeatureCollectionCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection UploadMcpFeatureCollection { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection + { + public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion? McpFeatureCollectionVersion { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_UploadMcpFeatureCollectionPayload : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion + { + public global::System.String Id { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion_McpFeatureCollectionVersion : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors, IMcpFeatureCollectionNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_ConcurrentOperationError : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors, IConcurrentOperationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_UnauthorizedOperation : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors, IUnauthorizedOperation + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_DuplicatedTagError : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors, IDuplicatedTagError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IInvalidMcpFeatureCollectionArchiveError + { + public global::System.String Message { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors_InvalidMcpFeatureCollectionArchiveError : IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_Errors, IInvalidMcpFeatureCollectionArchiveError, IError + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_ClientDeployment : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_ClientDeployment + public partial class ValidateMcpFeatureCollectionCommandMutationResult : global::System.IEquatable, IValidateMcpFeatureCollectionCommandMutationResult { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_ClientDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public ValidateMcpFeatureCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection validateMcpFeatureCollection) { - Errors = errors; + ValidateMcpFeatureCollection = validateMcpFeatureCollection; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection ValidateMcpFeatureCollection { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_ClientDeployment? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -53047,7 +53096,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (ValidateMcpFeatureCollection.Equals(other.ValidateMcpFeatureCollection)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53067,7 +53116,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_ClientDeployment)obj); + return Equals((ValidateMcpFeatureCollectionCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -53075,11 +53124,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * ValidateMcpFeatureCollection.GetHashCode(); return hash; } } @@ -53087,16 +53132,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment + public partial class ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ValidateMcpFeatureCollectionPayload : global::System.IEquatable, IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ValidateMcpFeatureCollectionPayload { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ValidateMcpFeatureCollectionPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) { + Id = id; Errors = errors; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ValidateMcpFeatureCollectionPayload? other) { if (ReferenceEquals(null, other)) { @@ -53113,7 +53160,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53133,7 +53180,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment)obj); + return Equals((ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ValidateMcpFeatureCollectionPayload)obj); } public override global::System.Int32 GetHashCode() @@ -53141,9 +53188,17 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + if (Id != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -53153,16 +53208,23 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment + public partial class ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_StageNotFoundError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_StageNotFoundError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) { - Errors = errors; + this.__typename = __typename; + Message = message; + Name = name; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_StageNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -53179,7 +53241,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53199,7 +53261,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment)obj); + return Equals((ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_StageNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -53207,11 +53269,9 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -53219,16 +53279,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment + public partial class ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError(global::System.String mcpFeatureCollectionId, global::System.String message) { - Errors = errors; + McpFeatureCollectionId = mcpFeatureCollectionId; + Message = message; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String McpFeatureCollectionId { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -53245,7 +53307,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (McpFeatureCollectionId.Equals(other.McpFeatureCollectionId)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53265,7 +53327,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment)obj); + return Equals((ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -53273,11 +53335,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * McpFeatureCollectionId.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -53285,16 +53344,21 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_SchemaDeployment : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_SchemaDeployment + public partial class ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_UnauthorizedOperation : global::System.IEquatable, IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_UnauthorizedOperation { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_SchemaDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { - Errors = errors; + this.__typename = __typename; + Message = message; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_SchemaDeployment? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -53311,7 +53375,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53331,7 +53395,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_SchemaDeployment)obj); + return Equals((ValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -53339,30 +53403,70 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection ValidateMcpFeatureCollection { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection + { + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_ValidateMcpFeatureCollectionPayload : IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_StageNotFoundError : IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors, IStageNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError : IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors, IMcpFeatureCollectionNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors_UnauthorizedOperation : IValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection_Errors, IUnauthorizedOperation + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection + public partial class ValidateMcpFeatureCollectionCommandSubscriptionResult : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscriptionResult { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) + public ValidateMcpFeatureCollectionCommandSubscriptionResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate onMcpFeatureCollectionVersionValidationUpdate) { - McpFeatureCollection = mcpFeatureCollection; - Entities = entities; + OnMcpFeatureCollectionVersionValidationUpdate = onMcpFeatureCollectionVersionValidationUpdate; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate OnMcpFeatureCollectionVersionValidationUpdate { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscriptionResult? other) { if (ReferenceEquals(null, other)) { @@ -53379,7 +53483,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (OnMcpFeatureCollectionVersionValidationUpdate.Equals(other.OnMcpFeatureCollectionVersionValidationUpdate)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53399,7 +53503,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscriptionResult)obj); } public override global::System.Int32 GetHashCode() @@ -53407,16 +53511,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - if (McpFeatureCollection != null) - { - hash ^= 397 * McpFeatureCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) - { - hash ^= 397 * Entities_elm.GetHashCode(); - } - + hash ^= 397 * OnMcpFeatureCollectionVersionValidationUpdate.GetHashCode(); return hash; } } @@ -53424,20 +53519,23 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationFailed : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationFailed { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) { - Message = message; - Client = client; - Queries = queries; + this.__typename = __typename; + State = state; + Errors = errors; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -53454,7 +53552,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53474,7 +53572,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -53482,15 +53580,11 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); + foreach (var Errors_elm in Errors) { - hash ^= 397 * Queries_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -53500,20 +53594,21 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationSuccess : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationSuccess { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - Message = message; - Client = client; - Queries = queries; + this.__typename = __typename; + State = state; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationSuccess? other) { if (ReferenceEquals(null, other)) { @@ -53530,7 +53625,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53550,7 +53645,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationSuccess)obj); } public override global::System.Int32 GetHashCode() @@ -53558,17 +53653,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -53576,18 +53662,21 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_OperationInProgress : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_OperationInProgress { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - Message = message; - Changes = changes; + this.__typename = __typename; + State = state; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_OperationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -53604,7 +53693,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53624,7 +53713,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_OperationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -53632,12 +53721,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -53645,23 +53730,21 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_ValidationInProgress : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_ValidationInProgress { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_ValidationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { this.__typename = __typename; - Message = message; - Errors = errors; + State = state; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_ValidationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -53678,7 +53761,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53698,7 +53781,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_ValidationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -53707,12 +53790,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -53720,16 +53798,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationArchiveError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationArchiveError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationArchiveError(global::System.String message) { - Collections = collections; + Message = message; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationArchiveError? other) { if (ReferenceEquals(null, other)) { @@ -53746,7 +53824,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53766,7 +53844,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationArchiveError)obj); } public override global::System.Int32 GetHashCode() @@ -53774,11 +53852,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -53786,16 +53860,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { Collections = collections; } public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -53832,7 +53906,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -53852,16 +53926,21 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) { - Collections = collections; + this.__typename = __typename; + Message = message; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -53878,7 +53957,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53898,7 +53977,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -53906,11 +53985,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -53918,16 +53994,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ReadyTimeoutError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ReadyTimeoutError() { - Collections = collections; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ReadyTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -53944,7 +54017,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -53964,7 +54037,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ReadyTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -53972,11 +54045,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - return hash; } } @@ -53984,20 +54052,21 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; Message = message; - Client = client; - Queries = queries; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError? other) { if (ReferenceEquals(null, other)) { @@ -54014,7 +54083,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54034,7 +54103,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError)obj); } public override global::System.Int32 GetHashCode() @@ -54042,17 +54111,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - return hash; } } @@ -54060,18 +54120,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) { - Message = message; - Changes = changes; + McpFeatureCollection = mcpFeatureCollection; + Entities = entities; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -54088,7 +54148,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54108,7 +54168,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -54116,10 +54176,14 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - foreach (var Changes_elm in Changes) + if (McpFeatureCollection != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * McpFeatureCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); } return hash; @@ -54129,21 +54193,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) { - this.__typename = __typename; - Message = message; + Id = id; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -54160,7 +54221,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54180,7 +54241,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -54188,8 +54249,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -54197,27 +54258,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - this.__typename = __typename; - Message = message; - Column = column; - Position = position; - Line = line; + Errors = errors; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Int32 Column { get; } - public global::System.Int32 Position { get; } - public global::System.Int32 Line { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) { if (ReferenceEquals(null, other)) { @@ -54234,7 +54286,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54254,7 +54306,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); } public override global::System.Int32 GetHashCode() @@ -54262,11 +54314,12 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Position.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -54274,23 +54327,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - this.__typename = __typename; - Message = message; Errors = errors; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) { if (ReferenceEquals(null, other)) { @@ -54307,7 +54355,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54327,7 +54375,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); } public override global::System.Int32 GetHashCode() @@ -54335,13 +54383,12 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); foreach (var Errors_elm in Errors) { hash ^= 397 * Errors_elm.GetHashCode(); } + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -54349,16 +54396,22 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { - Collections = collections; + Code = code; + Message = message; + Path = path; + Locations = locations; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) { if (ReferenceEquals(null, other)) { @@ -54375,7 +54428,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54395,7 +54448,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); } public override global::System.Int32 GetHashCode() @@ -54403,9 +54456,23 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + if (Code != null) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Code.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } } return hash; @@ -54415,16 +54482,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) { - Collections = collections; + Message = message; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) { if (ReferenceEquals(null, other)) { @@ -54441,7 +54508,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54461,7 +54528,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -54469,11 +54536,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -54481,18 +54544,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection + public partial class ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) + public ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { - Id = id; - Name = name; + Column = column; + Line = line; } - public global::System.String Id { get; } - public global::System.String Name { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -54509,7 +54572,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54529,7 +54592,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); + return Equals((ValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -54537,27 +54600,202 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscriptionResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate OnMcpFeatureCollectionVersionValidationUpdate { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMcpFeatureCollectionVersionValidationFailed + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationFailed : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate, IMcpFeatureCollectionVersionValidationFailed + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMcpFeatureCollectionVersionValidationSuccess + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_McpFeatureCollectionVersionValidationSuccess : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate, IMcpFeatureCollectionVersionValidationSuccess + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_OperationInProgress : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate, IOperationInProgress + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_ValidationInProgress : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate, IValidationInProgress + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMcpFeatureCollectionValidationArchiveError + { + public global::System.String Message { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationArchiveError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors, IMcpFeatureCollectionValidationArchiveError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_McpFeatureCollectionValidationError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors, IMcpFeatureCollectionValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors, IProcessingTimeoutError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_ReadyTimeoutError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors, IUnexpectedProcessingError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_McpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationDocumentError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationEntityValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IValidateMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt + public partial class CreateMockSchemaResult : global::System.IEquatable, ICreateMockSchemaResult { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public CreateMockSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema createMockSchema) { - Errors = errors; - Name = name; + CreateMockSchema = createMockSchema; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema CreateMockSchema { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) + public virtual global::System.Boolean Equals(CreateMockSchemaResult? other) { if (ReferenceEquals(null, other)) { @@ -54574,7 +54812,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (CreateMockSchema.Equals(other.CreateMockSchema)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54594,7 +54832,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); + return Equals((CreateMockSchemaResult)obj); } public override global::System.Int32 GetHashCode() @@ -54602,12 +54840,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * CreateMockSchema.GetHashCode(); return hash; } } @@ -54615,18 +54848,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool + public partial class CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_CreateMockSchemaPayload { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload(global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema? mockSchema, global::System.Collections.Generic.IReadOnlyList? errors) { + MockSchema = mockSchema; Errors = errors; - Name = name; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema? MockSchema { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) + public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload? other) { if (ReferenceEquals(null, other)) { @@ -54643,7 +54876,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (((MockSchema is null && other.MockSchema is null) || MockSchema != null && MockSchema.Equals(other.MockSchema))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54663,7 +54896,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); + return Equals((CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload)obj); } public override global::System.Int32 GetHashCode() @@ -54671,12 +54904,19 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + if (MockSchema != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * MockSchema.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -54684,18 +54924,30 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client + public partial class CreateMockSchema_CreateMockSchema_MockSchema_MockSchema : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_MockSchema_MockSchema { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client(global::System.String id, global::System.String name) + public CreateMockSchema_CreateMockSchema_MockSchema_MockSchema(global::System.String id, global::System.String name, global::System.DateTimeOffset createdAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy createdBy, global::System.DateTimeOffset modifiedAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy modifiedBy, global::System.Uri downstreamUrl, global::System.String url) { Id = id; Name = name; + CreatedAt = createdAt; + CreatedBy = createdBy; + ModifiedAt = modifiedAt; + ModifiedBy = modifiedBy; + DownstreamUrl = downstreamUrl; + Url = url; } public global::System.String Id { get; } public global::System.String Name { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy CreatedBy { get; } + public global::System.DateTimeOffset ModifiedAt { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy ModifiedBy { get; } + public global::System.Uri DownstreamUrl { get; } + public global::System.String Url { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client? other) + public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_MockSchema_MockSchema? other) { if (ReferenceEquals(null, other)) { @@ -54712,7 +54964,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && CreatedAt.Equals(other.CreatedAt) && CreatedBy.Equals(other.CreatedBy) && ModifiedAt.Equals(other.ModifiedAt) && ModifiedBy.Equals(other.ModifiedBy) && DownstreamUrl.Equals(other.DownstreamUrl) && Url.Equals(other.Url); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54732,7 +54984,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client)obj); + return Equals((CreateMockSchema_CreateMockSchema_MockSchema_MockSchema)obj); } public override global::System.Int32 GetHashCode() @@ -54742,6 +54994,12 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers int hash = 5; hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * CreatedAt.GetHashCode(); + hash ^= 397 * CreatedBy.GetHashCode(); + hash ^= 397 * ModifiedAt.GetHashCode(); + hash ^= 397 * ModifiedBy.GetHashCode(); + hash ^= 397 * DownstreamUrl.GetHashCode(); + hash ^= 397 * Url.GetHashCode(); return hash; } } @@ -54749,22 +55007,23 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed + public partial class CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) + public CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) { - DeployedTags = deployedTags; + this.__typename = __typename; Message = message; - Hash = hash; - Errors = errors; + ApiId = apiId; } - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String ApiId { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed? other) + public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -54781,7 +55040,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54801,7 +55060,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed)obj); + return Equals((CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -54809,18 +55068,9 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var DeployedTags_elm in DeployedTags) - { - hash ^= 397 * DeployedTags_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Hash.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -54828,25 +55078,23 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange + public partial class CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError(global::System.String __typename, global::System.String message, global::System.String name) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Message = message; + Name = name; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange? other) + public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError? other) { if (ReferenceEquals(null, other)) { @@ -54863,7 +55111,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54883,7 +55131,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange)obj); + return Equals((CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError)obj); } public override global::System.Int32 GetHashCode() @@ -54892,13 +55140,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -54906,25 +55149,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange + public partial class CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange? other) + public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -54941,7 +55172,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -54961,7 +55192,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange)obj); + return Equals((CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -54969,14 +55200,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -54984,25 +55207,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange + public partial class CreateMockSchema_CreateMockSchema_Errors_ValidationError : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_Errors_ValidationError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public CreateMockSchema_CreateMockSchema_Errors_ValidationError() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange? other) + public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_Errors_ValidationError? other) { if (ReferenceEquals(null, other)) { @@ -55019,7 +55230,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55039,7 +55250,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange)obj); + return Equals((CreateMockSchema_CreateMockSchema_Errors_ValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -55047,14 +55258,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -55062,25 +55265,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange + public partial class CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(global::System.String username) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Username = username; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Username { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange? other) + public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo? other) { if (ReferenceEquals(null, other)) { @@ -55097,7 +55291,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Username.Equals(other.Username)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55117,7 +55311,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange)obj); + return Equals((CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo)obj); } public override global::System.Int32 GetHashCode() @@ -55125,14 +55319,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Username.GetHashCode(); return hash; } } @@ -55140,25 +55327,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange + public partial class CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo : global::System.IEquatable, ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(global::System.String username) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Username = username; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Username { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange? other) + public virtual global::System.Boolean Equals(CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo? other) { if (ReferenceEquals(null, other)) { @@ -55175,7 +55353,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Username.Equals(other.Username)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55195,7 +55373,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange)obj); + return Equals((CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo)obj); } public override global::System.Int32 GetHashCode() @@ -55203,40 +55381,138 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Username.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange + public partial interface ICreateMockSchemaResult { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; - } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema CreateMockSchema { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema? MockSchema { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema_CreateMockSchemaPayload : ICreateMockSchema_CreateMockSchema + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMockSchemaDetailPrompt + { + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy CreatedBy { get; } + public global::System.DateTimeOffset ModifiedAt { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy ModifiedBy { get; } + public global::System.Uri DownstreamUrl { get; } + public global::System.String Url { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema_MockSchema : IMockSchemaDetailPrompt + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema_MockSchema_MockSchema : ICreateMockSchema_CreateMockSchema_MockSchema + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError : ICreateMockSchema_CreateMockSchema_Errors, IApiNotFoundError + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMockSchemaNonUniqueNameError : IError + { /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Name { get; } + } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange? other) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError : ICreateMockSchema_CreateMockSchema_Errors, IMockSchemaNonUniqueNameError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation : ICreateMockSchema_CreateMockSchema_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema_Errors_ValidationError : ICreateMockSchema_CreateMockSchema_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy + { + public global::System.String Username { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo : ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy + { + public global::System.String Username { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo : ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListMockCommandQueryResult : global::System.IEquatable, IListMockCommandQueryResult + { + public ListMockCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById? apiById) + { + ApiById = apiById; + } + + public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById? ApiById { get; } + + public virtual global::System.Boolean Equals(ListMockCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -55253,7 +55529,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((ApiById is null && other.ApiById is null) || ApiById != null && ApiById.Equals(other.ApiById))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55273,7 +55549,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange)obj); + return Equals((ListMockCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -55281,12 +55557,9 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (ApiById != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * ApiById.GetHashCode(); } return hash; @@ -55296,23 +55569,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange + public partial class ListMockCommandQuery_ApiById_Api : global::System.IEquatable, IListMockCommandQuery_ApiById_Api { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ListMockCommandQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas? mockSchemas) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + MockSchemas = mockSchemas; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas? MockSchemas { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange? other) + public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_Api? other) { if (ReferenceEquals(null, other)) { @@ -55329,7 +55595,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (((MockSchemas is null && other.MockSchemas is null) || MockSchemas != null && MockSchemas.Equals(other.MockSchemas))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55349,7 +55615,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange)obj); + return Equals((ListMockCommandQuery_ApiById_Api)obj); } public override global::System.Int32 GetHashCode() @@ -55357,31 +55623,39 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + if (MockSchemas != null) + { + hash ^= 397 * MockSchemas.GetHashCode(); + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange + public partial class ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection : global::System.IEquatable, IListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) + public ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_PageInfo pageInfo) { - this.__typename = __typename; - Severity = severity; + Edges = edges; + PageInfo = pageInfo; } /// - /// The name of the current Object type at runtime. + /// A list of edges. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange? other) + public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection? other) { if (ReferenceEquals(null, other)) { @@ -55398,7 +55672,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55418,7 +55692,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange)obj); + return Equals((ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection)obj); } public override global::System.Int32 GetHashCode() @@ -55426,32 +55700,43 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); + if (Edges != null) + { + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } + } + + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange + public partial class ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge : global::System.IEquatable, IListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_Edges_Node node) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Cursor = cursor; + Node = node; } /// - /// The name of the current Object type at runtime. + /// A cursor for use in pagination. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange? other) + public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge? other) { if (ReferenceEquals(null, other)) { @@ -55468,7 +55753,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55488,7 +55773,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange)obj); + return Equals((ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge)obj); } public override global::System.Int32 GetHashCode() @@ -55496,35 +55781,46 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange + public partial class ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo : global::System.IEquatable, IListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; } /// - /// The name of the current Object type at runtime. + /// Indicates whether more edges exist prior the set defined by the clients arguments. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange? other) + public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -55541,7 +55837,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55561,7 +55857,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange)obj); + return Equals((ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -55569,12 +55865,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + hash ^= 397 * HasPreviousPage.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * EndCursor.GetHashCode(); + } + + if (StartCursor != null) + { + hash ^= 397 * StartCursor.GetHashCode(); } return hash; @@ -55584,18 +55884,30 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError + public partial class ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema : global::System.IEquatable, IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) + public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema(global::System.String id, global::System.String name, global::System.DateTimeOffset createdAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy createdBy, global::System.DateTimeOffset modifiedAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy modifiedBy, global::System.Uri downstreamUrl, global::System.String url) { - Message = message; - Code = code; + Id = id; + Name = name; + CreatedAt = createdAt; + CreatedBy = createdBy; + ModifiedAt = modifiedAt; + ModifiedBy = modifiedBy; + DownstreamUrl = downstreamUrl; + Url = url; } - public global::System.String Message { get; } - public global::System.String? Code { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError? other) + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy CreatedBy { get; } + public global::System.DateTimeOffset ModifiedAt { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy ModifiedBy { get; } + public global::System.Uri DownstreamUrl { get; } + public global::System.String Url { get; } + + public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema? other) { if (ReferenceEquals(null, other)) { @@ -55612,7 +55924,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && CreatedAt.Equals(other.CreatedAt) && CreatedBy.Equals(other.CreatedBy) && ModifiedAt.Equals(other.ModifiedAt) && ModifiedBy.Equals(other.ModifiedBy) && DownstreamUrl.Equals(other.DownstreamUrl) && Url.Equals(other.Url); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55632,7 +55944,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError)obj); + return Equals((ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema)obj); } public override global::System.Int32 GetHashCode() @@ -55640,12 +55952,14 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * CreatedAt.GetHashCode(); + hash ^= 397 * CreatedBy.GetHashCode(); + hash ^= 397 * ModifiedAt.GetHashCode(); + hash ^= 397 * ModifiedBy.GetHashCode(); + hash ^= 397 * DownstreamUrl.GetHashCode(); + hash ^= 397 * Url.GetHashCode(); return hash; } } @@ -55653,18 +55967,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection + public partial class ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo : global::System.IEquatable, IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) + public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo(global::System.String username) { - OpenApiCollection = openApiCollection; - Entities = entities; + Username = username; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + public global::System.String Username { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo? other) { if (ReferenceEquals(null, other)) { @@ -55681,7 +55993,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (Username.Equals(other.Username)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55701,7 +56013,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection)obj); + return Equals((ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo)obj); } public override global::System.Int32 GetHashCode() @@ -55709,16 +56021,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - if (OpenApiCollection != null) - { - hash ^= 397 * OpenApiCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) - { - hash ^= 397 * Entities_elm.GetHashCode(); - } - + hash ^= 397 * Username.GetHashCode(); return hash; } } @@ -55726,18 +56029,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection + public partial class ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo : global::System.IEquatable, IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) + public ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo(global::System.String username) { - McpFeatureCollection = mcpFeatureCollection; - Entities = entities; + Username = username; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + public global::System.String Username { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo? other) { if (ReferenceEquals(null, other)) { @@ -55754,7 +56055,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (Username.Equals(other.Username)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55774,7 +56075,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection)obj); + return Equals((ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo)obj); } public override global::System.Int32 GetHashCode() @@ -55782,119 +56083,167 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - if (McpFeatureCollection != null) - { - hash ^= 397 * McpFeatureCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) - { - hash ^= 397 * Entities_elm.GetHashCode(); - } - + hash ^= 397 * Username.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError + public partial interface IListMockCommandQueryResult { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) - { - Code = code; - Message = message; - Path = path; - Locations = locations; - } + public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById? ApiById { get; } + } - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById + { + public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas? MockSchemas { get; } + } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_Api : IListMockCommandQuery_ApiById + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_MockSchemas + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_PageInfo PageInfo { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection : IListMockCommandQuery_ApiById_MockSchemas + { + } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommand_MockEdge + { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_Edges_Node Node { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges : IListMockCommand_MockEdge + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge : IListMockCommandQuery_ApiById_MockSchemas_Edges + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_MockSchemas_PageInfo : IPageInfo + { + } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo : IListMockCommandQuery_ApiById_MockSchemas_PageInfo + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommand_Mock : IMockSchemaDetailPrompt + { + } - hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_Node : IListMockCommand_Mock + { + } - if (Locations != null) - { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema : IListMockCommandQuery_ApiById_MockSchemas_Edges_Node + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy + { + public global::System.String Username { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo : IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_CreatedBy + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy + { + public global::System.String Username { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo : IListMockCommandQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy + { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError + public partial class UpdateMockSchemaResult : global::System.IEquatable, IUpdateMockSchemaResult { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) + public UpdateMockSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema updateMockSchema) { - Message = message; + UpdateMockSchema = updateMockSchema; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema UpdateMockSchema { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(UpdateMockSchemaResult? other) { if (ReferenceEquals(null, other)) { @@ -55911,7 +56260,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Message.Equals(other.Message)); + return (UpdateMockSchema.Equals(other.UpdateMockSchema)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55931,7 +56280,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); + return Equals((UpdateMockSchemaResult)obj); } public override global::System.Int32 GetHashCode() @@ -55939,7 +56288,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * UpdateMockSchema.GetHashCode(); return hash; } } @@ -55947,22 +56296,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError + public partial class UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload(global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema_MockSchema? mockSchema, global::System.Collections.Generic.IReadOnlyList? errors) { - Message = message; - Code = code; - Path = path; - Locations = locations; + MockSchema = mockSchema; + Errors = errors; } - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema_MockSchema? MockSchema { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError? other) + public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload? other) { if (ReferenceEquals(null, other)) { @@ -55979,7 +56324,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (((MockSchema is null && other.MockSchema is null) || MockSchema != null && MockSchema.Equals(other.MockSchema))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -55999,7 +56344,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError)obj); + return Equals((UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload)obj); } public override global::System.Int32 GetHashCode() @@ -56007,22 +56352,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - if (Path != null) + if (MockSchema != null) { - hash ^= 397 * Path.GetHashCode(); + hash ^= 397 * MockSchema.GetHashCode(); } - if (Locations != null) + if (Errors != null) { - foreach (var Locations_elm in Locations) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Locations_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } } @@ -56033,27 +56372,30 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded + public partial class UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema(global::System.String id, global::System.String name, global::System.DateTimeOffset createdAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy createdBy, global::System.DateTimeOffset modifiedAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy modifiedBy, global::System.Uri downstreamUrl, global::System.String url) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Id = id; Name = name; - TypeName = typeName; + CreatedAt = createdAt; + CreatedBy = createdBy; + ModifiedAt = modifiedAt; + ModifiedBy = modifiedBy; + DownstreamUrl = downstreamUrl; + Url = url; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String Id { get; } public global::System.String Name { get; } - public global::System.String TypeName { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy CreatedBy { get; } + public global::System.DateTimeOffset ModifiedAt { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy ModifiedBy { get; } + public global::System.Uri DownstreamUrl { get; } + public global::System.String Url { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema? other) { if (ReferenceEquals(null, other)) { @@ -56070,7 +56412,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && CreatedAt.Equals(other.CreatedAt) && CreatedBy.Equals(other.CreatedBy) && ModifiedAt.Equals(other.ModifiedAt) && ModifiedBy.Equals(other.ModifiedBy) && DownstreamUrl.Equals(other.DownstreamUrl) && Url.Equals(other.Url); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -56090,7 +56432,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded)obj); + return Equals((UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema)obj); } public override global::System.Int32 GetHashCode() @@ -56098,11 +56440,14 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * CreatedAt.GetHashCode(); + hash ^= 397 * CreatedBy.GetHashCode(); + hash ^= 397 * ModifiedAt.GetHashCode(); + hash ^= 397 * ModifiedBy.GetHashCode(); + hash ^= 397 * DownstreamUrl.GetHashCode(); + hash ^= 397 * Url.GetHashCode(); return hash; } } @@ -56110,27 +56455,23 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged + public partial class UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) + public UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError(global::System.String __typename, global::System.String message, global::System.String name) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Message = message; Name = name; - Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String Message { get; } public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError? other) { if (ReferenceEquals(null, other)) { @@ -56147,7 +56488,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -56167,7 +56508,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged)obj); + return Equals((UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError)obj); } public override global::System.Int32 GetHashCode() @@ -56176,14 +56517,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); hash ^= 397 * Name.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -56191,27 +56526,21 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved + public partial class UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -56228,7 +56557,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -56248,7 +56577,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved)obj); + return Equals((UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -56257,10 +56586,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -56268,25 +56594,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged + public partial class UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -56303,7 +56617,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -56323,7 +56637,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged)obj); + return Equals((UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -56331,18 +56645,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -56350,23 +56652,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded + public partial class UpdateMockSchema_UpdateMockSchema_Errors_ValidationError : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_Errors_ValidationError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public UpdateMockSchema_UpdateMockSchema_Errors_ValidationError() { - this.__typename = __typename; - Severity = severity; - Location = location; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded? other) + public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_Errors_ValidationError? other) { if (ReferenceEquals(null, other)) { @@ -56383,7 +56675,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -56403,7 +56695,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded)obj); + return Equals((UpdateMockSchema_UpdateMockSchema_Errors_ValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -56411,9 +56703,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -56421,23 +56710,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved + public partial class UpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy_UserInfo : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy_UserInfo { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public UpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy_UserInfo(global::System.String username) { - this.__typename = __typename; - Severity = severity; - Location = location; + Username = username; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + public global::System.String Username { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved? other) + public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy_UserInfo? other) { if (ReferenceEquals(null, other)) { @@ -56454,7 +56736,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (Username.Equals(other.Username)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -56474,7 +56756,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved)obj); + return Equals((UpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy_UserInfo)obj); } public override global::System.Int32 GetHashCode() @@ -56482,9 +56764,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + hash ^= 397 * Username.GetHashCode(); return hash; } } @@ -56492,25 +56772,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 + public partial class UpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy_UserInfo : global::System.IEquatable, IUpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy_UserInfo { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public UpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy_UserInfo(global::System.String username) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Username = username; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Username { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(UpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy_UserInfo? other) { if (ReferenceEquals(null, other)) { @@ -56527,7 +56798,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (Username.Equals(other.Username)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -56547,7 +56818,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1)obj); + return Equals((UpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy_UserInfo)obj); } public override global::System.Int32 GetHashCode() @@ -56555,42 +56826,123 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Username.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded + public partial interface IUpdateMockSchemaResult { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - } + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema UpdateMockSchema { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema + { + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema_MockSchema? MockSchema { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload : IUpdateMockSchema_UpdateMockSchema + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema_MockSchema : IMockSchemaDetailPrompt + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema : IUpdateMockSchema_UpdateMockSchema_MockSchema + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError : IUpdateMockSchema_UpdateMockSchema_Errors, IMockSchemaNonUniqueNameError + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IMockSchemaNotFoundError : IError + { /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded? other) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError : IUpdateMockSchema_UpdateMockSchema_Errors, IMockSchemaNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation : IUpdateMockSchema_UpdateMockSchema_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema_Errors_ValidationError : IUpdateMockSchema_UpdateMockSchema_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy + { + public global::System.String Username { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy_UserInfo : IUpdateMockSchema_UpdateMockSchema_MockSchema_CreatedBy + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy + { + public global::System.String Username { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy_UserInfo : IUpdateMockSchema_UpdateMockSchema_MockSchema_ModifiedBy + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateOpenApiCollectionCommandMutationResult : global::System.IEquatable, ICreateOpenApiCollectionCommandMutationResult + { + public CreateOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection createOpenApiCollection) + { + CreateOpenApiCollection = createOpenApiCollection; + } + + public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection CreateOpenApiCollection { get; } + + public virtual global::System.Boolean Equals(CreateOpenApiCollectionCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -56607,7 +56959,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (CreateOpenApiCollection.Equals(other.CreateOpenApiCollection)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -56627,7 +56979,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded)obj); + return Equals((CreateOpenApiCollectionCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -56635,9 +56987,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * CreateOpenApiCollection.GetHashCode(); return hash; } } @@ -56645,25 +56995,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged + public partial class CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload : global::System.IEquatable, ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload(global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList? errors) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + OpenApiCollection = openApiCollection; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged? other) + public virtual global::System.Boolean Equals(CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload? other) { if (ReferenceEquals(null, other)) { @@ -56680,7 +57023,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -56700,7 +57043,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged)obj); + return Equals((CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload)obj); } public override global::System.Int32 GetHashCode() @@ -56708,12 +57051,17 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (OpenApiCollection != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * OpenApiCollection.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -56723,23 +57071,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved + public partial class CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection : global::System.IEquatable, ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection(global::System.String name, global::System.String id) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Name = name; + Id = id; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String Id { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved? other) + public virtual global::System.Boolean Equals(CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -56756,7 +57099,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (Name.Equals(other.Name)) && Id.Equals(other.Id); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -56776,7 +57119,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved)obj); + return Equals((CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -56784,9 +57127,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); return hash; } } @@ -56794,25 +57136,23 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 + public partial class CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError : global::System.IEquatable, ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError(global::System.String message, global::System.String __typename, global::System.String apiId) { + Message = message; this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + ApiId = apiId; } + public global::System.String Message { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String ApiId { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -56829,7 +57169,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (Message.Equals(other.Message)) && __typename.Equals(other.__typename) && ApiId.Equals(other.ApiId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -56849,7 +57189,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2)obj); + return Equals((CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -56857,18 +57197,9 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -56876,27 +57207,21 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange + public partial class CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation(global::System.String message, global::System.String __typename) { + Message = message; this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } + public global::System.String Message { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange? other) + public virtual global::System.Boolean Equals(CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -56913,7 +57238,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -56933,7 +57258,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange)obj); + return Equals((CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -56941,39 +57266,90 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateOpenApiCollectionCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection CreateOpenApiCollection { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload : ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOpenApiCollectionDetailPrompt_OpenApiCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateOpenApiCollectionCommandMutation_OpenApiCollection : IOpenApiCollectionDetailPrompt_OpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection : ICreateOpenApiCollectionCommandMutation_OpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection : ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError : ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors, IApiNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation : ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors, IUnauthorizedOperation + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange + public partial class DeleteOpenApiCollectionByIdCommandMutationResult : global::System.IEquatable, IDeleteOpenApiCollectionByIdCommandMutationResult { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public DeleteOpenApiCollectionByIdCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById deleteOpenApiCollectionById) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + DeleteOpenApiCollectionById = deleteOpenApiCollectionById; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById DeleteOpenApiCollectionById { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange? other) + public virtual global::System.Boolean Equals(DeleteOpenApiCollectionByIdCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -56990,7 +57366,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (DeleteOpenApiCollectionById.Equals(other.DeleteOpenApiCollectionById)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57010,7 +57386,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange)obj); + return Equals((DeleteOpenApiCollectionByIdCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -57018,11 +57394,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * DeleteOpenApiCollectionById.GetHashCode(); return hash; } } @@ -57030,27 +57402,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged + public partial class DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload : global::System.IEquatable, IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload(global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList? errors) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + OpenApiCollection = openApiCollection; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged? other) + public virtual global::System.Boolean Equals(DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload? other) { if (ReferenceEquals(null, other)) { @@ -57067,7 +57430,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57087,7 +57450,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged)obj); + return Equals((DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload)obj); } public override global::System.Int32 GetHashCode() @@ -57095,13 +57458,17 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) + if (OpenApiCollection != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * OpenApiCollection.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -57111,25 +57478,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 + public partial class DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection(global::System.String name, global::System.String id) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Name = name; + Id = id; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Name { get; } + public global::System.String Id { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -57146,7 +57506,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (Name.Equals(other.Name)) && Id.Equals(other.Id); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57166,7 +57526,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3)obj); + return Equals((DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -57174,18 +57534,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); return hash; } } @@ -57193,27 +57543,18 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 + public partial class DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError : global::System.IEquatable, IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError(global::System.String message, global::System.String openApiCollectionId) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Message = message; + OpenApiCollectionId = openApiCollectionId; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String Message { get; } + public global::System.String OpenApiCollectionId { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1? other) + public virtual global::System.Boolean Equals(DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -57230,7 +57571,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (Message.Equals(other.Message)) && OpenApiCollectionId.Equals(other.OpenApiCollectionId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57250,7 +57591,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1)obj); + return Equals((DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -57258,11 +57599,8 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * OpenApiCollectionId.GetHashCode(); return hash; } } @@ -57270,27 +57608,21 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 + public partial class DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation : global::System.IEquatable, IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation(global::System.String message, global::System.String __typename) { + Message = message; this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } + public global::System.String Message { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1? other) + public virtual global::System.Boolean Equals(DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -57307,7 +57639,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57327,7 +57659,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1)obj); + return Equals((DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -57335,35 +57667,92 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteOpenApiCollectionByIdCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById DeleteOpenApiCollectionById { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById + { + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload : IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection : IOpenApiCollectionDetailPrompt_OpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection : IDeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection : IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOpenApiCollectionNotFoundError : IError + { + public global::System.String OpenApiCollectionId { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError : IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors, IOpenApiCollectionNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation : IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors, IUnauthorizedOperation + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded + public partial class ListOpenApiCollectionCommandQueryResult : global::System.IEquatable, IListOpenApiCollectionCommandQueryResult { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ListOpenApiCollectionCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node? node) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + Node = node; } /// - /// The name of the current Object type at runtime. + /// Fetches an object given its ID. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node? Node { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -57380,7 +57769,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57400,7 +57789,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded)obj); + return Equals((ListOpenApiCollectionCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -57408,9 +57797,11 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + if (Node != null) + { + hash ^= 397 * Node.GetHashCode(); + } + return hash; } } @@ -57418,23 +57809,16 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved + public partial class ListOpenApiCollectionCommandQuery_Node_Api : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Api { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ListOpenApiCollectionCommandQuery_Node_Api(global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections? openApiCollections) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + OpenApiCollections = openApiCollections; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections? OpenApiCollections { get; } - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Api? other) { if (ReferenceEquals(null, other)) { @@ -57451,7 +57835,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (((OpenApiCollections is null && other.OpenApiCollections is null) || OpenApiCollections != null && OpenApiCollections.Equals(other.OpenApiCollections))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57471,7 +57855,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_Api)obj); } public override global::System.Int32 GetHashCode() @@ -57479,9 +57863,11 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + if (OpenApiCollections != null) + { + hash ^= 397 * OpenApiCollections.GetHashCode(); + } + return hash; } } @@ -57489,27 +57875,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged + public partial class ListOpenApiCollectionCommandQuery_Node_ApiDocument : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_ApiDocument { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public ListOpenApiCollectionCommandQuery_Node_ApiDocument() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_ApiDocument? other) { if (ReferenceEquals(null, other)) { @@ -57526,7 +57898,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57546,7 +57918,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_ApiDocument)obj); } public override global::System.Int32 GetHashCode() @@ -57554,15 +57926,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -57570,23 +57933,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded + public partial class ListOpenApiCollectionCommandQuery_Node_ApiKey : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_ApiKey { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListOpenApiCollectionCommandQuery_Node_ApiKey() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -57603,7 +57956,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57623,7 +57976,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -57631,9 +57984,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -57641,23 +57991,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved + public partial class ListOpenApiCollectionCommandQuery_Node_Client : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Client { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListOpenApiCollectionCommandQuery_Node_Client() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Client? other) { if (ReferenceEquals(null, other)) { @@ -57674,7 +58014,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57694,7 +58034,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_Client)obj); } public override global::System.Int32 GetHashCode() @@ -57702,9 +58042,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -57712,25 +58049,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 + public partial class ListOpenApiCollectionCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_ClientChangeLog { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListOpenApiCollectionCommandQuery_Node_ClientChangeLog() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_ClientChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -57747,7 +58072,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57767,7 +58092,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_ClientChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -57775,18 +58100,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -57794,27 +58107,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 + public partial class ListOpenApiCollectionCommandQuery_Node_ClientDeployment : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_ClientDeployment { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListOpenApiCollectionCommandQuery_Node_ClientDeployment() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -57831,7 +58130,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57851,7 +58150,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -57859,11 +58158,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -57871,27 +58165,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 + public partial class ListOpenApiCollectionCommandQuery_Node_ClientVersion : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_ClientVersion { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListOpenApiCollectionCommandQuery_Node_ClientVersion() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -57908,7 +58188,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -57928,7 +58208,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -57936,11 +58216,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -57948,23 +58223,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 + public partial class ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics() { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics? other) { if (ReferenceEquals(null, other)) { @@ -57981,7 +58246,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58001,7 +58266,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics)obj); } public override global::System.Int32 GetHashCode() @@ -58009,9 +58274,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -58019,23 +58281,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 + public partial class ListOpenApiCollectionCommandQuery_Node_Environment : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Environment { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ListOpenApiCollectionCommandQuery_Node_Environment() { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Environment? other) { if (ReferenceEquals(null, other)) { @@ -58052,7 +58304,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58072,7 +58324,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -58080,9 +58332,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -58090,27 +58339,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 + public partial class ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -58127,7 +58362,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58147,7 +58382,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -58155,15 +58390,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -58171,25 +58397,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 + public partial class ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -58206,7 +58420,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58226,7 +58440,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -58234,18 +58448,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -58253,25 +58455,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -58288,7 +58478,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58308,7 +58498,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -58316,18 +58506,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -58335,23 +58513,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition? other) { if (ReferenceEquals(null, other)) { @@ -58368,7 +58536,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58388,7 +58556,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -58396,9 +58564,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -58406,23 +58571,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -58439,7 +58594,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58459,7 +58614,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -58467,9 +58622,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -58477,18 +58629,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) + public ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition() { - Id = id; - Name = name; } - public global::System.String Id { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition? other) { if (ReferenceEquals(null, other)) { @@ -58505,7 +58652,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58525,7 +58672,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -58533,8 +58680,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -58542,20 +58687,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) + public ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition() { - Errors = errors; - HttpMethod = httpMethod; - Route = route; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -58572,7 +58710,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58592,7 +58730,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -58600,13 +58738,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * HttpMethod.GetHashCode(); - hash ^= 397 * Route.GetHashCode(); return hash; } } @@ -58614,18 +58745,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition() { - Errors = errors; - Name = name; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -58642,7 +58768,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58662,7 +58788,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -58670,12 +58796,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -58683,18 +58803,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() { - Column = column; - Line = line; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -58711,7 +58826,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58731,7 +58846,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -58739,8 +58854,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -58748,18 +58861,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) + public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition() { - Column = column; - Line = line; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -58776,7 +58884,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58796,7 +58904,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -58804,8 +58912,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -58813,23 +58919,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition() { - this.__typename = __typename; - Severity = severity; - DeprecationReason = deprecationReason; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -58846,7 +58942,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58866,7 +58962,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -58874,13 +58970,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - return hash; } } @@ -58888,25 +58977,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -58923,7 +59000,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -58943,7 +59020,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -58951,18 +59028,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -58970,25 +59035,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + public ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition() { - this.__typename = __typename; - Severity = severity; - OldType = oldType; - NewType = newType; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -59005,7 +59058,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59025,7 +59078,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -59033,10 +59086,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -59044,18 +59093,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition() { - Severity = severity; - DeprecationReason = deprecationReason; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -59072,7 +59116,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59092,7 +59136,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -59100,12 +59144,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - return hash; } } @@ -59113,25 +59151,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 + public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition() { - Severity = severity; - Old = old; - New = @new; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -59148,7 +59174,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59168,7 +59194,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -59176,18 +59202,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -59195,18 +59209,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 + public partial class ListOpenApiCollectionCommandQuery_Node_Group : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Group { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public ListOpenApiCollectionCommandQuery_Node_Group() { - Severity = severity; - DeprecationReason = deprecationReason; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Group? other) { if (ReferenceEquals(null, other)) { @@ -59223,7 +59232,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59243,7 +59252,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_Group)obj); } public override global::System.Int32 GetHashCode() @@ -59251,12 +59260,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - return hash; } } @@ -59264,25 +59267,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 + public partial class ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_McpFeatureCollection { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection() { - Severity = severity; - Old = old; - New = @new; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -59299,7 +59290,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59319,7 +59310,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -59327,18 +59318,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -59346,25 +59325,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 + public partial class ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) + public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog() { - Severity = severity; - OldType = oldType; - NewType = newType; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -59381,7 +59348,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59401,7 +59368,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -59409,10 +59376,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -59420,27 +59383,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded + public partial class ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) + public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment() { - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -59457,7 +59406,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59477,7 +59426,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -59485,11 +59434,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -59497,27 +59441,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged + public partial class ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) + public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion() { - Severity = severity; - Coordinate = coordinate; - Name = name; - this.__typename = __typename; - Changes = changes; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -59534,7 +59464,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59554,7 +59484,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -59562,15 +59492,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -59578,27 +59499,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved + public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollection { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) + public ListOpenApiCollectionCommandQuery_Node_OpenApiCollection() { - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -59615,7 +59522,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59635,7 +59542,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -59643,11 +59550,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -59655,18 +59557,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 + public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog() { - Severity = severity; - DeprecationReason = deprecationReason; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -59683,7 +59580,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59703,7 +59600,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -59711,12 +59608,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - return hash; } } @@ -59724,25 +59615,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 + public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment() { - Severity = severity; - Old = old; - New = @new; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -59759,7 +59638,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59779,7 +59658,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -59787,18 +59666,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -59806,25 +59673,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 + public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) + public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion() { - Severity = severity; - OldType = oldType; - NewType = newType; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -59841,7 +59696,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59861,7 +59716,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -59869,10 +59724,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -59880,22 +59731,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError + public partial class ListOpenApiCollectionCommandQuery_Node_Organization : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Organization { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public ListOpenApiCollectionCommandQuery_Node_Organization() { - Code = code; - Message = message; - Path = path; - Locations = locations; } - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Organization? other) { if (ReferenceEquals(null, other)) { @@ -59912,7 +59754,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -59932,7 +59774,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_Organization)obj); } public override global::System.Int32 GetHashCode() @@ -59940,25 +59782,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) - { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } - } - return hash; } } @@ -59966,16 +59789,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError + public partial class ListOpenApiCollectionCommandQuery_Node_OrganizationMember : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OrganizationMember { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) + public ListOpenApiCollectionCommandQuery_Node_OrganizationMember() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OrganizationMember? other) { if (ReferenceEquals(null, other)) { @@ -59992,7 +59812,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -60012,7 +59832,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_OrganizationMember)obj); } public override global::System.Int32 GetHashCode() @@ -60020,7 +59840,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -60028,23 +59847,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange + public partial class ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_SchemaChangeLog { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog() { - this.__typename = __typename; - Severity = severity; - DeprecationReason = deprecationReason; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -60061,7 +59870,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -60081,7 +59890,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -60089,13 +59898,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - return hash; } } @@ -60103,25 +59905,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged + public partial class ListOpenApiCollectionCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_SchemaDeployment { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListOpenApiCollectionCommandQuery_Node_SchemaDeployment() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_SchemaDeployment? other) { if (ReferenceEquals(null, other)) { @@ -60138,7 +59928,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -60158,7 +59948,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_SchemaDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -60166,18 +59956,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -60185,25 +59963,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged + public partial class ListOpenApiCollectionCommandQuery_Node_Stage : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Stage { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + public ListOpenApiCollectionCommandQuery_Node_Stage() { - this.__typename = __typename; - Severity = severity; - OldType = oldType; - NewType = newType; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Stage? other) { if (ReferenceEquals(null, other)) { @@ -60220,7 +59986,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -60240,7 +60006,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -60248,10 +60014,6 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -60259,18 +60021,13 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation + public partial class ListOpenApiCollectionCommandQuery_Node_User : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_User { - public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public ListOpenApiCollectionCommandQuery_Node_User() { - Column = column; - Line = line; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_User? other) { if (ReferenceEquals(null, other)) { @@ -60287,7 +60044,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -60307,7 +60064,7 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers return false; } - return Equals((PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); + return Equals((ListOpenApiCollectionCommandQuery_Node_User)obj); } public override global::System.Int32 GetHashCode() @@ -60315,1002 +60072,833 @@ public PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVers unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscriptionResult + public partial class ListOpenApiCollectionCommandQuery_Node_Workspace : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Workspace { - public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate OnMcpFeatureCollectionVersionPublishingUpdate { get; } - } + public ListOpenApiCollectionCommandQuery_Node_Workspace() + { + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate - { - public global::System.String __typename { get; } - } + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Workspace? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMcpFeatureCollectionVersionPublishFailed - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IMcpFeatureCollectionVersionPublishFailed - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IMcpFeatureCollectionVersionPublishSuccess - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - } + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IMcpFeatureCollectionVersionPublishSuccess - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IOperationInProgress - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IProcessingTaskApproved - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IProcessingTaskIsQueued - { - } + return Equals((ListOpenApiCollectionCommandQuery_Node_Workspace)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IProcessingTaskIsReady - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate, IWaitForApproval + public partial class ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_WorkspaceDocument { - } + public ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument() + { + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors - { - } + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors, IConcurrentOperationError - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors, IMcpFeatureCollectionValidationError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors, IProcessingTimeoutError - { - } + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors, IUnexpectedProcessingError - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_ClientDeployment : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + return Equals((ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment + public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo pageInfo) + { + Edges = edges; + PageInfo = pageInfo; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo PageInfo { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_SchemaDeployment : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors - { - } + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors, IPersistedQueryValidationError - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_1 - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_1, IPersistedQueryValidationError - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_1, ISchemaChangeViolationError - { - } + return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_1, IInvalidGraphQLSchemaError - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + if (Edges != null) + { + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_1, IOpenApiCollectionValidationError - { + hash ^= 397 * PageInfo.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_1, IMcpFeatureCollectionValidationError + public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge { - } + public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node node) + { + Cursor = cursor; + Node = node; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_2 - { - } + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node Node { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_2, IMcpFeatureCollectionValidationError - { - } + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_3 - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_3, IOpenApiCollectionValidationError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4 - { - } + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, IPersistedQueryValidationError - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, ISchemaChangeViolationError - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, IOperationsAreNotAllowedError - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, ISchemaVersionSyntaxError - { - } + return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, IInvalidGraphQLSchemaError - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, IOpenApiCollectionValidationError + public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo { - } + public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + { + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_4, IMcpFeatureCollectionValidationError - { - } + /// + /// Indicates whether more edges exist prior the set defined by the clients arguments. + /// + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_McpFeatureCollection - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities - { - public global::System.String Name { get; } - } + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities - { - public global::System.String Name { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Client - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries - { - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * HasPreviousPage.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) + { + hash ^= 397 * EndCursor.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes : ISchemaChangeLogEntry - { - } + if (StartCursor != null) + { + hash ^= 397 * StartCursor.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IDirectiveModifiedChange - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IEnumModifiedChange + public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection { - } + public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection(global::System.String id, global::System.String name) + { + Id = id; + Name = name; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IInputObjectModifiedChange - { - } + public global::System.String Id { get; } + public global::System.String Name { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IInterfaceModifiedChange - { - } + public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IObjectModifiedChange - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IScalarModifiedChange - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberAddedChange - { - } + return (Id.Equals(other.Id)) && Name.Equals(other.Name); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, ISchemaChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberRemovedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IUnionModifiedChange - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors - { - public global::System.String Message { get; } - public global::System.String? Code { get; } - } + return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Errors - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + return hash; + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections + public partial interface IListOpenApiCollectionCommandQueryResult { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node? Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// The node interface is implemented by entities that have a global unique identifier. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections + public partial interface IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_1 + public partial interface IListOpenApiCollectionCommandQuery_Node_Api : IListOpenApiCollectionCommandQuery_Node { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections? OpenApiCollections { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_1 + public partial interface IListOpenApiCollectionCommandQuery_Node_ApiDocument : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors + public partial interface IListOpenApiCollectionCommandQuery_Node_ApiKey : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationDocumentError + public partial interface IListOpenApiCollectionCommandQuery_Node_Client : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationEntityValidationError + public partial interface IListOpenApiCollectionCommandQuery_Node_ClientChangeLog : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors + public partial interface IListOpenApiCollectionCommandQuery_Node_ClientDeployment : IListOpenApiCollectionCommandQuery_Node { - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors + public partial interface IListOpenApiCollectionCommandQuery_Node_ClientVersion : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes + public partial interface IListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics : IListOpenApiCollectionCommandQuery_Node { - public global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentAdded + public partial interface IListOpenApiCollectionCommandQuery_Node_Environment : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentChanged + public partial interface IListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentRemoved + public partial interface IListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDescriptionChanged + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationAdded + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationRemoved + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1 + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition : IListOpenApiCollectionCommandQuery_Node { - public global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IDescriptionChanged + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueAdded + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueChanged + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueRemoved + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2 + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition : IListOpenApiCollectionCommandQuery_Node { - public global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IDescriptionChanged + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldAddedChange + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldRemovedChange + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IInputFieldChanged + public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3 + public partial interface IListOpenApiCollectionCommandQuery_Node_Group : IListOpenApiCollectionCommandQuery_Node { - public global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IDescriptionChanged + public partial interface IListOpenApiCollectionCommandQuery_Node_McpFeatureCollection : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldAddedChange + public partial interface IListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldRemovedChange + public partial interface IListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationAdded + public partial interface IListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationRemoved + public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollection : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IOutputFieldChanged + public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeAdded + public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeRemoved + public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4 + public partial interface IListOpenApiCollectionCommandQuery_Node_Organization : IListOpenApiCollectionCommandQuery_Node { - public global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IDescriptionChanged + public partial interface IListOpenApiCollectionCommandQuery_Node_OrganizationMember : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldAddedChange + public partial interface IListOpenApiCollectionCommandQuery_Node_SchemaChangeLog : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldRemovedChange + public partial interface IListOpenApiCollectionCommandQuery_Node_SchemaDeployment : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationAdded + public partial interface IListOpenApiCollectionCommandQuery_Node_Stage : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationRemoved + public partial interface IListOpenApiCollectionCommandQuery_Node_User : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IOutputFieldChanged + public partial interface IListOpenApiCollectionCommandQuery_Node_Workspace : IListOpenApiCollectionCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5 + public partial interface IListOpenApiCollectionCommandQuery_Node_WorkspaceDocument : IListOpenApiCollectionCommandQuery_Node { - public global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5, IDescriptionChanged + public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo PageInfo { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6 + public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection : IListOpenApiCollectionCommandQuery_Node_OpenApiCollections { - public global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IDescriptionChanged + public partial interface IListOpenApiCollectionCommandQuery_OpenApiCollectionEdge { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberAdded + public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges : IListOpenApiCollectionCommandQuery_OpenApiCollectionEdge { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberRemoved + public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge : IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection + public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo : IPageInfo { - public global::System.String Id { get; } - public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection + public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo : IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities + public partial interface IListOpenApiCollectionCommandQuery_OpenApiCollection : IOpenApiCollectionDetailPrompt_OpenApiCollection { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities + public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node : IListOpenApiCollectionCommandQuery_OpenApiCollection { - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities + public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection : IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node { - public global::System.String Name { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations + public partial class PublishOpenApiCollectionCommandMutationResult : global::System.IEquatable, IPublishOpenApiCollectionCommandMutationResult { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } + public PublishOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection publishOpenApiCollection) + { + PublishOpenApiCollection = publishOpenApiCollection; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations - { - } + public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection PublishOpenApiCollection { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandMutationResult? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes - { - public global::System.String __typename { get; } - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, ITypeChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, ITypeChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, ITypeChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationDocumentError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationEntityValidationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, ITypeChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListPersonalAccessTokenCommandQueryResult : global::System.IEquatable, IListPersonalAccessTokenCommandQueryResult - { - public ListPersonalAccessTokenCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me? me) - { - Me = me; - } - - public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me? Me { get; } - - public virtual global::System.Boolean Equals(ListPersonalAccessTokenCommandQueryResult? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (((Me is null && other.Me is null) || Me != null && Me.Equals(other.Me))); + return (PublishOpenApiCollection.Equals(other.PublishOpenApiCollection)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -61330,7 +60918,7 @@ public ListPersonalAccessTokenCommandQueryResult(global::ChilliCream.Nitro.Comma return false; } - return Equals((ListPersonalAccessTokenCommandQueryResult)obj); + return Equals((PublishOpenApiCollectionCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -61338,11 +60926,7 @@ public ListPersonalAccessTokenCommandQueryResult(global::ChilliCream.Nitro.Comma unchecked { int hash = 5; - if (Me != null) - { - hash ^= 397 * Me.GetHashCode(); - } - + hash ^= 397 * PublishOpenApiCollection.GetHashCode(); return hash; } } @@ -61350,16 +60934,18 @@ public ListPersonalAccessTokenCommandQueryResult(global::ChilliCream.Nitro.Comma // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListPersonalAccessTokenCommandQuery_Me_Viewer : global::System.IEquatable, IListPersonalAccessTokenCommandQuery_Me_Viewer + public partial class PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload : global::System.IEquatable, IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload { - public ListPersonalAccessTokenCommandQuery_Me_Viewer(global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens? personalAccessTokens) + public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) { - PersonalAccessTokens = personalAccessTokens; + Id = id; + Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens? PersonalAccessTokens { get; } + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(ListPersonalAccessTokenCommandQuery_Me_Viewer? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload? other) { if (ReferenceEquals(null, other)) { @@ -61376,7 +60962,7 @@ public ListPersonalAccessTokenCommandQuery_Me_Viewer(global::ChilliCream.Nitro.C return false; } - return (((PersonalAccessTokens is null && other.PersonalAccessTokens is null) || PersonalAccessTokens != null && PersonalAccessTokens.Equals(other.PersonalAccessTokens))); + return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -61396,7 +60982,7 @@ public ListPersonalAccessTokenCommandQuery_Me_Viewer(global::ChilliCream.Nitro.C return false; } - return Equals((ListPersonalAccessTokenCommandQuery_Me_Viewer)obj); + return Equals((PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload)obj); } public override global::System.Int32 GetHashCode() @@ -61404,9 +60990,17 @@ public ListPersonalAccessTokenCommandQuery_Me_Viewer(global::ChilliCream.Nitro.C unchecked { int hash = 5; - if (PersonalAccessTokens != null) + if (Id != null) { - hash ^= 397 * PersonalAccessTokens.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -61415,28 +61009,24 @@ public ListPersonalAccessTokenCommandQuery_Me_Viewer(global::ChilliCream.Nitro.C } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAccessTokensConnection : global::System.IEquatable, IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAccessTokensConnection + public partial class PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError : global::System.IEquatable, IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError { - public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAccessTokensConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo pageInfo) + public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) { - Edges = edges; - PageInfo = pageInfo; + this.__typename = __typename; + Message = message; + Name = name; } /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo PageInfo { get; } + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAccessTokensConnection? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -61453,7 +61043,7 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAcces return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -61473,7 +61063,7 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAcces return false; } - return Equals((ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAccessTokensConnection)obj); + return Equals((PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -61481,43 +61071,28 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAcces unchecked { int hash = 5; - if (Edges != null) - { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } - } - - hash ^= 397 * PageInfo.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_PersonalAccessTokensEdge : global::System.IEquatable, IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_PersonalAccessTokensEdge + public partial class PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError : global::System.IEquatable, IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError { - public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_PersonalAccessTokensEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node node) + public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError(global::System.String openApiCollectionId, global::System.String message) { - Cursor = cursor; - Node = node; + OpenApiCollectionId = openApiCollectionId; + Message = message; } - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node Node { get; } + public global::System.String OpenApiCollectionId { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_PersonalAccessTokensEdge? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -61534,7 +61109,7 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Persona return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (OpenApiCollectionId.Equals(other.OpenApiCollectionId)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -61554,7 +61129,7 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Persona return false; } - return Equals((ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_PersonalAccessTokensEdge)obj); + return Equals((PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -61562,46 +61137,30 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Persona unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * OpenApiCollectionId.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_PageInfo : global::System.IEquatable, IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_PageInfo + public partial class PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation : global::System.IEquatable, IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation { - public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + this.__typename = __typename; + Message = message; } /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. + /// The name of the current Object type at runtime. /// - public global::System.String? StartCursor { get; } + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -61618,7 +61177,7 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_Page return false; } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -61638,7 +61197,7 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_Page return false; } - return Equals((ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_PageInfo)obj); + return Equals((PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -61646,18 +61205,8 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_Page unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - - if (StartCursor != null) - { - hash ^= 397 * StartCursor.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -61665,22 +61214,20 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_Page // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_PersonalAccessToken : global::System.IEquatable, IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_PersonalAccessToken + public partial class PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError : global::System.IEquatable, IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError { - public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_PersonalAccessToken(global::System.String id, global::System.String description, global::System.DateTimeOffset expiresAt, global::System.DateTimeOffset createdAt) + public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError(global::System.String tag, global::System.String message, global::System.String openApiCollectionId) { - Id = id; - Description = description; - ExpiresAt = expiresAt; - CreatedAt = createdAt; + Tag = tag; + Message = message; + OpenApiCollectionId = openApiCollectionId; } - public global::System.String Id { get; } - public global::System.String Description { get; } - public global::System.DateTimeOffset ExpiresAt { get; } - public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.String Message { get; } + public global::System.String OpenApiCollectionId { get; } - public virtual global::System.Boolean Equals(ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_PersonalAccessToken? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -61697,7 +61244,7 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_Pe return false; } - return (Id.Equals(other.Id)) && Description.Equals(other.Description) && ExpiresAt.Equals(other.ExpiresAt) && CreatedAt.Equals(other.CreatedAt); + return (Tag.Equals(other.Tag)) && Message.Equals(other.Message) && OpenApiCollectionId.Equals(other.OpenApiCollectionId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -61717,7 +61264,7 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_Pe return false; } - return Equals((ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_PersonalAccessToken)obj); + return Equals((PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -61725,10 +61272,9 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_Pe unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Description.GetHashCode(); - hash ^= 397 * ExpiresAt.GetHashCode(); - hash ^= 397 * CreatedAt.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * OpenApiCollectionId.GetHashCode(); return hash; } } @@ -61736,143 +61282,75 @@ public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_Pe // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommandQueryResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me? Me { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommandQuery_Me - { - public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens? PersonalAccessTokens { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommandQuery_Me_Viewer : IListPersonalAccessTokenCommandQuery_Me - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAccessTokensConnection : IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommand_PersonalAccessTokenEdge + public partial interface IPublishOpenApiCollectionCommandMutationResult { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection PublishOpenApiCollection { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges : IListPersonalAccessTokenCommand_PersonalAccessTokenEdge + public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection { + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_PersonalAccessTokensEdge : IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges + public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload : IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo : IPageInfo + public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_PageInfo : IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo + public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError : IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors, IStageNotFoundError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPersonalAccessTokenDetailPrompt_PersonalAccessToken + public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError : IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors, IOpenApiCollectionNotFoundError { - public global::System.String Id { get; } - public global::System.String Description { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.DateTimeOffset ExpiresAt { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommand_PersonalAccessToken : IPersonalAccessTokenDetailPrompt_PersonalAccessToken + public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation : IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors, IUnauthorizedOperation { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node : IListPersonalAccessTokenCommand_PersonalAccessToken + public partial interface IOpenApiCollectionVersionNotFoundError : IError { + public global::System.String Tag { get; } + public global::System.String OpenApiCollectionId { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_PersonalAccessToken : IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node + public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError : IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors, IOpenApiCollectionVersionNotFoundError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreatePersonalAccessTokenCommandMutationResult : global::System.IEquatable, ICreatePersonalAccessTokenCommandMutationResult + public partial class PublishOpenApiCollectionCommandSubscriptionResult : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscriptionResult { - public CreatePersonalAccessTokenCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken createPersonalAccessToken) + public PublishOpenApiCollectionCommandSubscriptionResult(global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate onOpenApiCollectionVersionPublishingUpdate) { - CreatePersonalAccessToken = createPersonalAccessToken; + OnOpenApiCollectionVersionPublishingUpdate = onOpenApiCollectionVersionPublishingUpdate; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken CreatePersonalAccessToken { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate OnOpenApiCollectionVersionPublishingUpdate { get; } - public virtual global::System.Boolean Equals(CreatePersonalAccessTokenCommandMutationResult? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscriptionResult? other) { if (ReferenceEquals(null, other)) { @@ -61889,7 +61367,7 @@ public CreatePersonalAccessTokenCommandMutationResult(global::ChilliCream.Nitro. return false; } - return (CreatePersonalAccessToken.Equals(other.CreatePersonalAccessToken)); + return (OnOpenApiCollectionVersionPublishingUpdate.Equals(other.OnOpenApiCollectionVersionPublishingUpdate)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -61909,7 +61387,7 @@ public CreatePersonalAccessTokenCommandMutationResult(global::ChilliCream.Nitro. return false; } - return Equals((CreatePersonalAccessTokenCommandMutationResult)obj); + return Equals((PublishOpenApiCollectionCommandSubscriptionResult)obj); } public override global::System.Int32 GetHashCode() @@ -61917,7 +61395,7 @@ public CreatePersonalAccessTokenCommandMutationResult(global::ChilliCream.Nitro. unchecked { int hash = 5; - hash ^= 397 * CreatePersonalAccessToken.GetHashCode(); + hash ^= 397 * OnOpenApiCollectionVersionPublishingUpdate.GetHashCode(); return hash; } } @@ -61925,18 +61403,23 @@ public CreatePersonalAccessTokenCommandMutationResult(global::ChilliCream.Nitro. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload : global::System.IEquatable, ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed { - public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload(global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result? result, global::System.Collections.Generic.IReadOnlyList? errors) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) { - Result = result; + this.__typename = __typename; + State = state; Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result? Result { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed? other) { if (ReferenceEquals(null, other)) { @@ -61953,7 +61436,7 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Create return false; } - return (((Result is null && other.Result is null) || Result != null && Result.Equals(other.Result))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -61973,7 +61456,7 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Create return false; } - return Equals((CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed)obj); } public override global::System.Int32 GetHashCode() @@ -61981,17 +61464,11 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Create unchecked { int hash = 5; - if (Result != null) - { - hash ^= 397 * Result.GetHashCode(); - } - - if (Errors != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); + foreach (var Errors_elm in Errors) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -62001,18 +61478,21 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Create // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret : global::System.IEquatable, ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess { - public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret(global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token token, global::System.String secret) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - Token = token; - Secret = secret; + this.__typename = __typename; + State = state; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token Token { get; } - public global::System.String Secret { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess? other) { if (ReferenceEquals(null, other)) { @@ -62029,7 +61509,7 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result return false; } - return (Token.Equals(other.Token)) && Secret.Equals(other.Secret); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -62049,7 +61529,7 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result return false; } - return Equals((CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess)obj); } public override global::System.Int32 GetHashCode() @@ -62057,8 +61537,8 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result unchecked { int hash = 5; - hash ^= 397 * Token.GetHashCode(); - hash ^= 397 * Secret.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -62066,16 +61546,21 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError : global::System.IEquatable, ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress { - public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError(global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - Message = message; + this.__typename = __typename; + State = state; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -62092,7 +61577,7 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -62112,7 +61597,7 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors return false; } - return Equals((CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -62120,7 +61605,8 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -62128,21 +61614,21 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation : global::System.IEquatable, ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved { - public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { this.__typename = __typename; - Message = message; + State = state; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved? other) { if (ReferenceEquals(null, other)) { @@ -62159,7 +61645,7 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -62179,7 +61665,7 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors return false; } - return Equals((CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved)obj); } public override global::System.Int32 GetHashCode() @@ -62188,7 +61674,7 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -62196,22 +61682,26 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken : global::System.IEquatable, ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued { - public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken(global::System.String id, global::System.String description, global::System.DateTimeOffset createdAt, global::System.DateTimeOffset expiresAt) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued(global::System.String __typename, global::System.String queued, global::System.Int32 queuePosition) { - Id = id; - Description = description; - CreatedAt = createdAt; - ExpiresAt = expiresAt; + this.__typename = __typename; + Queued = queued; + QueuePosition = queuePosition; } - public global::System.String Id { get; } - public global::System.String Description { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.DateTimeOffset ExpiresAt { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Queued { get; } + public global::System.Int32 QueuePosition { get; } - public virtual global::System.Boolean Equals(CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued? other) { if (ReferenceEquals(null, other)) { @@ -62228,7 +61718,7 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result return false; } - return (Id.Equals(other.Id)) && Description.Equals(other.Description) && CreatedAt.Equals(other.CreatedAt) && ExpiresAt.Equals(other.ExpiresAt); + return (__typename.Equals(other.__typename)) && Queued.Equals(other.Queued) && global::System.Object.Equals(QueuePosition, other.QueuePosition); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -62248,7 +61738,7 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result return false; } - return Equals((CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued)obj); } public override global::System.Int32 GetHashCode() @@ -62256,98 +61746,34 @@ public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Description.GetHashCode(); - hash ^= 397 * CreatedAt.GetHashCode(); - hash ^= 397 * ExpiresAt.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Queued.GetHashCode(); + hash ^= 397 * QueuePosition.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreatePersonalAccessTokenCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken CreatePersonalAccessToken { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result? Result { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload : ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token Token { get; } - public global::System.String Secret { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret : ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError : ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors, IError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation : ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreatePersonalAccessTokenCommandMutation_PersonalAccessToken : IPersonalAccessTokenDetailPrompt_PersonalAccessToken - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token : ICreatePersonalAccessTokenCommandMutation_PersonalAccessToken - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken : ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class RevokePersonalAccessTokenCommandMutationResult : global::System.IEquatable, IRevokePersonalAccessTokenCommandMutationResult + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady { - public RevokePersonalAccessTokenCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken revokePersonalAccessToken) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady(global::System.String __typename, global::System.String ready) { - RevokePersonalAccessToken = revokePersonalAccessToken; + this.__typename = __typename; + Ready = ready; } - public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken RevokePersonalAccessToken { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Ready { get; } - public virtual global::System.Boolean Equals(RevokePersonalAccessTokenCommandMutationResult? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady? other) { if (ReferenceEquals(null, other)) { @@ -62364,7 +61790,7 @@ public RevokePersonalAccessTokenCommandMutationResult(global::ChilliCream.Nitro. return false; } - return (RevokePersonalAccessToken.Equals(other.RevokePersonalAccessToken)); + return (__typename.Equals(other.__typename)) && Ready.Equals(other.Ready); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -62384,7 +61810,7 @@ public RevokePersonalAccessTokenCommandMutationResult(global::ChilliCream.Nitro. return false; } - return Equals((RevokePersonalAccessTokenCommandMutationResult)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady)obj); } public override global::System.Int32 GetHashCode() @@ -62392,7 +61818,8 @@ public RevokePersonalAccessTokenCommandMutationResult(global::ChilliCream.Nitro. unchecked { int hash = 5; - hash ^= 397 * RevokePersonalAccessToken.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Ready.GetHashCode(); return hash; } } @@ -62400,18 +61827,23 @@ public RevokePersonalAccessTokenCommandMutationResult(global::ChilliCream.Nitro. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_RevokePersonalAccessTokenPayload : global::System.IEquatable, IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_RevokePersonalAccessTokenPayload + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval { - public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_RevokePersonalAccessTokenPayload(global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken? personalAccessToken, global::System.Collections.Generic.IReadOnlyList? errors) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? deployment) { - PersonalAccessToken = personalAccessToken; - Errors = errors; + this.__typename = __typename; + State = state; + Deployment = deployment; } - public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken? PersonalAccessToken { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? Deployment { get; } - public virtual global::System.Boolean Equals(RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_RevokePersonalAccessTokenPayload? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval? other) { if (ReferenceEquals(null, other)) { @@ -62428,7 +61860,7 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Revoke return false; } - return (((PersonalAccessToken is null && other.PersonalAccessToken is null) || PersonalAccessToken != null && PersonalAccessToken.Equals(other.PersonalAccessToken))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && ((Deployment is null && other.Deployment is null) || Deployment != null && Deployment.Equals(other.Deployment)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -62448,7 +61880,7 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Revoke return false; } - return Equals((RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_RevokePersonalAccessTokenPayload)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval)obj); } public override global::System.Int32 GetHashCode() @@ -62456,17 +61888,11 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Revoke unchecked { int hash = 5; - if (PersonalAccessToken != null) - { - hash ^= 397 * PersonalAccessToken.GetHashCode(); - } - - if (Errors != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); + if (Deployment != null) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * Deployment.GetHashCode(); } return hash; @@ -62476,22 +61902,21 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Revoke // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken_PersonalAccessToken : global::System.IEquatable, IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken_PersonalAccessToken + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError { - public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken_PersonalAccessToken(global::System.String id, global::System.String description, global::System.DateTimeOffset createdAt, global::System.DateTimeOffset expiresAt) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) { - Id = id; - Description = description; - CreatedAt = createdAt; - ExpiresAt = expiresAt; + this.__typename = __typename; + Message = message; } - public global::System.String Id { get; } - public global::System.String Description { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.DateTimeOffset ExpiresAt { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken_PersonalAccessToken? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError? other) { if (ReferenceEquals(null, other)) { @@ -62508,7 +61933,7 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Person return false; } - return (Id.Equals(other.Id)) && Description.Equals(other.Description) && CreatedAt.Equals(other.CreatedAt) && ExpiresAt.Equals(other.ExpiresAt); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -62528,7 +61953,7 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Person return false; } - return Equals((RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken_PersonalAccessToken)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError)obj); } public override global::System.Int32 GetHashCode() @@ -62536,10 +61961,8 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Person unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Description.GetHashCode(); - hash ^= 397 * CreatedAt.GetHashCode(); - hash ^= 397 * ExpiresAt.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -62547,16 +61970,16 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Person // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_UnauthorizedOperation : global::System.IEquatable, IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_UnauthorizedOperation + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError { - public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_UnauthorizedOperation(global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - Message = message; + Collections = collections; } - public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -62573,7 +61996,7 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors return false; } - return (Message.Equals(other.Message)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -62593,7 +62016,7 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors return false; } - return Equals((RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_UnauthorizedOperation)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -62601,7 +62024,11 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -62609,9 +62036,9 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_PersonalAccessTokenNotFoundError : global::System.IEquatable, IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_PersonalAccessTokenNotFoundError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError { - public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_PersonalAccessTokenNotFoundError(global::System.String __typename, global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) { this.__typename = __typename; Message = message; @@ -62623,7 +62050,7 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_PersonalAccessTokenNotFoundError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -62660,7 +62087,7 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors return false; } - return Equals((RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_PersonalAccessTokenNotFoundError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -62675,85 +62102,15 @@ public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IRevokePersonalAccessTokenCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken RevokePersonalAccessToken { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken - { - public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken? PersonalAccessToken { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_RevokePersonalAccessTokenPayload : IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IRevokePersonalAccessTokenCommand_PersonalAccessToken : IPersonalAccessTokenDetailPrompt_PersonalAccessToken - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken : IRevokePersonalAccessTokenCommand_PersonalAccessToken - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken_PersonalAccessToken : IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_UnauthorizedOperation : IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors, IError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPersonalAccessTokenNotFoundError : IError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_PersonalAccessTokenNotFoundError : IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors, IPersonalAccessTokenNotFoundError - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutationResult : global::System.IEquatable, IUploadOpenApiCollectionCommandMutationResult + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError { - public UploadOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection uploadOpenApiCollection) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError() { - UploadOpenApiCollection = uploadOpenApiCollection; } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection UploadOpenApiCollection { get; } - - public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutationResult? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -62770,7 +62127,7 @@ public UploadOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.Co return false; } - return (UploadOpenApiCollection.Equals(other.UploadOpenApiCollection)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -62790,7 +62147,7 @@ public UploadOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.Co return false; } - return Equals((UploadOpenApiCollectionCommandMutationResult)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -62798,7 +62155,6 @@ public UploadOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.Co unchecked { int hash = 5; - hash ^= 397 * UploadOpenApiCollection.GetHashCode(); return hash; } } @@ -62806,18 +62162,21 @@ public UploadOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.Co // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError { - public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload(global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion? openApiCollectionVersion, global::System.Collections.Generic.IReadOnlyList? errors) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) { - OpenApiCollectionVersion = openApiCollectionVersion; - Errors = errors; + this.__typename = __typename; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion? OpenApiCollectionVersion { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError? other) { if (ReferenceEquals(null, other)) { @@ -62834,7 +62193,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpen return false; } - return (((OpenApiCollectionVersion is null && other.OpenApiCollectionVersion is null) || OpenApiCollectionVersion != null && OpenApiCollectionVersion.Equals(other.OpenApiCollectionVersion))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -62854,7 +62213,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpen return false; } - return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError)obj); } public override global::System.Int32 GetHashCode() @@ -62862,19 +62221,8 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpen unchecked { int hash = 5; - if (OpenApiCollectionVersion != null) - { - hash ^= 397 * OpenApiCollectionVersion.GetHashCode(); - } - - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -62882,16 +62230,16 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpen // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_ClientDeployment : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_ClientDeployment { - public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion(global::System.String id) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_ClientDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - Id = id; + Errors = errors; } - public global::System.String Id { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -62908,7 +62256,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCol return false; } - return (Id.Equals(other.Id)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -62928,7 +62276,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCol return false; } - return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -62936,7 +62284,11 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCol unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -62944,18 +62296,16 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCol // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment { - public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError(global::System.String openApiCollectionId, global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - OpenApiCollectionId = openApiCollectionId; - Message = message; + Errors = errors; } - public global::System.String OpenApiCollectionId { get; } - public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -62972,7 +62322,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Ope return false; } - return (OpenApiCollectionId.Equals(other.OpenApiCollectionId)) && Message.Equals(other.Message); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -62992,7 +62342,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Ope return false; } - return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -63000,8 +62350,11 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Ope unchecked { int hash = 5; - hash ^= 397 * OpenApiCollectionId.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -63009,21 +62362,16 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Ope // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment { - public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - this.__typename = __typename; - Message = message; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -63040,7 +62388,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Con return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63060,7 +62408,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Con return false; } - return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -63068,8 +62416,11 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Con unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -63077,21 +62428,16 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Con // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment { - public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - this.__typename = __typename; - Message = message; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -63108,7 +62454,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Una return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63128,7 +62474,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Una return false; } - return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -63136,8 +62482,11 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Una unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -63145,21 +62494,16 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Una // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_SchemaDeployment : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_SchemaDeployment { - public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError(global::System.String __typename, global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_SchemaDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - this.__typename = __typename; - Message = message; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_SchemaDeployment? other) { if (ReferenceEquals(null, other)) { @@ -63176,7 +62520,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Dup return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63196,7 +62540,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Dup return false; } - return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_SchemaDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -63204,8 +62548,11 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Dup unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -63213,16 +62560,18 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Dup // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection { - public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError(global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) { - Message = message; + OpenApiCollection = openApiCollection; + Entities = entities; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -63239,7 +62588,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Inv return false; } - return (Message.Equals(other.Message)); + return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63259,7 +62608,7 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Inv return false; } - return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -63267,111 +62616,37 @@ public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_Inv unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + if (OpenApiCollection != null) + { + hash ^= 397 * OpenApiCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadOpenApiCollectionCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection UploadOpenApiCollection { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection - { - public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion? OpenApiCollectionVersion { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion - { - public global::System.String Id { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOpenApiCollectionNotFoundError : IError - { - public global::System.String OpenApiCollectionId { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors, IOpenApiCollectionNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors, IConcurrentOperationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors, IDuplicatedTagError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IInvalidOpenApiCollectionArchiveError - { - public global::System.String Message { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors, IInvalidOpenApiCollectionArchiveError, IError - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQueryResult : global::System.IEquatable, IListOpenApiCollectionCommandQueryResult + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError { - public ListOpenApiCollectionCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node? node) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - Node = node; + Message = message; + Client = client; + Queries = queries; } - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node? Node { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQueryResult? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError? other) { if (ReferenceEquals(null, other)) { @@ -63388,7 +62663,7 @@ public ListOpenApiCollectionCommandQueryResult(global::ChilliCream.Nitro.Command return false; } - return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63408,7 +62683,7 @@ public ListOpenApiCollectionCommandQueryResult(global::ChilliCream.Nitro.Command return false; } - return Equals((ListOpenApiCollectionCommandQueryResult)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -63416,9 +62691,15 @@ public ListOpenApiCollectionCommandQueryResult(global::ChilliCream.Nitro.Command unchecked { int hash = 5; - if (Node != null) + hash ^= 397 * Message.GetHashCode(); + if (Client != null) { - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); } return hash; @@ -63428,16 +62709,20 @@ public ListOpenApiCollectionCommandQueryResult(global::ChilliCream.Nitro.Command // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_Api : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Api + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 { - public ListOpenApiCollectionCommandQuery_Node_Api(global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections? openApiCollections) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - OpenApiCollections = openApiCollections; + Message = message; + Client = client; + Queries = queries; } - public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections? OpenApiCollections { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Api? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -63454,7 +62739,7 @@ public ListOpenApiCollectionCommandQuery_Node_Api(global::ChilliCream.Nitro.Comm return false; } - return (((OpenApiCollections is null && other.OpenApiCollections is null) || OpenApiCollections != null && OpenApiCollections.Equals(other.OpenApiCollections))); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63474,7 +62759,7 @@ public ListOpenApiCollectionCommandQuery_Node_Api(global::ChilliCream.Nitro.Comm return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_Api)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -63482,9 +62767,15 @@ public ListOpenApiCollectionCommandQuery_Node_Api(global::ChilliCream.Nitro.Comm unchecked { int hash = 5; - if (OpenApiCollections != null) + hash ^= 397 * Message.GetHashCode(); + if (Client != null) { - hash ^= 397 * OpenApiCollections.GetHashCode(); + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); } return hash; @@ -63494,13 +62785,18 @@ public ListOpenApiCollectionCommandQuery_Node_Api(global::ChilliCream.Nitro.Comm // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_ApiDocument : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_ApiDocument + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError { - public ListOpenApiCollectionCommandQuery_Node_ApiDocument() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) { + Message = message; + Changes = changes; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_ApiDocument? other) + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError? other) { if (ReferenceEquals(null, other)) { @@ -63517,7 +62813,7 @@ public ListOpenApiCollectionCommandQuery_Node_ApiDocument() return false; } - return true; + return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63537,7 +62833,7 @@ public ListOpenApiCollectionCommandQuery_Node_ApiDocument() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_ApiDocument)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError)obj); } public override global::System.Int32 GetHashCode() @@ -63545,6 +62841,12 @@ public ListOpenApiCollectionCommandQuery_Node_ApiDocument() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -63552,13 +62854,23 @@ public ListOpenApiCollectionCommandQuery_Node_ApiDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_ApiKey : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_ApiKey + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError { - public ListOpenApiCollectionCommandQuery_Node_ApiKey() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { + this.__typename = __typename; + Message = message; + Errors = errors; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_ApiKey? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -63575,7 +62887,7 @@ public ListOpenApiCollectionCommandQuery_Node_ApiKey() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63595,7 +62907,7 @@ public ListOpenApiCollectionCommandQuery_Node_ApiKey() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_ApiKey)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -63603,6 +62915,13 @@ public ListOpenApiCollectionCommandQuery_Node_ApiKey() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -63610,13 +62929,16 @@ public ListOpenApiCollectionCommandQuery_Node_ApiKey() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_Client : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Client + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError { - public ListOpenApiCollectionCommandQuery_Node_Client() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { + Collections = collections; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Client? other) + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -63633,7 +62955,7 @@ public ListOpenApiCollectionCommandQuery_Node_Client() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63653,7 +62975,7 @@ public ListOpenApiCollectionCommandQuery_Node_Client() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_Client)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -63661,6 +62983,11 @@ public ListOpenApiCollectionCommandQuery_Node_Client() unchecked { int hash = 5; + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -63668,13 +62995,16 @@ public ListOpenApiCollectionCommandQuery_Node_Client() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_ClientChangeLog + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError { - public ListOpenApiCollectionCommandQuery_Node_ClientChangeLog() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { + Collections = collections; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_ClientChangeLog? other) + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -63691,7 +63021,7 @@ public ListOpenApiCollectionCommandQuery_Node_ClientChangeLog() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63711,7 +63041,7 @@ public ListOpenApiCollectionCommandQuery_Node_ClientChangeLog() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_ClientChangeLog)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -63719,6 +63049,11 @@ public ListOpenApiCollectionCommandQuery_Node_ClientChangeLog() unchecked { int hash = 5; + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -63726,13 +63061,16 @@ public ListOpenApiCollectionCommandQuery_Node_ClientChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_ClientDeployment : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_ClientDeployment + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 { - public ListOpenApiCollectionCommandQuery_Node_ClientDeployment() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) { + Collections = collections; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_ClientDeployment? other) + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -63749,7 +63087,7 @@ public ListOpenApiCollectionCommandQuery_Node_ClientDeployment() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63769,7 +63107,7 @@ public ListOpenApiCollectionCommandQuery_Node_ClientDeployment() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_ClientDeployment)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -63777,6 +63115,11 @@ public ListOpenApiCollectionCommandQuery_Node_ClientDeployment() unchecked { int hash = 5; + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -63784,13 +63127,16 @@ public ListOpenApiCollectionCommandQuery_Node_ClientDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_ClientVersion : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_ClientVersion + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 { - public ListOpenApiCollectionCommandQuery_Node_ClientVersion() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) { + Collections = collections; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_ClientVersion? other) + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -63807,7 +63153,7 @@ public ListOpenApiCollectionCommandQuery_Node_ClientVersion() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63827,7 +63173,7 @@ public ListOpenApiCollectionCommandQuery_Node_ClientVersion() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_ClientVersion)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -63835,6 +63181,11 @@ public ListOpenApiCollectionCommandQuery_Node_ClientVersion() unchecked { int hash = 5; + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -63842,13 +63193,20 @@ public ListOpenApiCollectionCommandQuery_Node_ClientVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 { - public ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { + Message = message; + Client = client; + Queries = queries; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics? other) + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -63865,7 +63223,7 @@ public ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return true; + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63885,7 +63243,7 @@ public ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -63893,6 +63251,17 @@ public ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); + if (Client != null) + { + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); + } + return hash; } } @@ -63900,13 +63269,18 @@ public ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_Environment : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Environment + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 { - public ListOpenApiCollectionCommandQuery_Node_Environment() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) { + Message = message; + Changes = changes; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Environment? other) + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1? other) { if (ReferenceEquals(null, other)) { @@ -63923,7 +63297,7 @@ public ListOpenApiCollectionCommandQuery_Node_Environment() return false; } - return true; + return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -63943,7 +63317,7 @@ public ListOpenApiCollectionCommandQuery_Node_Environment() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_Environment)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -63951,6 +63325,12 @@ public ListOpenApiCollectionCommandQuery_Node_Environment() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -63958,13 +63338,21 @@ public ListOpenApiCollectionCommandQuery_Node_Environment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError { - public ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; + Message = message; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError? other) { if (ReferenceEquals(null, other)) { @@ -63981,7 +63369,7 @@ public ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64001,7 +63389,7 @@ public ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError)obj); } public override global::System.Int32 GetHashCode() @@ -64009,6 +63397,8 @@ public ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -64016,13 +63406,27 @@ public ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError { - public ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) { + this.__typename = __typename; + Message = message; + Column = column; + Position = position; + Line = line; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Position { get; } + public global::System.Int32 Line { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError? other) { if (ReferenceEquals(null, other)) { @@ -64039,7 +63443,7 @@ public ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64059,7 +63463,7 @@ public ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError)obj); } public override global::System.Int32 GetHashCode() @@ -64067,6 +63471,11 @@ public ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Position.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -64074,13 +63483,23 @@ public ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 { - public ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { + this.__typename = __typename; + Message = message; + Errors = errors; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1? other) { if (ReferenceEquals(null, other)) { @@ -64097,7 +63516,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64117,7 +63536,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1)obj); } public override global::System.Int32 GetHashCode() @@ -64125,6 +63544,13 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -64132,13 +63558,16 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 { - public ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) { + Collections = collections; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition? other) + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -64155,7 +63584,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64175,7 +63604,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -64183,6 +63612,11 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition() unchecked { int hash = 5; + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -64190,13 +63624,16 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 { - public ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) { + Collections = collections; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition? other) + public global::System.Collections.Generic.IReadOnlyList Collections { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -64213,7 +63650,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64233,7 +63670,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -64241,6 +63678,11 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition() unchecked { int hash = 5; + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -64248,13 +63690,18 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection { - public ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) { + Id = id; + Name = name; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition? other) + public global::System.String Id { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -64271,7 +63718,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return true; + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64291,7 +63738,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -64299,6 +63746,8 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition() unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -64306,13 +63755,20 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint { - public ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) { + Errors = errors; + HttpMethod = httpMethod; + Route = route; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) { if (ReferenceEquals(null, other)) { @@ -64329,7 +63785,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition( return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64349,7 +63805,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition( return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); } public override global::System.Int32 GetHashCode() @@ -64357,6 +63813,13 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition( unchecked { int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * HttpMethod.GetHashCode(); + hash ^= 397 * Route.GetHashCode(); return hash; } } @@ -64364,13 +63827,18 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition( // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel { - public ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { + Errors = errors; + Name = name; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) { if (ReferenceEquals(null, other)) { @@ -64387,7 +63855,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64407,7 +63875,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); } public override global::System.Int32 GetHashCode() @@ -64415,6 +63883,12 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition() unchecked { int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -64422,13 +63896,18 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client { - public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client(global::System.String id, global::System.String name) { + Id = id; + Name = name; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) + public global::System.String Id { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client? other) { if (ReferenceEquals(null, other)) { @@ -64445,7 +63924,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefin return false; } - return true; + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64465,7 +63944,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefin return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client)obj); } public override global::System.Int32 GetHashCode() @@ -64473,6 +63952,8 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefin unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -64480,13 +63961,22 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed { - public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) { + DeployedTags = deployedTags; + Message = message; + Hash = hash; + Errors = errors; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -64503,7 +63993,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64523,7 +64013,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -64531,6 +64021,18 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition() unchecked { int hash = 5; + foreach (var DeployedTags_elm in DeployedTags) + { + hash ^= 397 * DeployedTags_elm.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Hash.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -64538,13 +64040,25 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange { - public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -64561,7 +64075,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64581,7 +64095,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -64589,6 +64103,14 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -64596,13 +64118,25 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange { - public ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -64619,7 +64153,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefiniti return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64639,7 +64173,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefiniti return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -64647,6 +64181,14 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefiniti unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -64654,13 +64196,25 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefiniti // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange { - public ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -64677,7 +64231,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64697,7 +64251,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -64705,6 +64259,14 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -64712,13 +64274,25 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange { - public ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -64735,7 +64309,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64755,7 +64329,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -64763,6 +64337,14 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -64770,13 +64352,25 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange { - public ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -64793,7 +64387,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64813,7 +64407,7 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -64821,6 +64415,14 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -64828,13 +64430,25 @@ public ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_Group : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Group + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange { - public ListOpenApiCollectionCommandQuery_Node_Group() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Group? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -64851,7 +64465,7 @@ public ListOpenApiCollectionCommandQuery_Node_Group() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64871,7 +64485,7 @@ public ListOpenApiCollectionCommandQuery_Node_Group() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_Group)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -64879,6 +64493,14 @@ public ListOpenApiCollectionCommandQuery_Node_Group() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -64886,13 +64508,23 @@ public ListOpenApiCollectionCommandQuery_Node_Group() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_McpFeatureCollection + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange { - public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -64909,7 +64541,7 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64929,7 +64561,7 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -64937,6 +64569,9 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -64944,13 +64579,21 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange { - public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) { + this.__typename = __typename; + Severity = severity; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -64967,7 +64610,7 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -64987,7 +64630,7 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -64995,6 +64638,8 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); return hash; } } @@ -65002,13 +64647,23 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange { - public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -65025,7 +64680,7 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65045,7 +64700,7 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -65053,6 +64708,9 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -65060,13 +64718,25 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange { - public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -65083,7 +64753,7 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65103,7 +64773,7 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -65111,6 +64781,14 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -65118,13 +64796,18 @@ public ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollection + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError { - public ListOpenApiCollectionCommandQuery_Node_OpenApiCollection() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) { + Message = message; + Code = code; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollection? other) + public global::System.String Message { get; } + public global::System.String? Code { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -65141,7 +64824,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollection() return false; } - return true; + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65161,7 +64844,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollection() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollection)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -65169,6 +64852,12 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollection() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + return hash; } } @@ -65176,13 +64865,18 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection { - public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) { + OpenApiCollection = openApiCollection; + Entities = entities; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog? other) + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -65199,7 +64893,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog() return false; } - return true; + return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65219,7 +64913,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -65227,6 +64921,16 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog() unchecked { int hash = 5; + if (OpenApiCollection != null) + { + hash ^= 397 * OpenApiCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } + return hash; } } @@ -65234,13 +64938,18 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection { - public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) { + McpFeatureCollection = mcpFeatureCollection; + Entities = entities; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment? other) + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -65257,7 +64966,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment() return false; } - return true; + return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65277,7 +64986,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -65285,6 +64994,16 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment() unchecked { int hash = 5; + if (McpFeatureCollection != null) + { + hash ^= 397 * McpFeatureCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } + return hash; } } @@ -65292,13 +65011,22 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError { - public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { + Code = code; + Message = message; + Path = path; + Locations = locations; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion? other) + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) { if (ReferenceEquals(null, other)) { @@ -65315,7 +65043,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion() return false; } - return true; + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65335,7 +65063,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); } public override global::System.Int32 GetHashCode() @@ -65343,6 +65071,25 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion() unchecked { int hash = 5; + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } + return hash; } } @@ -65350,13 +65097,16 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_Organization : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Organization + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError { - public ListOpenApiCollectionCommandQuery_Node_Organization() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) { + Message = message; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Organization? other) + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) { if (ReferenceEquals(null, other)) { @@ -65373,7 +65123,7 @@ public ListOpenApiCollectionCommandQuery_Node_Organization() return false; } - return true; + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65393,7 +65143,7 @@ public ListOpenApiCollectionCommandQuery_Node_Organization() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_Organization)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -65401,6 +65151,7 @@ public ListOpenApiCollectionCommandQuery_Node_Organization() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -65408,13 +65159,22 @@ public ListOpenApiCollectionCommandQuery_Node_Organization() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_OrganizationMember : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OrganizationMember + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError { - public ListOpenApiCollectionCommandQuery_Node_OrganizationMember() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { + Message = message; + Code = code; + Path = path; + Locations = locations; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OrganizationMember? other) + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError? other) { if (ReferenceEquals(null, other)) { @@ -65431,7 +65191,7 @@ public ListOpenApiCollectionCommandQuery_Node_OrganizationMember() return false; } - return true; + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65451,7 +65211,7 @@ public ListOpenApiCollectionCommandQuery_Node_OrganizationMember() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_OrganizationMember)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError)obj); } public override global::System.Int32 GetHashCode() @@ -65459,6 +65219,25 @@ public ListOpenApiCollectionCommandQuery_Node_OrganizationMember() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } + return hash; } } @@ -65466,16 +65245,30 @@ public ListOpenApiCollectionCommandQuery_Node_OrganizationMember() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_SchemaChangeLog + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded { - public ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog? other) - { - if (ReferenceEquals(null, other)) - { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded? other) + { + if (ReferenceEquals(null, other)) + { return false; } @@ -65489,7 +65282,7 @@ public ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65509,7 +65302,7 @@ public ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -65517,6 +65310,11 @@ public ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -65524,13 +65322,27 @@ public ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_SchemaDeployment + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged { - public ListOpenApiCollectionCommandQuery_Node_SchemaDeployment() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + Changes = changes; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_SchemaDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -65547,7 +65359,7 @@ public ListOpenApiCollectionCommandQuery_Node_SchemaDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65567,7 +65379,7 @@ public ListOpenApiCollectionCommandQuery_Node_SchemaDeployment() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_SchemaDeployment)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -65575,6 +65387,15 @@ public ListOpenApiCollectionCommandQuery_Node_SchemaDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -65582,13 +65403,27 @@ public ListOpenApiCollectionCommandQuery_Node_SchemaDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_Stage : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Stage + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved { - public ListOpenApiCollectionCommandQuery_Node_Stage() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Stage? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -65605,7 +65440,7 @@ public ListOpenApiCollectionCommandQuery_Node_Stage() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65625,7 +65460,7 @@ public ListOpenApiCollectionCommandQuery_Node_Stage() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_Stage)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -65633,6 +65468,11 @@ public ListOpenApiCollectionCommandQuery_Node_Stage() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -65640,13 +65480,25 @@ public ListOpenApiCollectionCommandQuery_Node_Stage() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_User : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_User + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged { - public ListOpenApiCollectionCommandQuery_Node_User() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_User? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -65663,7 +65515,7 @@ public ListOpenApiCollectionCommandQuery_Node_User() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65683,7 +65535,7 @@ public ListOpenApiCollectionCommandQuery_Node_User() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_User)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -65691,6 +65543,18 @@ public ListOpenApiCollectionCommandQuery_Node_User() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -65698,13 +65562,23 @@ public ListOpenApiCollectionCommandQuery_Node_User() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_Workspace : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_Workspace + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded { - public ListOpenApiCollectionCommandQuery_Node_Workspace() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { + this.__typename = __typename; + Severity = severity; + Location = location; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_Workspace? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded? other) { if (ReferenceEquals(null, other)) { @@ -65721,7 +65595,7 @@ public ListOpenApiCollectionCommandQuery_Node_Workspace() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65741,7 +65615,7 @@ public ListOpenApiCollectionCommandQuery_Node_Workspace() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_Workspace)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -65749,6 +65623,9 @@ public ListOpenApiCollectionCommandQuery_Node_Workspace() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -65756,13 +65633,23 @@ public ListOpenApiCollectionCommandQuery_Node_Workspace() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_WorkspaceDocument + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved { - public ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { + this.__typename = __typename; + Severity = severity; + Location = location; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -65779,7 +65666,7 @@ public ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65799,7 +65686,7 @@ public ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument() return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -65807,34 +65694,35 @@ public ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 { - public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo pageInfo) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Edges = edges; - PageInfo = pageInfo; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo PageInfo { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -65851,7 +65739,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiColle return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65871,7 +65759,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiColle return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -65879,43 +65767,42 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiColle unchecked { int hash = 5; - if (Edges != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } - hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded { - public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node node) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Cursor = cursor; - Node = node; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node Node { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded? other) { if (ReferenceEquals(null, other)) { @@ -65932,7 +65819,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenAp return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -65952,7 +65839,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenAp return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded)obj); } public override global::System.Int32 GetHashCode() @@ -65960,46 +65847,35 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenAp unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged { - public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. + /// The name of the current Object type at runtime. /// - public global::System.String? StartCursor { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged? other) { if (ReferenceEquals(null, other)) { @@ -66016,7 +65892,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageIn return false; } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -66036,7 +65912,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageIn return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged)obj); } public override global::System.Int32 GetHashCode() @@ -66044,16 +65920,12 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageIn unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - - if (StartCursor != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * StartCursor.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -66063,18 +65935,23 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageIn // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection : global::System.IEquatable, IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved { - public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection(global::System.String id, global::System.String name) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Id = id; - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::System.String Id { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved? other) { if (ReferenceEquals(null, other)) { @@ -66091,7 +65968,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_Open return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -66111,7 +65988,7 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_Open return false; } - return Equals((ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -66119,396 +65996,35 @@ public ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_Open unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQueryResult - { - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node? Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// The node interface is implemented by entities that have a global unique identifier. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_Api : IListOpenApiCollectionCommandQuery_Node - { - public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections? OpenApiCollections { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_ApiDocument : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_ApiKey : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_Client : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_ClientChangeLog : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_ClientDeployment : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_ClientVersion : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_Environment : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_Group : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_McpFeatureCollection : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollection : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_Organization : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OrganizationMember : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_SchemaChangeLog : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_SchemaDeployment : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_Stage : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_User : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_Workspace : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_WorkspaceDocument : IListOpenApiCollectionCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection : IListOpenApiCollectionCommandQuery_Node_OpenApiCollections - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_OpenApiCollectionEdge - { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges : IListOpenApiCollectionCommandQuery_OpenApiCollectionEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge : IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo : IPageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo : IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOpenApiCollectionDetailPrompt_OpenApiCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_OpenApiCollection : IOpenApiCollectionDetailPrompt_OpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node : IListOpenApiCollectionCommandQuery_OpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection : IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandMutationResult : global::System.IEquatable, IPublishOpenApiCollectionCommandMutationResult + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 { - public PublishOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection publishOpenApiCollection) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - PublishOpenApiCollection = publishOpenApiCollection; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection PublishOpenApiCollection { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandMutationResult? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -66525,7 +66041,7 @@ public PublishOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.C return false; } - return (PublishOpenApiCollection.Equals(other.PublishOpenApiCollection)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -66545,7 +66061,7 @@ public PublishOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.C return false; } - return Equals((PublishOpenApiCollectionCommandMutationResult)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -66553,7 +66069,18 @@ public PublishOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.C unchecked { int hash = 5; - hash ^= 397 * PublishOpenApiCollection.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -66561,18 +66088,27 @@ public PublishOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload : global::System.IEquatable, IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange { - public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - Id = id; - Errors = errors; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -66589,7 +66125,7 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishO return false; } - return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -66609,7 +66145,7 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishO return false; } - return Equals((PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -66617,19 +66153,11 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishO unchecked { int hash = 5; - if (Id != null) - { - hash ^= 397 * Id.GetHashCode(); - } - - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -66637,23 +66165,27 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishO // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError : global::System.IEquatable, IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange { - public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; - Message = message; - Name = name; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -66670,7 +66202,7 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_S return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -66690,7 +66222,7 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_S return false; } - return Equals((PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -66699,8 +66231,10 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_S { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -66708,18 +66242,27 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_S // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError : global::System.IEquatable, IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged { - public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError(global::System.String openApiCollectionId, global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { - OpenApiCollectionId = openApiCollectionId; - Message = message; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public global::System.String OpenApiCollectionId { get; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -66736,7 +66279,7 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_O return false; } - return (OpenApiCollectionId.Equals(other.OpenApiCollectionId)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -66756,7 +66299,7 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_O return false; } - return Equals((PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -66764,8 +66307,15 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_O unchecked { int hash = 5; - hash ^= 397 * OpenApiCollectionId.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -66773,21 +66323,25 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_O // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation : global::System.IEquatable, IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 { - public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; - Message = message; + Severity = severity; + Old = old; + New = @new; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -66804,7 +66358,7 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_U return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -66824,7 +66378,7 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_U return false; } - return Equals((PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -66833,7 +66387,17 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_U { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -66841,20 +66405,27 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_U // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError : global::System.IEquatable, IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 { - public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError(global::System.String tag, global::System.String message, global::System.String openApiCollectionId) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - Tag = tag; - Message = message; - OpenApiCollectionId = openApiCollectionId; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::System.String Tag { get; } - public global::System.String Message { get; } - public global::System.String OpenApiCollectionId { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -66871,7 +66442,7 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_O return false; } - return (Tag.Equals(other.Tag)) && Message.Equals(other.Message) && OpenApiCollectionId.Equals(other.OpenApiCollectionId); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -66891,7 +66462,7 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_O return false; } - return Equals((PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -66899,85 +66470,39 @@ public PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_O unchecked { int hash = 5; - hash ^= 397 * Tag.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * OpenApiCollectionId.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection PublishOpenApiCollection { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection - { - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload : IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError : IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors, IStageNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError : IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors, IOpenApiCollectionNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation : IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOpenApiCollectionVersionNotFoundError : IError - { - public global::System.String Tag { get; } - public global::System.String OpenApiCollectionId { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError : IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors, IOpenApiCollectionVersionNotFoundError - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscriptionResult : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscriptionResult + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 { - public PublishOpenApiCollectionCommandSubscriptionResult(global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate onOpenApiCollectionVersionPublishingUpdate) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - OnOpenApiCollectionVersionPublishingUpdate = onOpenApiCollectionVersionPublishingUpdate; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate OnOpenApiCollectionVersionPublishingUpdate { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscriptionResult? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -66994,7 +66519,7 @@ public PublishOpenApiCollectionCommandSubscriptionResult(global::ChilliCream.Nit return false; } - return (OnOpenApiCollectionVersionPublishingUpdate.Equals(other.OnOpenApiCollectionVersionPublishingUpdate)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67014,7 +66539,7 @@ public PublishOpenApiCollectionCommandSubscriptionResult(global::ChilliCream.Nit return false; } - return Equals((PublishOpenApiCollectionCommandSubscriptionResult)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -67022,7 +66547,11 @@ public PublishOpenApiCollectionCommandSubscriptionResult(global::ChilliCream.Nit unchecked { int hash = 5; - hash ^= 397 * OnOpenApiCollectionVersionPublishingUpdate.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -67030,23 +66559,23 @@ public PublishOpenApiCollectionCommandSubscriptionResult(global::ChilliCream.Nit // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; - State = state; - Errors = errors; + Severity = severity; + InterfaceName = interfaceName; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded? other) { if (ReferenceEquals(null, other)) { @@ -67063,7 +66592,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67083,7 +66612,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -67092,34 +66621,32 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - return hash; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; - State = state; + Severity = severity; + InterfaceName = interfaceName; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -67136,7 +66663,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67156,7 +66683,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -67165,7 +66692,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -67173,21 +66701,27 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; - State = state; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -67204,7 +66738,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67224,7 +66758,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -67233,7 +66767,14 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -67241,21 +66782,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; - State = state; + Severity = severity; + TypeName = typeName; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded? other) { if (ReferenceEquals(null, other)) { @@ -67272,7 +66815,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67292,7 +66835,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded)obj); } public override global::System.Int32 GetHashCode() @@ -67301,7 +66844,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -67309,26 +66853,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued(global::System.String __typename, global::System.String queued, global::System.Int32 queuePosition) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; - Queued = queued; - QueuePosition = queuePosition; + Severity = severity; + TypeName = typeName; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Queued { get; } - public global::System.Int32 QueuePosition { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved? other) { if (ReferenceEquals(null, other)) { @@ -67345,7 +66886,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Queued.Equals(other.Queued) && global::System.Object.Equals(QueuePosition, other.QueuePosition); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67365,7 +66906,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -67374,8 +66915,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Queued.GetHashCode(); - hash ^= 397 * QueuePosition.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -67383,24 +66924,25 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady(global::System.String __typename, global::System.String ready) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; - Ready = ready; + Severity = severity; + Old = old; + New = @new; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Ready { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4? other) { if (ReferenceEquals(null, other)) { @@ -67417,7 +66959,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Ready.Equals(other.Ready); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67437,7 +66979,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4)obj); } public override global::System.Int32 GetHashCode() @@ -67446,7 +66988,17 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Ready.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -67454,23 +67006,27 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? deployment) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; - State = state; - Deployment = deployment; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? Deployment { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -67487,7 +67043,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && ((Deployment is null && other.Deployment is null) || Deployment != null && Deployment.Equals(other.Deployment)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67507,7 +67063,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -67516,12 +67072,10 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); - if (Deployment != null) - { - hash ^= 397 * Deployment.GetHashCode(); - } - + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -67529,21 +67083,27 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; - Message = message; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -67560,7 +67120,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67580,7 +67140,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -67589,7 +67149,10 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -67597,16 +67160,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { - Collections = collections; + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) { if (ReferenceEquals(null, other)) { @@ -67623,7 +67193,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67643,7 +67213,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); } public override global::System.Int32 GetHashCode() @@ -67651,11 +67221,9 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -67663,21 +67231,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; - Message = message; + Severity = severity; + InterfaceName = interfaceName; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) { if (ReferenceEquals(null, other)) { @@ -67694,7 +67264,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67714,7 +67284,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); } public override global::System.Int32 GetHashCode() @@ -67723,7 +67293,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -67731,13 +67302,27 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError() + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -67754,7 +67339,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67774,7 +67359,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -67782,6 +67367,15 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -67789,21 +67383,25 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; - Message = message; + Severity = severity; + Old = old; + New = @new; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5? other) { if (ReferenceEquals(null, other)) { @@ -67820,7 +67418,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67840,7 +67438,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5)obj); } public override global::System.Int32 GetHashCode() @@ -67849,7 +67447,17 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -67857,16 +67465,25 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_ClientDeployment : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_ClientDeployment + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_ClientDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Errors = errors; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_ClientDeployment? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6? other) { if (ReferenceEquals(null, other)) { @@ -67883,7 +67500,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67903,7 +67520,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_ClientDeployment)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6)obj); } public override global::System.Int32 GetHashCode() @@ -67911,9 +67528,16 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -67923,16 +67547,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { - Errors = errors; + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded? other) { if (ReferenceEquals(null, other)) { @@ -67949,7 +67580,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -67969,7 +67600,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded)obj); } public override global::System.Int32 GetHashCode() @@ -67977,11 +67608,9 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -67989,16 +67618,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { - Errors = errors; + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved? other) { if (ReferenceEquals(null, other)) { @@ -68015,7 +67651,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68035,7 +67671,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -68043,11 +67679,9 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -68055,16 +67689,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) { - Errors = errors; + Id = id; + Name = name; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -68081,7 +67717,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68101,7 +67737,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -68109,11 +67745,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -68121,16 +67754,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_SchemaDeployment : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_SchemaDeployment + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_SchemaDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { Errors = errors; + Name = name; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_SchemaDeployment? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) { if (ReferenceEquals(null, other)) { @@ -68147,7 +67782,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68167,7 +67802,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_SchemaDeployment)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); } public override global::System.Int32 GetHashCode() @@ -68180,6 +67815,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub hash ^= 397 * Errors_elm.GetHashCode(); } + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -68187,18 +67823,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - OpenApiCollection = openApiCollection; - Entities = entities; + Errors = errors; + Name = name; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) { if (ReferenceEquals(null, other)) { @@ -68215,7 +67851,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68235,7 +67871,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); } public override global::System.Int32 GetHashCode() @@ -68243,16 +67879,12 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - if (OpenApiCollection != null) - { - hash ^= 397 * OpenApiCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Entities_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -68260,20 +67892,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { - Message = message; - Client = client; - Queries = queries; + Column = column; + Line = line; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -68290,7 +67920,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68310,7 +67940,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -68318,17 +67948,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -68336,20 +67957,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) { - Message = message; - Client = client; - Queries = queries; + Column = column; + Line = line; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -68366,7 +67985,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68386,7 +68005,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -68394,17 +68013,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -68412,18 +68022,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - Message = message; - Changes = changes; + this.__typename = __typename; + Severity = severity; + DeprecationReason = deprecationReason; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange? other) { if (ReferenceEquals(null, other)) { @@ -68440,7 +68055,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68460,7 +68075,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange)obj); } public override global::System.Int32 GetHashCode() @@ -68468,10 +68083,11 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - foreach (var Changes_elm in Changes) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * DeprecationReason.GetHashCode(); } return hash; @@ -68481,23 +68097,25 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; - Message = message; - Errors = errors; + Severity = severity; + Old = old; + New = @new; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -68514,7 +68132,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68534,7 +68152,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -68543,10 +68161,15 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - foreach (var Errors_elm in Errors) + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -68556,16 +68179,25 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) { - Collections = collections; + this.__typename = __typename; + Severity = severity; + OldType = oldType; + NewType = newType; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged? other) { if (ReferenceEquals(null, other)) { @@ -68582,7 +68214,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68602,7 +68234,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged)obj); } public override global::System.Int32 GetHashCode() @@ -68610,11 +68242,10 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -68622,16 +68253,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - Collections = collections; + Severity = severity; + DeprecationReason = deprecationReason; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -68648,7 +68281,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68668,7 +68301,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -68676,9 +68309,10 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * DeprecationReason.GetHashCode(); } return hash; @@ -68688,16 +68322,25 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { - Collections = collections; + Severity = severity; + Old = old; + New = @new; + this.__typename = __typename; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -68714,7 +68357,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68734,7 +68377,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -68742,11 +68385,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); } + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -68754,16 +68404,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - Collections = collections; + Severity = severity; + DeprecationReason = deprecationReason; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -68780,7 +68432,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68800,7 +68452,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -68808,9 +68460,10 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * DeprecationReason.GetHashCode(); } return hash; @@ -68820,20 +68473,25 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { - Message = message; - Client = client; - Queries = queries; + Severity = severity; + Old = old; + New = @new; + this.__typename = __typename; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -68850,7 +68508,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68870,7 +68528,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -68878,17 +68536,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Client.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); } - foreach (var Queries_elm in Queries) + if (New != null) { - hash ^= 397 * Queries_elm.GetHashCode(); + hash ^= 397 * New.GetHashCode(); } + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -68896,18 +68555,25 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) { - Message = message; - Changes = changes; + Severity = severity; + OldType = oldType; + NewType = newType; + this.__typename = __typename; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -68924,7 +68590,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -68944,7 +68610,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -68952,12 +68618,10 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -68965,21 +68629,27 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) { + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; this.__typename = __typename; - Message = message; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -68996,7 +68666,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -69016,7 +68686,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -69024,8 +68694,11 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -69033,27 +68706,27 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) { + Severity = severity; + Coordinate = coordinate; + Name = name; this.__typename = __typename; - Message = message; - Column = column; - Position = position; - Line = line; + Changes = changes; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Int32 Column { get; } - public global::System.Int32 Position { get; } - public global::System.Int32 Line { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -69070,7 +68743,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -69090,7 +68763,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -69098,11 +68771,15 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Position.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -69110,23 +68787,27 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) { + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; this.__typename = __typename; - Message = message; - Errors = errors; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -69143,7 +68824,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -69163,7 +68844,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -69171,13 +68852,11 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - return hash; } } @@ -69185,16 +68864,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - Collections = collections; + Severity = severity; + DeprecationReason = deprecationReason; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3? other) { if (ReferenceEquals(null, other)) { @@ -69211,7 +68892,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -69231,7 +68912,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3)obj); } public override global::System.Int32 GetHashCode() @@ -69239,9 +68920,10 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * DeprecationReason.GetHashCode(); } return hash; @@ -69251,16 +68933,25 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { - Collections = collections; + Severity = severity; + Old = old; + New = @new; + this.__typename = __typename; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -69277,7 +68968,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -69297,7 +68988,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -69305,11 +68996,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -69317,18 +69015,25 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) { - Id = id; - Name = name; + Severity = severity; + OldType = oldType; + NewType = newType; + this.__typename = __typename; } - public global::System.String Id { get; } - public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -69345,7 +69050,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -69365,7 +69070,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -69373,8 +69078,10 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -69382,20 +69089,22 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { - Errors = errors; - HttpMethod = httpMethod; - Route = route; + Code = code; + Message = message; + Path = path; + Locations = locations; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) { if (ReferenceEquals(null, other)) { @@ -69412,7 +69121,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -69432,7 +69141,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); } public override global::System.Int32 GetHashCode() @@ -69440,13 +69149,25 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + if (Code != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Code.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } } - hash ^= 397 * HttpMethod.GetHashCode(); - hash ^= 397 * Route.GetHashCode(); return hash; } } @@ -69454,18 +69175,16 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) { - Errors = errors; - Name = name; + Message = message; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) { if (ReferenceEquals(null, other)) { @@ -69482,7 +69201,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -69502,7 +69221,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -69510,12 +69229,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -69523,18 +69237,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client(global::System.String id, global::System.String name) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - Id = id; - Name = name; + this.__typename = __typename; + Severity = severity; + DeprecationReason = deprecationReason; } - public global::System.String Id { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange? other) { if (ReferenceEquals(null, other)) { @@ -69551,7 +69270,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -69571,7 +69290,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange)obj); } public override global::System.Int32 GetHashCode() @@ -69579,85 +69298,11 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed - { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) - { - DeployedTags = deployedTags; - Message = message; - Hash = hash; - Errors = errors; - } - - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - foreach (var DeployedTags_elm in DeployedTags) - { - hash ^= 397 * DeployedTags_elm.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Hash.GetHashCode(); - foreach (var Errors_elm in Errors) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * DeprecationReason.GetHashCode(); } return hash; @@ -69667,14 +69312,14 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - Changes = changes; + Old = old; + New = @new; } /// @@ -69682,10 +69327,10 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -69702,7 +69347,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -69722,7 +69367,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -69732,10 +69377,14 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Old != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -69745,14 +69394,14 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - Changes = changes; + OldType = oldType; + NewType = newType; } /// @@ -69760,10 +69409,10 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged? other) { if (ReferenceEquals(null, other)) { @@ -69780,7 +69429,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -69800,7 +69449,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged)obj); } public override global::System.Int32 GetHashCode() @@ -69810,12 +69459,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -69823,25 +69468,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange + public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Column = column; + Line = line; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -69858,7 +69496,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -69878,7 +69516,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange)obj); + return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -69886,557 +69524,987 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange + public partial interface IPublishOpenApiCollectionCommandSubscriptionResult { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; - } + public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate OnOpenApiCollectionVersionPublishingUpdate { get; } + } - /// - /// The name of the current Object type at runtime. - /// + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate + { public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOpenApiCollectionVersionPublishFailed + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IOpenApiCollectionVersionPublishFailed + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOpenApiCollectionVersionPublishSuccess + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IOpenApiCollectionVersionPublishSuccess + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IOperationInProgress + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IProcessingTaskApproved + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IProcessingTaskIsQueued + { + } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IProcessingTaskIsReady + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IWaitForApproval + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors, IConcurrentOperationError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; - } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors, IOpenApiCollectionValidationError + { + } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors, IProcessingTimeoutError + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors, IUnexpectedProcessingError + { + } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_ClientDeployment : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_SchemaDeployment : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; - } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors + { + } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors, IPersistedQueryValidationError + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_1 + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_1, IPersistedQueryValidationError + { + } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_1, ISchemaChangeViolationError + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_1, IInvalidGraphQLSchemaError + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_1, IOpenApiCollectionValidationError + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_1, IMcpFeatureCollectionValidationError + { + } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_2 + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_2, IMcpFeatureCollectionValidationError + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_3 + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_3, IOpenApiCollectionValidationError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4 + { + } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, IPersistedQueryValidationError + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, ISchemaChangeViolationError + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, IOperationsAreNotAllowedError + { + } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, ISchemaVersionSyntaxError + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, IInvalidGraphQLSchemaError + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, IOpenApiCollectionValidationError + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, IMcpFeatureCollectionValidationError + { + } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) - { - this.__typename = __typename; - Severity = severity; - } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities + { + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } + } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities + { + public global::System.String Name { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client + { + } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries + { + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes : ISchemaChangeLogEntry + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IDirectiveModifiedChange + { + } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IEnumModifiedChange + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IInputObjectModifiedChange + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IInterfaceModifiedChange { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IObjectModifiedChange + { + } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IScalarModifiedChange + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberAddedChange + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, ISchemaChange + { + } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberRemovedChange + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IUnionModifiedChange + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors + { + } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_1 { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; - } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_1 + { + } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationDocumentError + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationEntityValidationError + { + } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes + { + public global::System.String __typename { get; } + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentAdded + { + } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentChanged + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentRemoved + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDescriptionChanged + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationAdded { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) - { - Message = message; - Code = code; - } + } - public global::System.String Message { get; } - public global::System.String? Code { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationRemoved + { + } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError? other) - { - if (ReferenceEquals(null, other)) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IInputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationDocumentError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationEntityValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UploadOpenApiCollectionCommandMutationResult : global::System.IEquatable, IUploadOpenApiCollectionCommandMutationResult + { + public UploadOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection uploadOpenApiCollection) + { + UploadOpenApiCollection = uploadOpenApiCollection; + } + + public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection UploadOpenApiCollection { get; } + + public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutationResult? other) + { + if (ReferenceEquals(null, other)) { return false; } @@ -70451,7 +70519,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); + return (UploadOpenApiCollection.Equals(other.UploadOpenApiCollection)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -70471,7 +70539,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError)obj); + return Equals((UploadOpenApiCollectionCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -70479,12 +70547,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - + hash ^= 397 * UploadOpenApiCollection.GetHashCode(); return hash; } } @@ -70492,18 +70555,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection + public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) + public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload(global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion? openApiCollectionVersion, global::System.Collections.Generic.IReadOnlyList? errors) { - OpenApiCollection = openApiCollection; - Entities = entities; + OpenApiCollectionVersion = openApiCollectionVersion; + Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion? OpenApiCollectionVersion { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload? other) { if (ReferenceEquals(null, other)) { @@ -70520,7 +70583,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (((OpenApiCollectionVersion is null && other.OpenApiCollectionVersion is null) || OpenApiCollectionVersion != null && OpenApiCollectionVersion.Equals(other.OpenApiCollectionVersion))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -70540,7 +70603,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection)obj); + return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload)obj); } public override global::System.Int32 GetHashCode() @@ -70548,14 +70611,17 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - if (OpenApiCollection != null) + if (OpenApiCollectionVersion != null) { - hash ^= 397 * OpenApiCollection.GetHashCode(); + hash ^= 397 * OpenApiCollectionVersion.GetHashCode(); } - foreach (var Entities_elm in Entities) + if (Errors != null) { - hash ^= 397 * Entities_elm.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -70565,18 +70631,16 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection + public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) + public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion(global::System.String id) { - McpFeatureCollection = mcpFeatureCollection; - Entities = entities; + Id = id; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + public global::System.String Id { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -70593,7 +70657,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (Id.Equals(other.Id)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -70613,7 +70677,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection)obj); + return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -70621,16 +70685,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - if (McpFeatureCollection != null) - { - hash ^= 397 * McpFeatureCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) - { - hash ^= 397 * Entities_elm.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); return hash; } } @@ -70638,22 +70693,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError + public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError(global::System.String openApiCollectionId, global::System.String message) { - Code = code; + OpenApiCollectionId = openApiCollectionId; Message = message; - Path = path; - Locations = locations; } - public global::System.String? Code { get; } + public global::System.String OpenApiCollectionId { get; } public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -70670,7 +70721,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (OpenApiCollectionId.Equals(other.OpenApiCollectionId)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -70690,7 +70741,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); + return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -70698,25 +70749,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - + hash ^= 397 * OpenApiCollectionId.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) - { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } - } - return hash; } } @@ -70724,16 +70758,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError + public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) + public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; Message = message; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError? other) { if (ReferenceEquals(null, other)) { @@ -70750,7 +70789,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -70770,7 +70809,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); + return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError)obj); } public override global::System.Int32 GetHashCode() @@ -70778,6 +70817,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); return hash; } @@ -70786,22 +70826,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError + public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { + this.__typename = __typename; Message = message; - Code = code; - Path = path; - Locations = locations; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError? other) + public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -70818,7 +70857,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -70838,7 +70877,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError)obj); + return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -70846,25 +70885,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) - { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } - } - return hash; } } @@ -70872,27 +70894,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded + public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError? other) { if (ReferenceEquals(null, other)) { @@ -70909,7 +70925,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -70929,7 +70945,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded)obj); + return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError)obj); } public override global::System.Int32 GetHashCode() @@ -70938,10 +70954,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -70949,27 +70962,16 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged + public partial class UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError : global::System.IEquatable, IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) + public UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError(global::System.String message) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - Changes = changes; + Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError? other) { if (ReferenceEquals(null, other)) { @@ -70986,7 +70988,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71006,7 +71008,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged)obj); + return Equals((UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError)obj); } public override global::System.Int32 GetHashCode() @@ -71014,43 +71016,101 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadOpenApiCollectionCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection UploadOpenApiCollection { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection + { + public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion? OpenApiCollectionVersion { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion + { + public global::System.String Id { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors, IOpenApiCollectionNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors, IConcurrentOperationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors, IUnauthorizedOperation + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors, IDuplicatedTagError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IInvalidOpenApiCollectionArchiveError + { + public global::System.String Message { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError : IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors, IInvalidOpenApiCollectionArchiveError, IError + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved + public partial class ValidateOpenApiCollectionCommandMutationResult : global::System.IEquatable, IValidateOpenApiCollectionCommandMutationResult { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public ValidateOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection validateOpenApiCollection) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; + ValidateOpenApiCollection = validateOpenApiCollection; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection ValidateOpenApiCollection { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -71067,7 +71127,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (ValidateOpenApiCollection.Equals(other.ValidateOpenApiCollection)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71087,7 +71147,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved)obj); + return Equals((ValidateOpenApiCollectionCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -71095,11 +71155,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * ValidateOpenApiCollection.GetHashCode(); return hash; } } @@ -71107,25 +71163,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged + public partial class ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload : global::System.IEquatable, IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Id = id; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload? other) { if (ReferenceEquals(null, other)) { @@ -71142,7 +71191,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71162,7 +71211,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged)obj); + return Equals((ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload)obj); } public override global::System.Int32 GetHashCode() @@ -71170,16 +71219,17 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) + if (Id != null) { - hash ^= 397 * Old.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); } - if (New != null) + if (Errors != null) { - hash ^= 397 * New.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -71189,23 +71239,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded + public partial class ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError : global::System.IEquatable, IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) { this.__typename = __typename; - Severity = severity; - Location = location; + Message = message; + Name = name; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + public global::System.String Message { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -71222,7 +71272,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71242,7 +71292,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded)obj); + return Equals((ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -71251,8 +71301,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -71260,23 +71310,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved + public partial class ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError : global::System.IEquatable, IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError(global::System.String openApiCollectionId, global::System.String message) { - this.__typename = __typename; - Severity = severity; - Location = location; + OpenApiCollectionId = openApiCollectionId; + Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + public global::System.String OpenApiCollectionId { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -71293,7 +71338,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (OpenApiCollectionId.Equals(other.OpenApiCollectionId)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71313,7 +71358,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved)obj); + return Equals((ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -71321,9 +71366,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + hash ^= 397 * OpenApiCollectionId.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -71331,25 +71375,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 + public partial class ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation : global::System.IEquatable, IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -71366,7 +71406,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71386,7 +71426,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1)obj); + return Equals((ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -71395,41 +71435,69 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection ValidateOpenApiCollection { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection + { + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload : IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError : IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors, IStageNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError : IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors, IOpenApiCollectionNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation : IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors, IUnauthorizedOperation + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded + public partial class ValidateOpenApiCollectionCommandSubscriptionResult : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscriptionResult { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ValidateOpenApiCollectionCommandSubscriptionResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate onOpenApiCollectionVersionValidationUpdate) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + OnOpenApiCollectionVersionValidationUpdate = onOpenApiCollectionVersionValidationUpdate; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate OnOpenApiCollectionVersionValidationUpdate { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscriptionResult? other) { if (ReferenceEquals(null, other)) { @@ -71446,7 +71514,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (OnOpenApiCollectionVersionValidationUpdate.Equals(other.OnOpenApiCollectionVersionValidationUpdate)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71466,7 +71534,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded)obj); + return Equals((ValidateOpenApiCollectionCommandSubscriptionResult)obj); } public override global::System.Int32 GetHashCode() @@ -71474,9 +71542,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * OnOpenApiCollectionVersionValidationUpdate.GetHashCode(); return hash; } } @@ -71484,25 +71550,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + State = state; + Errors = errors; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -71519,7 +71583,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71539,7 +71603,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -71548,11 +71612,10 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + hash ^= 397 * State.GetHashCode(); + foreach (var Errors_elm in Errors) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -71562,23 +71625,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + State = state; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess? other) { if (ReferenceEquals(null, other)) { @@ -71595,7 +71656,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71615,7 +71676,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess)obj); } public override global::System.Int32 GetHashCode() @@ -71624,8 +71685,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -71633,25 +71693,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + State = state; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -71668,7 +71724,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71688,7 +71744,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -71697,17 +71753,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -71715,27 +71761,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + State = state; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -71752,7 +71792,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71772,7 +71812,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -71781,10 +71821,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -71792,27 +71829,16 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError(global::System.String message) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError? other) { if (ReferenceEquals(null, other)) { @@ -71829,7 +71855,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71849,7 +71875,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError)obj); } public override global::System.Int32 GetHashCode() @@ -71857,11 +71883,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -71869,27 +71891,16 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + Collections = collections; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -71906,7 +71917,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -71926,7 +71937,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -71934,13 +71945,9 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) + foreach (var Collections_elm in Collections) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Collections_elm.GetHashCode(); } return hash; @@ -71950,25 +71957,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -71985,7 +71988,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72005,7 +72008,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -72014,17 +72017,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -72032,27 +72025,13 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -72069,7 +72048,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72089,7 +72068,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -72097,11 +72076,6 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -72109,27 +72083,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError? other) { if (ReferenceEquals(null, other)) { @@ -72146,7 +72114,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72166,7 +72134,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError)obj); } public override global::System.Int32 GetHashCode() @@ -72175,10 +72143,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -72186,23 +72151,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + OpenApiCollection = openApiCollection; + Entities = entities; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -72219,7 +72179,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72239,7 +72199,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -72247,9 +72207,16 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + if (OpenApiCollection != null) + { + hash ^= 397 * OpenApiCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } + return hash; } } @@ -72257,23 +72224,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + Id = id; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -72290,7 +72252,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72310,7 +72272,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -72318,9 +72280,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -72328,27 +72289,20 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + Errors = errors; + HttpMethod = httpMethod; + Route = route; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) { if (ReferenceEquals(null, other)) { @@ -72365,7 +72319,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72385,7 +72339,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); } public override global::System.Int32 GetHashCode() @@ -72393,15 +72347,13 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } + hash ^= 397 * HttpMethod.GetHashCode(); + hash ^= 397 * Route.GetHashCode(); return hash; } } @@ -72409,23 +72361,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; + Errors = errors; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) { if (ReferenceEquals(null, other)) { @@ -72442,7 +72389,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72462,7 +72409,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); } public override global::System.Int32 GetHashCode() @@ -72470,9 +72417,12 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -72480,23 +72430,22 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; + Code = code; + Message = message; + Path = path; + Locations = locations; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) { if (ReferenceEquals(null, other)) { @@ -72513,7 +72462,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72533,7 +72482,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); } public override global::System.Int32 GetHashCode() @@ -72541,9 +72490,25 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } + return hash; } } @@ -72551,25 +72516,16 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) { if (ReferenceEquals(null, other)) { @@ -72586,7 +72542,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72606,7 +72562,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -72614,18 +72570,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -72633,27 +72578,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 + public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Column = column; + Line = line; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -72670,7 +72606,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72690,7 +72626,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2)obj); + return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -72698,39 +72634,203 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscriptionResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate OnOpenApiCollectionVersionValidationUpdate { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOpenApiCollectionVersionValidationFailed + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate, IOpenApiCollectionVersionValidationFailed + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOpenApiCollectionVersionValidationSuccess + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate, IOpenApiCollectionVersionValidationSuccess + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate, IOperationInProgress + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate, IValidationInProgress + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOpenApiCollectionValidationArchiveError + { + public global::System.String Message { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors, IOpenApiCollectionValidationArchiveError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors, IOpenApiCollectionValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors, IProcessingTimeoutError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors, IUnexpectedProcessingError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities + { + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationDocumentError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationEntityValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 + public partial class CreatePersonalAccessTokenCommandMutationResult : global::System.IEquatable, ICreatePersonalAccessTokenCommandMutationResult { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public CreatePersonalAccessTokenCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken createPersonalAccessToken) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + CreatePersonalAccessToken = createPersonalAccessToken; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken CreatePersonalAccessToken { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2? other) + public virtual global::System.Boolean Equals(CreatePersonalAccessTokenCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -72747,7 +72847,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (CreatePersonalAccessToken.Equals(other.CreatePersonalAccessToken)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72767,7 +72867,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2)obj); + return Equals((CreatePersonalAccessTokenCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -72775,11 +72875,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * CreatePersonalAccessToken.GetHashCode(); return hash; } } @@ -72787,23 +72883,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 + public partial class CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload : global::System.IEquatable, ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload(global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result? result, global::System.Collections.Generic.IReadOnlyList? errors) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + Result = result; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result? Result { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) + public virtual global::System.Boolean Equals(CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload? other) { if (ReferenceEquals(null, other)) { @@ -72820,7 +72911,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (((Result is null && other.Result is null) || Result != null && Result.Equals(other.Result))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72840,7 +72931,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); + return Equals((CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload)obj); } public override global::System.Int32 GetHashCode() @@ -72848,9 +72939,19 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + if (Result != null) + { + hash ^= 397 * Result.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + } + return hash; } } @@ -72858,23 +72959,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 + public partial class CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret : global::System.IEquatable, ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret(global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token token, global::System.String secret) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + Token = token; + Secret = secret; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token Token { get; } + public global::System.String Secret { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) + public virtual global::System.Boolean Equals(CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret? other) { if (ReferenceEquals(null, other)) { @@ -72891,7 +72987,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (Token.Equals(other.Token)) && Secret.Equals(other.Secret); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72911,7 +73007,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); + return Equals((CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret)obj); } public override global::System.Int32 GetHashCode() @@ -72919,9 +73015,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * Token.GetHashCode(); + hash ^= 397 * Secret.GetHashCode(); return hash; } } @@ -72929,27 +73024,16 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 + public partial class CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError : global::System.IEquatable, ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError(global::System.String message) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1? other) + public virtual global::System.Boolean Equals(CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError? other) { if (ReferenceEquals(null, other)) { @@ -72966,7 +73050,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -72986,7 +73070,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1)obj); + return Equals((CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -72994,15 +73078,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -73010,25 +73086,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 + public partial class CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation : global::System.IEquatable, ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5? other) + public virtual global::System.Boolean Equals(CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -73045,7 +73117,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73065,7 +73137,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5)obj); + return Equals((CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -73074,17 +73146,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -73092,25 +73154,22 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 + public partial class CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken : global::System.IEquatable, ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken(global::System.String id, global::System.String description, global::System.DateTimeOffset createdAt, global::System.DateTimeOffset expiresAt) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Id = id; + Description = description; + CreatedAt = createdAt; + ExpiresAt = expiresAt; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Id { get; } + public global::System.String Description { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.DateTimeOffset ExpiresAt { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6? other) + public virtual global::System.Boolean Equals(CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken? other) { if (ReferenceEquals(null, other)) { @@ -73127,7 +73186,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (Id.Equals(other.Id)) && Description.Equals(other.Description) && CreatedAt.Equals(other.CreatedAt) && ExpiresAt.Equals(other.ExpiresAt); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73147,7 +73206,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6)obj); + return Equals((CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken)obj); } public override global::System.Int32 GetHashCode() @@ -73155,42 +73214,108 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Description.GetHashCode(); + hash ^= 397 * CreatedAt.GetHashCode(); + hash ^= 397 * ExpiresAt.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreatePersonalAccessTokenCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken CreatePersonalAccessToken { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result? Result { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload : ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token Token { get; } + public global::System.String Secret { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret : ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError : ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation : ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors, IUnauthorizedOperation + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPersonalAccessTokenDetailPrompt_PersonalAccessToken + { + public global::System.String Id { get; } + public global::System.String Description { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.DateTimeOffset ExpiresAt { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreatePersonalAccessTokenCommandMutation_PersonalAccessToken : IPersonalAccessTokenDetailPrompt_PersonalAccessToken + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token : ICreatePersonalAccessTokenCommandMutation_PersonalAccessToken + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken : ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded + public partial class ListPersonalAccessTokenCommandQueryResult : global::System.IEquatable, IListPersonalAccessTokenCommandQueryResult { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListPersonalAccessTokenCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me? me) { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; + Me = me; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me? Me { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded? other) + public virtual global::System.Boolean Equals(ListPersonalAccessTokenCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -73207,7 +73332,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (((Me is null && other.Me is null) || Me != null && Me.Equals(other.Me))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73227,7 +73352,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded)obj); + return Equals((ListPersonalAccessTokenCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -73235,9 +73360,11 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + if (Me != null) + { + hash ^= 397 * Me.GetHashCode(); + } + return hash; } } @@ -73245,23 +73372,16 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved + public partial class ListPersonalAccessTokenCommandQuery_Me_Viewer : global::System.IEquatable, IListPersonalAccessTokenCommandQuery_Me_Viewer { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListPersonalAccessTokenCommandQuery_Me_Viewer(global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens? personalAccessTokens) { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; + PersonalAccessTokens = personalAccessTokens; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens? PersonalAccessTokens { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved? other) + public virtual global::System.Boolean Equals(ListPersonalAccessTokenCommandQuery_Me_Viewer? other) { if (ReferenceEquals(null, other)) { @@ -73278,7 +73398,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (((PersonalAccessTokens is null && other.PersonalAccessTokens is null) || PersonalAccessTokens != null && PersonalAccessTokens.Equals(other.PersonalAccessTokens))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73298,7 +73418,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved)obj); + return Equals((ListPersonalAccessTokenCommandQuery_Me_Viewer)obj); } public override global::System.Int32 GetHashCode() @@ -73306,28 +73426,39 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + if (PersonalAccessTokens != null) + { + hash ^= 397 * PersonalAccessTokens.GetHashCode(); + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection + public partial class ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAccessTokensConnection : global::System.IEquatable, IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAccessTokensConnection { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) + public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAccessTokensConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo pageInfo) { - Id = id; - Name = name; + Edges = edges; + PageInfo = pageInfo; } - public global::System.String Id { get; } - public global::System.String Name { get; } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) + public virtual global::System.Boolean Equals(ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAccessTokensConnection? other) { if (ReferenceEquals(null, other)) { @@ -73344,7 +73475,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73364,7 +73495,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); + return Equals((ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAccessTokensConnection)obj); } public override global::System.Int32 GetHashCode() @@ -73372,27 +73503,43 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + if (Edges != null) + { + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } + } + + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt + public partial class ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_PersonalAccessTokensEdge : global::System.IEquatable, IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_PersonalAccessTokensEdge { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_PersonalAccessTokensEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node node) { - Errors = errors; - Name = name; + Cursor = cursor; + Node = node; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) + public virtual global::System.Boolean Equals(ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_PersonalAccessTokensEdge? other) { if (ReferenceEquals(null, other)) { @@ -73409,7 +73556,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73429,7 +73576,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); + return Equals((ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_PersonalAccessTokensEdge)obj); } public override global::System.Int32 GetHashCode() @@ -73437,31 +73584,46 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool + public partial class ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_PageInfo : global::System.IEquatable, IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_PageInfo { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { - Errors = errors; - Name = name; + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + /// + /// Indicates whether more edges exist prior the set defined by the clients arguments. + /// + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) + public virtual global::System.Boolean Equals(ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -73478,7 +73640,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73498,7 +73660,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); + return Equals((ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -73506,12 +73668,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * HasPreviousPage.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * EndCursor.GetHashCode(); + } + + if (StartCursor != null) + { + hash ^= 397 * StartCursor.GetHashCode(); } - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -73519,18 +73687,22 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation + public partial class ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_PersonalAccessToken : global::System.IEquatable, IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_PersonalAccessToken { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_PersonalAccessToken(global::System.String id, global::System.String description, global::System.DateTimeOffset expiresAt, global::System.DateTimeOffset createdAt) { - Column = column; - Line = line; + Id = id; + Description = description; + ExpiresAt = expiresAt; + CreatedAt = createdAt; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + public global::System.String Id { get; } + public global::System.String Description { get; } + public global::System.DateTimeOffset ExpiresAt { get; } + public global::System.DateTimeOffset CreatedAt { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_PersonalAccessToken? other) { if (ReferenceEquals(null, other)) { @@ -73547,7 +73719,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (Id.Equals(other.Id)) && Description.Equals(other.Description) && ExpiresAt.Equals(other.ExpiresAt) && CreatedAt.Equals(other.CreatedAt); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73567,7 +73739,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); + return Equals((ListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_PersonalAccessToken)obj); } public override global::System.Int32 GetHashCode() @@ -73575,27 +73747,144 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Description.GetHashCode(); + hash ^= 397 * ExpiresAt.GetHashCode(); + hash ^= 397 * CreatedAt.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommandQueryResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me? Me { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommandQuery_Me + { + public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens? PersonalAccessTokens { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommandQuery_Me_Viewer : IListPersonalAccessTokenCommandQuery_Me + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo PageInfo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PersonalAccessTokensConnection : IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommand_PersonalAccessTokenEdge + { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node Node { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges : IListPersonalAccessTokenCommand_PersonalAccessTokenEdge + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_PersonalAccessTokensEdge : IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo : IPageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo_PageInfo : IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommand_PersonalAccessToken : IPersonalAccessTokenDetailPrompt_PersonalAccessToken + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node : IListPersonalAccessTokenCommand_PersonalAccessToken + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node_PersonalAccessToken : IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation + public partial class RevokePersonalAccessTokenCommandMutationResult : global::System.IEquatable, IRevokePersonalAccessTokenCommandMutationResult { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) + public RevokePersonalAccessTokenCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken revokePersonalAccessToken) { - Column = column; - Line = line; + RevokePersonalAccessToken = revokePersonalAccessToken; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken RevokePersonalAccessToken { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) + public virtual global::System.Boolean Equals(RevokePersonalAccessTokenCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -73612,7 +73901,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (RevokePersonalAccessToken.Equals(other.RevokePersonalAccessToken)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73632,7 +73921,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); + return Equals((RevokePersonalAccessTokenCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -73640,8 +73929,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + hash ^= 397 * RevokePersonalAccessToken.GetHashCode(); return hash; } } @@ -73649,23 +73937,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange + public partial class RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_RevokePersonalAccessTokenPayload : global::System.IEquatable, IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_RevokePersonalAccessTokenPayload { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_RevokePersonalAccessTokenPayload(global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken? personalAccessToken, global::System.Collections.Generic.IReadOnlyList? errors) { - this.__typename = __typename; - Severity = severity; - DeprecationReason = deprecationReason; + PersonalAccessToken = personalAccessToken; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken? PersonalAccessToken { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange? other) + public virtual global::System.Boolean Equals(RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_RevokePersonalAccessTokenPayload? other) { if (ReferenceEquals(null, other)) { @@ -73682,7 +73965,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (((PersonalAccessToken is null && other.PersonalAccessToken is null) || PersonalAccessToken != null && PersonalAccessToken.Equals(other.PersonalAccessToken))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73702,7 +73985,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange)obj); + return Equals((RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_RevokePersonalAccessTokenPayload)obj); } public override global::System.Int32 GetHashCode() @@ -73710,11 +73993,17 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) + if (PersonalAccessToken != null) { - hash ^= 397 * DeprecationReason.GetHashCode(); + hash ^= 397 * PersonalAccessToken.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -73724,25 +74013,22 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged + public partial class RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken_PersonalAccessToken : global::System.IEquatable, IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken_PersonalAccessToken { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken_PersonalAccessToken(global::System.String id, global::System.String description, global::System.DateTimeOffset createdAt, global::System.DateTimeOffset expiresAt) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Id = id; + Description = description; + CreatedAt = createdAt; + ExpiresAt = expiresAt; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Id { get; } + public global::System.String Description { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.DateTimeOffset ExpiresAt { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken_PersonalAccessToken? other) { if (ReferenceEquals(null, other)) { @@ -73759,7 +74045,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (Id.Equals(other.Id)) && Description.Equals(other.Description) && CreatedAt.Equals(other.CreatedAt) && ExpiresAt.Equals(other.ExpiresAt); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73779,7 +74065,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged)obj); + return Equals((RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken_PersonalAccessToken)obj); } public override global::System.Int32 GetHashCode() @@ -73787,18 +74073,72 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Description.GetHashCode(); + hash ^= 397 * CreatedAt.GetHashCode(); + hash ^= 397 * ExpiresAt.GetHashCode(); + return hash; + } + } + } - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_UnauthorizedOperation : global::System.IEquatable, IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_UnauthorizedOperation + { + public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_UnauthorizedOperation(global::System.String message) + { + Message = message; + } + + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_UnauthorizedOperation? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (Message.Equals(other.Message)); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + return Equals((RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_UnauthorizedOperation)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -73806,25 +74146,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged + public partial class RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_PersonalAccessTokenNotFoundError : global::System.IEquatable, IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_PersonalAccessTokenNotFoundError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + public RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_PersonalAccessTokenNotFoundError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - OldType = oldType; - NewType = newType; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged? other) + public virtual global::System.Boolean Equals(RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_PersonalAccessTokenNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -73841,7 +74177,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73861,7 +74197,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged)obj); + return Equals((RevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_PersonalAccessTokenNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -73870,28 +74206,91 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IRevokePersonalAccessTokenCommandMutationResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken RevokePersonalAccessToken { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken + { + public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken? PersonalAccessToken { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_RevokePersonalAccessTokenPayload : IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IRevokePersonalAccessTokenCommand_PersonalAccessToken : IPersonalAccessTokenDetailPrompt_PersonalAccessToken + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken : IRevokePersonalAccessTokenCommand_PersonalAccessToken + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken_PersonalAccessToken : IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_UnauthorizedOperation : IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors, IError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPersonalAccessTokenNotFoundError : IError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors_PersonalAccessTokenNotFoundError : IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_Errors, IPersonalAccessTokenNotFoundError + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 + public partial class PublishSchemaVersionResult : global::System.IEquatable, IPublishSchemaVersionResult { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public PublishSchemaVersionResult(global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersion_PublishSchema publishSchema) { - Severity = severity; - DeprecationReason = deprecationReason; + PublishSchema = publishSchema; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersion_PublishSchema PublishSchema { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1? other) + public virtual global::System.Boolean Equals(PublishSchemaVersionResult? other) { if (ReferenceEquals(null, other)) { @@ -73908,7 +74307,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (PublishSchema.Equals(other.PublishSchema)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -73928,7 +74327,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1)obj); + return Equals((PublishSchemaVersionResult)obj); } public override global::System.Int32 GetHashCode() @@ -73936,12 +74335,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - + hash ^= 397 * PublishSchema.GetHashCode(); return hash; } } @@ -73949,25 +74343,18 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 + public partial class PublishSchemaVersion_PublishSchema_PublishSchemaPayload : global::System.IEquatable, IPublishSchemaVersion_PublishSchema_PublishSchemaPayload { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public PublishSchemaVersion_PublishSchema_PublishSchemaPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) { - Severity = severity; - Old = old; - New = @new; - this.__typename = __typename; + Id = id; + Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(PublishSchemaVersion_PublishSchema_PublishSchemaPayload? other) { if (ReferenceEquals(null, other)) { @@ -73984,7 +74371,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74004,7 +74391,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1)obj); + return Equals((PublishSchemaVersion_PublishSchema_PublishSchemaPayload)obj); } public override global::System.Int32 GetHashCode() @@ -74012,18 +74399,19 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) + if (Id != null) { - hash ^= 397 * Old.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); } - if (New != null) + if (Errors != null) { - hash ^= 397 * New.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -74031,18 +74419,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 + public partial class PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError : global::System.IEquatable, IPublishSchemaVersion_PublishSchema_Errors_StageNotFoundError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) { - Severity = severity; - DeprecationReason = deprecationReason; + this.__typename = __typename; + Message = message; + Name = name; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2? other) + public virtual global::System.Boolean Equals(PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -74059,7 +74452,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74079,7 +74472,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2)obj); + return Equals((PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -74087,12 +74480,9 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -74100,25 +74490,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 + public partial class PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError : global::System.IEquatable, IPublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) { - Severity = severity; - Old = old; - New = @new; this.__typename = __typename; + Message = message; + ApiId = apiId; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.String ApiId { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -74135,7 +74523,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74155,7 +74543,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2)obj); + return Equals((PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -74163,18 +74551,9 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -74182,25 +74561,20 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 + public partial class PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError : global::System.IEquatable, IPublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) + public PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError(global::System.String message, global::System.String apiId, global::System.String tag) { - Severity = severity; - OldType = oldType; - NewType = newType; - this.__typename = __typename; + Message = message; + ApiId = apiId; + Tag = tag; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.String ApiId { get; } + public global::System.String Tag { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1? other) + public virtual global::System.Boolean Equals(PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -74217,7 +74591,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); + return (Message.Equals(other.Message)) && ApiId.Equals(other.ApiId) && Tag.Equals(other.Tag); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74237,7 +74611,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1)obj); + return Equals((PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -74245,10 +74619,9 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); return hash; } } @@ -74256,27 +74629,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded + public partial class PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation : global::System.IEquatable, IPublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) + public PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; this.__typename = __typename; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -74293,7 +74660,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74313,7 +74680,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded)obj); + return Equals((PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -74321,39 +74688,84 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishSchemaVersionResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersion_PublishSchema PublishSchema { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishSchemaVersion_PublishSchema + { + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishSchemaVersion_PublishSchema_PublishSchemaPayload : IPublishSchemaVersion_PublishSchema + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishSchemaVersion_PublishSchema_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishSchemaVersion_PublishSchema_Errors_StageNotFoundError : IPublishSchemaVersion_PublishSchema_Errors, IStageNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError : IPublishSchemaVersion_PublishSchema_Errors, IApiNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISchemaNotFoundError : IError + { + public global::System.String ApiId { get; } + public global::System.String Tag { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError : IPublishSchemaVersion_PublishSchema_Errors, ISchemaNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation : IPublishSchemaVersion_PublishSchema_Errors, IUnauthorizedOperation + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged + public partial class OnSchemaVersionPublishUpdatedResult : global::System.IEquatable, IOnSchemaVersionPublishUpdatedResult { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionPublishUpdatedResult(global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate onSchemaVersionPublishingUpdate) { - Severity = severity; - Coordinate = coordinate; - Name = name; - this.__typename = __typename; - Changes = changes; + OnSchemaVersionPublishingUpdate = onSchemaVersionPublishingUpdate; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate OnSchemaVersionPublishingUpdate { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdatedResult? other) { if (ReferenceEquals(null, other)) { @@ -74370,7 +74782,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (OnSchemaVersionPublishingUpdate.Equals(other.OnSchemaVersionPublishingUpdate)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74390,7 +74802,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged)obj); + return Equals((OnSchemaVersionPublishUpdatedResult)obj); } public override global::System.Int32 GetHashCode() @@ -74398,15 +74810,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * OnSchemaVersionPublishingUpdate.GetHashCode(); return hash; } } @@ -74414,27 +74818,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; this.__typename = __typename; + State = state; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -74451,7 +74849,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74471,7 +74869,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -74479,11 +74877,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -74491,18 +74886,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - Severity = severity; - DeprecationReason = deprecationReason; + this.__typename = __typename; + State = state; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved? other) { if (ReferenceEquals(null, other)) { @@ -74519,7 +74917,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74539,7 +74937,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved)obj); } public override global::System.Int32 GetHashCode() @@ -74547,12 +74945,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -74560,25 +74954,26 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued(global::System.String __typename, global::System.String queued, global::System.Int32 queuePosition) { - Severity = severity; - Old = old; - New = @new; this.__typename = __typename; + Queued = queued; + QueuePosition = queuePosition; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Queued { get; } + public global::System.Int32 QueuePosition { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued? other) { if (ReferenceEquals(null, other)) { @@ -74595,7 +74990,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Queued.Equals(other.Queued) && global::System.Object.Equals(QueuePosition, other.QueuePosition); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74615,7 +75010,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued)obj); } public override global::System.Int32 GetHashCode() @@ -74623,18 +75018,9 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Queued.GetHashCode(); + hash ^= 397 * QueuePosition.GetHashCode(); return hash; } } @@ -74642,25 +75028,24 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady(global::System.String __typename, global::System.String ready) { - Severity = severity; - OldType = oldType; - NewType = newType; this.__typename = __typename; + Ready = ready; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Ready { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady? other) { if (ReferenceEquals(null, other)) { @@ -74677,7 +75062,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Ready.Equals(other.Ready); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74697,7 +75082,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady)obj); } public override global::System.Int32 GetHashCode() @@ -74705,10 +75090,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Ready.GetHashCode(); return hash; } } @@ -74716,22 +75099,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) { - Code = code; - Message = message; - Path = path; - Locations = locations; + this.__typename = __typename; + State = state; + Errors = errors; } - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed? other) { if (ReferenceEquals(null, other)) { @@ -74748,7 +75132,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74768,7 +75152,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed)obj); } public override global::System.Int32 GetHashCode() @@ -74776,23 +75160,11 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); + foreach (var Errors_elm in Errors) { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -74802,16 +75174,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { - Message = message; + this.__typename = __typename; + State = state; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess? other) { if (ReferenceEquals(null, other)) { @@ -74828,7 +75205,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74848,7 +75225,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess)obj); } public override global::System.Int32 GetHashCode() @@ -74856,7 +75233,8 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -74864,23 +75242,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? deployment) { this.__typename = __typename; - Severity = severity; - DeprecationReason = deprecationReason; + State = state; + Deployment = deployment; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? Deployment { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval? other) { if (ReferenceEquals(null, other)) { @@ -74897,7 +75275,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && ((Deployment is null && other.Deployment is null) || Deployment != null && Deployment.Equals(other.Deployment)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74917,7 +75295,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval)obj); } public override global::System.Int32 GetHashCode() @@ -74926,10 +75304,10 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) + hash ^= 397 * State.GetHashCode(); + if (Deployment != null) { - hash ^= 397 * DeprecationReason.GetHashCode(); + hash ^= 397 * Deployment.GetHashCode(); } return hash; @@ -74939,25 +75317,21 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError? other) { if (ReferenceEquals(null, other)) { @@ -74974,7 +75348,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -74994,7 +75368,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError)obj); } public override global::System.Int32 GetHashCode() @@ -75003,17 +75377,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -75021,25 +75385,23 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { this.__typename = __typename; - Severity = severity; - OldType = oldType; - NewType = newType; + Message = message; + Errors = errors; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -75056,7 +75418,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -75076,7 +75438,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -75085,9 +75447,12 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -75095,18 +75460,16 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError { - public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - Column = column; - Line = line; + Collections = collections; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -75123,7 +75486,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -75143,7 +75506,7 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub return false; } - return Equals((PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -75151,985 +75514,779 @@ public PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPub unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscriptionResult + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError { - public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate OnOpenApiCollectionVersionPublishingUpdate { get; } - } + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + { + Collections = collections; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate - { - public global::System.String __typename { get; } - } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOpenApiCollectionVersionPublishFailed - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IOpenApiCollectionVersionPublishFailed - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOpenApiCollectionVersionPublishSuccess - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IOpenApiCollectionVersionPublishSuccess - { - } + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IOperationInProgress - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IProcessingTaskApproved - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IProcessingTaskIsQueued - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IProcessingTaskIsReady - { - } + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate, IWaitForApproval - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors, IConcurrentOperationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError { - } + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) + { + this.__typename = __typename; + Message = message; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors, IOpenApiCollectionValidationError - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors, IProcessingTimeoutError - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors, IUnexpectedProcessingError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment - { - } + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_ClientDeployment : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_SchemaDeployment : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + { + Message = message; + Client = client; + Queries = queries; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections - { - } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors, IPersistedQueryValidationError - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_1 - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_1, IPersistedQueryValidationError - { - } + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_1, ISchemaChangeViolationError - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_1, IInvalidGraphQLSchemaError - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_1, IOpenApiCollectionValidationError - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_1, IMcpFeatureCollectionValidationError - { - } + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_2 - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Message.GetHashCode(); + if (Client != null) + { + hash ^= 397 * Client.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_2, IMcpFeatureCollectionValidationError - { - } + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_3 - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_3, IOpenApiCollectionValidationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError { - } + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) + { + this.__typename = __typename; + Message = message; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4 - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, IPersistedQueryValidationError - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, ISchemaChangeViolationError - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, IOperationsAreNotAllowedError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, ISchemaVersionSyntaxError - { - } + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, IInvalidGraphQLSchemaError - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, IOpenApiCollectionValidationError - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_4, IMcpFeatureCollectionValidationError - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_OpenApiCollection - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError() + { + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities - { - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } - } + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities - { - public global::System.String Name { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client_Client : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Client - { - } + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries - { - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes : ISchemaChangeLogEntry - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IDirectiveModifiedChange - { - } + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IEnumModifiedChange - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IInputObjectModifiedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError { - } + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) + { + this.__typename = __typename; + Changes = changes; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IInterfaceModifiedChange - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IObjectModifiedChange - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IScalarModifiedChange - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberAddedChange - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, ISchemaChange - { - } + return (__typename.Equals(other.__typename)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberRemovedChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes, IUnionModifiedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors - { - public global::System.String Message { get; } - public global::System.String? Code { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Errors - { - } + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_1 + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) + { + this.__typename = __typename; + Message = message; + Column = column; + Position = position; + Line = line; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_1 - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Position { get; } + public global::System.Int32 Line { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationDocumentError - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationEntityValidationError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors - { - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - } + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_PersistedQueryError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes - { - public global::System.String __typename { get; } - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentAdded - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentChanged - { - } + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentRemoved - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Position.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDescriptionChanged + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError { - } + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) + { + this.__typename = __typename; + Message = message; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationAdded - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationRemoved - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1 - { - public global::System.String __typename { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IDescriptionChanged - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueAdded - { - } + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueChanged - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueRemoved - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2 - { - public global::System.String __typename { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IDescriptionChanged - { - } + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldAddedChange - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldRemovedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ClientDeployment : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ClientDeployment { - } + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ClientDeployment(global::System.Collections.Generic.IReadOnlyList errors) + { + Errors = errors; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IInputFieldChanged - { - } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3 - { - public global::System.String __typename { get; } - } + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ClientDeployment? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IDescriptionChanged - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldAddedChange - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldRemovedChange - { - } + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationAdded - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationRemoved - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IOutputFieldChanged - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeAdded - { - } + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ClientDeployment)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeRemoved - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4 - { - public global::System.String __typename { get; } + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IDescriptionChanged + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_FusionConfigurationDeployment { - } + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_FusionConfigurationDeployment(global::System.Collections.Generic.IReadOnlyList errors) + { + Errors = errors; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldAddedChange - { - } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IOutputFieldChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Queries_Errors_Locations - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes, ITypeChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1, IDeprecatedChange - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_FusionConfigurationDeployment? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1, IDescriptionChanged - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2 - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, IDeprecatedChange - { - } + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, IDescriptionChanged - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2, ITypeChanged - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3 - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentAdded - { - } + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_FusionConfigurationDeployment)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentChanged - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IArgumentRemoved - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IDeprecatedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment { - } + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + { + Errors = errors; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, IDescriptionChanged - { - } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2 : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3, ITypeChanged - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationDocumentError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationEntityValidationError - { - } + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes - { - public global::System.String __typename { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, IDeprecatedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, IDescriptionChanged - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes_TypeChanged : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_Changes, ITypeChanged - { - } + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations - { + return hash; + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandMutationResult : global::System.IEquatable, IValidateOpenApiCollectionCommandMutationResult + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment { - public ValidateOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection validateOpenApiCollection) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - ValidateOpenApiCollection = validateOpenApiCollection; + Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection ValidateOpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandMutationResult? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -76146,7 +76303,7 @@ public ValidateOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro. return false; } - return (ValidateOpenApiCollection.Equals(other.ValidateOpenApiCollection)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -76166,7 +76323,7 @@ public ValidateOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro. return false; } - return Equals((ValidateOpenApiCollectionCommandMutationResult)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -76174,7 +76331,11 @@ public ValidateOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro. unchecked { int hash = 5; - hash ^= 397 * ValidateOpenApiCollection.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -76182,18 +76343,16 @@ public ValidateOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload : global::System.IEquatable, IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_SchemaDeployment : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_SchemaDeployment { - public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_SchemaDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - Id = id; Errors = errors; } - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_SchemaDeployment? other) { if (ReferenceEquals(null, other)) { @@ -76210,7 +76369,7 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Valida return false; } - return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -76230,7 +76389,7 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Valida return false; } - return Equals((ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_SchemaDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -76238,17 +76397,9 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Valida unchecked { int hash = 5; - if (Id != null) - { - hash ^= 397 * Id.GetHashCode(); - } - - if (Errors != null) + foreach (var Errors_elm in Errors) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -76258,23 +76409,18 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Valida // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError : global::System.IEquatable, IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors_GraphQLSchemaError { - public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) { - this.__typename = __typename; Message = message; - Name = name; + Code = code; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } public global::System.String Message { get; } - public global::System.String Name { get; } + public global::System.String? Code { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors_GraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -76291,7 +76437,7 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -76311,7 +76457,7 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors return false; } - return Equals((ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors_GraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -76319,9 +76465,12 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + return hash; } } @@ -76329,18 +76478,18 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError : global::System.IEquatable, IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection { - public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError(global::System.String openApiCollectionId, global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) { - OpenApiCollectionId = openApiCollectionId; - Message = message; + McpFeatureCollection = mcpFeatureCollection; + Entities = entities; } - public global::System.String OpenApiCollectionId { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -76357,7 +76506,7 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors return false; } - return (OpenApiCollectionId.Equals(other.OpenApiCollectionId)) && Message.Equals(other.Message); + return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -76377,7 +76526,7 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors return false; } - return Equals((ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -76385,8 +76534,16 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors unchecked { int hash = 5; - hash ^= 397 * OpenApiCollectionId.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + if (McpFeatureCollection != null) + { + hash ^= 397 * McpFeatureCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } + return hash; } } @@ -76394,21 +76551,18 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation : global::System.IEquatable, IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection { - public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) { - this.__typename = __typename; - Message = message; + OpenApiCollection = openApiCollection; + Entities = entities; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -76425,7 +76579,7 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -76445,7 +76599,7 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors return false; } - return Equals((ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -76453,70 +76607,35 @@ public ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + if (OpenApiCollection != null) + { + hash ^= 397 * OpenApiCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection ValidateOpenApiCollection { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection - { - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload : IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError : IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors, IStageNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError : IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors, IOpenApiCollectionNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation : IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors, IUnauthorizedOperation - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscriptionResult : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscriptionResult + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client_Client : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client_Client { - public ValidateOpenApiCollectionCommandSubscriptionResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate onOpenApiCollectionVersionValidationUpdate) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client_Client(global::System.String id, global::System.String name) { - OnOpenApiCollectionVersionValidationUpdate = onOpenApiCollectionVersionValidationUpdate; + Id = id; + Name = name; } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate OnOpenApiCollectionVersionValidationUpdate { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscriptionResult? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client_Client? other) { if (ReferenceEquals(null, other)) { @@ -76533,7 +76652,7 @@ public ValidateOpenApiCollectionCommandSubscriptionResult(global::ChilliCream.Ni return false; } - return (OnOpenApiCollectionVersionValidationUpdate.Equals(other.OnOpenApiCollectionVersionValidationUpdate)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -76553,7 +76672,7 @@ public ValidateOpenApiCollectionCommandSubscriptionResult(global::ChilliCream.Ni return false; } - return Equals((ValidateOpenApiCollectionCommandSubscriptionResult)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client_Client)obj); } public override global::System.Int32 GetHashCode() @@ -76561,7 +76680,8 @@ public ValidateOpenApiCollectionCommandSubscriptionResult(global::ChilliCream.Ni unchecked { int hash = 5; - hash ^= 397 * OnOpenApiCollectionVersionValidationUpdate.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -76569,23 +76689,22 @@ public ValidateOpenApiCollectionCommandSubscriptionResult(global::ChilliCream.Ni // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) { - this.__typename = __typename; - State = state; + DeployedTags = deployedTags; + Message = message; + Hash = hash; Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -76602,7 +76721,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -76622,7 +76741,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -76630,8 +76749,13 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + foreach (var DeployedTags_elm in DeployedTags) + { + hash ^= 397 * DeployedTags_elm.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Hash.GetHashCode(); foreach (var Errors_elm in Errors) { hash ^= 397 * Errors_elm.GetHashCode(); @@ -76644,21 +76768,25 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; - State = state; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -76675,7 +76803,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -76695,7 +76823,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -76704,7 +76832,13 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -76712,21 +76846,25 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; - State = state; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -76743,7 +76881,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -76763,7 +76901,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -76772,7 +76910,13 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -76780,21 +76924,25 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; - State = state; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -76811,7 +76959,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -76831,7 +76979,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -76840,7 +76988,13 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -76848,16 +77002,25 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError(global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Message = message; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -76874,7 +77037,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -76894,7 +77057,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -76902,7 +77065,14 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -76910,16 +77080,25 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Collections = collections; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -76936,7 +77115,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -76956,7 +77135,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -76964,9 +77143,12 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -76976,21 +77158,25 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; - Message = message; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -77007,7 +77193,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -77027,7 +77213,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -77036,7 +77222,13 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -77044,13 +77236,23 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -77067,7 +77269,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -77087,7 +77289,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -77095,6 +77297,9 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -77102,21 +77307,21 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) { this.__typename = __typename; - Message = message; + Severity = severity; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -77133,7 +77338,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -77153,7 +77358,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -77162,7 +77367,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); return hash; } } @@ -77170,18 +77375,23 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - OpenApiCollection = openApiCollection; - Entities = entities; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -77198,7 +77408,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -77218,7 +77428,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -77226,16 +77436,9 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa unchecked { int hash = 5; - if (OpenApiCollection != null) - { - hash ^= 397 * OpenApiCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) - { - hash ^= 397 * Entities_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -77243,18 +77446,25 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Id = id; - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.String Id { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -77271,7 +77481,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -77291,7 +77501,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -77299,8 +77509,14 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -77308,20 +77524,20 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - Errors = errors; - HttpMethod = httpMethod; - Route = route; + Message = message; + Client = client; + Queries = queries; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError? other) { if (ReferenceEquals(null, other)) { @@ -77338,7 +77554,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -77358,7 +77574,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -77366,13 +77582,17 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * Message.GetHashCode(); + if (Client != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); } - hash ^= 397 * HttpMethod.GetHashCode(); - hash ^= 397 * Route.GetHashCode(); return hash; } } @@ -77380,18 +77600,20 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - Errors = errors; - Name = name; + Message = message; + Client = client; + Queries = queries; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -77408,7 +77630,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -77428,7 +77650,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -77436,12 +77658,17 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * Message.GetHashCode(); + if (Client != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); } - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -77449,22 +77676,18 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) { - Code = code; Message = message; - Path = path; - Locations = locations; + Changes = changes; } - public global::System.String? Code { get; } public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError? other) { if (ReferenceEquals(null, other)) { @@ -77481,7 +77704,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -77501,7 +77724,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError)obj); } public override global::System.Int32 GetHashCode() @@ -77509,23 +77732,10 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) + foreach (var Changes_elm in Changes) { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -77535,16 +77745,23 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { + this.__typename = __typename; Message = message; + Errors = errors; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -77561,7 +77778,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -77581,7 +77798,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -77589,7 +77806,13 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -77597,18 +77820,16 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError { - public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - Column = column; - Line = line; + Collections = collections; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -77625,7 +77846,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -77645,7 +77866,7 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa return false; } - return Equals((ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -77653,203 +77874,28 @@ public ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionVa unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscriptionResult + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError { - public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate OnOpenApiCollectionVersionValidationUpdate { get; } - } + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + { + Collections = collections; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate - { - public global::System.String __typename { get; } - } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOpenApiCollectionVersionValidationFailed - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate, IOpenApiCollectionVersionValidationFailed - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOpenApiCollectionVersionValidationSuccess - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate, IOpenApiCollectionVersionValidationSuccess - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate, IOperationInProgress - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate, IValidationInProgress - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOpenApiCollectionValidationArchiveError - { - public global::System.String Message { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors, IOpenApiCollectionValidationArchiveError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors, IOpenApiCollectionValidationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors, IProcessingTimeoutError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors, IUnexpectedProcessingError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_OpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities - { - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationDocumentError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors, IOpenApiCollectionValidationEntityValidationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateOpenApiCollectionCommandMutationResult : global::System.IEquatable, ICreateOpenApiCollectionCommandMutationResult - { - public CreateOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection createOpenApiCollection) - { - CreateOpenApiCollection = createOpenApiCollection; - } - - public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection CreateOpenApiCollection { get; } - - public virtual global::System.Boolean Equals(CreateOpenApiCollectionCommandMutationResult? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -77866,7 +77912,7 @@ public CreateOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.Co return false; } - return (CreateOpenApiCollection.Equals(other.CreateOpenApiCollection)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -77886,7 +77932,7 @@ public CreateOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.Co return false; } - return Equals((CreateOpenApiCollectionCommandMutationResult)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -77894,7 +77940,11 @@ public CreateOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.Co unchecked { int hash = 5; - hash ^= 397 * CreateOpenApiCollection.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -77902,18 +77952,16 @@ public CreateOpenApiCollectionCommandMutationResult(global::ChilliCream.Nitro.Co // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload : global::System.IEquatable, ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 { - public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload(global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList? errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) { - OpenApiCollection = openApiCollection; - Errors = errors; + Collections = collections; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -77930,7 +77978,7 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpen return false; } - return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -77950,7 +77998,7 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpen return false; } - return Equals((CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -77958,17 +78006,9 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpen unchecked { int hash = 5; - if (OpenApiCollection != null) - { - hash ^= 397 * OpenApiCollection.GetHashCode(); - } - - if (Errors != null) + foreach (var Collections_elm in Collections) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * Collections_elm.GetHashCode(); } return hash; @@ -77978,18 +78018,16 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpen // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection : global::System.IEquatable, ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 { - public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection(global::System.String name, global::System.String id) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) { - Name = name; - Id = id; + Collections = collections; } - public global::System.String Name { get; } - public global::System.String Id { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -78006,7 +78044,7 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCol return false; } - return (Name.Equals(other.Name)) && Id.Equals(other.Id); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78026,7 +78064,7 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCol return false; } - return Equals((CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -78034,8 +78072,11 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCol unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Id.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -78043,23 +78084,20 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCol // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError : global::System.IEquatable, ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 { - public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError(global::System.String message, global::System.String __typename, global::System.String apiId) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { Message = message; - this.__typename = __typename; - ApiId = apiId; + Client = client; + Queries = queries; } public global::System.String Message { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String ApiId { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -78076,7 +78114,7 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_Api return false; } - return (Message.Equals(other.Message)) && __typename.Equals(other.__typename) && ApiId.Equals(other.ApiId); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78096,7 +78134,7 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_Api return false; } - return Equals((CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -78105,8 +78143,16 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_Api { int hash = 5; hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); + if (Client != null) + { + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); + } + return hash; } } @@ -78114,21 +78160,18 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_Api // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 { - public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation(global::System.String message, global::System.String __typename) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) { Message = message; - this.__typename = __typename; + Changes = changes; } public global::System.String Message { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1? other) { if (ReferenceEquals(null, other)) { @@ -78145,7 +78188,7 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_Una return false; } - return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); + return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78165,7 +78208,7 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_Una return false; } - return Equals((CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -78174,81 +78217,33 @@ public CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_Una { int hash = 5; hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateOpenApiCollectionCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection CreateOpenApiCollection { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload : ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateOpenApiCollectionCommandMutation_OpenApiCollection : IOpenApiCollectionDetailPrompt_OpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection : ICreateOpenApiCollectionCommandMutation_OpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection : ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError : ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors, IApiNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation : ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors, IUnauthorizedOperation - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteOpenApiCollectionByIdCommandMutationResult : global::System.IEquatable, IDeleteOpenApiCollectionByIdCommandMutationResult + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError { - public DeleteOpenApiCollectionByIdCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById deleteOpenApiCollectionById) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) { - DeleteOpenApiCollectionById = deleteOpenApiCollectionById; + this.__typename = __typename; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById DeleteOpenApiCollectionById { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(DeleteOpenApiCollectionByIdCommandMutationResult? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError? other) { if (ReferenceEquals(null, other)) { @@ -78265,7 +78260,7 @@ public DeleteOpenApiCollectionByIdCommandMutationResult(global::ChilliCream.Nitr return false; } - return (DeleteOpenApiCollectionById.Equals(other.DeleteOpenApiCollectionById)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78285,7 +78280,7 @@ public DeleteOpenApiCollectionByIdCommandMutationResult(global::ChilliCream.Nitr return false; } - return Equals((DeleteOpenApiCollectionByIdCommandMutationResult)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError)obj); } public override global::System.Int32 GetHashCode() @@ -78293,7 +78288,8 @@ public DeleteOpenApiCollectionByIdCommandMutationResult(global::ChilliCream.Nitr unchecked { int hash = 5; - hash ^= 397 * DeleteOpenApiCollectionById.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -78301,18 +78297,27 @@ public DeleteOpenApiCollectionByIdCommandMutationResult(global::ChilliCream.Nitr // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload : global::System.IEquatable, IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError { - public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload(global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList? errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) { - OpenApiCollection = openApiCollection; - Errors = errors; + this.__typename = __typename; + Message = message; + Column = column; + Position = position; + Line = line; } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Position { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError? other) { if (ReferenceEquals(null, other)) { @@ -78329,7 +78334,7 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_De return false; } - return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78349,7 +78354,7 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_De return false; } - return Equals((DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError)obj); } public override global::System.Int32 GetHashCode() @@ -78357,19 +78362,11 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_De unchecked { int hash = 5; - if (OpenApiCollection != null) - { - hash ^= 397 * OpenApiCollection.GetHashCode(); - } - - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Position.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -78377,18 +78374,23 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_De // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 { - public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection(global::System.String name, global::System.String id) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { - Name = name; - Id = id; + this.__typename = __typename; + Message = message; + Errors = errors; } - public global::System.String Name { get; } - public global::System.String Id { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1? other) { if (ReferenceEquals(null, other)) { @@ -78405,7 +78407,7 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Op return false; } - return (Name.Equals(other.Name)) && Id.Equals(other.Id); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78425,7 +78427,7 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Op return false; } - return Equals((DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1)obj); } public override global::System.Int32 GetHashCode() @@ -78433,8 +78435,13 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Op unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -78442,18 +78449,16 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Op // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError : global::System.IEquatable, IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 { - public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError(global::System.String message, global::System.String openApiCollectionId) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) { - Message = message; - OpenApiCollectionId = openApiCollectionId; + Collections = collections; } - public global::System.String Message { get; } - public global::System.String OpenApiCollectionId { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -78470,7 +78475,7 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Er return false; } - return (Message.Equals(other.Message)) && OpenApiCollectionId.Equals(other.OpenApiCollectionId); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78490,7 +78495,7 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Er return false; } - return Equals((DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -78498,8 +78503,11 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Er unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * OpenApiCollectionId.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -78507,21 +78515,16 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Er // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation : global::System.IEquatable, IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 { - public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation(global::System.String message, global::System.String __typename) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) { - Message = message; - this.__typename = __typename; + Collections = collections; } - public global::System.String Message { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -78538,7 +78541,7 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Er return false; } - return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78558,7 +78561,7 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Er return false; } - return Equals((DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -78566,85 +78569,30 @@ public DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Er unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteOpenApiCollectionByIdCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById DeleteOpenApiCollectionById { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById - { - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload : IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection : IOpenApiCollectionDetailPrompt_OpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection : IDeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection : IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError : IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors, IOpenApiCollectionNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation : IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors, IUnauthorizedOperation - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQueryResult : global::System.IEquatable, IShowWorkspaceCommandQueryResult + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection { - public ShowWorkspaceCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQuery_Node? node) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) { - Node = node; + Id = id; + Name = name; } - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQuery_Node? Node { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQueryResult? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -78661,7 +78609,7 @@ public ShowWorkspaceCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Cli return false; } - return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78681,7 +78629,7 @@ public ShowWorkspaceCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Cli return false; } - return Equals((ShowWorkspaceCommandQueryResult)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -78689,11 +78637,8 @@ public ShowWorkspaceCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Cli unchecked { int hash = 5; - if (Node != null) - { - hash ^= 397 * Node.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -78701,13 +78646,18 @@ public ShowWorkspaceCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Cli // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_Api : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Api + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt { - public ShowWorkspaceCommandQuery_Node_Api() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { + Errors = errors; + Name = name; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Api? other) + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) { if (ReferenceEquals(null, other)) { @@ -78724,7 +78674,7 @@ public ShowWorkspaceCommandQuery_Node_Api() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78744,7 +78694,7 @@ public ShowWorkspaceCommandQuery_Node_Api() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_Api)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); } public override global::System.Int32 GetHashCode() @@ -78752,6 +78702,12 @@ public ShowWorkspaceCommandQuery_Node_Api() unchecked { int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -78759,13 +78715,18 @@ public ShowWorkspaceCommandQuery_Node_Api() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_ApiDocument : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_ApiDocument + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool { - public ShowWorkspaceCommandQuery_Node_ApiDocument() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { + Errors = errors; + Name = name; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_ApiDocument? other) + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) { if (ReferenceEquals(null, other)) { @@ -78782,7 +78743,7 @@ public ShowWorkspaceCommandQuery_Node_ApiDocument() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78802,7 +78763,7 @@ public ShowWorkspaceCommandQuery_Node_ApiDocument() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_ApiDocument)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); } public override global::System.Int32 GetHashCode() @@ -78810,6 +78771,12 @@ public ShowWorkspaceCommandQuery_Node_ApiDocument() unchecked { int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -78817,13 +78784,18 @@ public ShowWorkspaceCommandQuery_Node_ApiDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_ApiKey : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_ApiKey + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection { - public ShowWorkspaceCommandQuery_Node_ApiKey() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) { + Id = id; + Name = name; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_ApiKey? other) + public global::System.String Id { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -78840,7 +78812,7 @@ public ShowWorkspaceCommandQuery_Node_ApiKey() return false; } - return true; + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78860,7 +78832,7 @@ public ShowWorkspaceCommandQuery_Node_ApiKey() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_ApiKey)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -78868,6 +78840,8 @@ public ShowWorkspaceCommandQuery_Node_ApiKey() unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -78875,13 +78849,20 @@ public ShowWorkspaceCommandQuery_Node_ApiKey() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_Client : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Client + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint { - public ShowWorkspaceCommandQuery_Node_Client() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) { + Errors = errors; + HttpMethod = httpMethod; + Route = route; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Client? other) + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) { if (ReferenceEquals(null, other)) { @@ -78898,7 +78879,7 @@ public ShowWorkspaceCommandQuery_Node_Client() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78918,7 +78899,7 @@ public ShowWorkspaceCommandQuery_Node_Client() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_Client)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); } public override global::System.Int32 GetHashCode() @@ -78926,6 +78907,13 @@ public ShowWorkspaceCommandQuery_Node_Client() unchecked { int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * HttpMethod.GetHashCode(); + hash ^= 397 * Route.GetHashCode(); return hash; } } @@ -78933,13 +78921,18 @@ public ShowWorkspaceCommandQuery_Node_Client() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_ClientChangeLog + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel { - public ShowWorkspaceCommandQuery_Node_ClientChangeLog() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { + Errors = errors; + Name = name; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_ClientChangeLog? other) + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) { if (ReferenceEquals(null, other)) { @@ -78956,7 +78949,7 @@ public ShowWorkspaceCommandQuery_Node_ClientChangeLog() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -78976,7 +78969,7 @@ public ShowWorkspaceCommandQuery_Node_ClientChangeLog() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_ClientChangeLog)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); } public override global::System.Int32 GetHashCode() @@ -78984,6 +78977,12 @@ public ShowWorkspaceCommandQuery_Node_ClientChangeLog() unchecked { int hash = 5; + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -78991,13 +78990,22 @@ public ShowWorkspaceCommandQuery_Node_ClientChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_ClientDeployment : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_ClientDeployment + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError { - public ShowWorkspaceCommandQuery_Node_ClientDeployment() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { + Message = message; + Code = code; + Path = path; + Locations = locations; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_ClientDeployment? other) + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError? other) { if (ReferenceEquals(null, other)) { @@ -79014,7 +79022,7 @@ public ShowWorkspaceCommandQuery_Node_ClientDeployment() return false; } - return true; + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79034,7 +79042,7 @@ public ShowWorkspaceCommandQuery_Node_ClientDeployment() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_ClientDeployment)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError)obj); } public override global::System.Int32 GetHashCode() @@ -79042,6 +79050,25 @@ public ShowWorkspaceCommandQuery_Node_ClientDeployment() unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } + return hash; } } @@ -79049,13 +79076,27 @@ public ShowWorkspaceCommandQuery_Node_ClientDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_ClientVersion : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_ClientVersion + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentAdded { - public ShowWorkspaceCommandQuery_Node_ClientVersion() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_ClientVersion? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -79072,7 +79113,7 @@ public ShowWorkspaceCommandQuery_Node_ClientVersion() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79092,7 +79133,7 @@ public ShowWorkspaceCommandQuery_Node_ClientVersion() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_ClientVersion)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -79100,6 +79141,11 @@ public ShowWorkspaceCommandQuery_Node_ClientVersion() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -79107,13 +79153,27 @@ public ShowWorkspaceCommandQuery_Node_ClientVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentChanged { - public ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + Changes = changes; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -79130,7 +79190,7 @@ public ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79150,7 +79210,7 @@ public ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -79158,6 +79218,15 @@ public ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -79165,13 +79234,27 @@ public ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_Environment : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Environment + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentRemoved { - public ShowWorkspaceCommandQuery_Node_Environment() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Environment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -79188,7 +79271,7 @@ public ShowWorkspaceCommandQuery_Node_Environment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79208,7 +79291,7 @@ public ShowWorkspaceCommandQuery_Node_Environment() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_Environment)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -79216,6 +79299,11 @@ public ShowWorkspaceCommandQuery_Node_Environment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -79223,13 +79311,25 @@ public ShowWorkspaceCommandQuery_Node_Environment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged { - public ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -79246,7 +79346,7 @@ public ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79266,7 +79366,7 @@ public ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -79274,6 +79374,18 @@ public ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -79281,13 +79393,23 @@ public ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationAdded { - public ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { + this.__typename = __typename; + Severity = severity; + Location = location; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationAdded? other) { if (ReferenceEquals(null, other)) { @@ -79304,7 +79426,7 @@ public ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79324,7 +79446,7 @@ public ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -79332,6 +79454,9 @@ public ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -79339,13 +79464,23 @@ public ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationRemoved { - public ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { + this.__typename = __typename; + Severity = severity; + Location = location; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -79362,7 +79497,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79382,7 +79517,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -79390,6 +79525,9 @@ public ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -79397,13 +79535,25 @@ public ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_1 { - public ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -79420,7 +79570,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79440,7 +79590,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -79448,6 +79598,18 @@ public ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -79455,13 +79617,23 @@ public ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueAdded { - public ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueAdded? other) { if (ReferenceEquals(null, other)) { @@ -79478,7 +79650,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79498,7 +79670,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueAdded)obj); } public override global::System.Int32 GetHashCode() @@ -79506,6 +79678,9 @@ public ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -79513,13 +79688,25 @@ public ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueChanged { - public ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueChanged? other) { if (ReferenceEquals(null, other)) { @@ -79536,7 +79723,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79556,7 +79743,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueChanged)obj); } public override global::System.Int32 GetHashCode() @@ -79564,6 +79751,14 @@ public ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -79571,13 +79766,23 @@ public ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueRemoved { - public ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueRemoved? other) { if (ReferenceEquals(null, other)) { @@ -79594,7 +79799,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79614,7 +79819,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -79622,6 +79827,9 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -79629,13 +79837,25 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_2 { - public ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -79652,7 +79872,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79672,7 +79892,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -79680,20 +79900,46 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition() unchecked { int hash = 5; - return hash; - } - } - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + return hash; + } + } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange { - public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -79710,7 +79956,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79730,7 +79976,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -79738,6 +79984,11 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -79745,13 +79996,27 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange { - public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -79768,7 +80033,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79788,7 +80053,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -79796,6 +80061,11 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -79803,13 +80073,27 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InputFieldChanged { - public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -79826,7 +80110,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79846,7 +80130,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -79854,6 +80138,15 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -79861,13 +80154,25 @@ public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_3 { - public ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -79884,7 +80189,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79904,7 +80209,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -79912,6 +80217,18 @@ public ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -79919,13 +80236,27 @@ public ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_1 { - public ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -79942,7 +80273,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -79962,7 +80293,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -79970,6 +80301,11 @@ public ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -79977,13 +80313,27 @@ public ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_1 { - public ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -80000,7 +80350,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80020,7 +80370,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -80028,6 +80378,11 @@ public ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -80035,13 +80390,23 @@ public ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded { - public ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded? other) { if (ReferenceEquals(null, other)) { @@ -80058,7 +80423,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80078,7 +80443,7 @@ public ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -80086,6 +80451,9 @@ public ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -80093,13 +80461,23 @@ public ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_Group : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Group + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved { - public ShowWorkspaceCommandQuery_Node_Group() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Group? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -80116,7 +80494,7 @@ public ShowWorkspaceCommandQuery_Node_Group() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80136,7 +80514,7 @@ public ShowWorkspaceCommandQuery_Node_Group() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_Group)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -80144,6 +80522,9 @@ public ShowWorkspaceCommandQuery_Node_Group() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -80151,13 +80532,27 @@ public ShowWorkspaceCommandQuery_Node_Group() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_McpFeatureCollection + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged { - public ShowWorkspaceCommandQuery_Node_McpFeatureCollection() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_McpFeatureCollection? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -80174,7 +80569,7 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollection() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80194,7 +80589,7 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollection() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_McpFeatureCollection)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -80202,6 +80597,15 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollection() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -80209,13 +80613,23 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeAdded { - public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeAdded? other) { if (ReferenceEquals(null, other)) { @@ -80232,7 +80646,7 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80252,7 +80666,7 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeAdded)obj); } public override global::System.Int32 GetHashCode() @@ -80260,6 +80674,9 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -80267,13 +80684,23 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeRemoved { - public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeRemoved? other) { if (ReferenceEquals(null, other)) { @@ -80290,7 +80717,7 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80310,7 +80737,7 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -80318,6 +80745,9 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -80325,13 +80755,25 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_4 { - public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_4? other) { if (ReferenceEquals(null, other)) { @@ -80348,7 +80790,7 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80368,7 +80810,7 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_4)obj); } public override global::System.Int32 GetHashCode() @@ -80376,6 +80818,18 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -80383,13 +80837,27 @@ public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_OpenApiCollection + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_2 { - public ShowWorkspaceCommandQuery_Node_OpenApiCollection() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_OpenApiCollection? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -80406,7 +80874,7 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollection() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80426,7 +80894,7 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollection() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_OpenApiCollection)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -80434,6 +80902,11 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollection() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -80441,13 +80914,27 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_2 { - public ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -80464,7 +80951,7 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80484,7 +80971,7 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -80492,6 +80979,11 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -80499,13 +80991,23 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1 { - public ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) { if (ReferenceEquals(null, other)) { @@ -80522,7 +81024,7 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80542,7 +81044,7 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); } public override global::System.Int32 GetHashCode() @@ -80550,6 +81052,9 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -80557,13 +81062,23 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1 { - public ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) { if (ReferenceEquals(null, other)) { @@ -80580,7 +81095,7 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80600,7 +81115,7 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); } public override global::System.Int32 GetHashCode() @@ -80608,6 +81123,9 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -80615,13 +81133,27 @@ public ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_Organization : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Organization + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged_1 { - public ShowWorkspaceCommandQuery_Node_Organization() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Organization? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -80638,7 +81170,7 @@ public ShowWorkspaceCommandQuery_Node_Organization() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80658,7 +81190,7 @@ public ShowWorkspaceCommandQuery_Node_Organization() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_Organization)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -80666,6 +81198,15 @@ public ShowWorkspaceCommandQuery_Node_Organization() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -80673,13 +81214,25 @@ public ShowWorkspaceCommandQuery_Node_Organization() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_OrganizationMember : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_OrganizationMember + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_5 { - public ShowWorkspaceCommandQuery_Node_OrganizationMember() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_OrganizationMember? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_5? other) { if (ReferenceEquals(null, other)) { @@ -80696,7 +81249,7 @@ public ShowWorkspaceCommandQuery_Node_OrganizationMember() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80716,7 +81269,7 @@ public ShowWorkspaceCommandQuery_Node_OrganizationMember() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_OrganizationMember)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_5)obj); } public override global::System.Int32 GetHashCode() @@ -80724,6 +81277,18 @@ public ShowWorkspaceCommandQuery_Node_OrganizationMember() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -80731,13 +81296,25 @@ public ShowWorkspaceCommandQuery_Node_OrganizationMember() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_SchemaChangeLog + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_6 { - public ShowWorkspaceCommandQuery_Node_SchemaChangeLog() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_SchemaChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_6? other) { if (ReferenceEquals(null, other)) { @@ -80754,7 +81331,7 @@ public ShowWorkspaceCommandQuery_Node_SchemaChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80774,7 +81351,7 @@ public ShowWorkspaceCommandQuery_Node_SchemaChangeLog() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_SchemaChangeLog)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_6)obj); } public override global::System.Int32 GetHashCode() @@ -80782,6 +81359,18 @@ public ShowWorkspaceCommandQuery_Node_SchemaChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -80789,13 +81378,23 @@ public ShowWorkspaceCommandQuery_Node_SchemaChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_SchemaDeployment + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberAdded { - public ShowWorkspaceCommandQuery_Node_SchemaDeployment() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_SchemaDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberAdded? other) { if (ReferenceEquals(null, other)) { @@ -80812,7 +81411,7 @@ public ShowWorkspaceCommandQuery_Node_SchemaDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80832,7 +81431,7 @@ public ShowWorkspaceCommandQuery_Node_SchemaDeployment() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_SchemaDeployment)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberAdded)obj); } public override global::System.Int32 GetHashCode() @@ -80840,6 +81439,9 @@ public ShowWorkspaceCommandQuery_Node_SchemaDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -80847,13 +81449,23 @@ public ShowWorkspaceCommandQuery_Node_SchemaDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_Stage : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Stage + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberRemoved { - public ShowWorkspaceCommandQuery_Node_Stage() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Stage? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberRemoved? other) { if (ReferenceEquals(null, other)) { @@ -80870,7 +81482,7 @@ public ShowWorkspaceCommandQuery_Node_Stage() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80890,7 +81502,7 @@ public ShowWorkspaceCommandQuery_Node_Stage() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_Stage)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -80898,6 +81510,9 @@ public ShowWorkspaceCommandQuery_Node_Stage() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -80905,13 +81520,18 @@ public ShowWorkspaceCommandQuery_Node_Stage() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_User : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_User + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client_Client : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client_Client { - public ShowWorkspaceCommandQuery_Node_User() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client_Client(global::System.String id, global::System.String name) { + Id = id; + Name = name; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_User? other) + public global::System.String Id { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client_Client? other) { if (ReferenceEquals(null, other)) { @@ -80928,7 +81548,7 @@ public ShowWorkspaceCommandQuery_Node_User() return false; } - return true; + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -80948,7 +81568,7 @@ public ShowWorkspaceCommandQuery_Node_User() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_User)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client_Client)obj); } public override global::System.Int32 GetHashCode() @@ -80956,6 +81576,8 @@ public ShowWorkspaceCommandQuery_Node_User() unchecked { int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -80963,20 +81585,22 @@ public ShowWorkspaceCommandQuery_Node_User() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_Workspace : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Workspace + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed { - public ShowWorkspaceCommandQuery_Node_Workspace(global::System.String id, global::System.String name, global::System.Boolean personal) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) { - Id = id; - Name = name; - Personal = personal; + DeployedTags = deployedTags; + Message = message; + Hash = hash; + Errors = errors; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.Boolean Personal { get; } + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Workspace? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -80993,7 +81617,7 @@ public ShowWorkspaceCommandQuery_Node_Workspace(global::System.String id, global return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::System.Object.Equals(Personal, other.Personal); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -81013,7 +81637,7 @@ public ShowWorkspaceCommandQuery_Node_Workspace(global::System.String id, global return false; } - return Equals((ShowWorkspaceCommandQuery_Node_Workspace)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -81021,9 +81645,18 @@ public ShowWorkspaceCommandQuery_Node_Workspace(global::System.String id, global unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Personal.GetHashCode(); + foreach (var DeployedTags_elm in DeployedTags) + { + hash ^= 397 * DeployedTags_elm.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Hash.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -81031,13 +81664,25 @@ public ShowWorkspaceCommandQuery_Node_Workspace(global::System.String id, global // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_WorkspaceDocument + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange { - public ShowWorkspaceCommandQuery_Node_WorkspaceDocument() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_WorkspaceDocument? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -81054,7 +81699,7 @@ public ShowWorkspaceCommandQuery_Node_WorkspaceDocument() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -81074,7 +81719,7 @@ public ShowWorkspaceCommandQuery_Node_WorkspaceDocument() return false; } - return Equals((ShowWorkspaceCommandQuery_Node_WorkspaceDocument)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -81082,297 +81727,40 @@ public ShowWorkspaceCommandQuery_Node_WorkspaceDocument() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQueryResult - { - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQuery_Node? Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// The node interface is implemented by entities that have a global unique identifier. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_Api : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_ApiDocument : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_ApiKey : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_Client : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_ClientChangeLog : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_ClientDeployment : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_ClientVersion : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_Environment : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_Group : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_McpFeatureCollection : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_OpenApiCollection : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_Organization : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_OrganizationMember : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_SchemaChangeLog : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_SchemaDeployment : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_Stage : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_User : IShowWorkspaceCommandQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IWorkspaceDetailPrompt_Workspace - { - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.Boolean Personal { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_Workspace : IShowWorkspaceCommandQuery_Node, IWorkspaceDetailPrompt_Workspace - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQuery_Node_WorkspaceDocument : IShowWorkspaceCommandQuery_Node - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateWorkspaceCommandMutationResult : global::System.IEquatable, ICreateWorkspaceCommandMutationResult + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange { - public CreateWorkspaceCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace createWorkspace) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - CreateWorkspace = createWorkspace; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace CreateWorkspace { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(CreateWorkspaceCommandMutationResult? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -81389,7 +81777,7 @@ public CreateWorkspaceCommandMutationResult(global::ChilliCream.Nitro.CommandLin return false; } - return (CreateWorkspace.Equals(other.CreateWorkspace)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -81409,7 +81797,7 @@ public CreateWorkspaceCommandMutationResult(global::ChilliCream.Nitro.CommandLin return false; } - return Equals((CreateWorkspaceCommandMutationResult)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -81417,7 +81805,14 @@ public CreateWorkspaceCommandMutationResult(global::ChilliCream.Nitro.CommandLin unchecked { int hash = 5; - hash ^= 397 * CreateWorkspace.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -81425,18 +81820,25 @@ public CreateWorkspaceCommandMutationResult(global::ChilliCream.Nitro.CommandLin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload : global::System.IEquatable, ICreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange { - public CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload(global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace? workspace, global::System.Collections.Generic.IReadOnlyList? errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Workspace = workspace; - Errors = errors; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace? Workspace { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -81453,7 +81855,7 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload(glo return false; } - return (((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -81473,7 +81875,7 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload(glo return false; } - return Equals((CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -81481,17 +81883,12 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload(glo unchecked { int hash = 5; - if (Workspace != null) - { - hash ^= 397 * Workspace.GetHashCode(); - } - - if (Errors != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -81501,20 +81898,25 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload(glo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace : global::System.IEquatable, ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange { - public CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace(global::System.String id, global::System.String name, global::System.Boolean personal) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Id = id; - Name = name; - Personal = personal; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.Boolean Personal { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -81531,7 +81933,7 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace(global return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::System.Object.Equals(Personal, other.Personal); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -81551,7 +81953,7 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace(global return false; } - return Equals((CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -81559,9 +81961,14 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace(global unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Personal.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -81569,16 +81976,25 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace(global // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange { - public CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation(global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Message = message; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -81595,7 +82011,7 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperati return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -81615,7 +82031,7 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperati return false; } - return Equals((CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -81623,7 +82039,14 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperati unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -81631,16 +82054,25 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperati // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError : global::System.IEquatable, ICreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange { - public CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError(global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Message = message; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -81657,7 +82089,7 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError(glo return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -81677,7 +82109,7 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError(glo return false; } - return Equals((CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -81685,77 +82117,38 @@ public CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError(glo unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateWorkspaceCommandMutationResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace CreateWorkspace { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace - { - public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace? Workspace { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload : ICreateWorkspaceCommandMutation_CreateWorkspace - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace : IWorkspaceDetailPrompt_Workspace - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace : ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation : ICreateWorkspaceCommandMutation_CreateWorkspace_Errors - { - public global::System.String Message { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError : ICreateWorkspaceCommandMutation_CreateWorkspace_Errors - { - public global::System.String Message { get; } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListWorkspaceCommandQueryResult : global::System.IEquatable, IListWorkspaceCommandQueryResult + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange { - public ListWorkspaceCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me? me) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Me = me; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me? Me { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(ListWorkspaceCommandQueryResult? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -81772,7 +82165,7 @@ public ListWorkspaceCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Cli return false; } - return (((Me is null && other.Me is null) || Me != null && Me.Equals(other.Me))); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -81792,7 +82185,7 @@ public ListWorkspaceCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Cli return false; } - return Equals((ListWorkspaceCommandQueryResult)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -81800,11 +82193,9 @@ public ListWorkspaceCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Cli unchecked { int hash = 5; - if (Me != null) - { - hash ^= 397 * Me.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -81812,16 +82203,21 @@ public ListWorkspaceCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Cli // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListWorkspaceCommandQuery_Me_Viewer : global::System.IEquatable, IListWorkspaceCommandQuery_Me_Viewer + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange { - public ListWorkspaceCommandQuery_Me_Viewer(global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces? workspaces) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) { - Workspaces = workspaces; + this.__typename = __typename; + Severity = severity; } - public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces? Workspaces { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public virtual global::System.Boolean Equals(ListWorkspaceCommandQuery_Me_Viewer? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -81838,7 +82234,7 @@ public ListWorkspaceCommandQuery_Me_Viewer(global::ChilliCream.Nitro.CommandLine return false; } - return (((Workspaces is null && other.Workspaces is null) || Workspaces != null && Workspaces.Equals(other.Workspaces))); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -81858,7 +82254,7 @@ public ListWorkspaceCommandQuery_Me_Viewer(global::ChilliCream.Nitro.CommandLine return false; } - return Equals((ListWorkspaceCommandQuery_Me_Viewer)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -81866,39 +82262,32 @@ public ListWorkspaceCommandQuery_Me_Viewer(global::ChilliCream.Nitro.CommandLine unchecked { int hash = 5; - if (Workspaces != null) - { - hash ^= 397 * Workspaces.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection : global::System.IEquatable, IListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange { - public ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_PageInfo pageInfo) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Edges = edges; - PageInfo = pageInfo; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_PageInfo PageInfo { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -81915,7 +82304,7 @@ public ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection(global::Syst return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -81935,7 +82324,7 @@ public ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection(global::Syst return false; } - return Equals((ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -81943,43 +82332,35 @@ public ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection(global::Syst unchecked { int hash = 5; - if (Edges != null) - { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } - } - - hash ^= 397 * PageInfo.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge : global::System.IEquatable, IListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange { - public ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node node) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Cursor = cursor; - Node = node; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node Node { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -81996,7 +82377,7 @@ public ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge(global::Syst return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -82016,7 +82397,7 @@ public ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge(global::Syst return false; } - return Equals((ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -82024,46 +82405,33 @@ public ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge(global::Syst unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo : global::System.IEquatable, IListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError { - public ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + Message = message; + Code = code; } - /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. - /// - public global::System.String? StartCursor { get; } + public global::System.String Message { get; } + public global::System.String? Code { get; } - public virtual global::System.Boolean Equals(ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -82080,7 +82448,7 @@ public ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo(global::System. return false; } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -82100,7 +82468,7 @@ public ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo(global::System. return false; } - return Equals((ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -82108,16 +82476,10 @@ public ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo(global::System. unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - - if (StartCursor != null) + hash ^= 397 * Message.GetHashCode(); + if (Code != null) { - hash ^= 397 * StartCursor.GetHashCode(); + hash ^= 397 * Code.GetHashCode(); } return hash; @@ -82127,20 +82489,18 @@ public ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo(global::System. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace : global::System.IEquatable, IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection { - public ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace(global::System.String id, global::System.String name, global::System.Boolean personal) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) { - Id = id; - Name = name; - Personal = personal; + OpenApiCollection = openApiCollection; + Entities = entities; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.Boolean Personal { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -82157,7 +82517,7 @@ public ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace(global::Syst return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::System.Object.Equals(Personal, other.Personal); + return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -82177,7 +82537,7 @@ public ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace(global::Syst return false; } - return Equals((ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -82185,143 +82545,35 @@ public ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace(global::Syst unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Personal.GetHashCode(); + if (OpenApiCollection != null) + { + hash ^= 397 * OpenApiCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommandQueryResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me? Me { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommandQuery_Me - { - public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces? Workspaces { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommandQuery_Me_Viewer : IListWorkspaceCommandQuery_Me - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommandQuery_Me_Workspaces - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection : IListWorkspaceCommandQuery_Me_Workspaces - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommand_WorkspaceEdge - { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommandQuery_Me_Workspaces_Edges : IListWorkspaceCommand_WorkspaceEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge : IListWorkspaceCommandQuery_Me_Workspaces_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommandQuery_Me_Workspaces_PageInfo : IPageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo : IListWorkspaceCommandQuery_Me_Workspaces_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommand_Workspace : IWorkspaceDetailPrompt_Workspace - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node : IListWorkspaceCommand_Workspace - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace : IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult : global::System.IEquatable, ISetDefaultWorkspaceCommand_SelectWorkspace_QueryResult + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection { - public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult(global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me? me) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) { - Me = me; + McpFeatureCollection = mcpFeatureCollection; + Entities = entities; } - public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me? Me { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -82338,7 +82590,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult(global::ChilliCrea return false; } - return (((Me is null && other.Me is null) || Me != null && Me.Equals(other.Me))); + return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -82358,7 +82610,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult(global::ChilliCrea return false; } - return Equals((SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -82366,9 +82618,14 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult(global::ChilliCrea unchecked { int hash = 5; - if (Me != null) + if (McpFeatureCollection != null) { - hash ^= 397 * Me.GetHashCode(); + hash ^= 397 * McpFeatureCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); } return hash; @@ -82378,16 +82635,22 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult(global::ChilliCrea // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer : global::System.IEquatable, ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError { - public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer(global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces? workspaces) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { - Workspaces = workspaces; + Code = code; + Message = message; + Path = path; + Locations = locations; } - public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces? Workspaces { get; } + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) { if (ReferenceEquals(null, other)) { @@ -82404,7 +82667,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer(global::Chilli return false; } - return (((Workspaces is null && other.Workspaces is null) || Workspaces != null && Workspaces.Equals(other.Workspaces))); + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -82424,7 +82687,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer(global::Chilli return false; } - return Equals((SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); } public override global::System.Int32 GetHashCode() @@ -82432,9 +82695,23 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer(global::Chilli unchecked { int hash = 5; - if (Workspaces != null) + if (Code != null) { - hash ^= 397 * Workspaces.GetHashCode(); + hash ^= 397 * Code.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } } return hash; @@ -82443,28 +82720,17 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer(global::Chilli } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection : global::System.IEquatable, ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError { - public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo pageInfo) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) { - Edges = edges; - PageInfo = pageInfo; + Message = message; } - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo PageInfo { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) { if (ReferenceEquals(null, other)) { @@ -82481,7 +82747,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Workspaces return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -82501,7 +82767,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Workspaces return false; } - return Equals((SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -82509,43 +82775,30 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Workspaces unchecked { int hash = 5; - if (Edges != null) - { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } - } - - hash ^= 397 * PageInfo.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge : global::System.IEquatable, ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError { - public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node node) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { - Cursor = cursor; - Node = node; + Code = code; + Message = message; + Path = path; + Locations = locations; } - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node Node { get; } + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) { if (ReferenceEquals(null, other)) { @@ -82562,7 +82815,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Work return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -82582,7 +82835,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Work return false; } - return Equals((SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); } public override global::System.Int32 GetHashCode() @@ -82590,46 +82843,42 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Work unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo : global::System.IEquatable, ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError { - public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + Message = message; } - /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. - /// - public global::System.String? StartCursor { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) { if (ReferenceEquals(null, other)) { @@ -82646,7 +82895,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_P return false; } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -82666,7 +82915,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_P return false; } - return Equals((SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -82674,18 +82923,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_P unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - - if (StartCursor != null) - { - hash ^= 397 * StartCursor.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -82693,20 +82931,18 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_P // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace : global::System.IEquatable, ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation { - public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace(global::System.String id, global::System.String name, global::System.Boolean personal) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) { - Id = id; - Name = name; - Personal = personal; + Column = column; + Line = line; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.Boolean Personal { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -82723,7 +82959,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::System.Object.Equals(Personal, other.Personal); + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -82743,7 +82979,7 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node return false; } - return Equals((SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -82751,137 +82987,32 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * Personal.GetHashCode(); + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_QueryResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me? Me { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me - { - public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces? Workspaces { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer : ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection : ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges - { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge : ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo : IPageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo : ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_Workspace - { - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.Boolean Personal { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node : ISetDefaultWorkspaceCommand_Workspace - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace : ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishSchemaVersionResult : global::System.IEquatable, IPublishSchemaVersionResult + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange { - public PublishSchemaVersionResult(global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersion_PublishSchema publishSchema) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - PublishSchema = publishSchema; + this.__typename = __typename; + Severity = severity; + DeprecationReason = deprecationReason; } - public global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersion_PublishSchema PublishSchema { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(PublishSchemaVersionResult? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange? other) { if (ReferenceEquals(null, other)) { @@ -82898,7 +83029,7 @@ public PublishSchemaVersionResult(global::ChilliCream.Nitro.CommandLine.Client.I return false; } - return (PublishSchema.Equals(other.PublishSchema)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -82918,7 +83049,7 @@ public PublishSchemaVersionResult(global::ChilliCream.Nitro.CommandLine.Client.I return false; } - return Equals((PublishSchemaVersionResult)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange)obj); } public override global::System.Int32 GetHashCode() @@ -82926,7 +83057,13 @@ public PublishSchemaVersionResult(global::ChilliCream.Nitro.CommandLine.Client.I unchecked { int hash = 5; - hash ^= 397 * PublishSchema.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -82934,18 +83071,25 @@ public PublishSchemaVersionResult(global::ChilliCream.Nitro.CommandLine.Client.I // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishSchemaVersion_PublishSchema_PublishSchemaPayload : global::System.IEquatable, IPublishSchemaVersion_PublishSchema_PublishSchemaPayload + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged { - public PublishSchemaVersion_PublishSchema_PublishSchemaPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Id = id; - Errors = errors; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(PublishSchemaVersion_PublishSchema_PublishSchemaPayload? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -82962,7 +83106,7 @@ public PublishSchemaVersion_PublishSchema_PublishSchemaPayload(global::System.St return false; } - return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -82982,7 +83126,7 @@ public PublishSchemaVersion_PublishSchema_PublishSchemaPayload(global::System.St return false; } - return Equals((PublishSchemaVersion_PublishSchema_PublishSchemaPayload)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -82990,17 +83134,16 @@ public PublishSchemaVersion_PublishSchema_PublishSchemaPayload(global::System.St unchecked { int hash = 5; - if (Id != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); } - if (Errors != null) + if (New != null) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * New.GetHashCode(); } return hash; @@ -83010,23 +83153,25 @@ public PublishSchemaVersion_PublishSchema_PublishSchemaPayload(global::System.St // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError : global::System.IEquatable, IPublishSchemaVersion_PublishSchema_Errors_StageNotFoundError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged { - public PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) { this.__typename = __typename; - Message = message; - Name = name; + Severity = severity; + OldType = oldType; + NewType = newType; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } - public virtual global::System.Boolean Equals(PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged? other) { if (ReferenceEquals(null, other)) { @@ -83043,7 +83188,7 @@ public PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError(global::Syst return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83063,7 +83208,7 @@ public PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError(global::Syst return false; } - return Equals((PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged)obj); } public override global::System.Int32 GetHashCode() @@ -83072,8 +83217,9 @@ public PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError(global::Syst { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -83081,23 +83227,18 @@ public PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError(global::Syst // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError : global::System.IEquatable, IPublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_1 { - public PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - this.__typename = __typename; - Message = message; - ApiId = apiId; + Severity = severity; + DeprecationReason = deprecationReason; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String ApiId { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -83114,7 +83255,7 @@ public PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError(global::System return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83134,7 +83275,7 @@ public PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError(global::System return false; } - return Equals((PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -83142,9 +83283,12 @@ public PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError(global::System unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -83152,20 +83296,25 @@ public PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError(global::System // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError : global::System.IEquatable, IPublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_1 { - public PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError(global::System.String message, global::System.String apiId, global::System.String tag) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { - Message = message; - ApiId = apiId; - Tag = tag; + Severity = severity; + Old = old; + New = @new; + this.__typename = __typename; } - public global::System.String Message { get; } - public global::System.String ApiId { get; } - public global::System.String Tag { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -83182,7 +83331,7 @@ public PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError(global::Sys return false; } - return (Message.Equals(other.Message)) && ApiId.Equals(other.ApiId) && Tag.Equals(other.Tag); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83202,7 +83351,7 @@ public PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError(global::Sys return false; } - return Equals((PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -83210,9 +83359,18 @@ public PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError(global::Sys unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -83220,21 +83378,18 @@ public PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError(global::Sys // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation : global::System.IEquatable, IPublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_2 { - public PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - this.__typename = __typename; - Message = message; + Severity = severity; + DeprecationReason = deprecationReason; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -83251,7 +83406,7 @@ public PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation(global::S return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83271,7 +83426,7 @@ public PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation(global::S return false; } - return Equals((PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -83279,84 +83434,38 @@ public PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation(global::S unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishSchemaVersionResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersion_PublishSchema PublishSchema { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishSchemaVersion_PublishSchema - { - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishSchemaVersion_PublishSchema_PublishSchemaPayload : IPublishSchemaVersion_PublishSchema - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishSchemaVersion_PublishSchema_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishSchemaVersion_PublishSchema_Errors_StageNotFoundError : IPublishSchemaVersion_PublishSchema_Errors, IStageNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError : IPublishSchemaVersion_PublishSchema_Errors, IApiNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISchemaNotFoundError : IError - { - public global::System.String ApiId { get; } - public global::System.String Tag { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError : IPublishSchemaVersion_PublishSchema_Errors, ISchemaNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation : IPublishSchemaVersion_PublishSchema_Errors, IUnauthorizedOperation - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdatedResult : global::System.IEquatable, IOnSchemaVersionPublishUpdatedResult + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_2 { - public OnSchemaVersionPublishUpdatedResult(global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate onSchemaVersionPublishingUpdate) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { - OnSchemaVersionPublishingUpdate = onSchemaVersionPublishingUpdate; + Severity = severity; + Old = old; + New = @new; + this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate OnSchemaVersionPublishingUpdate { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdatedResult? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -83373,7 +83482,7 @@ public OnSchemaVersionPublishUpdatedResult(global::ChilliCream.Nitro.CommandLine return false; } - return (OnSchemaVersionPublishingUpdate.Equals(other.OnSchemaVersionPublishingUpdate)); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83393,7 +83502,7 @@ public OnSchemaVersionPublishUpdatedResult(global::ChilliCream.Nitro.CommandLine return false; } - return Equals((OnSchemaVersionPublishUpdatedResult)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -83401,7 +83510,18 @@ public OnSchemaVersionPublishUpdatedResult(global::ChilliCream.Nitro.CommandLine unchecked { int hash = 5; - hash ^= 397 * OnSchemaVersionPublishingUpdate.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -83409,21 +83529,25 @@ public OnSchemaVersionPublishUpdatedResult(global::ChilliCream.Nitro.CommandLine // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) { + Severity = severity; + OldType = oldType; + NewType = newType; this.__typename = __typename; - State = state; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -83440,7 +83564,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationIn return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83460,7 +83584,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationIn return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -83468,8 +83592,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationIn unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); return hash; } } @@ -83477,21 +83603,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationIn // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentAdded(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) { + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; this.__typename = __typename; - State = state; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -83508,7 +83640,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingT return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83528,7 +83660,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingT return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -83536,8 +83668,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingT unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); return hash; } } @@ -83545,26 +83680,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingT // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued(global::System.String __typename, global::System.String queued, global::System.Int32 queuePosition) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentChanged(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) { + Severity = severity; + Coordinate = coordinate; + Name = name; this.__typename = __typename; - Queued = queued; - QueuePosition = queuePosition; + Changes = changes; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Queued { get; } - public global::System.Int32 QueuePosition { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -83581,7 +83717,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingT return false; } - return (__typename.Equals(other.__typename)) && Queued.Equals(other.Queued) && global::System.Object.Equals(QueuePosition, other.QueuePosition); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83601,7 +83737,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingT return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -83609,9 +83745,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingT unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Queued.GetHashCode(); - hash ^= 397 * QueuePosition.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -83619,24 +83761,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingT // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady(global::System.String __typename, global::System.String ready) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentRemoved(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) { + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; this.__typename = __typename; - Ready = ready; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Ready { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -83653,7 +83798,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingT return false; } - return (__typename.Equals(other.__typename)) && Ready.Equals(other.Ready); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83673,7 +83818,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingT return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -83681,8 +83826,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingT unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Ready.GetHashCode(); return hash; } } @@ -83690,23 +83838,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingT // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_3 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_3 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - this.__typename = __typename; - State = state; - Errors = errors; + Severity = severity; + DeprecationReason = deprecationReason; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_3? other) { if (ReferenceEquals(null, other)) { @@ -83723,7 +83866,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersi return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83743,7 +83886,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersi return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_3)obj); } public override global::System.Int32 GetHashCode() @@ -83751,11 +83894,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersi unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); - foreach (var Errors_elm in Errors) + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * DeprecationReason.GetHashCode(); } return hash; @@ -83765,21 +83907,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersi // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_3 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { + Severity = severity; + Old = old; + New = @new; this.__typename = __typename; - State = state; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -83796,7 +83942,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersi return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83816,7 +83962,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersi return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -83824,8 +83970,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersi unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); return hash; } } @@ -83833,23 +83989,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersi // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_2 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? deployment) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) { + Severity = severity; + OldType = oldType; + NewType = newType; this.__typename = __typename; - State = state; - Deployment = deployment; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? Deployment { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -83866,7 +84024,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForAppr return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && ((Deployment is null && other.Deployment is null) || Deployment != null && Deployment.Equals(other.Deployment)); + return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83886,7 +84044,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForAppr return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -83894,13 +84052,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForAppr unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); - if (Deployment != null) - { - hash ^= 397 * Deployment.GetHashCode(); - } - return hash; } } @@ -83908,21 +84063,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForAppr // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { this.__typename = __typename; - Message = message; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -83939,7 +84100,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Conc return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -83959,7 +84120,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Conc return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -83968,7 +84129,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Conc { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -83976,23 +84140,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Conc // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; - Message = message; - Errors = errors; + Severity = severity; + Coordinate = coordinate; + Name = name; + Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -84009,7 +84177,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Inva return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84029,7 +84197,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Inva return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -84038,10 +84206,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Inva { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - foreach (var Errors_elm in Errors) + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -84051,16 +84221,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Inva // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { - Collections = collections; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -84077,7 +84258,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpF return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84097,7 +84278,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpF return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -84105,11 +84286,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpF unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -84117,16 +84298,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpF // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Collections = collections; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -84143,7 +84333,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Open return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84163,7 +84353,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Open return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -84171,9 +84361,16 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Open unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -84183,21 +84380,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Open // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { this.__typename = __typename; - Message = message; + Severity = severity; + Location = location; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded? other) { if (ReferenceEquals(null, other)) { @@ -84214,7 +84413,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Oper return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84234,7 +84433,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Oper return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -84243,7 +84442,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Oper { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -84251,20 +84451,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Oper // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { - Message = message; - Client = client; - Queries = queries; + this.__typename = __typename; + Severity = severity; + Location = location; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -84281,7 +84484,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Pers return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84301,7 +84504,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Pers return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -84309,17 +84512,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Pers unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -84327,21 +84522,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Pers // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; - Message = message; + Severity = severity; + Old = old; + New = @new; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -84358,7 +84557,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Proc return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84378,7 +84577,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Proc return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -84387,7 +84586,17 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Proc { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -84395,13 +84604,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Proc // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError() + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded? other) { if (ReferenceEquals(null, other)) { @@ -84418,7 +84637,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Read return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84438,7 +84657,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Read return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded)obj); } public override global::System.Int32 GetHashCode() @@ -84446,6 +84665,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Read unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -84453,11 +84675,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Read // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; Changes = changes; } @@ -84465,9 +84689,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Sche /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged? other) { if (ReferenceEquals(null, other)) { @@ -84484,7 +84710,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Sche return false; } - return (__typename.Equals(other.__typename)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84504,7 +84730,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Sche return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged)obj); } public override global::System.Int32 GetHashCode() @@ -84513,6 +84739,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Sche { int hash = 5; hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); foreach (var Changes_elm in Changes) { hash ^= 397 * Changes_elm.GetHashCode(); @@ -84525,27 +84753,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Sche // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { this.__typename = __typename; - Message = message; - Column = column; - Position = position; - Line = line; + Severity = severity; + Coordinate = coordinate; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Int32 Column { get; } - public global::System.Int32 Position { get; } - public global::System.Int32 Line { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved? other) { if (ReferenceEquals(null, other)) { @@ -84562,7 +84786,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Sche return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84582,7 +84806,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Sche return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -84591,10 +84815,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Sche { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Position.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -84602,21 +84824,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Sche // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; - Message = message; + Severity = severity; + Old = old; + New = @new; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -84633,7 +84859,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Unex return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84653,7 +84879,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Unex return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -84662,7 +84888,17 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Unex { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -84670,16 +84906,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Unex // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ClientDeployment : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ClientDeployment + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ClientDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - Errors = errors; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ClientDeployment? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -84696,7 +84943,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84716,7 +84963,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ClientDeployment)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -84724,11 +84971,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -84736,16 +84983,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_FusionConfigurationDeployment + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_FusionConfigurationDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - Errors = errors; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_FusionConfigurationDeployment? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -84762,7 +85020,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84782,7 +85040,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_FusionConfigurationDeployment)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -84790,11 +85048,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -84802,16 +85060,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { - Errors = errors; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -84828,7 +85097,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84848,7 +85117,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -84856,9 +85125,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -84868,16 +85141,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Errors = errors; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -84894,7 +85176,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84914,7 +85196,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -84922,9 +85204,16 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -84934,16 +85223,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_SchemaDeployment : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_SchemaDeployment + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_SchemaDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - Errors = errors; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_SchemaDeployment? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -84960,7 +85260,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -84980,7 +85280,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_SchemaDeployment)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -84988,11 +85288,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -85000,18 +85300,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors_GraphQLSchemaError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - Message = message; - Code = code; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::System.String Message { get; } - public global::System.String? Code { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors_GraphQLSchemaError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -85028,7 +85337,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Erro return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85048,7 +85357,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Erro return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors_GraphQLSchemaError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -85056,12 +85365,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Erro unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -85069,18 +85377,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Erro // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { - McpFeatureCollection = mcpFeatureCollection; - Entities = entities; + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded? other) { if (ReferenceEquals(null, other)) { @@ -85097,7 +85410,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85117,7 +85430,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -85125,16 +85438,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll unchecked { int hash = 5; - if (McpFeatureCollection != null) - { - hash ^= 397 * McpFeatureCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) - { - hash ^= 397 * Entities_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -85142,18 +85448,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { - OpenApiCollection = openApiCollection; - Entities = entities; + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -85170,7 +85481,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85190,7 +85501,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -85198,16 +85509,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll unchecked { int hash = 5; - if (OpenApiCollection != null) - { - hash ^= 397 * OpenApiCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) - { - hash ^= 397 * Entities_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -85215,18 +85519,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client_Client : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client_Client + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client_Client(global::System.String id, global::System.String name) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { - Id = id; - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public global::System.String Id { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client_Client? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -85243,7 +85556,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Clie return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85263,7 +85576,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Clie return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client_Client)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -85271,8 +85584,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Clie unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -85280,22 +85600,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Clie // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { - DeployedTags = deployedTags; - Message = message; - Hash = hash; - Errors = errors; + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded? other) { if (ReferenceEquals(null, other)) { @@ -85312,7 +85633,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Quer return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85332,7 +85653,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Quer return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded)obj); } public override global::System.Int32 GetHashCode() @@ -85340,18 +85661,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Quer unchecked { int hash = 5; - foreach (var DeployedTags_elm in DeployedTags) - { - hash ^= 397 * DeployedTags_elm.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Hash.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -85359,14 +85671,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Quer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - Changes = changes; + TypeName = typeName; } /// @@ -85374,10 +85685,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved? other) { if (ReferenceEquals(null, other)) { @@ -85394,7 +85704,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85414,7 +85724,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -85424,12 +85734,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -85437,14 +85742,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - Changes = changes; + Old = old; + New = @new; } /// @@ -85452,10 +85757,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4? other) { if (ReferenceEquals(null, other)) { @@ -85472,7 +85777,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85492,7 +85797,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4)obj); } public override global::System.Int32 GetHashCode() @@ -85502,10 +85807,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Old != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -85515,14 +85824,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - Changes = changes; + TypeName = typeName; + FieldName = fieldName; } /// @@ -85531,9 +85841,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -85550,7 +85861,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85570,7 +85881,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -85581,11 +85892,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -85593,14 +85901,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - Changes = changes; + TypeName = typeName; + FieldName = fieldName; } /// @@ -85609,9 +85918,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -85628,7 +85938,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85648,7 +85958,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -85659,11 +85969,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -85671,14 +85978,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - Changes = changes; + InterfaceName = interfaceName; } /// @@ -85686,10 +85992,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) { if (ReferenceEquals(null, other)) { @@ -85706,7 +86011,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85726,7 +86031,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); } public override global::System.Int32 GetHashCode() @@ -85736,12 +86041,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -85749,14 +86049,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - Changes = changes; + InterfaceName = interfaceName; } /// @@ -85764,10 +86063,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) { if (ReferenceEquals(null, other)) { @@ -85784,7 +86082,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85804,7 +86102,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); } public override global::System.Int32 GetHashCode() @@ -85814,12 +86112,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -85827,13 +86120,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } /// @@ -85842,8 +86137,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -85860,7 +86157,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85880,7 +86177,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -85891,6 +86188,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -85898,12 +86201,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; + Old = old; + New = @new; } /// @@ -85911,8 +86216,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5? other) { if (ReferenceEquals(null, other)) { @@ -85929,7 +86236,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -85949,7 +86256,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5)obj); } public override global::System.Int32 GetHashCode() @@ -85959,6 +86266,16 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -85966,13 +86283,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; + Old = old; + New = @new; } /// @@ -85980,9 +86298,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6? other) { if (ReferenceEquals(null, other)) { @@ -85999,7 +86318,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -86019,7 +86338,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6)obj); } public override global::System.Int32 GetHashCode() @@ -86029,7 +86348,16 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -86037,14 +86365,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - Changes = changes; + TypeName = typeName; } /// @@ -86052,10 +86379,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded? other) { if (ReferenceEquals(null, other)) { @@ -86072,7 +86398,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -86092,7 +86418,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded)obj); } public override global::System.Int32 GetHashCode() @@ -86102,12 +86428,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -86115,20 +86436,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { - Message = message; - Client = client; - Queries = queries; + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved? other) { if (ReferenceEquals(null, other)) { @@ -86145,7 +86469,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -86165,7 +86489,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -86173,17 +86497,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -86191,20 +86507,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { - Message = message; - Client = client; - Queries = queries; + Column = column; + Line = line; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -86221,7 +86535,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -86241,7 +86555,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -86249,17 +86563,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -86267,18 +86572,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { - Message = message; - Changes = changes; + Column = column; + Line = line; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -86295,7 +86600,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -86315,7 +86620,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -86323,12 +86628,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -86336,23 +86637,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DeprecatedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { this.__typename = __typename; - Message = message; - Errors = errors; + Severity = severity; + DeprecationReason = deprecationReason; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DeprecatedChange? other) { if (ReferenceEquals(null, other)) { @@ -86369,7 +86670,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -86389,7 +86690,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DeprecatedChange)obj); } public override global::System.Int32 GetHashCode() @@ -86398,10 +86699,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - foreach (var Errors_elm in Errors) + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * DeprecationReason.GetHashCode(); } return hash; @@ -86411,16 +86712,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DescriptionChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Collections = collections; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -86437,7 +86747,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -86457,7 +86767,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -86465,9 +86775,16 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -86477,16 +86794,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError + public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_TypeChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) { - Collections = collections; + this.__typename = __typename; + Severity = severity; + OldType = oldType; + NewType = newType; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_TypeChanged? other) { if (ReferenceEquals(null, other)) { @@ -86503,7 +86829,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -86523,7 +86849,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError)obj); + return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_TypeChanged)obj); } public override global::System.Int32 GetHashCode() @@ -86531,1036 +86857,1444 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 + public partial interface IOnSchemaVersionPublishUpdatedResult { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) - { - Collections = collections; - } + public global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate OnSchemaVersionPublishingUpdate { get; } + } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate + { + public global::System.String __typename { get; } + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, IOperationInProgress + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, IProcessingTaskApproved + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, IProcessingTaskIsQueued + { + } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, IProcessingTaskIsReady + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISchemaVersionPublishFailed + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, ISchemaVersionPublishFailed + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISchemaVersionPublishSuccess + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, ISchemaVersionPublishSuccess + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, IWaitForApproval + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IConcurrentOperationError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) - { - Collections = collections; - } + } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IInvalidGraphQLSchemaError + { + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IMcpFeatureCollectionValidationError + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IOpenApiCollectionValidationError + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IOperationsAreNotAllowedError + { + } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IPersistedQueryValidationError + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IProcessingTimeoutError + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISchemaVersionChangeViolationError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, ISchemaVersionChangeViolationError + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, ISchemaVersionSyntaxError + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IUnexpectedProcessingError + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) - { - Message = message; - Client = client; - Queries = queries; - } + } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ClientDeployment : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_SchemaDeployment : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors_GraphQLSchemaError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_1 + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_1 + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client + { + public global::System.String Id { get; } + public global::System.String Name { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client_Client : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) - { - Message = message; - Changes = changes; - } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries + { + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes : ISchemaChangeLogEntry + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IDirectiveModifiedChange + { + } - return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IEnumModifiedChange + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IInputObjectModifiedChange + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IInterfaceModifiedChange + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IObjectModifiedChange + { + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IScalarModifiedChange + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Message.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, ITypeSystemMemberAddedChange + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, ISchemaChange + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, ITypeSystemMemberRemovedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) - { - this.__typename = __typename; - Message = message; - } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IUnionModifiedChange + { + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors, IPersistedQueryValidationError + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_1 + { + } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_1, IPersistedQueryValidationError + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_1, ISchemaChangeViolationError + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_1, IInvalidGraphQLSchemaError + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_1, IOpenApiCollectionValidationError + { + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_1, IMcpFeatureCollectionValidationError + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_2 + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_2, IMcpFeatureCollectionValidationError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) - { - this.__typename = __typename; - Message = message; - Column = column; - Position = position; - Line = line; - } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Int32 Column { get; } - public global::System.Int32 Position { get; } - public global::System.Int32 Line { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_3 + { + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_3, IOpenApiCollectionValidationError + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4 + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, IPersistedQueryValidationError + { + } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, ISchemaChangeViolationError + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, IOperationsAreNotAllowedError + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, ISchemaVersionSyntaxError + { + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, IInvalidGraphQLSchemaError + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Position.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, IOpenApiCollectionValidationError + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, IMcpFeatureCollectionValidationError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) - { - this.__typename = __typename; - Message = message; - Errors = errors; - } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities + { + public global::System.String Name { get; } + } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities + { + public global::System.String Name { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_1 + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_1 + { + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_1 + { + public global::System.String Name { get; } + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) - { - Collections = collections; - } + } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes + { + public global::System.String __typename { get; } + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes, IArgumentAdded + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes, IArgumentChanged + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes, IArgumentRemoved + { + } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes, IDescriptionChanged + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes, IDirectiveLocationAdded + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes, IDirectiveLocationRemoved + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_1 + { + public global::System.String __typename { get; } + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_1, IDescriptionChanged + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_1, IEnumValueAdded + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_1, IEnumValueChanged + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_1, IEnumValueRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) - { - Collections = collections; - } + } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_2 + { + public global::System.String __typename { get; } + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_2, IDescriptionChanged + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_2, IFieldAddedChange + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_2, IFieldRemovedChange + { + } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InputFieldChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_2, IInputFieldChanged + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3 + { + public global::System.String __typename { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_3 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IDescriptionChanged + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IFieldAddedChange + { + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IFieldRemovedChange + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IInterfaceImplementationAdded + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IInterfaceImplementationRemoved + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IOutputFieldChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) - { - Id = id; - Name = name; - } + } - public global::System.String Id { get; } - public global::System.String Name { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IPossibleTypeAdded + { + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IPossibleTypeRemoved + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4 + { + public global::System.String __typename { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_4 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4, IDescriptionChanged + { + } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4, IFieldAddedChange + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4, IFieldRemovedChange + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4, IInterfaceImplementationAdded + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4, IInterfaceImplementationRemoved + { + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4, IOutputFieldChanged + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_5 + { + public global::System.String __typename { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_5 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_5, IDescriptionChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) - { - Errors = errors; - Name = name; - } + } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_6 + { + public global::System.String __typename { get; } + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_6 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_6, IDescriptionChanged + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_6, IUnionMemberAdded + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_6, IUnionMemberRemoved + { + } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client_Client : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries + { + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries + { + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes : ISchemaChangeLogEntry + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IDirectiveModifiedChange + { + } - hash ^= 397 * Name.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IEnumModifiedChange + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IInputObjectModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) - { - Errors = errors; - Name = name; - } + } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IInterfaceModifiedChange + { + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IObjectModifiedChange + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IScalarModifiedChange + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberAddedChange + { + } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, ISchemaChange + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberRemovedChange + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IUnionModifiedChange + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } - hash ^= 397 * Name.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) - { - Id = id; - Name = name; - } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } - public global::System.String Id { get; } - public global::System.String Name { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_1 + { + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationDocumentError + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationEntityValidationError + { + } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_1 + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_1, IOpenApiCollectionValidationDocumentError + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_1, IOpenApiCollectionValidationEntityValidationError + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes + { + public global::System.String __typename { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes, IDeprecatedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) - { - Errors = errors; - HttpMethod = httpMethod; - Route = route; - } + } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes, IDescriptionChanged + { + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes, ITypeChanged + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_1 + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_1, IDeprecatedChange + { + } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_1, IDescriptionChanged + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_2 + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_2, IDeprecatedChange + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_2, IDescriptionChanged + { + } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_2, ITypeChanged + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3 + { + } - hash ^= 397 * HttpMethod.GetHashCode(); - hash ^= 397 * Route.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3, IArgumentAdded + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3, IArgumentChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) - { - Errors = errors; - Name = name; - } + } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3, IArgumentRemoved + { + } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_3 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3, IDeprecatedChange + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_3 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3, IDescriptionChanged + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3, ITypeChanged + { + } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes + { + public global::System.String __typename { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentAdded + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentChanged + { + } - if (obj.GetType() != GetType()) - { + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IInputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_1 + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_TypeChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UploadSchemaResult : global::System.IEquatable, IUploadSchemaResult + { + public UploadSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema uploadSchema) + { + UploadSchema = uploadSchema; + } + + public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema UploadSchema { get; } + + public virtual global::System.Boolean Equals(UploadSchemaResult? other) + { + if (ReferenceEquals(null, other)) + { return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (UploadSchema.Equals(other.UploadSchema)); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((UploadSchemaResult)obj); } public override global::System.Int32 GetHashCode() @@ -87568,12 +88302,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * UploadSchema.GetHashCode(); return hash; } } @@ -87581,22 +88310,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError + public partial class UploadSchema_UploadSchema_UploadSchemaPayload : global::System.IEquatable, IUploadSchema_UploadSchema_UploadSchemaPayload { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public UploadSchema_UploadSchema_UploadSchemaPayload(global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema_SchemaVersion? schemaVersion, global::System.Collections.Generic.IReadOnlyList? errors) { - Message = message; - Code = code; - Path = path; - Locations = locations; + SchemaVersion = schemaVersion; + Errors = errors; } - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema_SchemaVersion? SchemaVersion { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError? other) + public virtual global::System.Boolean Equals(UploadSchema_UploadSchema_UploadSchemaPayload? other) { if (ReferenceEquals(null, other)) { @@ -87613,7 +88338,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Quer return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (((SchemaVersion is null && other.SchemaVersion is null) || SchemaVersion != null && SchemaVersion.Equals(other.SchemaVersion))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -87633,7 +88358,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Quer return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError)obj); + return Equals((UploadSchema_UploadSchema_UploadSchemaPayload)obj); } public override global::System.Int32 GetHashCode() @@ -87641,22 +88366,16 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Quer unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - if (Path != null) + if (SchemaVersion != null) { - hash ^= 397 * Path.GetHashCode(); + hash ^= 397 * SchemaVersion.GetHashCode(); } - if (Locations != null) + if (Errors != null) { - foreach (var Locations_elm in Locations) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Locations_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } } @@ -87667,27 +88386,16 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Quer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentAdded + public partial class UploadSchema_UploadSchema_SchemaVersion_SchemaVersion : global::System.IEquatable, IUploadSchema_UploadSchema_SchemaVersion_SchemaVersion { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public UploadSchema_UploadSchema_SchemaVersion_SchemaVersion(global::System.String id) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; + Id = id; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } + public global::System.String Id { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(UploadSchema_UploadSchema_SchemaVersion_SchemaVersion? other) { if (ReferenceEquals(null, other)) { @@ -87704,7 +88412,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (Id.Equals(other.Id)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -87724,7 +88432,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentAdded)obj); + return Equals((UploadSchema_UploadSchema_SchemaVersion_SchemaVersion)obj); } public override global::System.Int32 GetHashCode() @@ -87732,11 +88440,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); return hash; } } @@ -87744,27 +88448,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentChanged + public partial class UploadSchema_UploadSchema_Errors_ApiNotFoundError : global::System.IEquatable, IUploadSchema_UploadSchema_Errors_ApiNotFoundError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) + public UploadSchema_UploadSchema_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - Changes = changes; + Message = message; + ApiId = apiId; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } + public global::System.String ApiId { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(UploadSchema_UploadSchema_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -87781,7 +88481,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -87801,7 +88501,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentChanged)obj); + return Equals((UploadSchema_UploadSchema_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -87810,14 +88510,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -87825,27 +88519,21 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentRemoved + public partial class UploadSchema_UploadSchema_Errors_ConcurrentOperationError : global::System.IEquatable, IUploadSchema_UploadSchema_Errors_ConcurrentOperationError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public UploadSchema_UploadSchema_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(UploadSchema_UploadSchema_Errors_ConcurrentOperationError? other) { if (ReferenceEquals(null, other)) { @@ -87862,7 +88550,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -87882,7 +88570,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentRemoved)obj); + return Equals((UploadSchema_UploadSchema_Errors_ConcurrentOperationError)obj); } public override global::System.Int32 GetHashCode() @@ -87891,10 +88579,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -87902,25 +88587,21 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged + public partial class UploadSchema_UploadSchema_Errors_DuplicatedTagError : global::System.IEquatable, IUploadSchema_UploadSchema_Errors_DuplicatedTagError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public UploadSchema_UploadSchema_Errors_DuplicatedTagError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(UploadSchema_UploadSchema_Errors_DuplicatedTagError? other) { if (ReferenceEquals(null, other)) { @@ -87937,7 +88618,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -87957,7 +88638,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged)obj); + return Equals((UploadSchema_UploadSchema_Errors_DuplicatedTagError)obj); } public override global::System.Int32 GetHashCode() @@ -87966,17 +88647,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -87984,23 +88655,21 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationAdded + public partial class UploadSchema_UploadSchema_Errors_UnauthorizedOperation : global::System.IEquatable, IUploadSchema_UploadSchema_Errors_UnauthorizedOperation { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public UploadSchema_UploadSchema_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Location = location; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationAdded? other) + public virtual global::System.Boolean Equals(UploadSchema_UploadSchema_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -88017,7 +88686,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88037,7 +88706,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationAdded)obj); + return Equals((UploadSchema_UploadSchema_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -88046,32 +88715,88 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadSchemaResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema UploadSchema { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadSchema_UploadSchema + { + public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema_SchemaVersion? SchemaVersion { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadSchema_UploadSchema_UploadSchemaPayload : IUploadSchema_UploadSchema + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadSchema_UploadSchema_SchemaVersion + { + public global::System.String Id { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadSchema_UploadSchema_SchemaVersion_SchemaVersion : IUploadSchema_UploadSchema_SchemaVersion + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadSchema_UploadSchema_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadSchema_UploadSchema_Errors_ApiNotFoundError : IUploadSchema_UploadSchema_Errors, IApiNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadSchema_UploadSchema_Errors_ConcurrentOperationError : IUploadSchema_UploadSchema_Errors, IConcurrentOperationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadSchema_UploadSchema_Errors_DuplicatedTagError : IUploadSchema_UploadSchema_Errors, IDuplicatedTagError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadSchema_UploadSchema_Errors_UnauthorizedOperation : IUploadSchema_UploadSchema_Errors, IUnauthorizedOperation + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationRemoved + public partial class ValidateSchemaVersionResult : global::System.IEquatable, IValidateSchemaVersionResult { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public ValidateSchemaVersionResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersion_ValidateSchema validateSchema) { - this.__typename = __typename; - Severity = severity; - Location = location; + ValidateSchema = validateSchema; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersion_ValidateSchema ValidateSchema { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationRemoved? other) + public virtual global::System.Boolean Equals(ValidateSchemaVersionResult? other) { if (ReferenceEquals(null, other)) { @@ -88088,7 +88813,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (ValidateSchema.Equals(other.ValidateSchema)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88108,7 +88833,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationRemoved)obj); + return Equals((ValidateSchemaVersionResult)obj); } public override global::System.Int32 GetHashCode() @@ -88116,9 +88841,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + hash ^= 397 * ValidateSchema.GetHashCode(); return hash; } } @@ -88126,25 +88849,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_1 + public partial class ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload : global::System.IEquatable, IValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Id = id; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload? other) { if (ReferenceEquals(null, other)) { @@ -88161,7 +88877,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88181,7 +88897,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_1)obj); + return Equals((ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload)obj); } public override global::System.Int32 GetHashCode() @@ -88189,16 +88905,17 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) + if (Id != null) { - hash ^= 397 * Old.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); } - if (New != null) + if (Errors != null) { - hash ^= 397 * New.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -88208,23 +88925,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueAdded + public partial class ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError : global::System.IEquatable, IValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Message = message; + Name = name; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String Message { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueAdded? other) + public virtual global::System.Boolean Equals(ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -88241,7 +88958,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88261,7 +88978,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueAdded)obj); + return Equals((ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -88270,8 +88987,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -88279,25 +88996,20 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueChanged + public partial class ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError : global::System.IEquatable, IValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError(global::System.String message, global::System.String apiId, global::System.String tag) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Message = message; + ApiId = apiId; + Tag = tag; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } + public global::System.String ApiId { get; } + public global::System.String Tag { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueChanged? other) + public virtual global::System.Boolean Equals(ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -88314,7 +89026,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Message.Equals(other.Message)) && ApiId.Equals(other.ApiId) && Tag.Equals(other.Tag); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88334,7 +89046,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueChanged)obj); + return Equals((ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -88342,14 +89054,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); return hash; } } @@ -88357,23 +89064,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueRemoved + public partial class ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError : global::System.IEquatable, IValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Message = message; + ApiId = apiId; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String Message { get; } + public global::System.String ApiId { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueRemoved? other) + public virtual global::System.Boolean Equals(ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -88390,7 +89097,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88410,7 +89117,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueRemoved)obj); + return Equals((ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -88419,8 +89126,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -88428,25 +89135,21 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_2 + public partial class ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation : global::System.IEquatable, IValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -88463,7 +89166,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88483,7 +89186,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_2)obj); + return Equals((ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -88492,45 +89195,75 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateSchemaVersionResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersion_ValidateSchema ValidateSchema { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateSchemaVersion_ValidateSchema + { + public global::System.String? Id { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload : IValidateSchemaVersion_ValidateSchema + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateSchemaVersion_ValidateSchema_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError : IValidateSchemaVersion_ValidateSchema_Errors, IStageNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError : IValidateSchemaVersion_ValidateSchema_Errors, ISchemaNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError : IValidateSchemaVersion_ValidateSchema_Errors, IApiNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation : IValidateSchemaVersion_ValidateSchema_Errors, IUnauthorizedOperation + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange + public partial class OnSchemaVersionValidationUpdatedResult : global::System.IEquatable, IOnSchemaVersionValidationUpdatedResult { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnSchemaVersionValidationUpdatedResult(global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate onSchemaVersionValidationUpdate) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + OnSchemaVersionValidationUpdate = onSchemaVersionValidationUpdate; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate OnSchemaVersionValidationUpdate { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdatedResult? other) { if (ReferenceEquals(null, other)) { @@ -88547,7 +89280,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (OnSchemaVersionValidationUpdate.Equals(other.OnSchemaVersionValidationUpdate)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88567,7 +89300,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange)obj); + return Equals((OnSchemaVersionValidationUpdatedResult)obj); } public override global::System.Int32 GetHashCode() @@ -88575,11 +89308,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * OnSchemaVersionValidationUpdate.GetHashCode(); return hash; } } @@ -88587,27 +89316,21 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + State = state; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -88624,7 +89347,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88644,7 +89367,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -88653,10 +89376,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -88664,27 +89384,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InputFieldChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + State = state; + Errors = errors; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InputFieldChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -88701,7 +89417,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88721,7 +89437,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InputFieldChanged)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -88730,12 +89446,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) + hash ^= 397 * State.GetHashCode(); + foreach (var Errors_elm in Errors) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -88745,25 +89459,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_3 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + State = state; + Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess? other) { if (ReferenceEquals(null, other)) { @@ -88780,7 +89492,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88800,7 +89512,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_3)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess)obj); } public override global::System.Int32 GetHashCode() @@ -88809,15 +89521,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + hash ^= 397 * State.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -88827,27 +89534,21 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + State = state; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -88864,7 +89565,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && State.Equals(other.State); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88884,7 +89585,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -88893,10 +89594,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * State.GetHashCode(); return hash; } } @@ -88904,27 +89602,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Message = message; + Errors = errors; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -88941,7 +89635,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -88961,7 +89655,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -88970,10 +89664,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -88981,23 +89677,16 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + Collections = collections; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -89014,7 +89703,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89034,7 +89723,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -89042,9 +89731,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -89052,23 +89743,16 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + Collections = collections; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -89085,7 +89769,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89105,7 +89789,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -89113,9 +89797,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -89123,27 +89809,21 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError? other) { if (ReferenceEquals(null, other)) { @@ -89160,7 +89840,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89180,7 +89860,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError)obj); } public override global::System.Int32 GetHashCode() @@ -89189,14 +89869,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -89204,23 +89877,20 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeAdded + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; + Message = message; + Client = client; + Queries = queries; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeAdded? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError? other) { if (ReferenceEquals(null, other)) { @@ -89237,7 +89907,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89257,7 +89927,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeAdded)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -89265,9 +89935,17 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + if (Client != null) + { + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); + } + return hash; } } @@ -89275,23 +89953,21 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeRemoved + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - TypeName = typeName; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeRemoved? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -89308,7 +89984,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89328,7 +90004,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeRemoved)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -89337,8 +90013,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -89346,25 +90021,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_4 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_4? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -89381,7 +90044,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89401,7 +90064,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_4)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -89409,18 +90072,6 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -89428,27 +90079,21 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_2 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_2? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError? other) { if (ReferenceEquals(null, other)) { @@ -89465,7 +90110,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89485,7 +90130,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_2)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError)obj); } public override global::System.Int32 GetHashCode() @@ -89494,10 +90139,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -89505,27 +90151,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_2 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Message = message; + Column = column; + Position = position; + Line = line; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String Message { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Position { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_2? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError? other) { if (ReferenceEquals(null, other)) { @@ -89542,7 +90188,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89562,7 +90208,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_2)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError)obj); } public override global::System.Int32 GetHashCode() @@ -89571,10 +90217,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Position.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -89582,23 +90228,21 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError? other) { if (ReferenceEquals(null, other)) { @@ -89615,7 +90259,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89635,7 +90279,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError)obj); } public override global::System.Int32 GetHashCode() @@ -89644,8 +90288,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -89653,13 +90296,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - InterfaceName = interfaceName; + Coordinate = coordinate; + Changes = changes; } /// @@ -89667,9 +90311,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -89686,7 +90331,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89706,7 +90351,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -89716,7 +90361,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -89724,14 +90374,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - FieldName = fieldName; Changes = changes; } @@ -89741,10 +90390,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -89761,7 +90409,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89781,7 +90429,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -89792,7 +90440,6 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); foreach (var Changes_elm in Changes) { hash ^= 397 * Changes_elm.GetHashCode(); @@ -89805,14 +90452,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_5 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - Old = old; - New = @new; + Coordinate = coordinate; + Changes = changes; } /// @@ -89820,10 +90467,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_5? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -89840,7 +90487,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89860,7 +90507,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_5)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -89870,14 +90517,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -89887,14 +90530,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_6 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - Old = old; - New = @new; + Coordinate = coordinate; + Changes = changes; } /// @@ -89902,10 +90545,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_6? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -89922,7 +90565,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -89942,7 +90585,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_6)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -89952,14 +90595,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -89969,13 +90608,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberAdded + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - TypeName = typeName; + Coordinate = coordinate; + Changes = changes; } /// @@ -89983,9 +90623,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberAdded? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -90002,7 +90643,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -90022,7 +90663,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberAdded)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -90032,7 +90673,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -90040,13 +90686,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberRemoved + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - TypeName = typeName; + Coordinate = coordinate; + Changes = changes; } /// @@ -90054,9 +90701,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberRemoved? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -90073,7 +90721,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -90093,7 +90741,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberRemoved)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -90103,7 +90751,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -90111,18 +90764,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client_Client : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client_Client + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client_Client(global::System.String id, global::System.String name) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Id = id; - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::System.String Id { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client_Client? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -90139,7 +90797,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -90159,7 +90817,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client_Client)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -90167,8 +90825,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -90176,22 +90835,21 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) { - DeployedTags = deployedTags; - Message = message; - Hash = hash; - Errors = errors; + this.__typename = __typename; + Severity = severity; } - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -90208,7 +90866,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -90228,7 +90886,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -90236,18 +90894,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - foreach (var DeployedTags_elm in DeployedTags) - { - hash ^= 397 * DeployedTags_elm.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Hash.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); return hash; } } @@ -90255,14 +90903,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - Changes = changes; } /// @@ -90271,9 +90918,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -90290,7 +90936,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -90310,7 +90956,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -90321,11 +90967,6 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -90333,9 +90974,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; @@ -90349,9 +90990,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -90388,7 +91029,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -90411,25 +91052,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors_GraphQLSchemaError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Message = message; + Code = code; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } + public global::System.String? Code { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors_GraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -90446,7 +91080,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -90466,7 +91100,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors_GraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -90474,12 +91108,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + hash ^= 397 * Message.GetHashCode(); + if (Code != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Code.GetHashCode(); } return hash; @@ -90489,25 +91121,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + McpFeatureCollection = mcpFeatureCollection; + Entities = entities; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -90524,7 +91149,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -90544,7 +91169,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -90552,12 +91177,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (McpFeatureCollection != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * McpFeatureCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); } return hash; @@ -90567,25 +91194,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + OpenApiCollection = openApiCollection; + Entities = entities; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -90602,7 +91222,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -90622,7 +91242,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -90630,12 +91250,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (OpenApiCollection != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * OpenApiCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); } return hash; @@ -90645,25 +91267,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client_Client : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client_Client { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client_Client(global::System.String id, global::System.String name) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Id = id; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client_Client? other) { if (ReferenceEquals(null, other)) { @@ -90680,7 +91295,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -90700,7 +91315,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client_Client)obj); } public override global::System.Int32 GetHashCode() @@ -90708,12 +91323,85 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed + { + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) + { + DeployedTags = deployedTags; + Message = message; + Hash = hash; + Errors = errors; + } + + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + foreach (var DeployedTags_elm in DeployedTags) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * DeployedTags_elm.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Hash.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -90723,13 +91411,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_DirectiveModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; + Changes = changes; } /// @@ -90738,8 +91427,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_DirectiveModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -90756,7 +91446,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -90776,7 +91466,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_DirectiveModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -90787,6 +91477,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -90794,12 +91489,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_EnumModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; + Coordinate = coordinate; + Changes = changes; } /// @@ -90807,8 +91504,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_EnumModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -90825,7 +91524,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -90845,7 +91544,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_EnumModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -90855,6 +91554,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -90862,13 +91567,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InputObjectModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; + Changes = changes; } /// @@ -90877,8 +91583,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InputObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -90895,7 +91602,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -90915,7 +91622,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InputObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -90926,6 +91633,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -90933,9 +91645,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InterfaceModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; @@ -90949,9 +91661,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InterfaceModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -90988,7 +91700,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InterfaceModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -91011,18 +91723,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ObjectModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Message = message; - Code = code; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.String Message { get; } - public global::System.String? Code { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -91039,7 +91758,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -91059,7 +91778,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -91067,10 +91786,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Code.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -91080,18 +91801,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ScalarModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - OpenApiCollection = openApiCollection; - Entities = entities; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ScalarModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -91108,7 +91836,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -91128,7 +91856,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ScalarModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -91136,14 +91864,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - if (OpenApiCollection != null) - { - hash ^= 397 * OpenApiCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Entities_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -91153,18 +91879,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberAddedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - McpFeatureCollection = mcpFeatureCollection; - Entities = entities; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -91181,7 +91912,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -91201,7 +91932,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -91209,16 +91940,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - if (McpFeatureCollection != null) - { - hash ^= 397 * McpFeatureCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) - { - hash ^= 397 * Entities_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -91226,22 +91950,21 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) { - Code = code; - Message = message; - Path = path; - Locations = locations; + this.__typename = __typename; + Severity = severity; } - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -91258,7 +91981,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -91278,7 +92001,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -91286,25 +92009,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) - { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); return hash; } } @@ -91312,16 +92018,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberRemovedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Message = message; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -91338,7 +92051,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -91358,7 +92071,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -91366,7 +92079,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -91374,22 +92089,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_UnionModifiedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Code = code; - Message = message; - Path = path; - Locations = locations; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_UnionModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -91406,7 +92124,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -91426,7 +92144,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_UnionModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -91434,23 +92152,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -91460,16 +92167,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { - Message = message; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -91486,7 +92204,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -91506,7 +92224,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -91514,7 +92232,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -91522,18 +92244,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) { - Column = column; - Line = line; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + Changes = changes; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -91550,7 +92281,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Quer return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -91570,7 +92301,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Quer return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -91578,8 +92309,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Quer unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -91587,13 +92325,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Quer // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { this.__typename = __typename; Severity = severity; - DeprecationReason = deprecationReason; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } /// @@ -91601,9 +92341,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -91620,7 +92362,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -91640,7 +92382,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -91650,11 +92392,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -91662,9 +92402,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -91680,7 +92420,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -91717,7 +92457,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -91744,14 +92484,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { this.__typename = __typename; Severity = severity; - OldType = oldType; - NewType = newType; + Location = location; } /// @@ -91759,10 +92498,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationAdded? other) { if (ReferenceEquals(null, other)) { @@ -91779,7 +92517,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -91799,7 +92537,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -91809,8 +92547,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -91818,18 +92555,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { + this.__typename = __typename; Severity = severity; - DeprecationReason = deprecationReason; + Location = location; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -91846,7 +92588,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -91866,7 +92608,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -91874,12 +92616,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -91887,25 +92626,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; Severity = severity; Old = old; New = @new; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -91922,7 +92661,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -91942,7 +92681,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -91950,6 +92689,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); if (Old != null) { @@ -91961,7 +92701,6 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan hash ^= 397 * New.GetHashCode(); } - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -91969,18 +92708,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_2 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { + this.__typename = __typename; Severity = severity; - DeprecationReason = deprecationReason; + Coordinate = coordinate; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_2? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueAdded? other) { if (ReferenceEquals(null, other)) { @@ -91997,7 +92741,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92017,7 +92761,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_2)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueAdded)obj); } public override global::System.Int32 GetHashCode() @@ -92025,12 +92769,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -92038,25 +92779,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_2 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Severity = severity; - Old = old; - New = @new; this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueChanged? other) { if (ReferenceEquals(null, other)) { @@ -92073,7 +92814,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92093,7 +92834,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_2)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueChanged)obj); } public override global::System.Int32 GetHashCode() @@ -92101,18 +92842,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -92120,25 +92857,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Severity = severity; - OldType = oldType; - NewType = newType; this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueRemoved? other) { if (ReferenceEquals(null, other)) { @@ -92155,7 +92890,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92175,7 +92910,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -92183,10 +92918,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -92194,27 +92928,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentAdded + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_2 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentAdded(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -92231,7 +92963,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92251,7 +92983,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentAdded)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -92259,11 +92991,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -92271,27 +93010,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentChanged(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; Severity = severity; Coordinate = coordinate; - Name = name; - this.__typename = __typename; - Changes = changes; + TypeName = typeName; + FieldName = fieldName; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -92308,7 +93047,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92328,7 +93067,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentChanged)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -92336,15 +93075,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -92352,27 +93087,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentRemoved + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentRemoved(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; Severity = severity; Coordinate = coordinate; - Name = name; TypeName = typeName; - this.__typename = __typename; + FieldName = fieldName; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -92389,7 +93124,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92409,7 +93144,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentRemoved)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -92417,11 +93152,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -92429,18 +93164,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_3 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_3 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InputFieldChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; Severity = severity; - DeprecationReason = deprecationReason; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_3? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -92457,7 +93201,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92477,7 +93221,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_3)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -92485,10 +93229,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * DeprecationReason.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -92498,25 +93245,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_3 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_3 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; Severity = severity; Old = old; New = @new; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -92533,7 +93280,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92553,7 +93300,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_3)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -92561,6 +93308,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); if (Old != null) { @@ -92572,7 +93320,6 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan hash ^= 397 * New.GetHashCode(); } - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -92580,25 +93327,27 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_2 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - Severity = severity; - OldType = oldType; - NewType = newType; this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_2? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -92615,7 +93364,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92635,7 +93384,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_2)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -92643,10 +93392,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -92654,15 +93404,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - Name = name; TypeName = typeName; + FieldName = fieldName; } /// @@ -92671,10 +93421,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.String Name { get; } public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -92691,7 +93441,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92711,7 +93461,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -92722,8 +93472,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -92731,15 +93481,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - Name = name; - Changes = changes; + InterfaceName = interfaceName; } /// @@ -92747,11 +93495,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded? other) { if (ReferenceEquals(null, other)) { @@ -92768,7 +93514,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92788,7 +93534,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -92798,13 +93544,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -92812,15 +93552,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; + InterfaceName = interfaceName; } /// @@ -92828,11 +93566,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -92849,7 +93585,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92869,7 +93605,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -92879,9 +93615,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -92889,14 +93623,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - Old = old; - New = @new; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } /// @@ -92904,10 +93639,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -92924,7 +93660,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -92944,7 +93680,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -92954,14 +93690,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -92971,13 +93704,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; - Location = location; + TypeName = typeName; } /// @@ -92985,9 +93718,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeAdded? other) { if (ReferenceEquals(null, other)) { @@ -93004,7 +93737,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -93024,7 +93757,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeAdded)obj); } public override global::System.Int32 GetHashCode() @@ -93034,7 +93767,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -93042,13 +93775,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; - Location = location; + TypeName = typeName; } /// @@ -93056,9 +93789,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeRemoved? other) { if (ReferenceEquals(null, other)) { @@ -93075,7 +93808,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -93095,7 +93828,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -93105,7 +93838,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -93113,9 +93846,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_4 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -93131,7 +93864,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_4? other) { if (ReferenceEquals(null, other)) { @@ -93168,7 +93901,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_4)obj); } public override global::System.Int32 GetHashCode() @@ -93195,13 +93928,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_2 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } /// @@ -93210,8 +93945,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -93228,7 +93965,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -93248,7 +93985,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -93259,6 +93996,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -93266,14 +94005,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_2 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - Changes = changes; + TypeName = typeName; + FieldName = fieldName; } /// @@ -93282,9 +94022,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -93301,7 +94042,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -93321,7 +94062,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -93332,11 +94073,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -93344,13 +94082,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; + InterfaceName = interfaceName; } /// @@ -93358,9 +94096,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded_1? other) { if (ReferenceEquals(null, other)) { @@ -93377,7 +94115,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -93397,7 +94135,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded_1)obj); } public override global::System.Int32 GetHashCode() @@ -93407,7 +94145,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -93415,14 +94153,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; Severity = severity; - Old = old; - New = @new; + InterfaceName = interfaceName; } /// @@ -93430,10 +94167,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved_1? other) { if (ReferenceEquals(null, other)) { @@ -93450,7 +94186,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -93470,7 +94206,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved_1)obj); } public override global::System.Int32 GetHashCode() @@ -93480,16 +94216,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -93497,15 +94224,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - TypeName = typeName; FieldName = fieldName; + Changes = changes; } /// @@ -93514,10 +94241,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -93534,7 +94261,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -93554,7 +94281,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -93565,8 +94292,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -93574,15 +94305,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_5 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Old = old; + New = @new; } /// @@ -93590,11 +94320,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_5? other) { if (ReferenceEquals(null, other)) { @@ -93611,7 +94340,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -93631,7 +94360,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_5)obj); } public override global::System.Int32 GetHashCode() @@ -93641,9 +94370,16 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -93651,15 +94387,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_6 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + Old = old; + New = @new; } /// @@ -93667,11 +94402,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_6? other) { if (ReferenceEquals(null, other)) { @@ -93688,7 +94422,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -93708,7 +94442,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_6)obj); } public override global::System.Int32 GetHashCode() @@ -93718,11 +94452,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Old != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -93732,14 +94469,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; - Old = old; - New = @new; + TypeName = typeName; } /// @@ -93747,10 +94483,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberAdded? other) { if (ReferenceEquals(null, other)) { @@ -93767,7 +94502,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -93787,7 +94522,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberAdded)obj); } public override global::System.Int32 GetHashCode() @@ -93797,16 +94532,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -93814,15 +94540,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; TypeName = typeName; - FieldName = fieldName; } /// @@ -93830,11 +94554,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberRemoved? other) { if (ReferenceEquals(null, other)) { @@ -93851,7 +94573,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -93871,7 +94593,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -93881,9 +94603,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -93891,27 +94611,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Id = id; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -93928,7 +94639,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -93948,7 +94659,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -93956,11 +94667,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -93968,23 +94676,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + Errors = errors; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) { if (ReferenceEquals(null, other)) { @@ -94001,7 +94704,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -94021,7 +94724,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); } public override global::System.Int32 GetHashCode() @@ -94029,9 +94732,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -94039,23 +94745,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + Errors = errors; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) { if (ReferenceEquals(null, other)) { @@ -94072,7 +94773,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -94092,7 +94793,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); } public override global::System.Int32 GetHashCode() @@ -94100,9 +94801,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -94110,27 +94814,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + Id = id; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -94147,7 +94842,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -94167,7 +94862,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -94175,15 +94870,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -94191,23 +94879,20 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; + Errors = errors; + HttpMethod = httpMethod; + Route = route; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) { if (ReferenceEquals(null, other)) { @@ -94224,7 +94909,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -94244,7 +94929,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); } public override global::System.Int32 GetHashCode() @@ -94252,9 +94937,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * HttpMethod.GetHashCode(); + hash ^= 397 * Route.GetHashCode(); return hash; } } @@ -94262,23 +94951,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; + Errors = errors; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) { if (ReferenceEquals(null, other)) { @@ -94295,7 +94979,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -94315,7 +94999,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); } public override global::System.Int32 GetHashCode() @@ -94323,9 +95007,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -94333,25 +95020,22 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Message = message; + Code = code; + Path = path; + Locations = locations; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError? other) { if (ReferenceEquals(null, other)) { @@ -94368,7 +95052,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -94388,7 +95072,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError)obj); } public override global::System.Int32 GetHashCode() @@ -94396,16 +95080,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) + hash ^= 397 * Message.GetHashCode(); + if (Code != null) { - hash ^= 397 * Old.GetHashCode(); + hash ^= 397 * Code.GetHashCode(); } - if (New != null) + if (Path != null) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } } return hash; @@ -94415,15 +95106,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; + Name = name; TypeName = typeName; - FieldName = fieldName; } /// @@ -94432,10 +95123,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } + public global::System.String Name { get; } public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -94452,7 +95143,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -94472,7 +95163,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -94483,8 +95174,8 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -94492,15 +95183,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Name = name; + Changes = changes; } /// @@ -94509,10 +95200,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -94529,7 +95220,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -94549,7 +95240,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -94560,8 +95251,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -94569,13 +95264,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { this.__typename = __typename; Severity = severity; - InterfaceName = interfaceName; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } /// @@ -94583,9 +95280,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -94602,7 +95301,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -94622,7 +95321,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -94632,7 +95331,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -94640,13 +95341,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; - InterfaceName = interfaceName; + Old = old; + New = @new; } /// @@ -94654,9 +95356,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -94673,7 +95376,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -94693,7 +95396,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -94703,7 +95406,16 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -94711,15 +95423,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + Location = location; } /// @@ -94727,11 +95437,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationAdded? other) { if (ReferenceEquals(null, other)) { @@ -94748,7 +95456,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -94768,7 +95476,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -94778,13 +95486,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -94792,14 +95494,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { this.__typename = __typename; Severity = severity; - Old = old; - New = @new; + Location = location; } /// @@ -94807,10 +95508,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -94827,7 +95527,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -94847,7 +95547,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -94857,16 +95557,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -94874,9 +95565,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -94892,7 +95583,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -94929,7 +95620,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -94956,13 +95647,13 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueAdded { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { this.__typename = __typename; Severity = severity; - TypeName = typeName; + Coordinate = coordinate; } /// @@ -94970,9 +95661,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueAdded? other) { if (ReferenceEquals(null, other)) { @@ -94989,7 +95680,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -95009,7 +95700,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueAdded)obj); } public override global::System.Int32 GetHashCode() @@ -95019,7 +95710,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -95027,13 +95718,14 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueChanged { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - TypeName = typeName; + Coordinate = coordinate; + Changes = changes; } /// @@ -95041,9 +95733,10 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueChanged? other) { if (ReferenceEquals(null, other)) { @@ -95060,7 +95753,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -95080,7 +95773,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueChanged)obj); } public override global::System.Int32 GetHashCode() @@ -95090,7 +95783,12 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -95098,18 +95796,23 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueRemoved { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Column = column; - Line = line; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueRemoved? other) { if (ReferenceEquals(null, other)) { @@ -95126,7 +95829,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -95146,7 +95849,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -95154,8 +95857,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -95163,18 +95867,25 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_2 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Column = column; - Line = line; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -95191,7 +95902,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -95211,7 +95922,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -95219,8 +95930,18 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -95228,13 +95949,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Coll // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DeprecatedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; - DeprecationReason = deprecationReason; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } /// @@ -95242,9 +95965,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DeprecatedChange? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -95261,7 +95986,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -95281,7 +96006,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DeprecatedChange)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -95291,9 +96016,165 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange + { + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; + } + + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InputFieldChanged + { + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; + } + + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InputFieldChanged? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InputFieldChanged)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * DeprecationReason.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -95303,9 +96184,9 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DescriptionChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_3 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -95321,7 +96202,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -95358,7 +96239,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DescriptionChanged)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -95385,14 +96266,15 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_TypeChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_1 { - public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; - OldType = oldType; - NewType = newType; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } /// @@ -95400,10 +96282,11 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_TypeChanged? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -95420,7 +96303,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -95440,7 +96323,7 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan return false; } - return Equals((OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_TypeChanged)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -95450,1423 +96333,1116 @@ public OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Chan int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdatedResult + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_1 { - public global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate OnSchemaVersionPublishingUpdate { get; } - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate - { + /// + /// The name of the current Object type at runtime. + /// public global::System.String __typename { get; } - } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, IOperationInProgress - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_1? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, IProcessingTaskApproved - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, IProcessingTaskIsQueued - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, IProcessingTaskIsReady - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISchemaVersionPublishFailed - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, ISchemaVersionPublishFailed - { + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_1)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISchemaVersionPublishSuccess + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded { + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; + } + /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, ISchemaVersionPublishSuccess - { - } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate, IWaitForApproval - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IConcurrentOperationError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IInvalidGraphQLSchemaError - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IMcpFeatureCollectionValidationError - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IOpenApiCollectionValidationError - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IOperationsAreNotAllowedError - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IPersistedQueryValidationError - { - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IProcessingTimeoutError - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved { - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISchemaVersionChangeViolationError - { /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, ISchemaVersionChangeViolationError - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, ISchemaVersionSyntaxError - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors, IUnexpectedProcessingError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_ClientDeployment : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_FusionConfigurationDeployment : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_SchemaDeployment : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged { - public global::System.String Message { get; } - public global::System.String? Code { get; } - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors_GraphQLSchemaError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Errors - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_1 - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollectionValidationCollection : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_1 - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client_Client : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Client - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries - { - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries - { - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes : ISchemaChangeLogEntry - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IDirectiveModifiedChange - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IEnumModifiedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeAdded { - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IInputObjectModifiedChange - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IInterfaceModifiedChange - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeAdded? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IObjectModifiedChange - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IScalarModifiedChange - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, ITypeSystemMemberAddedChange - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, ISchemaChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, ITypeSystemMemberRemovedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes, IUnionModifiedChange - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors - { - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeAdded)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors, IPersistedQueryValidationError - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeRemoved { - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_1, IPersistedQueryValidationError - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_1, ISchemaChangeViolationError - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeRemoved? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_1, IInvalidGraphQLSchemaError - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_1, IOpenApiCollectionValidationError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_1, IMcpFeatureCollectionValidationError - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_2 - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_2, IMcpFeatureCollectionValidationError - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_3 - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_3, IOpenApiCollectionValidationError - { - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeRemoved)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4 - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, IPersistedQueryValidationError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_4 { - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, ISchemaChangeViolationError - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, IOperationsAreNotAllowedError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, ISchemaVersionSyntaxError - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_4? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, IInvalidGraphQLSchemaError - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, IOpenApiCollectionValidationError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_4, IMcpFeatureCollectionValidationError - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_McpFeatureCollection - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities - { - public global::System.String Name { get; } - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_4)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities - { - public global::System.String Name { get; } - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_OpenApiCollection - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_2 { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_1 - { - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_1 - { - public global::System.String Name { get; } - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_2? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors - { - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes - { - public global::System.String __typename { get; } - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes, IArgumentAdded - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes, IArgumentChanged - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_ArgumentRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes, IArgumentRemoved - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes, IDescriptionChanged - { - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_2)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes, IDirectiveLocationAdded - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DirectiveLocationRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes, IDirectiveLocationRemoved + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_2 { - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_1 - { + /// + /// The name of the current Object type at runtime. + /// public global::System.String __typename { get; } - } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_1, IDescriptionChanged - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_2? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_1, IEnumValueAdded - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_1, IEnumValueChanged - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_EnumValueRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_1, IEnumValueRemoved - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_2 - { - public global::System.String __typename { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_2, IDescriptionChanged - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_2, IFieldAddedChange - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_2, IFieldRemovedChange - { - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_2)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InputFieldChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_2, IInputFieldChanged - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1 { + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; + } + + /// + /// The name of the current Object type at runtime. + /// public global::System.String __typename { get; } - } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_3 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IDescriptionChanged - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IFieldAddedChange - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IFieldRemovedChange - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IInterfaceImplementationAdded - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IInterfaceImplementationRemoved - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IOutputFieldChanged - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IPossibleTypeAdded - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_PossibleTypeRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_3, IPossibleTypeRemoved - { - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4 - { - public global::System.String __typename { get; } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_4 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4, IDescriptionChanged + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1 { - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldAddedChange_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4, IFieldAddedChange - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_FieldRemovedChange_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4, IFieldRemovedChange - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4, IInterfaceImplementationAdded - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4, IInterfaceImplementationRemoved - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_OutputFieldChanged_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_4, IOutputFieldChanged - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_5 - { - public global::System.String __typename { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_5 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_5, IDescriptionChanged - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_6 - { - public global::System.String __typename { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_DescriptionChanged_6 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_6, IDescriptionChanged - { - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_6, IUnionMemberAdded - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_UnionMemberRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_6, IUnionMemberRemoved + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged_1 { - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client_Client : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Client - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged_1? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries - { - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries_PersistedQueryValidationFailed : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Queries - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes : ISchemaChangeLogEntry - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IDirectiveModifiedChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IEnumModifiedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IInputObjectModifiedChange - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IInterfaceModifiedChange - { - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged_1)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IObjectModifiedChange - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IScalarModifiedChange - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberAddedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_5 { - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, ISchemaChange - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, ITypeSystemMemberRemovedChange - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_5? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes, IUnionModifiedChange - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors - { - public global::System.String Message { get; } - public global::System.String? Code { get; } - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Errors - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_1 - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Collections_1 - { - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_5)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationDocumentError - { - } + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationEntityValidationError - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_1 + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_6 { - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_1, IOpenApiCollectionValidationDocumentError - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_1, IOpenApiCollectionValidationEntityValidationError - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_6? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Queries_Errors_Locations - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes - { - public global::System.String __typename { get; } - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes, IDeprecatedChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes, IDescriptionChanged - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes, ITypeChanged - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_1 - { - } + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_6)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_1, IDeprecatedChange - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_1, IDescriptionChanged - { - } + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_2 - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_2, IDeprecatedChange + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberAdded { - } + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_2, IDescriptionChanged - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_2, ITypeChanged - { - } + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberAdded? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3 - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3, IArgumentAdded - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3, IArgumentChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_ArgumentRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3, IArgumentRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DeprecatedChange_3 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_DescriptionChanged_3 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_TypeChanged_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_3, ITypeChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IArgumentRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes, IDirectiveLocationRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1, IEnumValueRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IFieldRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2, IInputFieldChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IFieldRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IOutputFieldChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3, IPossibleTypeRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IFieldRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4, IOutputFieldChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6, IUnionMemberRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_1 - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Collections_Entities_Errors_Locations_1 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DeprecatedChange : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_DescriptionChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes_TypeChanged : IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_Changes_Changes_Changes, ITypeChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchemaResult : global::System.IEquatable, IUploadSchemaResult - { - public UploadSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema uploadSchema) - { - UploadSchema = uploadSchema; - } - - public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema UploadSchema { get; } - - public virtual global::System.Boolean Equals(UploadSchemaResult? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (UploadSchema.Equals(other.UploadSchema)); - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + } public override global::System.Boolean Equals(global::System.Object? obj) { @@ -96885,7 +97461,7 @@ public UploadSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadSc return false; } - return Equals((UploadSchemaResult)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberAdded)obj); } public override global::System.Int32 GetHashCode() @@ -96893,7 +97469,9 @@ public UploadSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadSc unchecked { int hash = 5; - hash ^= 397 * UploadSchema.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -96901,18 +97479,23 @@ public UploadSchemaResult(global::ChilliCream.Nitro.CommandLine.Client.IUploadSc // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchema_UploadSchema_UploadSchemaPayload : global::System.IEquatable, IUploadSchema_UploadSchema_UploadSchemaPayload + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberRemoved { - public UploadSchema_UploadSchema_UploadSchemaPayload(global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema_SchemaVersion? schemaVersion, global::System.Collections.Generic.IReadOnlyList? errors) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { - SchemaVersion = schemaVersion; - Errors = errors; + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema_SchemaVersion? SchemaVersion { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(UploadSchema_UploadSchema_UploadSchemaPayload? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberRemoved? other) { if (ReferenceEquals(null, other)) { @@ -96929,7 +97512,7 @@ public UploadSchema_UploadSchema_UploadSchemaPayload(global::ChilliCream.Nitro.C return false; } - return (((SchemaVersion is null && other.SchemaVersion is null) || SchemaVersion != null && SchemaVersion.Equals(other.SchemaVersion))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -96949,7 +97532,7 @@ public UploadSchema_UploadSchema_UploadSchemaPayload(global::ChilliCream.Nitro.C return false; } - return Equals((UploadSchema_UploadSchema_UploadSchemaPayload)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -96957,19 +97540,9 @@ public UploadSchema_UploadSchema_UploadSchemaPayload(global::ChilliCream.Nitro.C unchecked { int hash = 5; - if (SchemaVersion != null) - { - hash ^= 397 * SchemaVersion.GetHashCode(); - } - - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -96977,16 +97550,23 @@ public UploadSchema_UploadSchema_UploadSchemaPayload(global::ChilliCream.Nitro.C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchema_UploadSchema_SchemaVersion_SchemaVersion : global::System.IEquatable, IUploadSchema_UploadSchema_SchemaVersion_SchemaVersion + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange { - public UploadSchema_UploadSchema_SchemaVersion_SchemaVersion(global::System.String id) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - Id = id; + this.__typename = __typename; + Severity = severity; + DeprecationReason = deprecationReason; } - public global::System.String Id { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(UploadSchema_UploadSchema_SchemaVersion_SchemaVersion? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange? other) { if (ReferenceEquals(null, other)) { @@ -97003,7 +97583,7 @@ public UploadSchema_UploadSchema_SchemaVersion_SchemaVersion(global::System.Stri return false; } - return (Id.Equals(other.Id)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97023,7 +97603,7 @@ public UploadSchema_UploadSchema_SchemaVersion_SchemaVersion(global::System.Stri return false; } - return Equals((UploadSchema_UploadSchema_SchemaVersion_SchemaVersion)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange)obj); } public override global::System.Int32 GetHashCode() @@ -97031,7 +97611,13 @@ public UploadSchema_UploadSchema_SchemaVersion_SchemaVersion(global::System.Stri unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -97039,23 +97625,25 @@ public UploadSchema_UploadSchema_SchemaVersion_SchemaVersion(global::System.Stri // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchema_UploadSchema_Errors_ApiNotFoundError : global::System.IEquatable, IUploadSchema_UploadSchema_Errors_ApiNotFoundError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged { - public UploadSchema_UploadSchema_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; - Message = message; - ApiId = apiId; + Severity = severity; + Old = old; + New = @new; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String ApiId { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(UploadSchema_UploadSchema_Errors_ApiNotFoundError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -97072,7 +97660,7 @@ public UploadSchema_UploadSchema_Errors_ApiNotFoundError(global::System.String _ return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97092,7 +97680,7 @@ public UploadSchema_UploadSchema_Errors_ApiNotFoundError(global::System.String _ return false; } - return Equals((UploadSchema_UploadSchema_Errors_ApiNotFoundError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -97101,8 +97689,17 @@ public UploadSchema_UploadSchema_Errors_ApiNotFoundError(global::System.String _ { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -97110,21 +97707,25 @@ public UploadSchema_UploadSchema_Errors_ApiNotFoundError(global::System.String _ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchema_UploadSchema_Errors_ConcurrentOperationError : global::System.IEquatable, IUploadSchema_UploadSchema_Errors_ConcurrentOperationError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged { - public UploadSchema_UploadSchema_Errors_ConcurrentOperationError(global::System.String __typename, global::System.String message) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) { this.__typename = __typename; - Message = message; + Severity = severity; + OldType = oldType; + NewType = newType; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } - public virtual global::System.Boolean Equals(UploadSchema_UploadSchema_Errors_ConcurrentOperationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged? other) { if (ReferenceEquals(null, other)) { @@ -97141,7 +97742,7 @@ public UploadSchema_UploadSchema_Errors_ConcurrentOperationError(global::System. return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97161,7 +97762,7 @@ public UploadSchema_UploadSchema_Errors_ConcurrentOperationError(global::System. return false; } - return Equals((UploadSchema_UploadSchema_Errors_ConcurrentOperationError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged)obj); } public override global::System.Int32 GetHashCode() @@ -97170,7 +97771,9 @@ public UploadSchema_UploadSchema_Errors_ConcurrentOperationError(global::System. { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -97178,21 +97781,18 @@ public UploadSchema_UploadSchema_Errors_ConcurrentOperationError(global::System. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchema_UploadSchema_Errors_DuplicatedTagError : global::System.IEquatable, IUploadSchema_UploadSchema_Errors_DuplicatedTagError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_1 { - public UploadSchema_UploadSchema_Errors_DuplicatedTagError(global::System.String __typename, global::System.String message) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - this.__typename = __typename; - Message = message; + Severity = severity; + DeprecationReason = deprecationReason; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(UploadSchema_UploadSchema_Errors_DuplicatedTagError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -97209,7 +97809,7 @@ public UploadSchema_UploadSchema_Errors_DuplicatedTagError(global::System.String return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97229,7 +97829,7 @@ public UploadSchema_UploadSchema_Errors_DuplicatedTagError(global::System.String return false; } - return Equals((UploadSchema_UploadSchema_Errors_DuplicatedTagError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -97237,8 +97837,12 @@ public UploadSchema_UploadSchema_Errors_DuplicatedTagError(global::System.String unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -97246,21 +97850,25 @@ public UploadSchema_UploadSchema_Errors_DuplicatedTagError(global::System.String // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchema_UploadSchema_Errors_UnauthorizedOperation : global::System.IEquatable, IUploadSchema_UploadSchema_Errors_UnauthorizedOperation + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_1 { - public UploadSchema_UploadSchema_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { + Severity = severity; + Old = old; + New = @new; this.__typename = __typename; - Message = message; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public virtual global::System.Boolean Equals(UploadSchema_UploadSchema_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -97277,7 +97885,7 @@ public UploadSchema_UploadSchema_Errors_UnauthorizedOperation(global::System.Str return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97297,7 +97905,7 @@ public UploadSchema_UploadSchema_Errors_UnauthorizedOperation(global::System.Str return false; } - return Equals((UploadSchema_UploadSchema_Errors_UnauthorizedOperation)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -97305,89 +97913,37 @@ public UploadSchema_UploadSchema_Errors_UnauthorizedOperation(global::System.Str unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadSchemaResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema UploadSchema { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadSchema_UploadSchema - { - public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema_SchemaVersion? SchemaVersion { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadSchema_UploadSchema_UploadSchemaPayload : IUploadSchema_UploadSchema - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadSchema_UploadSchema_SchemaVersion - { - public global::System.String Id { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadSchema_UploadSchema_SchemaVersion_SchemaVersion : IUploadSchema_UploadSchema_SchemaVersion - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadSchema_UploadSchema_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadSchema_UploadSchema_Errors_ApiNotFoundError : IUploadSchema_UploadSchema_Errors, IApiNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadSchema_UploadSchema_Errors_ConcurrentOperationError : IUploadSchema_UploadSchema_Errors, IConcurrentOperationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadSchema_UploadSchema_Errors_DuplicatedTagError : IUploadSchema_UploadSchema_Errors, IDuplicatedTagError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadSchema_UploadSchema_Errors_UnauthorizedOperation : IUploadSchema_UploadSchema_Errors, IUnauthorizedOperation - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateSchemaVersionResult : global::System.IEquatable, IValidateSchemaVersionResult + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_2 { - public ValidateSchemaVersionResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersion_ValidateSchema validateSchema) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - ValidateSchema = validateSchema; + Severity = severity; + DeprecationReason = deprecationReason; } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersion_ValidateSchema ValidateSchema { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(ValidateSchemaVersionResult? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -97404,7 +97960,7 @@ public ValidateSchemaVersionResult(global::ChilliCream.Nitro.CommandLine.Client. return false; } - return (ValidateSchema.Equals(other.ValidateSchema)); + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97424,7 +97980,7 @@ public ValidateSchemaVersionResult(global::ChilliCream.Nitro.CommandLine.Client. return false; } - return Equals((ValidateSchemaVersionResult)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -97432,7 +97988,12 @@ public ValidateSchemaVersionResult(global::ChilliCream.Nitro.CommandLine.Client. unchecked { int hash = 5; - hash ^= 397 * ValidateSchema.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -97440,18 +98001,25 @@ public ValidateSchemaVersionResult(global::ChilliCream.Nitro.CommandLine.Client. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload : global::System.IEquatable, IValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_2 { - public ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload(global::System.String? id, global::System.Collections.Generic.IReadOnlyList? errors) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { - Id = id; - Errors = errors; + Severity = severity; + Old = old; + New = @new; + this.__typename = __typename; } - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -97468,7 +98036,7 @@ public ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload(global::System return false; } - return (((Id is null && other.Id is null) || Id != null && Id.Equals(other.Id))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97488,7 +98056,7 @@ public ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload(global::System return false; } - return Equals((ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -97496,19 +98064,18 @@ public ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload(global::System unchecked { int hash = 5; - if (Id != null) + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); } - if (Errors != null) + if (New != null) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * New.GetHashCode(); } + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -97516,23 +98083,25 @@ public ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload(global::System // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError : global::System.IEquatable, IValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_1 { - public ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) { + Severity = severity; + OldType = oldType; + NewType = newType; this.__typename = __typename; - Message = message; - Name = name; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String Name { get; } - public virtual global::System.Boolean Equals(ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -97549,7 +98118,7 @@ public ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError(global::Sy return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97569,7 +98138,7 @@ public ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError(global::Sy return false; } - return Equals((ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -97577,9 +98146,10 @@ public ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError(global::Sy unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -97587,20 +98157,27 @@ public ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError(global::Sy // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError : global::System.IEquatable, IValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentAdded { - public ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError(global::System.String message, global::System.String apiId, global::System.String tag) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentAdded(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) { - Message = message; - ApiId = apiId; - Tag = tag; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; + this.__typename = __typename; } - public global::System.String Message { get; } - public global::System.String ApiId { get; } - public global::System.String Tag { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -97617,7 +98194,7 @@ public ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError(global::S return false; } - return (Message.Equals(other.Message)) && ApiId.Equals(other.ApiId) && Tag.Equals(other.Tag); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97637,7 +98214,7 @@ public ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError(global::S return false; } - return Equals((ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -97645,9 +98222,11 @@ public ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError(global::S unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -97655,23 +98234,27 @@ public ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError(global::S // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError : global::System.IEquatable, IValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentChanged { - public ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentChanged(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) { + Severity = severity; + Coordinate = coordinate; + Name = name; this.__typename = __typename; - Message = message; - ApiId = apiId; + Changes = changes; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String ApiId { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -97688,7 +98271,7 @@ public ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError(global::Syst return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97708,7 +98291,7 @@ public ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError(global::Syst return false; } - return Equals((ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -97716,9 +98299,15 @@ public ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError(global::Syst unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -97726,21 +98315,27 @@ public ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError(global::Syst // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation : global::System.IEquatable, IValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentRemoved { - public ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentRemoved(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) { + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; this.__typename = __typename; - Message = message; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public virtual global::System.Boolean Equals(ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -97757,7 +98352,7 @@ public ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation(global: return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97777,7 +98372,7 @@ public ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation(global: return false; } - return Equals((ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -97785,76 +98380,30 @@ public ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation(global: unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateSchemaVersionResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersion_ValidateSchema ValidateSchema { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateSchemaVersion_ValidateSchema - { - public global::System.String? Id { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload : IValidateSchemaVersion_ValidateSchema - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateSchemaVersion_ValidateSchema_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError : IValidateSchemaVersion_ValidateSchema_Errors, IStageNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError : IValidateSchemaVersion_ValidateSchema_Errors, ISchemaNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError : IValidateSchemaVersion_ValidateSchema_Errors, IApiNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation : IValidateSchemaVersion_ValidateSchema_Errors, IUnauthorizedOperation - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdatedResult : global::System.IEquatable, IOnSchemaVersionValidationUpdatedResult + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_3 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_3 { - public OnSchemaVersionValidationUpdatedResult(global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate onSchemaVersionValidationUpdate) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - OnSchemaVersionValidationUpdate = onSchemaVersionValidationUpdate; + Severity = severity; + DeprecationReason = deprecationReason; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate OnSchemaVersionValidationUpdate { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdatedResult? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_3? other) { if (ReferenceEquals(null, other)) { @@ -97871,7 +98420,7 @@ public OnSchemaVersionValidationUpdatedResult(global::ChilliCream.Nitro.CommandL return false; } - return (OnSchemaVersionValidationUpdate.Equals(other.OnSchemaVersionValidationUpdate)); + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97891,7 +98440,7 @@ public OnSchemaVersionValidationUpdatedResult(global::ChilliCream.Nitro.CommandL return false; } - return Equals((OnSchemaVersionValidationUpdatedResult)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_3)obj); } public override global::System.Int32 GetHashCode() @@ -97899,7 +98448,12 @@ public OnSchemaVersionValidationUpdatedResult(global::ChilliCream.Nitro.CommandL unchecked { int hash = 5; - hash ^= 397 * OnSchemaVersionValidationUpdate.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -97907,21 +98461,25 @@ public OnSchemaVersionValidationUpdatedResult(global::ChilliCream.Nitro.CommandL // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_3 { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { + Severity = severity; + Old = old; + New = @new; this.__typename = __typename; - State = state; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -97938,7 +98496,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Operatio return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -97958,7 +98516,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Operatio return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -97966,8 +98524,18 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Operatio unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); return hash; } } @@ -97975,23 +98543,25 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Operatio // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_2 { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) { + Severity = severity; + OldType = oldType; + NewType = newType; this.__typename = __typename; - State = state; - Errors = errors; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -98008,7 +98578,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVe return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -98028,7 +98598,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVe return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -98036,13 +98606,10 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVe unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - return hash; } } @@ -98050,23 +98617,22 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVe // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { - this.__typename = __typename; - State = state; - Changes = changes; + Code = code; + Message = message; + Path = path; + Locations = locations; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) { if (ReferenceEquals(null, other)) { @@ -98083,7 +98649,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVe return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -98103,7 +98669,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVe return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); } public override global::System.Int32 GetHashCode() @@ -98111,11 +98677,23 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVe unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Code != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Code.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } } return hash; @@ -98125,21 +98703,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVe // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) { - this.__typename = __typename; - State = state; + Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) { if (ReferenceEquals(null, other)) { @@ -98156,7 +98729,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Validati return false; } - return (__typename.Equals(other.__typename)) && State.Equals(other.State); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -98176,7 +98749,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Validati return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -98184,8 +98757,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Validati unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * State.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -98193,23 +98765,22 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Validati // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { - this.__typename = __typename; + Code = code; Message = message; - Errors = errors; + Path = path; + Locations = locations; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.String? Code { get; } public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) { if (ReferenceEquals(null, other)) { @@ -98226,7 +98797,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_I return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -98246,7 +98817,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_I return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); } public override global::System.Int32 GetHashCode() @@ -98254,11 +98825,23 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_I unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } + hash ^= 397 * Message.GetHashCode(); - foreach (var Errors_elm in Errors) + if (Path != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } } return hash; @@ -98268,16 +98851,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_I // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) { - Collections = collections; + Message = message; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) { if (ReferenceEquals(null, other)) { @@ -98294,7 +98877,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_M return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -98314,7 +98897,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_M return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -98322,11 +98905,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_M unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -98334,16 +98913,18 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_M // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) { - Collections = collections; + Column = column; + Line = line; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -98360,7 +98941,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_O return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -98380,7 +98961,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_O return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -98388,11 +98969,8 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_O unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -98400,21 +98978,23 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_O // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DeprecatedChange { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { this.__typename = __typename; - Message = message; + Severity = severity; + DeprecationReason = deprecationReason; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DeprecatedChange? other) { if (ReferenceEquals(null, other)) { @@ -98431,7 +99011,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_O return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -98451,7 +99031,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_O return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DeprecatedChange)obj); } public override global::System.Int32 GetHashCode() @@ -98460,7 +99040,12 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_O { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -98468,20 +99053,25 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_O // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DescriptionChanged { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Message = message; - Client = client; - Queries = queries; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -98498,7 +99088,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_P return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -98518,7 +99108,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_P return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -98526,15 +99116,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_P unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Client.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); } - foreach (var Queries_elm in Queries) + if (New != null) { - hash ^= 397 * Queries_elm.GetHashCode(); + hash ^= 397 * New.GetHashCode(); } return hash; @@ -98544,21 +99135,25 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_P // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_TypeChanged { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError(global::System.String __typename, global::System.String message) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) { this.__typename = __typename; - Message = message; + Severity = severity; + OldType = oldType; + NewType = newType; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_TypeChanged? other) { if (ReferenceEquals(null, other)) { @@ -98575,7 +99170,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_P return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -98595,7 +99190,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_P return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_TypeChanged)obj); } public override global::System.Int32 GetHashCode() @@ -98604,7 +99199,9 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_P { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -98612,13 +99209,18 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_P // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError() + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { + Column = column; + Line = line; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError? other) + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -98635,7 +99237,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_R return false; } - return true; + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -98655,7 +99257,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_R return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -98663,6 +99265,8 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_R unchecked { int hash = 5; + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -98670,21 +99274,18 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_R // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError + public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) + public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { - this.__typename = __typename; - Changes = changes; + Column = column; + Line = line; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError? other) + public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -98701,7 +99302,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_S return false; } - return (__typename.Equals(other.__typename)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -98721,7 +99322,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_S return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError)obj); + return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -98729,590 +99330,1147 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_S unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError + public partial interface IOnSchemaVersionValidationUpdatedResult { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) - { - this.__typename = __typename; - Message = message; - Column = column; - Position = position; - Line = line; - } + public global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate OnSchemaVersionValidationUpdate { get; } + } - /// - /// The name of the current Object type at runtime. - /// + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate + { public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Int32 Column { get; } - public global::System.Int32 Position { get; } - public global::System.Int32 Line { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate, IOperationInProgress + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISchemaVersionValidationFailed + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate, ISchemaVersionValidationFailed + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISchemaVersionValidationSuccess + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate, ISchemaVersionValidationSuccess + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate, IValidationInProgress + { + } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Position.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IInvalidGraphQLSchemaError + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IMcpFeatureCollectionValidationError { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError(global::System.String __typename, global::System.String message) - { - this.__typename = __typename; - Message = message; - } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IOpenApiCollectionValidationError + { + } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IOperationsAreNotAllowedError + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IPersistedQueryValidationError + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IProcessingTimeoutError + { + } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, ISchemaVersionChangeViolationError + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, ISchemaVersionSyntaxError + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IUnexpectedProcessingError + { + } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes : ISchemaChangeLogEntry + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IDirectiveModifiedChange + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IEnumModifiedChange { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; - } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IInputObjectModifiedChange + { + } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IInterfaceModifiedChange + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IObjectModifiedChange + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IScalarModifiedChange + { + } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, ITypeSystemMemberAddedChange + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, ISchemaChange + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, ITypeSystemMemberRemovedChange + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IUnionModifiedChange + { + } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors_GraphQLSchemaError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; - } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_1 + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_1 + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client_Client : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client + { + } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries + { + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes : ISchemaChangeLogEntry + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_DirectiveModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IDirectiveModifiedChange + { + } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_EnumModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IEnumModifiedChange + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InputObjectModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IInputObjectModifiedChange + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InterfaceModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IInterfaceModifiedChange + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ObjectModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IObjectModifiedChange { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; - } + } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ScalarModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IScalarModifiedChange + { + } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberAddedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, ITypeSystemMemberAddedChange + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, ISchemaChange + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberRemovedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, ITypeSystemMemberRemovedChange + { + } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_UnionModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IUnionModifiedChange + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes + { + public global::System.String __typename { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes, IArgumentAdded + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes, IArgumentChanged + { + } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes, IArgumentRemoved + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes, IDescriptionChanged + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes, IDirectiveLocationAdded + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes, IDirectiveLocationRemoved { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; - } + } - /// - /// The name of the current Object type at runtime. - /// + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_1 + { public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_1, IDescriptionChanged + { + } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_1, IEnumValueAdded + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_1, IEnumValueChanged + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_1, IEnumValueRemoved + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_2 + { + public global::System.String __typename { get; } + } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_2, IDescriptionChanged + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_2, IFieldAddedChange + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_2, IFieldRemovedChange + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InputFieldChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_2, IInputFieldChanged { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; - } + } - /// - /// The name of the current Object type at runtime. - /// + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3 + { public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } + } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_3 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IDescriptionChanged + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IFieldAddedChange + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IFieldRemovedChange + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IInterfaceImplementationAdded + { + } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IInterfaceImplementationRemoved + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IOutputFieldChanged + { + } - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IPossibleTypeAdded + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IPossibleTypeRemoved { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; - } + } - /// - /// The name of the current Object type at runtime. - /// + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4 + { public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_4 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4, IDescriptionChanged + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4, IFieldAddedChange + { + } - if (other.GetType() != GetType()) - { - return false; + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_5 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_5 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_5, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_6 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_6 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_6, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_6, IUnionMemberAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_6, IUnionMemberRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_1 + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_1 + { + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_1 + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes, IArgumentAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes, IArgumentChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes, IArgumentRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes, IDirectiveLocationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes, IDirectiveLocationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_1 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_1, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_1, IEnumValueAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_1, IEnumValueChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_1, IEnumValueRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_2 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_2, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_2, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_2, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InputFieldChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_2, IInputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_3 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IPossibleTypeAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IPossibleTypeRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_4 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_5 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_5 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_5, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_6 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_6 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_6, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_6, IUnionMemberAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_6, IUnionMemberRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_1, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_1, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_2 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_2, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_2, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_2, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3, IArgumentAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3, IArgumentChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3, IArgumentRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_3 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_3 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationDocumentError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationEntityValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_1, IOpenApiCollectionValidationDocumentError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_1, IOpenApiCollectionValidationEntityValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DeprecatedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DescriptionChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_TypeChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_1 + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UpdateStagesResult : global::System.IEquatable, IUpdateStagesResult + { + public UpdateStagesResult(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages updateStages) + { + UpdateStages = updateStages; + } + + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages UpdateStages { get; } + + public virtual global::System.Boolean Equals(UpdateStagesResult? other) + { + if (ReferenceEquals(null, other)) + { + return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (UpdateStages.Equals(other.UpdateStages)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -99332,7 +100490,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange)obj); + return Equals((UpdateStagesResult)obj); } public override global::System.Int32 GetHashCode() @@ -99340,14 +100498,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * UpdateStages.GetHashCode(); return hash; } } @@ -99355,23 +100506,18 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange + public partial class UpdateStages_UpdateStages_UpdateStagesPayload : global::System.IEquatable, IUpdateStages_UpdateStages_UpdateStagesPayload { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public UpdateStages_UpdateStages_UpdateStagesPayload(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api? api, global::System.Collections.Generic.IReadOnlyList? errors) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Api = api; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api? Api { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_UpdateStagesPayload? other) { if (ReferenceEquals(null, other)) { @@ -99388,7 +100534,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -99408,7 +100554,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange)obj); + return Equals((UpdateStages_UpdateStages_UpdateStagesPayload)obj); } public override global::System.Int32 GetHashCode() @@ -99416,9 +100562,19 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + if (Api != null) + { + hash ^= 397 * Api.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + } + return hash; } } @@ -99426,21 +100582,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange + public partial class UpdateStages_UpdateStages_Api_Api : global::System.IEquatable, IUpdateStages_UpdateStages_Api_Api { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) + public UpdateStages_UpdateStages_Api_Api(global::System.Collections.Generic.IReadOnlyList stages) { - this.__typename = __typename; - Severity = severity; + Stages = stages; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.Collections.Generic.IReadOnlyList Stages { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Api_Api? other) { if (ReferenceEquals(null, other)) { @@ -99457,7 +100608,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Stages, other.Stages)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -99477,7 +100628,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange)obj); + return Equals((UpdateStages_UpdateStages_Api_Api)obj); } public override global::System.Int32 GetHashCode() @@ -99485,8 +100636,11 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); + foreach (var Stages_elm in Stages) + { + hash ^= 397 * Stages_elm.GetHashCode(); + } + return hash; } } @@ -99494,23 +100648,23 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange + public partial class UpdateStages_UpdateStages_Errors_ApiNotFoundError : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_ApiNotFoundError { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public UpdateStages_UpdateStages_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Message = message; + ApiId = apiId; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String Message { get; } + public global::System.String ApiId { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -99527,7 +100681,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -99547,7 +100701,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange)obj); + return Equals((UpdateStages_UpdateStages_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -99556,8 +100710,8 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -99565,25 +100719,23 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange + public partial class UpdateStages_UpdateStages_Errors_StageNotFoundError : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_StageNotFoundError { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public UpdateStages_UpdateStages_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Message = message; + Name = name; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_StageNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -99600,7 +100752,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -99620,7 +100772,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange)obj); + return Equals((UpdateStages_UpdateStages_Errors_StageNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -99629,13 +100781,8 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -99643,18 +100790,23 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors_GraphQLSchemaError + public partial class UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) + public UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList stages) { + this.__typename = __typename; Message = message; - Code = code; + Stages = stages; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } public global::System.String Message { get; } - public global::System.String? Code { get; } + public global::System.Collections.Generic.IReadOnlyList Stages { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors_GraphQLSchemaError? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError? other) { if (ReferenceEquals(null, other)) { @@ -99671,7 +100823,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_E return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Stages, other.Stages); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -99691,7 +100843,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_E return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors_GraphQLSchemaError)obj); + return Equals((UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError)obj); } public override global::System.Int32 GetHashCode() @@ -99699,10 +100851,11 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_E unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Message.GetHashCode(); - if (Code != null) + foreach (var Stages_elm in Stages) { - hash ^= 397 * Code.GetHashCode(); + hash ^= 397 * Stages_elm.GetHashCode(); } return hash; @@ -99712,18 +100865,21 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_E // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection + public partial class UpdateStages_UpdateStages_Errors_StageValidationError : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_StageValidationError { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) + public UpdateStages_UpdateStages_Errors_StageValidationError(global::System.String message, global::System.String __typename) { - McpFeatureCollection = mcpFeatureCollection; - Entities = entities; + Message = message; + this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_StageValidationError? other) { if (ReferenceEquals(null, other)) { @@ -99740,7 +100896,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (Message.Equals(other.Message)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -99760,7 +100916,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection)obj); + return Equals((UpdateStages_UpdateStages_Errors_StageValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -99768,16 +100924,8 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - if (McpFeatureCollection != null) - { - hash ^= 397 * McpFeatureCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) - { - hash ^= 397 * Entities_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -99785,18 +100933,22 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection + public partial class UpdateStages_UpdateStages_Api_Stages_Stage : global::System.IEquatable, IUpdateStages_UpdateStages_Api_Stages_Stage { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) + public UpdateStages_UpdateStages_Api_Stages_Stage(global::System.String id, global::System.String name, global::System.String displayName, global::System.Collections.Generic.IReadOnlyList conditions) { - OpenApiCollection = openApiCollection; - Entities = entities; + Id = id; + Name = name; + DisplayName = displayName; + Conditions = conditions; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.String DisplayName { get; } + public global::System.Collections.Generic.IReadOnlyList Conditions { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Api_Stages_Stage? other) { if (ReferenceEquals(null, other)) { @@ -99813,7 +100965,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && DisplayName.Equals(other.DisplayName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Conditions, other.Conditions); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -99833,7 +100985,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection)obj); + return Equals((UpdateStages_UpdateStages_Api_Stages_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -99841,14 +100993,12 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - if (OpenApiCollection != null) - { - hash ^= 397 * OpenApiCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * DisplayName.GetHashCode(); + foreach (var Conditions_elm in Conditions) { - hash ^= 397 * Entities_elm.GetHashCode(); + hash ^= 397 * Conditions_elm.GetHashCode(); } return hash; @@ -99858,18 +101008,20 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client_Client : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client_Client + public partial class UpdateStages_UpdateStages_Errors_Stages_Stage : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_Stage { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client_Client(global::System.String id, global::System.String name) + public UpdateStages_UpdateStages_Errors_Stages_Stage(global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema? publishedSchema, global::System.Collections.Generic.IReadOnlyList publishedClients) { - Id = id; Name = name; + PublishedSchema = publishedSchema; + PublishedClients = publishedClients; } - public global::System.String Id { get; } public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema? PublishedSchema { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedClients { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client_Client? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_Stage? other) { if (ReferenceEquals(null, other)) { @@ -99886,7 +101038,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (Name.Equals(other.Name)) && ((PublishedSchema is null && other.PublishedSchema is null) || PublishedSchema != null && PublishedSchema.Equals(other.PublishedSchema)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedClients, other.PublishedClients); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -99906,7 +101058,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client_Client)obj); + return Equals((UpdateStages_UpdateStages_Errors_Stages_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -99914,8 +101066,17 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); + if (PublishedSchema != null) + { + hash ^= 397 * PublishedSchema.GetHashCode(); + } + + foreach (var PublishedClients_elm in PublishedClients) + { + hash ^= 397 * PublishedClients_elm.GetHashCode(); + } + return hash; } } @@ -99923,22 +101084,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed + public partial class UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition : global::System.IEquatable, IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) + public UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? afterStage) { - DeployedTags = deployedTags; - Message = message; - Hash = hash; - Errors = errors; + AfterStage = afterStage; } - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? AfterStage { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition? other) { if (ReferenceEquals(null, other)) { @@ -99955,7 +101110,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Q return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (((AfterStage is null && other.AfterStage is null) || AfterStage != null && AfterStage.Equals(other.AfterStage))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -99975,7 +101130,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Q return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed)obj); + return Equals((UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition)obj); } public override global::System.Int32 GetHashCode() @@ -99983,16 +101138,9 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Q unchecked { int hash = 5; - foreach (var DeployedTags_elm in DeployedTags) - { - hash ^= 397 * DeployedTags_elm.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Hash.GetHashCode(); - foreach (var Errors_elm in Errors) + if (AfterStage != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * AfterStage.GetHashCode(); } return hash; @@ -100002,25 +101150,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Q // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_DirectiveModifiedChange + public partial class UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version? version) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Version = version; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version? Version { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_DirectiveModifiedChange? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion? other) { if (ReferenceEquals(null, other)) { @@ -100037,7 +101176,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((Version is null && other.Version is null) || Version != null && Version.Equals(other.Version))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100057,7 +101196,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_DirectiveModifiedChange)obj); + return Equals((UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion)obj); } public override global::System.Int32 GetHashCode() @@ -100065,12 +101204,9 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Version != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Version.GetHashCode(); } return hash; @@ -100080,25 +101216,18 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_EnumModifiedChange + public partial class UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client client, global::System.Collections.Generic.IReadOnlyList publishedVersions) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Client = client; + PublishedVersions = publishedVersions; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client Client { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedVersions { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_EnumModifiedChange? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient? other) { if (ReferenceEquals(null, other)) { @@ -100115,7 +101244,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedVersions, other.PublishedVersions); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100135,7 +101264,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_EnumModifiedChange)obj); + return Equals((UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient)obj); } public override global::System.Int32 GetHashCode() @@ -100143,12 +101272,10 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + hash ^= 397 * Client.GetHashCode(); + foreach (var PublishedVersions_elm in PublishedVersions) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * PublishedVersions_elm.GetHashCode(); } return hash; @@ -100158,25 +101285,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InputObjectModifiedChange + public partial class UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage : global::System.IEquatable, IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage(global::System.String name) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InputObjectModifiedChange? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage? other) { if (ReferenceEquals(null, other)) { @@ -100193,7 +101311,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100213,7 +101331,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InputObjectModifiedChange)obj); + return Equals((UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -100221,14 +101339,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -100236,25 +101347,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InterfaceModifiedChange + public partial class UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion(global::System.String tag) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Tag = tag; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Tag { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InterfaceModifiedChange? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion? other) { if (ReferenceEquals(null, other)) { @@ -100271,7 +101373,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Tag.Equals(other.Tag)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100291,7 +101393,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InterfaceModifiedChange)obj); + return Equals((UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion)obj); } public override global::System.Int32 GetHashCode() @@ -100299,14 +101401,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Tag.GetHashCode(); return hash; } } @@ -100314,25 +101409,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ObjectModifiedChange + public partial class UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client(global::System.String name) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ObjectModifiedChange? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client? other) { if (ReferenceEquals(null, other)) { @@ -100349,7 +101435,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100369,7 +101455,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ObjectModifiedChange)obj); + return Equals((UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client)obj); } public override global::System.Int32 GetHashCode() @@ -100377,14 +101463,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -100392,25 +101471,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ScalarModifiedChange + public partial class UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version? version) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Version = version; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version? Version { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ScalarModifiedChange? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -100427,7 +101497,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((Version is null && other.Version is null) || Version != null && Version.Equals(other.Version))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100447,7 +101517,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ScalarModifiedChange)obj); + return Equals((UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -100455,12 +101525,9 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Version != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Version.GetHashCode(); } return hash; @@ -100470,23 +101537,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberAddedChange + public partial class UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion : global::System.IEquatable, IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion(global::System.String tag) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Tag = tag; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String Tag { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberAddedChange? other) + public virtual global::System.Boolean Equals(UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -100503,7 +101563,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (Tag.Equals(other.Tag)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100523,7 +101583,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberAddedChange)obj); + return Equals((UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -100531,31 +101591,262 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStagesResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages UpdateStages { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages + { + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api? Api { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_UpdateStagesPayload : IUpdateStages_UpdateStages + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Api + { + public global::System.Collections.Generic.IReadOnlyList Stages { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Api_Api : IUpdateStages_UpdateStages_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_ApiNotFoundError : IUpdateStages_UpdateStages_Errors, IApiNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_StageNotFoundError : IUpdateStages_UpdateStages_Errors, IStageNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IStagesHavePublishedDependenciesError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Stages { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError : IUpdateStages_UpdateStages_Errors, IStagesHavePublishedDependenciesError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_StageValidationError : IUpdateStages_UpdateStages_Errors + { + public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IStageDetailPrompt_Stage + { + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.String DisplayName { get; } + public global::System.Collections.Generic.IReadOnlyList Conditions { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Api_Stages : IStageDetailPrompt_Stage + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Api_Stages_Stage : IUpdateStages_UpdateStages_Api_Stages + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages + { + public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema? PublishedSchema { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedClients { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_Stage : IUpdateStages_UpdateStages_Errors_Stages + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IStageCondition + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Api_Stages_Conditions : IStageCondition + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IAfterStageCondition + { + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? AfterStage { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition : IUpdateStages_UpdateStages_Api_Stages_Conditions, IAfterStageCondition + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema + { + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version? Version { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion : IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients + { + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client Client { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedVersions { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient : IUpdateStages_UpdateStages_Errors_Stages_PublishedClients + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage : IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version + { + public global::System.String Tag { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion : IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client : IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions + { + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version? Version { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion : IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version + { + public global::System.String Tag { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion : IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberModifiedChange + public partial class ListStagesQueryResult : global::System.IEquatable, IListStagesQueryResult { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) + public ListStagesQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListStagesQuery_Node? node) { - this.__typename = __typename; - Severity = severity; + Node = node; } /// - /// The name of the current Object type at runtime. + /// Fetches an object given its ID. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListStagesQuery_Node? Node { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberModifiedChange? other) + public virtual global::System.Boolean Equals(ListStagesQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -100572,7 +101863,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); + return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100592,7 +101883,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberModifiedChange)obj); + return Equals((ListStagesQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -100600,8 +101891,11 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); + if (Node != null) + { + hash ^= 397 * Node.GetHashCode(); + } + return hash; } } @@ -100609,23 +101903,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberRemovedChange + public partial class ListStagesQuery_Node_Api : global::System.IEquatable, IListStagesQuery_Node_Api { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ListStagesQuery_Node_Api(global::System.Collections.Generic.IReadOnlyList stages) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Stages = stages; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Stages { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberRemovedChange? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_Api? other) { if (ReferenceEquals(null, other)) { @@ -100642,7 +101929,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Stages, other.Stages)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100662,7 +101949,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberRemovedChange)obj); + return Equals((ListStagesQuery_Node_Api)obj); } public override global::System.Int32 GetHashCode() @@ -100670,9 +101957,11 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Stages_elm in Stages) + { + hash ^= 397 * Stages_elm.GetHashCode(); + } + return hash; } } @@ -100680,25 +101969,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_UnionModifiedChange + public partial class ListStagesQuery_Node_ApiDocument : global::System.IEquatable, IListStagesQuery_Node_ApiDocument { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public ListStagesQuery_Node_ApiDocument() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_UnionModifiedChange? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_ApiDocument? other) { if (ReferenceEquals(null, other)) { @@ -100715,7 +101992,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100735,7 +102012,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_UnionModifiedChange)obj); + return Equals((ListStagesQuery_Node_ApiDocument)obj); } public override global::System.Int32 GetHashCode() @@ -100743,14 +102020,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -100758,27 +102027,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentAdded + public partial class ListStagesQuery_Node_ApiKey : global::System.IEquatable, IListStagesQuery_Node_ApiKey { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public ListStagesQuery_Node_ApiKey() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -100795,7 +102050,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100815,7 +102070,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentAdded)obj); + return Equals((ListStagesQuery_Node_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -100823,11 +102078,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -100835,27 +102085,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentChanged + public partial class ListStagesQuery_Node_Client : global::System.IEquatable, IListStagesQuery_Node_Client { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) + public ListStagesQuery_Node_Client() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_Client? other) { if (ReferenceEquals(null, other)) { @@ -100872,7 +102108,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100892,7 +102128,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentChanged)obj); + return Equals((ListStagesQuery_Node_Client)obj); } public override global::System.Int32 GetHashCode() @@ -100900,15 +102136,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -100916,27 +102143,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentRemoved + public partial class ListStagesQuery_Node_ClientChangeLog : global::System.IEquatable, IListStagesQuery_Node_ClientChangeLog { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public ListStagesQuery_Node_ClientChangeLog() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_ClientChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -100953,7 +102166,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -100973,7 +102186,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentRemoved)obj); + return Equals((ListStagesQuery_Node_ClientChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -100981,11 +102194,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -100993,25 +102201,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged + public partial class ListStagesQuery_Node_ClientDeployment : global::System.IEquatable, IListStagesQuery_Node_ClientDeployment { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListStagesQuery_Node_ClientDeployment() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -101028,7 +102224,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101048,7 +102244,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged)obj); + return Equals((ListStagesQuery_Node_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -101056,18 +102252,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -101075,23 +102259,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationAdded + public partial class ListStagesQuery_Node_ClientVersion : global::System.IEquatable, IListStagesQuery_Node_ClientVersion { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public ListStagesQuery_Node_ClientVersion() { - this.__typename = __typename; - Severity = severity; - Location = location; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationAdded? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -101108,7 +102282,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101128,7 +102302,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationAdded)obj); + return Equals((ListStagesQuery_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -101136,9 +102310,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -101146,23 +102317,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationRemoved + public partial class ListStagesQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IListStagesQuery_Node_CoordinateClientUsageMetrics { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public ListStagesQuery_Node_CoordinateClientUsageMetrics() { - this.__typename = __typename; - Severity = severity; - Location = location; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationRemoved? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_CoordinateClientUsageMetrics? other) { if (ReferenceEquals(null, other)) { @@ -101179,7 +102340,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101199,7 +102360,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationRemoved)obj); + return Equals((ListStagesQuery_Node_CoordinateClientUsageMetrics)obj); } public override global::System.Int32 GetHashCode() @@ -101207,9 +102368,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -101217,25 +102375,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_1 + public partial class ListStagesQuery_Node_Environment : global::System.IEquatable, IListStagesQuery_Node_Environment { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListStagesQuery_Node_Environment() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_Environment? other) { if (ReferenceEquals(null, other)) { @@ -101252,7 +102398,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101272,7 +102418,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_1)obj); + return Equals((ListStagesQuery_Node_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -101280,18 +102426,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -101299,23 +102433,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueAdded + public partial class ListStagesQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IListStagesQuery_Node_FusionConfigurationChangeLog { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ListStagesQuery_Node_FusionConfigurationChangeLog() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueAdded? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_FusionConfigurationChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -101332,7 +102456,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101352,7 +102476,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueAdded)obj); + return Equals((ListStagesQuery_Node_FusionConfigurationChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -101360,9 +102484,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -101370,25 +102491,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueChanged + public partial class ListStagesQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IListStagesQuery_Node_FusionConfigurationDeployment { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public ListStagesQuery_Node_FusionConfigurationDeployment() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueChanged? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -101405,7 +102514,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101425,7 +102534,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueChanged)obj); + return Equals((ListStagesQuery_Node_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -101433,14 +102542,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -101448,23 +102549,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueRemoved + public partial class ListStagesQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLDirectiveArgumentDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ListStagesQuery_Node_GraphQLDirectiveArgumentDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueRemoved? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLDirectiveArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -101481,7 +102572,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101501,7 +102592,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueRemoved)obj); + return Equals((ListStagesQuery_Node_GraphQLDirectiveArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -101509,9 +102600,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -101519,25 +102607,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_2 + public partial class ListStagesQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLDirectiveDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListStagesQuery_Node_GraphQLDirectiveDefinition() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLDirectiveDefinition? other) { if (ReferenceEquals(null, other)) { @@ -101554,7 +102630,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101574,7 +102650,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_2)obj); + return Equals((ListStagesQuery_Node_GraphQLDirectiveDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -101582,18 +102658,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -101601,27 +102665,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange + public partial class ListStagesQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLEnumTypeDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListStagesQuery_Node_GraphQLEnumTypeDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLEnumTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -101638,7 +102688,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101658,7 +102708,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange)obj); + return Equals((ListStagesQuery_Node_GraphQLEnumTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -101666,11 +102716,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -101678,27 +102723,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange + public partial class ListStagesQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLEnumValueDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListStagesQuery_Node_GraphQLEnumValueDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLEnumValueDefinition? other) { if (ReferenceEquals(null, other)) { @@ -101715,7 +102746,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101735,7 +102766,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange)obj); + return Equals((ListStagesQuery_Node_GraphQLEnumValueDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -101743,11 +102774,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -101755,27 +102781,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InputFieldChanged + public partial class ListStagesQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLInputObjectFieldDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public ListStagesQuery_Node_GraphQLInputObjectFieldDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InputFieldChanged? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLInputObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -101792,7 +102804,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101812,7 +102824,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InputFieldChanged)obj); + return Equals((ListStagesQuery_Node_GraphQLInputObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -101820,15 +102832,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -101836,25 +102839,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_3 + public partial class ListStagesQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLInputObjectTypeDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListStagesQuery_Node_GraphQLInputObjectTypeDefinition() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLInputObjectTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -101871,7 +102862,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101891,7 +102882,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_3)obj); + return Equals((ListStagesQuery_Node_GraphQLInputObjectTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -101899,18 +102890,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -101918,27 +102897,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_1 + public partial class ListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_1? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -101955,7 +102920,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -101975,7 +102940,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_1)obj); + return Equals((ListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -101983,11 +102948,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -101995,27 +102955,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_1 + public partial class ListStagesQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLInterfaceFieldDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListStagesQuery_Node_GraphQLInterfaceFieldDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_1? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLInterfaceFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -102032,7 +102978,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102052,7 +102998,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_1)obj); + return Equals((ListStagesQuery_Node_GraphQLInterfaceFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -102060,11 +103006,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -102072,23 +103013,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded + public partial class ListStagesQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLInterfaceTypeDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ListStagesQuery_Node_GraphQLInterfaceTypeDefinition() { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLInterfaceTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -102105,7 +103036,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102125,7 +103056,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded)obj); + return Equals((ListStagesQuery_Node_GraphQLInterfaceTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -102133,9 +103064,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -102143,23 +103071,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved + public partial class ListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition() { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -102176,7 +103094,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102196,7 +103114,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved)obj); + return Equals((ListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -102204,9 +103122,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -102214,27 +103129,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged + public partial class ListStagesQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLObjectFieldDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public ListStagesQuery_Node_GraphQLObjectFieldDefinition() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -102251,7 +103152,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102271,7 +103172,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged)obj); + return Equals((ListStagesQuery_Node_GraphQLObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -102279,15 +103180,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -102295,23 +103187,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeAdded + public partial class ListStagesQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLScalarTypeDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListStagesQuery_Node_GraphQLScalarTypeDefinition() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeAdded? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLScalarTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -102328,7 +103210,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102348,7 +103230,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeAdded)obj); + return Equals((ListStagesQuery_Node_GraphQLScalarTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -102356,9 +103238,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -102366,23 +103245,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeRemoved + public partial class ListStagesQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IListStagesQuery_Node_GraphQLUnionTypeDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListStagesQuery_Node_GraphQLUnionTypeDefinition() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeRemoved? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_GraphQLUnionTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -102399,7 +103268,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102419,7 +103288,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeRemoved)obj); + return Equals((ListStagesQuery_Node_GraphQLUnionTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -102427,9 +103296,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -102437,25 +103303,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_4 + public partial class ListStagesQuery_Node_Group : global::System.IEquatable, IListStagesQuery_Node_Group { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListStagesQuery_Node_Group() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_4? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_Group? other) { if (ReferenceEquals(null, other)) { @@ -102472,7 +103326,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102492,7 +103346,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_4)obj); + return Equals((ListStagesQuery_Node_Group)obj); } public override global::System.Int32 GetHashCode() @@ -102500,18 +103354,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -102519,27 +103361,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_2 + public partial class ListStagesQuery_Node_McpFeatureCollection : global::System.IEquatable, IListStagesQuery_Node_McpFeatureCollection { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListStagesQuery_Node_McpFeatureCollection() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_2? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -102556,7 +103384,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102576,7 +103404,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_2)obj); + return Equals((ListStagesQuery_Node_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -102584,11 +103412,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -102596,27 +103419,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_2 + public partial class ListStagesQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IListStagesQuery_Node_McpFeatureCollectionChangeLog { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListStagesQuery_Node_McpFeatureCollectionChangeLog() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_2? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_McpFeatureCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -102633,7 +103442,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102653,7 +103462,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_2)obj); + return Equals((ListStagesQuery_Node_McpFeatureCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -102661,11 +103470,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -102673,23 +103477,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded_1 + public partial class ListStagesQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IListStagesQuery_Node_McpFeatureCollectionDeployment { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ListStagesQuery_Node_McpFeatureCollectionDeployment() { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded_1? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -102706,7 +103500,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102726,7 +103520,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded_1)obj); + return Equals((ListStagesQuery_Node_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -102734,9 +103528,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -102744,23 +103535,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved_1 + public partial class ListStagesQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IListStagesQuery_Node_McpFeatureCollectionVersion { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ListStagesQuery_Node_McpFeatureCollectionVersion() { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved_1? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_McpFeatureCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -102777,7 +103558,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102797,7 +103578,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved_1)obj); + return Equals((ListStagesQuery_Node_McpFeatureCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -102805,9 +103586,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -102815,27 +103593,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged_1 + public partial class ListStagesQuery_Node_OpenApiCollection : global::System.IEquatable, IListStagesQuery_Node_OpenApiCollection { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public ListStagesQuery_Node_OpenApiCollection() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged_1? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -102852,7 +103616,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102872,7 +103636,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged_1)obj); + return Equals((ListStagesQuery_Node_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -102880,15 +103644,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -102896,25 +103651,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_5 + public partial class ListStagesQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IListStagesQuery_Node_OpenApiCollectionChangeLog { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListStagesQuery_Node_OpenApiCollectionChangeLog() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_5? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_OpenApiCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -102931,7 +103674,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -102951,7 +103694,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_5)obj); + return Equals((ListStagesQuery_Node_OpenApiCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -102959,18 +103702,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -102978,25 +103709,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_6 + public partial class ListStagesQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IListStagesQuery_Node_OpenApiCollectionDeployment { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListStagesQuery_Node_OpenApiCollectionDeployment() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_6? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -103013,7 +103732,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103033,7 +103752,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_6)obj); + return Equals((ListStagesQuery_Node_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -103041,18 +103760,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -103060,23 +103767,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberAdded + public partial class ListStagesQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IListStagesQuery_Node_OpenApiCollectionVersion { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListStagesQuery_Node_OpenApiCollectionVersion() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberAdded? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_OpenApiCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -103093,7 +103790,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103113,7 +103810,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberAdded)obj); + return Equals((ListStagesQuery_Node_OpenApiCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -103121,9 +103818,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -103131,23 +103825,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberRemoved + public partial class ListStagesQuery_Node_Organization : global::System.IEquatable, IListStagesQuery_Node_Organization { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ListStagesQuery_Node_Organization() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberRemoved? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_Organization? other) { if (ReferenceEquals(null, other)) { @@ -103164,7 +103848,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103184,7 +103868,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberRemoved)obj); + return Equals((ListStagesQuery_Node_Organization)obj); } public override global::System.Int32 GetHashCode() @@ -103192,9 +103876,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -103202,18 +103883,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection + public partial class ListStagesQuery_Node_OrganizationMember : global::System.IEquatable, IListStagesQuery_Node_OrganizationMember { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) + public ListStagesQuery_Node_OrganizationMember() { - Id = id; - Name = name; } - public global::System.String Id { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_OrganizationMember? other) { if (ReferenceEquals(null, other)) { @@ -103230,7 +103906,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103250,7 +103926,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); + return Equals((ListStagesQuery_Node_OrganizationMember)obj); } public override global::System.Int32 GetHashCode() @@ -103258,8 +103934,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -103267,18 +103941,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt + public partial class ListStagesQuery_Node_SchemaChangeLog : global::System.IEquatable, IListStagesQuery_Node_SchemaChangeLog { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public ListStagesQuery_Node_SchemaChangeLog() { - Errors = errors; - Name = name; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_SchemaChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -103295,7 +103964,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103315,7 +103984,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); + return Equals((ListStagesQuery_Node_SchemaChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -103323,12 +103992,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -103336,18 +103999,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool + public partial class ListStagesQuery_Node_SchemaDeployment : global::System.IEquatable, IListStagesQuery_Node_SchemaDeployment { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public ListStagesQuery_Node_SchemaDeployment() { - Errors = errors; - Name = name; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_SchemaDeployment? other) { if (ReferenceEquals(null, other)) { @@ -103364,7 +104022,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103384,7 +104042,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); + return Equals((ListStagesQuery_Node_SchemaDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -103392,12 +104050,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -103405,18 +104057,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection + public partial class ListStagesQuery_Node_Stage : global::System.IEquatable, IListStagesQuery_Node_Stage { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) + public ListStagesQuery_Node_Stage() { - Id = id; - Name = name; } - public global::System.String Id { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_Stage? other) { if (ReferenceEquals(null, other)) { @@ -103433,7 +104080,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103453,7 +104100,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); + return Equals((ListStagesQuery_Node_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -103461,8 +104108,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -103470,20 +104115,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint + public partial class ListStagesQuery_Node_User : global::System.IEquatable, IListStagesQuery_Node_User { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) + public ListStagesQuery_Node_User() { - Errors = errors; - HttpMethod = httpMethod; - Route = route; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_User? other) { if (ReferenceEquals(null, other)) { @@ -103500,7 +104138,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103520,7 +104158,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); + return Equals((ListStagesQuery_Node_User)obj); } public override global::System.Int32 GetHashCode() @@ -103528,13 +104166,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * HttpMethod.GetHashCode(); - hash ^= 397 * Route.GetHashCode(); return hash; } } @@ -103542,18 +104173,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel + public partial class ListStagesQuery_Node_Workspace : global::System.IEquatable, IListStagesQuery_Node_Workspace { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public ListStagesQuery_Node_Workspace() { - Errors = errors; - Name = name; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -103570,7 +104196,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103590,7 +104216,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); + return Equals((ListStagesQuery_Node_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -103598,12 +104224,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -103611,22 +104231,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError + public partial class ListStagesQuery_Node_WorkspaceDocument : global::System.IEquatable, IListStagesQuery_Node_WorkspaceDocument { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public ListStagesQuery_Node_WorkspaceDocument() { - Message = message; - Code = code; - Path = path; - Locations = locations; } - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_WorkspaceDocument? other) { if (ReferenceEquals(null, other)) { @@ -103643,7 +104254,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Q return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103663,7 +104274,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Q return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError)obj); + return Equals((ListStagesQuery_Node_WorkspaceDocument)obj); } public override global::System.Int32 GetHashCode() @@ -103671,25 +104282,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Q unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) - { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } - } - return hash; } } @@ -103697,27 +104289,22 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Q // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentAdded + public partial class ListStagesQuery_Node_Stages_Stage : global::System.IEquatable, IListStagesQuery_Node_Stages_Stage { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public ListStagesQuery_Node_Stages_Stage(global::System.String id, global::System.String name, global::System.String displayName, global::System.Collections.Generic.IReadOnlyList conditions) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Id = id; Name = name; - TypeName = typeName; + DisplayName = displayName; + Conditions = conditions; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String Id { get; } public global::System.String Name { get; } - public global::System.String TypeName { get; } + public global::System.String DisplayName { get; } + public global::System.Collections.Generic.IReadOnlyList Conditions { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_Stages_Stage? other) { if (ReferenceEquals(null, other)) { @@ -103734,7 +104321,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && DisplayName.Equals(other.DisplayName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Conditions, other.Conditions); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103754,7 +104341,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentAdded)obj); + return Equals((ListStagesQuery_Node_Stages_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -103762,11 +104349,14 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * DisplayName.GetHashCode(); + foreach (var Conditions_elm in Conditions) + { + hash ^= 397 * Conditions_elm.GetHashCode(); + } + return hash; } } @@ -103774,27 +104364,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentChanged + public partial class ListStagesQuery_Node_Stages_Conditions_AfterStageCondition : global::System.IEquatable, IListStagesQuery_Node_Stages_Conditions_AfterStageCondition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) + public ListStagesQuery_Node_Stages_Conditions_AfterStageCondition(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? afterStage) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - Changes = changes; + AfterStage = afterStage; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? AfterStage { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_Stages_Conditions_AfterStageCondition? other) { if (ReferenceEquals(null, other)) { @@ -103811,7 +104390,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((AfterStage is null && other.AfterStage is null) || AfterStage != null && AfterStage.Equals(other.AfterStage))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103831,7 +104410,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentChanged)obj); + return Equals((ListStagesQuery_Node_Stages_Conditions_AfterStageCondition)obj); } public override global::System.Int32 GetHashCode() @@ -103839,13 +104418,9 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - foreach (var Changes_elm in Changes) + if (AfterStage != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * AfterStage.GetHashCode(); } return hash; @@ -103855,27 +104430,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentRemoved + public partial class ListStagesQuery_Node_Stages_Conditions_AfterStage_Stage : global::System.IEquatable, IListStagesQuery_Node_Stages_Conditions_AfterStage_Stage { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public ListStagesQuery_Node_Stages_Conditions_AfterStage_Stage(global::System.String name) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; Name = name; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } public global::System.String Name { get; } - public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(ListStagesQuery_Node_Stages_Conditions_AfterStage_Stage? other) { if (ReferenceEquals(null, other)) { @@ -103892,7 +104456,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103912,7 +104476,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentRemoved)obj); + return Equals((ListStagesQuery_Node_Stages_Conditions_AfterStage_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -103920,37 +104484,327 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQueryResult + { + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListStagesQuery_Node? Node { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// The node interface is implemented by entities that have a global unique identifier. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Api : IListStagesQuery_Node + { + public global::System.Collections.Generic.IReadOnlyList Stages { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_ApiDocument : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_ApiKey : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Client : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_ClientChangeLog : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_ClientDeployment : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_ClientVersion : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_CoordinateClientUsageMetrics : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Environment : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_FusionConfigurationChangeLog : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_FusionConfigurationDeployment : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLDirectiveArgumentDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLDirectiveDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLEnumTypeDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLEnumValueDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLInputObjectFieldDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLInputObjectTypeDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLInterfaceFieldDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLInterfaceTypeDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLObjectFieldDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLScalarTypeDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_GraphQLUnionTypeDefinition : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Group : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_McpFeatureCollection : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_McpFeatureCollectionChangeLog : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_McpFeatureCollectionDeployment : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_McpFeatureCollectionVersion : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_OpenApiCollection : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_OpenApiCollectionChangeLog : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_OpenApiCollectionDeployment : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_OpenApiCollectionVersion : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Organization : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_OrganizationMember : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_SchemaChangeLog : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_SchemaDeployment : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Stage : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_User : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Workspace : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_WorkspaceDocument : IListStagesQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Stages : IStageDetailPrompt_Stage + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Stages_Stage : IListStagesQuery_Node_Stages + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Stages_Conditions : IStageCondition + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Stages_Conditions_AfterStageCondition : IListStagesQuery_Node_Stages_Conditions, IAfterStageCondition + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Stages_Conditions_AfterStage + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQuery_Node_Stages_Conditions_AfterStage_Stage : IListStagesQuery_Node_Stages_Conditions_AfterStage + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged + public partial class CreateWorkspaceCommandMutationResult : global::System.IEquatable, ICreateWorkspaceCommandMutationResult { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public CreateWorkspaceCommandMutationResult(global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace createWorkspace) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + CreateWorkspace = createWorkspace; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace CreateWorkspace { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(CreateWorkspaceCommandMutationResult? other) { if (ReferenceEquals(null, other)) { @@ -103967,7 +104821,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (CreateWorkspace.Equals(other.CreateWorkspace)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -103987,7 +104841,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged)obj); + return Equals((CreateWorkspaceCommandMutationResult)obj); } public override global::System.Int32 GetHashCode() @@ -103995,18 +104849,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * CreateWorkspace.GetHashCode(); return hash; } } @@ -104014,23 +104857,18 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationAdded + public partial class CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload : global::System.IEquatable, ICreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload(global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace? workspace, global::System.Collections.Generic.IReadOnlyList? errors) { - this.__typename = __typename; - Severity = severity; - Location = location; + Workspace = workspace; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace? Workspace { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationAdded? other) + public virtual global::System.Boolean Equals(CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload? other) { if (ReferenceEquals(null, other)) { @@ -104047,7 +104885,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104067,7 +104905,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationAdded)obj); + return Equals((CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload)obj); } public override global::System.Int32 GetHashCode() @@ -104075,9 +104913,19 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + if (Workspace != null) + { + hash ^= 397 * Workspace.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + } + return hash; } } @@ -104085,23 +104933,20 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationRemoved + public partial class CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace : global::System.IEquatable, ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace(global::System.String id, global::System.String name, global::System.Boolean personal) { - this.__typename = __typename; - Severity = severity; - Location = location; + Id = id; + Name = name; + Personal = personal; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.Boolean Personal { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationRemoved? other) + public virtual global::System.Boolean Equals(CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -104118,7 +104963,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::System.Object.Equals(Personal, other.Personal); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104138,7 +104983,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationRemoved)obj); + return Equals((CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -104146,9 +104991,9 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Personal.GetHashCode(); return hash; } } @@ -104156,25 +105001,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_1 + public partial class CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation : global::System.IEquatable, ICreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation(global::System.String message) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -104191,7 +105027,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104211,7 +105047,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_1)obj); + return Equals((CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -104219,18 +105055,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -104238,23 +105063,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueAdded + public partial class CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError : global::System.IEquatable, ICreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError(global::System.String message) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueAdded? other) + public virtual global::System.Boolean Equals(CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError? other) { if (ReferenceEquals(null, other)) { @@ -104271,7 +105089,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104291,7 +105109,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueAdded)obj); + return Equals((CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -104299,35 +105117,86 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueChanged + public partial interface ICreateWorkspaceCommandMutationResult { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace CreateWorkspace { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace? Workspace { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload : ICreateWorkspaceCommandMutation_CreateWorkspace + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IWorkspaceDetailPrompt_Workspace + { + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.Boolean Personal { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace : IWorkspaceDetailPrompt_Workspace + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace : ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation : ICreateWorkspaceCommandMutation_CreateWorkspace_Errors + { + public global::System.String Message { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError : ICreateWorkspaceCommandMutation_CreateWorkspace_Errors + { + public global::System.String Message { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListWorkspaceCommandQueryResult : global::System.IEquatable, IListWorkspaceCommandQueryResult + { + public ListWorkspaceCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me? me) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Me = me; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me? Me { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueChanged? other) + public virtual global::System.Boolean Equals(ListWorkspaceCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -104344,7 +105213,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((Me is null && other.Me is null) || Me != null && Me.Equals(other.Me))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104364,7 +105233,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueChanged)obj); + return Equals((ListWorkspaceCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -104372,12 +105241,9 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Me != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Me.GetHashCode(); } return hash; @@ -104387,23 +105253,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueRemoved + public partial class ListWorkspaceCommandQuery_Me_Viewer : global::System.IEquatable, IListWorkspaceCommandQuery_Me_Viewer { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public ListWorkspaceCommandQuery_Me_Viewer(global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces? workspaces) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Workspaces = workspaces; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces? Workspaces { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueRemoved? other) + public virtual global::System.Boolean Equals(ListWorkspaceCommandQuery_Me_Viewer? other) { if (ReferenceEquals(null, other)) { @@ -104420,7 +105279,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (((Workspaces is null && other.Workspaces is null) || Workspaces != null && Workspaces.Equals(other.Workspaces))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104440,7 +105299,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueRemoved)obj); + return Equals((ListWorkspaceCommandQuery_Me_Viewer)obj); } public override global::System.Int32 GetHashCode() @@ -104448,35 +105307,39 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + if (Workspaces != null) + { + hash ^= 397 * Workspaces.GetHashCode(); + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_2 + public partial class ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection : global::System.IEquatable, IListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_PageInfo pageInfo) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Edges = edges; + PageInfo = pageInfo; } /// - /// The name of the current Object type at runtime. + /// A list of edges. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection? other) { if (ReferenceEquals(null, other)) { @@ -104493,7 +105356,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104513,7 +105376,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_2)obj); + return Equals((ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection)obj); } public override global::System.Int32 GetHashCode() @@ -104521,46 +105384,43 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + if (Edges != null) { - hash ^= 397 * New.GetHashCode(); + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } } + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange + public partial class ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge : global::System.IEquatable, IListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node node) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Cursor = cursor; + Node = node; } /// - /// The name of the current Object type at runtime. + /// A cursor for use in pagination. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange? other) + public virtual global::System.Boolean Equals(ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge? other) { if (ReferenceEquals(null, other)) { @@ -104577,7 +105437,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104597,7 +105457,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange)obj); + return Equals((ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge)obj); } public override global::System.Int32 GetHashCode() @@ -104605,39 +105465,46 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange + public partial class ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo : global::System.IEquatable, IListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; } /// - /// The name of the current Object type at runtime. + /// Indicates whether more edges exist prior the set defined by the clients arguments. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange? other) + public virtual global::System.Boolean Equals(ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -104654,7 +105521,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104674,7 +105541,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange)obj); + return Equals((ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -104682,11 +105549,18 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * HasPreviousPage.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) + { + hash ^= 397 * EndCursor.GetHashCode(); + } + + if (StartCursor != null) + { + hash ^= 397 * StartCursor.GetHashCode(); + } + return hash; } } @@ -104694,27 +105568,20 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InputFieldChanged + public partial class ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace : global::System.IEquatable, IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace(global::System.String id, global::System.String name, global::System.Boolean personal) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + Id = id; + Name = name; + Personal = personal; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.Boolean Personal { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InputFieldChanged? other) + public virtual global::System.Boolean Equals(ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -104731,7 +105598,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::System.Object.Equals(Personal, other.Personal); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104751,7 +105618,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InputFieldChanged)obj); + return Equals((ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -104759,41 +105626,143 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Personal.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommandQueryResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me? Me { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommandQuery_Me + { + public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces? Workspaces { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommandQuery_Me_Viewer : IListWorkspaceCommandQuery_Me + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommandQuery_Me_Workspaces + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_PageInfo PageInfo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection : IListWorkspaceCommandQuery_Me_Workspaces + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommand_WorkspaceEdge + { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node Node { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommandQuery_Me_Workspaces_Edges : IListWorkspaceCommand_WorkspaceEdge + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge : IListWorkspaceCommandQuery_Me_Workspaces_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommandQuery_Me_Workspaces_PageInfo : IPageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo : IListWorkspaceCommandQuery_Me_Workspaces_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommand_Workspace : IWorkspaceDetailPrompt_Workspace + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node : IListWorkspaceCommand_Workspace + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace : IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_3 + public partial class SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult : global::System.IEquatable, ISetDefaultWorkspaceCommand_SelectWorkspace_QueryResult { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult(global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me? me) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Me = me; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me? Me { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult? other) { if (ReferenceEquals(null, other)) { @@ -104810,7 +105779,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (((Me is null && other.Me is null) || Me != null && Me.Equals(other.Me))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104830,7 +105799,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_3)obj); + return Equals((SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -104838,16 +105807,9 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + if (Me != null) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Me.GetHashCode(); } return hash; @@ -104857,27 +105819,16 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_1 + public partial class SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer : global::System.IEquatable, ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer(global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces? workspaces) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Workspaces = workspaces; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces? Workspaces { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_1? other) + public virtual global::System.Boolean Equals(SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer? other) { if (ReferenceEquals(null, other)) { @@ -104894,7 +105845,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (((Workspaces is null && other.Workspaces is null) || Workspaces != null && Workspaces.Equals(other.Workspaces))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104914,7 +105865,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_1)obj); + return Equals((SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer)obj); } public override global::System.Int32 GetHashCode() @@ -104922,39 +105873,39 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + if (Workspaces != null) + { + hash ^= 397 * Workspaces.GetHashCode(); + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_1 + public partial class SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection : global::System.IEquatable, ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo pageInfo) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Edges = edges; + PageInfo = pageInfo; } /// - /// The name of the current Object type at runtime. + /// A list of edges. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_1? other) + public virtual global::System.Boolean Equals(SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection? other) { if (ReferenceEquals(null, other)) { @@ -104971,7 +105922,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -104991,7 +105942,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_1)obj); + return Equals((SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection)obj); } public override global::System.Int32 GetHashCode() @@ -104999,35 +105950,43 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + if (Edges != null) + { + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } + } + + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded + public partial class SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge : global::System.IEquatable, ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node node) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + Cursor = cursor; + Node = node; } /// - /// The name of the current Object type at runtime. + /// A cursor for use in pagination. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded? other) + public virtual global::System.Boolean Equals(SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge? other) { if (ReferenceEquals(null, other)) { @@ -105044,7 +106003,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105064,7 +106023,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded)obj); + return Equals((SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge)obj); } public override global::System.Int32 GetHashCode() @@ -105072,33 +106031,46 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved + public partial class SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo : global::System.IEquatable, ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; } /// - /// The name of the current Object type at runtime. + /// Indicates whether more edges exist prior the set defined by the clients arguments. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved? other) + public virtual global::System.Boolean Equals(SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -105115,7 +106087,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105135,7 +106107,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); + return Equals((SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -105143,9 +106115,18 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * HasPreviousPage.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) + { + hash ^= 397 * EndCursor.GetHashCode(); + } + + if (StartCursor != null) + { + hash ^= 397 * StartCursor.GetHashCode(); + } + return hash; } } @@ -105153,27 +106134,20 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged + public partial class SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace : global::System.IEquatable, ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace(global::System.String id, global::System.String name, global::System.Boolean personal) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + Id = id; + Name = name; + Personal = personal; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.Boolean Personal { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged? other) + public virtual global::System.Boolean Equals(SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -105190,7 +106164,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::System.Object.Equals(Personal, other.Personal); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105210,7 +106184,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged)obj); + return Equals((SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -105218,39 +106192,140 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Personal.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_QueryResult + { + public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me? Me { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me + { + public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces? Workspaces { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer : ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo PageInfo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection : ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges + { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node Node { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge : ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo : IPageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo : ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_Workspace + { + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.Boolean Personal { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node : ISetDefaultWorkspaceCommand_Workspace + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace : ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeAdded + public partial class ShowWorkspaceCommandQueryResult : global::System.IEquatable, IShowWorkspaceCommandQueryResult { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ShowWorkspaceCommandQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQuery_Node? node) { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; + Node = node; } /// - /// The name of the current Object type at runtime. + /// Fetches an object given its ID. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQuery_Node? Node { get; } - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeAdded? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -105267,7 +106342,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105287,7 +106362,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeAdded)obj); + return Equals((ShowWorkspaceCommandQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -105295,9 +106370,11 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + if (Node != null) + { + hash ^= 397 * Node.GetHashCode(); + } + return hash; } } @@ -105305,23 +106382,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeRemoved + public partial class ShowWorkspaceCommandQuery_Node_Api : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Api { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ShowWorkspaceCommandQuery_Node_Api() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeRemoved? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Api? other) { if (ReferenceEquals(null, other)) { @@ -105338,7 +106405,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105358,7 +106425,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeRemoved)obj); + return Equals((ShowWorkspaceCommandQuery_Node_Api)obj); } public override global::System.Int32 GetHashCode() @@ -105366,9 +106433,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -105376,25 +106440,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_4 + public partial class ShowWorkspaceCommandQuery_Node_ApiDocument : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_ApiDocument { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ShowWorkspaceCommandQuery_Node_ApiDocument() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_4? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_ApiDocument? other) { if (ReferenceEquals(null, other)) { @@ -105411,7 +106463,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105431,7 +106483,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_4)obj); + return Equals((ShowWorkspaceCommandQuery_Node_ApiDocument)obj); } public override global::System.Int32 GetHashCode() @@ -105439,18 +106491,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -105458,27 +106498,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_2 + public partial class ShowWorkspaceCommandQuery_Node_ApiKey : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_ApiKey { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ShowWorkspaceCommandQuery_Node_ApiKey() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_2? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -105495,7 +106521,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105515,7 +106541,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_2)obj); + return Equals((ShowWorkspaceCommandQuery_Node_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -105523,11 +106549,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -105535,27 +106556,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_2 + public partial class ShowWorkspaceCommandQuery_Node_Client : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Client { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public ShowWorkspaceCommandQuery_Node_Client() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_2? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Client? other) { if (ReferenceEquals(null, other)) { @@ -105572,7 +106579,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105592,7 +106599,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_2)obj); + return Equals((ShowWorkspaceCommandQuery_Node_Client)obj); } public override global::System.Int32 GetHashCode() @@ -105600,11 +106607,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -105612,23 +106614,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1 + public partial class ShowWorkspaceCommandQuery_Node_ClientChangeLog : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_ClientChangeLog { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ShowWorkspaceCommandQuery_Node_ClientChangeLog() { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_ClientChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -105645,7 +106637,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105665,7 +106657,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); + return Equals((ShowWorkspaceCommandQuery_Node_ClientChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -105673,9 +106665,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -105683,23 +106672,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1 + public partial class ShowWorkspaceCommandQuery_Node_ClientDeployment : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_ClientDeployment { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public ShowWorkspaceCommandQuery_Node_ClientDeployment() { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -105716,7 +106695,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105736,7 +106715,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); + return Equals((ShowWorkspaceCommandQuery_Node_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -105744,9 +106723,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -105754,27 +106730,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged_1 + public partial class ShowWorkspaceCommandQuery_Node_ClientVersion : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_ClientVersion { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public ShowWorkspaceCommandQuery_Node_ClientVersion() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged_1? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -105791,7 +106753,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105811,7 +106773,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged_1)obj); + return Equals((ShowWorkspaceCommandQuery_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -105819,15 +106781,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -105835,25 +106788,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_5 + public partial class ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_5? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics? other) { if (ReferenceEquals(null, other)) { @@ -105870,7 +106811,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105890,7 +106831,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_5)obj); + return Equals((ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics)obj); } public override global::System.Int32 GetHashCode() @@ -105898,18 +106839,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -105917,25 +106846,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_6 + public partial class ShowWorkspaceCommandQuery_Node_Environment : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Environment { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ShowWorkspaceCommandQuery_Node_Environment() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_6? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Environment? other) { if (ReferenceEquals(null, other)) { @@ -105952,7 +106869,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -105972,7 +106889,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_6)obj); + return Equals((ShowWorkspaceCommandQuery_Node_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -105980,18 +106897,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -105999,23 +106904,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberAdded + public partial class ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberAdded? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -106032,7 +106927,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106052,7 +106947,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberAdded)obj); + return Equals((ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -106060,9 +106955,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -106070,23 +106962,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberRemoved + public partial class ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment() { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberRemoved? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -106103,7 +106985,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106123,7 +107005,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberRemoved)obj); + return Equals((ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -106131,9 +107013,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -106141,23 +107020,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange + public partial class ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition() { - this.__typename = __typename; - Severity = severity; - DeprecationReason = deprecationReason; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -106174,7 +107043,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106194,7 +107063,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -106202,13 +107071,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - return hash; } } @@ -106216,25 +107078,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged + public partial class ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition? other) { if (ReferenceEquals(null, other)) { @@ -106251,7 +107101,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106271,7 +107121,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -106279,18 +107129,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -106298,25 +107136,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged + public partial class ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + public ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition() { - this.__typename = __typename; - Severity = severity; - OldType = oldType; - NewType = newType; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -106333,7 +107159,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106353,7 +107179,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -106361,10 +107187,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -106372,18 +107194,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_1 + public partial class ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition() { - Severity = severity; - DeprecationReason = deprecationReason; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_1? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition? other) { if (ReferenceEquals(null, other)) { @@ -106400,7 +107217,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106420,7 +107237,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_1)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -106428,12 +107245,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - return hash; } } @@ -106441,25 +107252,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_1 + public partial class ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition() { - Severity = severity; - Old = old; - New = @new; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -106476,7 +107275,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106496,7 +107295,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_1)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -106504,18 +107303,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -106523,18 +107310,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_2 + public partial class ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition() { - Severity = severity; - DeprecationReason = deprecationReason; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_2? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -106551,7 +107333,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106571,7 +107353,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_2)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -106579,12 +107361,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - return hash; } } @@ -106592,25 +107368,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_2 + public partial class ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition() { - Severity = severity; - Old = old; - New = @new; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -106627,7 +107391,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106647,7 +107411,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_2)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -106655,18 +107419,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -106674,25 +107426,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_1 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_1 + public partial class ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) + public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition() { - Severity = severity; - OldType = oldType; - NewType = newType; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_1? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -106709,7 +107449,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106729,7 +107469,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_1)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -106737,10 +107477,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -106748,27 +107484,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentAdded + public partial class ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentAdded(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) + public ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition() { - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -106785,7 +107507,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106805,7 +107527,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentAdded)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -106813,11 +107535,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -106825,27 +107542,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentChanged + public partial class ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentChanged(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) + public ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition() { - Severity = severity; - Coordinate = coordinate; - Name = name; - this.__typename = __typename; - Changes = changes; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -106862,7 +107565,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106882,7 +107585,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentChanged)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -106890,15 +107593,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -106906,27 +107600,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentRemoved + public partial class ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentRemoved(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) + public ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition() { - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -106943,7 +107623,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -106963,7 +107643,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentRemoved)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -106971,11 +107651,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -106983,18 +107658,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_3 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_3 + public partial class ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition() { - Severity = severity; - DeprecationReason = deprecationReason; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_3? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -107011,7 +107681,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107031,7 +107701,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_3)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -107039,12 +107709,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - return hash; } } @@ -107052,25 +107716,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_3 + public partial class ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition() { - Severity = severity; - Old = old; - New = @new; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -107087,7 +107739,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107107,7 +107759,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_3)obj); + return Equals((ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -107115,18 +107767,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -107134,25 +107774,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_2 : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_2 + public partial class ShowWorkspaceCommandQuery_Node_Group : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Group { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) + public ShowWorkspaceCommandQuery_Node_Group() { - Severity = severity; - OldType = oldType; - NewType = newType; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_2? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Group? other) { if (ReferenceEquals(null, other)) { @@ -107169,7 +107797,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107189,7 +107817,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_2)obj); + return Equals((ShowWorkspaceCommandQuery_Node_Group)obj); } public override global::System.Int32 GetHashCode() @@ -107197,10 +107825,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -107208,22 +107832,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError + public partial class ShowWorkspaceCommandQuery_Node_McpFeatureCollection : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_McpFeatureCollection { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public ShowWorkspaceCommandQuery_Node_McpFeatureCollection() { - Code = code; - Message = message; - Path = path; - Locations = locations; } - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -107240,7 +107855,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107260,7 +107875,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); + return Equals((ShowWorkspaceCommandQuery_Node_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -107268,25 +107883,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) - { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } - } - return hash; } } @@ -107294,16 +107890,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError + public partial class ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) + public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -107320,7 +107913,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107340,7 +107933,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); + return Equals((ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -107348,7 +107941,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -107356,22 +107948,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError + public partial class ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment() { - Code = code; - Message = message; - Path = path; - Locations = locations; } - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -107388,7 +107971,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107408,7 +107991,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); + return Equals((ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -107416,25 +107999,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) - { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } - } - return hash; } } @@ -107442,16 +108006,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError + public partial class ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) + public ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -107468,7 +108029,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107488,7 +108049,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); + return Equals((ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -107496,7 +108057,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -107504,18 +108064,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation + public partial class ShowWorkspaceCommandQuery_Node_OpenApiCollection : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_OpenApiCollection { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) + public ShowWorkspaceCommandQuery_Node_OpenApiCollection() { - Column = column; - Line = line; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -107532,7 +108087,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Q return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107552,7 +108107,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Q return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); + return Equals((ShowWorkspaceCommandQuery_Node_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -107560,8 +108115,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Q unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -107569,23 +108122,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Q // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DeprecatedChange + public partial class ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog() { - this.__typename = __typename; - Severity = severity; - DeprecationReason = deprecationReason; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DeprecatedChange? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -107602,7 +108145,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107622,7 +108165,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DeprecatedChange)obj); + return Equals((ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -107630,13 +108173,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) - { - hash ^= 397 * DeprecationReason.GetHashCode(); - } - return hash; } } @@ -107644,25 +108180,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DescriptionChanged + public partial class ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment() { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -107679,7 +108203,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107699,7 +108223,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DescriptionChanged)obj); + return Equals((ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -107707,18 +108231,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - return hash; } } @@ -107726,25 +108238,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_TypeChanged + public partial class ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + public ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion() { - this.__typename = __typename; - Severity = severity; - OldType = oldType; - NewType = newType; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_TypeChanged? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -107761,7 +108261,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107781,7 +108281,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_TypeChanged)obj); + return Equals((ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -107789,10 +108289,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -107800,18 +108296,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation + public partial class ShowWorkspaceCommandQuery_Node_Organization : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Organization { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public ShowWorkspaceCommandQuery_Node_Organization() { - Column = column; - Line = line; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Organization? other) { if (ReferenceEquals(null, other)) { @@ -107828,7 +108319,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107848,7 +108339,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); + return Equals((ShowWorkspaceCommandQuery_Node_Organization)obj); } public override global::System.Int32 GetHashCode() @@ -107856,8 +108347,6 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -107865,18 +108354,13 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation + public partial class ShowWorkspaceCommandQuery_Node_OrganizationMember : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_OrganizationMember { - public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public ShowWorkspaceCommandQuery_Node_OrganizationMember() { - Column = column; - Line = line; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - - public virtual global::System.Boolean Equals(OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_OrganizationMember? other) { if (ReferenceEquals(null, other)) { @@ -107893,7 +108377,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -107913,7 +108397,7 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C return false; } - return Equals((OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); + return Equals((ShowWorkspaceCommandQuery_Node_OrganizationMember)obj); } public override global::System.Int32 GetHashCode() @@ -107921,1130 +108405,712 @@ public OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_C unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdatedResult + public partial class ShowWorkspaceCommandQuery_Node_SchemaChangeLog : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_SchemaChangeLog { - public global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate OnSchemaVersionValidationUpdate { get; } - } + public ShowWorkspaceCommandQuery_Node_SchemaChangeLog() + { + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate - { - public global::System.String __typename { get; } - } + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_SchemaChangeLog? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate, IOperationInProgress - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISchemaVersionValidationFailed - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate, ISchemaVersionValidationFailed - { - } + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISchemaVersionValidationSuccess - { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate, ISchemaVersionValidationSuccess - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate, IValidationInProgress - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors - { - } + return Equals((ShowWorkspaceCommandQuery_Node_SchemaChangeLog)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IInvalidGraphQLSchemaError - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IMcpFeatureCollectionValidationError + public partial class ShowWorkspaceCommandQuery_Node_SchemaDeployment : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_SchemaDeployment { - } + public ShowWorkspaceCommandQuery_Node_SchemaDeployment() + { + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IOpenApiCollectionValidationError - { - } + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_SchemaDeployment? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IOperationsAreNotAllowedError - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IPersistedQueryValidationError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IProcessingTimeoutError - { - } + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, ISchemaVersionChangeViolationError - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, ISchemaVersionSyntaxError - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors, IUnexpectedProcessingError - { - } + return Equals((ShowWorkspaceCommandQuery_Node_SchemaDeployment)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes : ISchemaChangeLogEntry - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IDirectiveModifiedChange + public partial class ShowWorkspaceCommandQuery_Node_Stage : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Stage { - } + public ShowWorkspaceCommandQuery_Node_Stage() + { + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IEnumModifiedChange - { - } + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Stage? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IInputObjectModifiedChange - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IInterfaceModifiedChange - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IObjectModifiedChange - { - } + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IScalarModifiedChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, ITypeSystemMemberAddedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, ISchemaChange - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, ITypeSystemMemberRemovedChange - { - } + return Equals((ShowWorkspaceCommandQuery_Node_Stage)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes, IUnionModifiedChange - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors + public partial class ShowWorkspaceCommandQuery_Node_User : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_User { - public global::System.String Message { get; } - public global::System.String? Code { get; } - } + public ShowWorkspaceCommandQuery_Node_User() + { + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors_GraphQLSchemaError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Errors - { - } + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_User? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollectionValidationCollection : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_1 - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollectionValidationCollection : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_1 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client_Client : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Client - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries - { - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes : ISchemaChangeLogEntry - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_DirectiveModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IDirectiveModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_EnumModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IEnumModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InputObjectModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IInputObjectModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_InterfaceModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IInterfaceModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ObjectModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IObjectModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_ScalarModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IScalarModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberAddedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, ITypeSystemMemberAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, ISchemaChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_TypeSystemMemberRemovedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, ITypeSystemMemberRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_UnionModifiedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes, IUnionModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes, IArgumentAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes, IArgumentChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_ArgumentRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes, IArgumentRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes, IDirectiveLocationAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DirectiveLocationRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes, IDirectiveLocationRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_1 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_1, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_1, IEnumValueAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_1, IEnumValueChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_EnumValueRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_1, IEnumValueRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_2 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_2, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_2, IFieldAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_2, IFieldRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InputFieldChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_2, IInputFieldChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_3 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IFieldAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IFieldRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IInterfaceImplementationAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IInterfaceImplementationRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IOutputFieldChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IPossibleTypeAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_PossibleTypeRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_3, IPossibleTypeRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_4 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldAddedChange_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4, IFieldAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_FieldRemovedChange_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4, IFieldRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationAdded_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4, IInterfaceImplementationAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_InterfaceImplementationRemoved_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4, IInterfaceImplementationRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_OutputFieldChanged_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_4, IOutputFieldChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_5 - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_5 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_5, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_6 - { - public global::System.String __typename { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_DescriptionChanged_6 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_6, IDescriptionChanged - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_6, IUnionMemberAdded - { - } + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_UnionMemberRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_6, IUnionMemberRemoved - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_McpFeatureCollection - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + return Equals((ShowWorkspaceCommandQuery_Node_User)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities - { - public global::System.String Name { get; } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities + public partial class ShowWorkspaceCommandQuery_Node_Workspace : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_Workspace { - public global::System.String Name { get; } - } + public ShowWorkspaceCommandQuery_Node_Workspace(global::System.String id, global::System.String name, global::System.Boolean personal) + { + Id = id; + Name = name; + Personal = personal; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection - { public global::System.String Id { get; } public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection_OpenApiCollection : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_OpenApiCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_1 - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_1 - { - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_OpenApiCollectionValidationModel : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_1 - { - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors - { - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - } + public global::System.Boolean Personal { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors - { - } + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_Workspace? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes - { - public global::System.String __typename { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes, IArgumentAdded - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes, IArgumentChanged - { - } + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::System.Object.Equals(Personal, other.Personal); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_ArgumentRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes, IArgumentRemoved - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes, IDescriptionChanged - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes, IDirectiveLocationAdded - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DirectiveLocationRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes, IDirectiveLocationRemoved - { - } + return Equals((ShowWorkspaceCommandQuery_Node_Workspace)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_1 - { - public global::System.String __typename { get; } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Personal.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_1, IDescriptionChanged + public partial class ShowWorkspaceCommandQuery_Node_WorkspaceDocument : global::System.IEquatable, IShowWorkspaceCommandQuery_Node_WorkspaceDocument { - } + public ShowWorkspaceCommandQuery_Node_WorkspaceDocument() + { + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_1, IEnumValueAdded - { - } + public virtual global::System.Boolean Equals(ShowWorkspaceCommandQuery_Node_WorkspaceDocument? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_1, IEnumValueChanged - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_EnumValueRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_1, IEnumValueRemoved - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_2 - { - public global::System.String __typename { get; } - } + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_2, IDescriptionChanged - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_2, IFieldAddedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_2, IFieldRemovedChange - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InputFieldChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_2, IInputFieldChanged - { - } + return Equals((ShowWorkspaceCommandQuery_Node_WorkspaceDocument)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3 - { - public global::System.String __typename { get; } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + return hash; + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_3 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IDescriptionChanged + public partial interface IShowWorkspaceCommandQueryResult { + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQuery_Node? Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// The node interface is implemented by entities that have a global unique identifier. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IFieldAddedChange + public partial interface IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IFieldRemovedChange + public partial interface IShowWorkspaceCommandQuery_Node_Api : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IInterfaceImplementationAdded + public partial interface IShowWorkspaceCommandQuery_Node_ApiDocument : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IInterfaceImplementationRemoved + public partial interface IShowWorkspaceCommandQuery_Node_ApiKey : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IOutputFieldChanged + public partial interface IShowWorkspaceCommandQuery_Node_Client : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IPossibleTypeAdded + public partial interface IShowWorkspaceCommandQuery_Node_ClientChangeLog : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_PossibleTypeRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_3, IPossibleTypeRemoved + public partial interface IShowWorkspaceCommandQuery_Node_ClientDeployment : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4 + public partial interface IShowWorkspaceCommandQuery_Node_ClientVersion : IShowWorkspaceCommandQuery_Node { - public global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_4 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4, IDescriptionChanged + public partial interface IShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldAddedChange_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4, IFieldAddedChange + public partial interface IShowWorkspaceCommandQuery_Node_Environment : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_FieldRemovedChange_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4, IFieldRemovedChange + public partial interface IShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4, IInterfaceImplementationAdded + public partial interface IShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4, IInterfaceImplementationRemoved + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_OutputFieldChanged_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_4, IOutputFieldChanged + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_5 + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition : IShowWorkspaceCommandQuery_Node { - public global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_5 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_5, IDescriptionChanged + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_6 + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition : IShowWorkspaceCommandQuery_Node { - public global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_DescriptionChanged_6 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_6, IDescriptionChanged + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_6, IUnionMemberAdded + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_UnionMemberRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Changes_Changes_6, IUnionMemberRemoved + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition : IShowWorkspaceCommandQuery_Node { - public global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes, IDeprecatedChange + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes, IDescriptionChanged + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes, ITypeChanged + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_1 + public partial interface IShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_1, IDeprecatedChange + public partial interface IShowWorkspaceCommandQuery_Node_Group : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_1, IDescriptionChanged + public partial interface IShowWorkspaceCommandQuery_Node_McpFeatureCollection : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_2 + public partial interface IShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_2, IDeprecatedChange + public partial interface IShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_2, IDescriptionChanged + public partial interface IShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_1 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_2, ITypeChanged + public partial interface IShowWorkspaceCommandQuery_Node_OpenApiCollection : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3 + public partial interface IShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentAdded : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3, IArgumentAdded + public partial interface IShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3, IArgumentChanged + public partial interface IShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_ArgumentRemoved : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3, IArgumentRemoved + public partial interface IShowWorkspaceCommandQuery_Node_Organization : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DeprecatedChange_3 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3, IDeprecatedChange + public partial interface IShowWorkspaceCommandQuery_Node_OrganizationMember : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_DescriptionChanged_3 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3, IDescriptionChanged + public partial interface IShowWorkspaceCommandQuery_Node_SchemaChangeLog : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_TypeChanged_2 : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_3, ITypeChanged + public partial interface IShowWorkspaceCommandQuery_Node_SchemaDeployment : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors + public partial interface IShowWorkspaceCommandQuery_Node_Stage : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationDocumentError + public partial interface IShowWorkspaceCommandQuery_Node_User : IShowWorkspaceCommandQuery_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationEntityValidationError + public partial interface IShowWorkspaceCommandQuery_Node_Workspace : IShowWorkspaceCommandQuery_Node, IWorkspaceDetailPrompt_Workspace { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_1 + public partial interface IShowWorkspaceCommandQuery_Node_WorkspaceDocument : IShowWorkspaceCommandQuery_Node { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_1, IOpenApiCollectionValidationDocumentError + public partial class SelectApiPromptQueryResult : global::System.IEquatable, ISelectApiPromptQueryResult { - } + public SelectApiPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById? workspaceById) + { + WorkspaceById = workspaceById; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_1, IOpenApiCollectionValidationEntityValidationError - { - } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById? WorkspaceById { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } + public virtual global::System.Boolean Equals(SelectApiPromptQueryResult? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Queries_Errors_Locations - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes - { - public global::System.String __typename { get; } - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DeprecatedChange : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes, IDeprecatedChange - { - } + return (((WorkspaceById is null && other.WorkspaceById is null) || WorkspaceById != null && WorkspaceById.Equals(other.WorkspaceById))); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_DescriptionChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes, IDescriptionChanged - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes_TypeChanged : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_Changes_Changes_Changes, ITypeChanged - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations - { - } + return Equals((SelectApiPromptQueryResult)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_1 - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + if (WorkspaceById != null) + { + hash ^= 397 * WorkspaceById.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_Collections_Entities_Errors_Locations_1 - { + return hash; + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CancelFusionConfigurationPublishResult : global::System.IEquatable, ICancelFusionConfigurationPublishResult + public partial class SelectApiPromptQuery_WorkspaceById_Workspace : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Workspace { - public CancelFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition cancelFusionConfigurationComposition) + public SelectApiPromptQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis? apis) { - CancelFusionConfigurationComposition = cancelFusionConfigurationComposition; + Apis = apis; } - public global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition CancelFusionConfigurationComposition { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis? Apis { get; } - public virtual global::System.Boolean Equals(CancelFusionConfigurationPublishResult? other) + public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -109061,7 +109127,7 @@ public CancelFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandL return false; } - return (CancelFusionConfigurationComposition.Equals(other.CancelFusionConfigurationComposition)); + return (((Apis is null && other.Apis is null) || Apis != null && Apis.Equals(other.Apis))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109081,7 +109147,7 @@ public CancelFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandL return false; } - return Equals((CancelFusionConfigurationPublishResult)obj); + return Equals((SelectApiPromptQuery_WorkspaceById_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -109089,24 +109155,39 @@ public CancelFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandL unchecked { int hash = 5; - hash ^= 397 * CancelFusionConfigurationComposition.GetHashCode(); + if (Apis != null) + { + hash ^= 397 * Apis.GetHashCode(); + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload : global::System.IEquatable, ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload + public partial class SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_ApisConnection { - public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload(global::System.Collections.Generic.IReadOnlyList? errors) + public SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo pageInfo) { - Errors = errors; + Edges = edges; + PageInfo = pageInfo; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload? other) + public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection? other) { if (ReferenceEquals(null, other)) { @@ -109123,7 +109204,7 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Can return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109143,7 +109224,7 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Can return false; } - return Equals((CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload)obj); + return Equals((SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection)obj); } public override global::System.Int32 GetHashCode() @@ -109151,36 +109232,43 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Can unchecked { int hash = 5; - if (Errors != null) + if (Edges != null) { - foreach (var Errors_elm in Errors) + foreach (var Edges_elm in Edges) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Edges_elm.GetHashCode(); } } + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation : global::System.IEquatable, ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation + public partial class SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge { - public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node node) { - this.__typename = __typename; - Message = message; + Cursor = cursor; + Node = node; } /// - /// The name of the current Object type at runtime. + /// A cursor for use in pagination. /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge? other) { if (ReferenceEquals(null, other)) { @@ -109197,7 +109285,7 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Err return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109217,7 +109305,7 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Err return false; } - return Equals((CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation)obj); + return Equals((SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge)obj); } public override global::System.Int32 GetHashCode() @@ -109225,30 +109313,46 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Err unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError : global::System.IEquatable, ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError + public partial class SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo { - public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError(global::System.String __typename, global::System.String message) + public SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { - this.__typename = __typename; - Message = message; + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; } /// - /// The name of the current Object type at runtime. + /// Indicates whether more edges exist prior the set defined by the clients arguments. /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError? other) + public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -109265,7 +109369,7 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Err return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109285,7 +109389,7 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Err return false; } - return Equals((CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError)obj); + return Equals((SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -109293,8 +109397,18 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Err unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * HasPreviousPage.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) + { + hash ^= 397 * EndCursor.GetHashCode(); + } + + if (StartCursor != null) + { + hash ^= 397 * StartCursor.GetHashCode(); + } + return hash; } } @@ -109302,21 +109416,24 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Err // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError : global::System.IEquatable, ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError + public partial class SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api { - public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError(global::System.String __typename, global::System.String message) + public SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api(global::System.String id, global::System.String name, global::System.Collections.Generic.IReadOnlyList path, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? workspace, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings settings) { - this.__typename = __typename; - Message = message; + Id = id; + Name = name; + Path = path; + Workspace = workspace; + Settings = settings; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? Workspace { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings Settings { get; } - public virtual global::System.Boolean Equals(CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError? other) + public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api? other) { if (ReferenceEquals(null, other)) { @@ -109333,7 +109450,7 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Err return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)) && Settings.Equals(other.Settings); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109353,7 +109470,7 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Err return false; } - return Equals((CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError)obj); + return Equals((SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api)obj); } public override global::System.Int32 GetHashCode() @@ -109361,89 +109478,38 @@ public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Err unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + foreach (var Path_elm in Path) + { + hash ^= 397 * Path_elm.GetHashCode(); + } + + if (Workspace != null) + { + hash ^= 397 * Workspace.GetHashCode(); + } + + hash ^= 397 * Settings.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICancelFusionConfigurationPublishResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition CancelFusionConfigurationComposition { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition - { - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload : ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation : ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IFusionConfigurationRequestNotFoundError : IError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError : ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors, IFusionConfigurationRequestNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IInvalidProcessingStateTransitionError : IError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError : ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors, IInvalidProcessingStateTransitionError - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CommitFusionConfigurationPublishResult : global::System.IEquatable, ICommitFusionConfigurationPublishResult + public partial class SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace { - public CommitFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish commitFusionConfigurationPublish) + public SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace(global::System.String id, global::System.String name) { - CommitFusionConfigurationPublish = commitFusionConfigurationPublish; + Id = id; + Name = name; } - public global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish CommitFusionConfigurationPublish { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(CommitFusionConfigurationPublishResult? other) + public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -109460,7 +109526,7 @@ public CommitFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandL return false; } - return (CommitFusionConfigurationPublish.Equals(other.CommitFusionConfigurationPublish)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109480,7 +109546,7 @@ public CommitFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandL return false; } - return Equals((CommitFusionConfigurationPublishResult)obj); + return Equals((SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -109488,7 +109554,8 @@ public CommitFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandL unchecked { int hash = 5; - hash ^= 397 * CommitFusionConfigurationPublish.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -109496,16 +109563,16 @@ public CommitFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandL // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload : global::System.IEquatable, ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload + public partial class SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings { - public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload(global::System.Collections.Generic.IReadOnlyList? errors) + public SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry schemaRegistry) { - Errors = errors; + SchemaRegistry = schemaRegistry; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry SchemaRegistry { get; } - public virtual global::System.Boolean Equals(CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload? other) + public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings? other) { if (ReferenceEquals(null, other)) { @@ -109522,7 +109589,7 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitF return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (SchemaRegistry.Equals(other.SchemaRegistry)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109542,7 +109609,7 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitF return false; } - return Equals((CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload)obj); + return Equals((SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings)obj); } public override global::System.Int32 GetHashCode() @@ -109550,14 +109617,7 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitF unchecked { int hash = 5; - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - + hash ^= 397 * SchemaRegistry.GetHashCode(); return hash; } } @@ -109565,21 +109625,18 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitF // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation : global::System.IEquatable, ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation + public partial class SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings { - public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings(global::System.Boolean treatDangerousAsBreaking, global::System.Boolean allowBreakingSchemaChanges) { - this.__typename = __typename; - Message = message; + TreatDangerousAsBreaking = treatDangerousAsBreaking; + AllowBreakingSchemaChanges = allowBreakingSchemaChanges; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.Boolean TreatDangerousAsBreaking { get; } + public global::System.Boolean AllowBreakingSchemaChanges { get; } - public virtual global::System.Boolean Equals(CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings? other) { if (ReferenceEquals(null, other)) { @@ -109596,7 +109653,7 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_ return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking)) && global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109616,7 +109673,7 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_ return false; } - return Equals((CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation)obj); + return Equals((SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings)obj); } public override global::System.Int32 GetHashCode() @@ -109624,30 +109681,180 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); + hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQueryResult + { + public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById? WorkspaceById { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById + { + public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis? Apis { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Workspace : ISelectApiPromptQuery_WorkspaceById + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo PageInfo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_ApisConnection : ISelectApiPromptQuery_WorkspaceById_Apis + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPrompt_ApiEdge + { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node Node { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges : ISelectApiPrompt_ApiEdge + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge : ISelectApiPromptQuery_WorkspaceById_Apis_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo : IPageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo : ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node : ISelectApiPrompt_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api : ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace : ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry SchemaRegistry { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings : ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry + { + public global::System.Boolean TreatDangerousAsBreaking { get; } + public global::System.Boolean AllowBreakingSchemaChanges { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings : ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError : global::System.IEquatable, ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError + public partial class PageClientVersionDetailQueryResult : global::System.IEquatable, IPageClientVersionDetailQueryResult { - public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError(global::System.String __typename, global::System.String message) + public PageClientVersionDetailQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node? node) { - this.__typename = __typename; - Message = message; + Node = node; } /// - /// The name of the current Object type at runtime. + /// Fetches an object given its ID. /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node? Node { get; } - public virtual global::System.Boolean Equals(CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -109664,7 +109871,7 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_ return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109684,7 +109891,7 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_ return false; } - return Equals((CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError)obj); + return Equals((PageClientVersionDetailQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -109692,8 +109899,11 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + if (Node != null) + { + hash ^= 397 * Node.GetHashCode(); + } + return hash; } } @@ -109701,21 +109911,13 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_ // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError : global::System.IEquatable, ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError + public partial class PageClientVersionDetailQuery_Node_Api : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Api { - public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError(global::System.String __typename, global::System.String message) + public PageClientVersionDetailQuery_Node_Api() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Api? other) { if (ReferenceEquals(null, other)) { @@ -109732,7 +109934,7 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_ return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109752,7 +109954,7 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_ return false; } - return Equals((CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError)obj); + return Equals((PageClientVersionDetailQuery_Node_Api)obj); } public override global::System.Int32 GetHashCode() @@ -109760,69 +109962,20 @@ public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_ unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICommitFusionConfigurationPublishResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish CommitFusionConfigurationPublish { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish - { - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload : ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation : ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError : ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors, IFusionConfigurationRequestNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError : ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors, IInvalidProcessingStateTransitionError - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StartFusionConfigurationPublishResult : global::System.IEquatable, IStartFusionConfigurationPublishResult + public partial class PageClientVersionDetailQuery_Node_ApiDocument : global::System.IEquatable, IPageClientVersionDetailQuery_Node_ApiDocument { - public StartFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublish_StartFusionConfigurationComposition startFusionConfigurationComposition) + public PageClientVersionDetailQuery_Node_ApiDocument() { - StartFusionConfigurationComposition = startFusionConfigurationComposition; } - public global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublish_StartFusionConfigurationComposition StartFusionConfigurationComposition { get; } - - public virtual global::System.Boolean Equals(StartFusionConfigurationPublishResult? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_ApiDocument? other) { if (ReferenceEquals(null, other)) { @@ -109839,7 +109992,7 @@ public StartFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLi return false; } - return (StartFusionConfigurationComposition.Equals(other.StartFusionConfigurationComposition)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109859,7 +110012,7 @@ public StartFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLi return false; } - return Equals((StartFusionConfigurationPublishResult)obj); + return Equals((PageClientVersionDetailQuery_Node_ApiDocument)obj); } public override global::System.Int32 GetHashCode() @@ -109867,7 +110020,6 @@ public StartFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLi unchecked { int hash = 5; - hash ^= 397 * StartFusionConfigurationComposition.GetHashCode(); return hash; } } @@ -109875,16 +110027,13 @@ public StartFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLi // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload : global::System.IEquatable, IStartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload + public partial class PageClientVersionDetailQuery_Node_ApiKey : global::System.IEquatable, IPageClientVersionDetailQuery_Node_ApiKey { - public StartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload(global::System.Collections.Generic.IReadOnlyList? errors) + public PageClientVersionDetailQuery_Node_ApiKey() { - Errors = errors; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - - public virtual global::System.Boolean Equals(StartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_ApiKey? other) { if (ReferenceEquals(null, other)) { @@ -109901,7 +110050,7 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Start return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109921,7 +110070,7 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Start return false; } - return Equals((StartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload)obj); + return Equals((PageClientVersionDetailQuery_Node_ApiKey)obj); } public override global::System.Int32 GetHashCode() @@ -109929,14 +110078,6 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Start unchecked { int hash = 5; - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - return hash; } } @@ -109944,21 +110085,16 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Start // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation : global::System.IEquatable, IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation + public partial class PageClientVersionDetailQuery_Node_Client : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Client { - public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public PageClientVersionDetailQuery_Node_Client(global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions? versions) { - this.__typename = __typename; - Message = message; + Versions = versions; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions? Versions { get; } - public virtual global::System.Boolean Equals(StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Client? other) { if (ReferenceEquals(null, other)) { @@ -109975,7 +110111,7 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Error return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (((Versions is null && other.Versions is null) || Versions != null && Versions.Equals(other.Versions))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -109995,7 +110131,7 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Error return false; } - return Equals((StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation)obj); + return Equals((PageClientVersionDetailQuery_Node_Client)obj); } public override global::System.Int32 GetHashCode() @@ -110003,8 +110139,11 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Error unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + if (Versions != null) + { + hash ^= 397 * Versions.GetHashCode(); + } + return hash; } } @@ -110012,21 +110151,13 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Error // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError : global::System.IEquatable, IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError + public partial class PageClientVersionDetailQuery_Node_ClientChangeLog : global::System.IEquatable, IPageClientVersionDetailQuery_Node_ClientChangeLog { - public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError(global::System.String __typename, global::System.String message) + public PageClientVersionDetailQuery_Node_ClientChangeLog() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_ClientChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -110043,7 +110174,7 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Error return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -110063,7 +110194,7 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Error return false; } - return Equals((StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError)obj); + return Equals((PageClientVersionDetailQuery_Node_ClientChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -110071,8 +110202,6 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Error unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -110080,21 +110209,13 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Error // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError : global::System.IEquatable, IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError + public partial class PageClientVersionDetailQuery_Node_ClientDeployment : global::System.IEquatable, IPageClientVersionDetailQuery_Node_ClientDeployment { - public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError(global::System.String __typename, global::System.String message) + public PageClientVersionDetailQuery_Node_ClientDeployment() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -110111,7 +110232,7 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Error return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -110131,7 +110252,7 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Error return false; } - return Equals((StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError)obj); + return Equals((PageClientVersionDetailQuery_Node_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -110139,69 +110260,20 @@ public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Error unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IStartFusionConfigurationPublishResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublish_StartFusionConfigurationComposition StartFusionConfigurationComposition { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IStartFusionConfigurationPublish_StartFusionConfigurationComposition - { - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IStartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload : IStartFusionConfigurationPublish_StartFusionConfigurationComposition - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation : IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError : IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors, IFusionConfigurationRequestNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError : IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors, IInvalidProcessingStateTransitionError - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class BeginFusionConfigurationPublishResult : global::System.IEquatable, IBeginFusionConfigurationPublishResult + public partial class PageClientVersionDetailQuery_Node_ClientVersion : global::System.IEquatable, IPageClientVersionDetailQuery_Node_ClientVersion { - public BeginFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish beginFusionConfigurationPublish) + public PageClientVersionDetailQuery_Node_ClientVersion() { - BeginFusionConfigurationPublish = beginFusionConfigurationPublish; } - public global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish BeginFusionConfigurationPublish { get; } - - public virtual global::System.Boolean Equals(BeginFusionConfigurationPublishResult? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -110218,7 +110290,7 @@ public BeginFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLi return false; } - return (BeginFusionConfigurationPublish.Equals(other.BeginFusionConfigurationPublish)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -110238,7 +110310,7 @@ public BeginFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLi return false; } - return Equals((BeginFusionConfigurationPublishResult)obj); + return Equals((PageClientVersionDetailQuery_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -110246,7 +110318,6 @@ public BeginFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLi unchecked { int hash = 5; - hash ^= 397 * BeginFusionConfigurationPublish.GetHashCode(); return hash; } } @@ -110254,18 +110325,13 @@ public BeginFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLi // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusionConfigurationPublishPayload : global::System.IEquatable, IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusionConfigurationPublishPayload + public partial class PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IPageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics { - public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusionConfigurationPublishPayload(global::System.String? requestId, global::System.Collections.Generic.IReadOnlyList? errors) + public PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics() { - RequestId = requestId; - Errors = errors; } - public global::System.String? RequestId { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - - public virtual global::System.Boolean Equals(BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusionConfigurationPublishPayload? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics? other) { if (ReferenceEquals(null, other)) { @@ -110282,7 +110348,7 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusi return false; } - return (((RequestId is null && other.RequestId is null) || RequestId != null && RequestId.Equals(other.RequestId))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -110302,7 +110368,7 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusi return false; } - return Equals((BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusionConfigurationPublishPayload)obj); + return Equals((PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics)obj); } public override global::System.Int32 GetHashCode() @@ -110310,19 +110376,6 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusi unchecked { int hash = 5; - if (RequestId != null) - { - hash ^= 397 * RequestId.GetHashCode(); - } - - if (Errors != null) - { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - } - return hash; } } @@ -110330,21 +110383,13 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusi // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_UnauthorizedOperation : global::System.IEquatable, IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_UnauthorizedOperation + public partial class PageClientVersionDetailQuery_Node_Environment : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Environment { - public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public PageClientVersionDetailQuery_Node_Environment() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Environment? other) { if (ReferenceEquals(null, other)) { @@ -110361,7 +110406,7 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_Un return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -110381,7 +110426,7 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_Un return false; } - return Equals((BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_UnauthorizedOperation)obj); + return Equals((PageClientVersionDetailQuery_Node_Environment)obj); } public override global::System.Int32 GetHashCode() @@ -110389,8 +110434,6 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_Un unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -110398,23 +110441,13 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_Un // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_ApiNotFoundError : global::System.IEquatable, IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_ApiNotFoundError + public partial class PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IPageClientVersionDetailQuery_Node_FusionConfigurationChangeLog { - public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) + public PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog() { - this.__typename = __typename; - Message = message; - ApiId = apiId; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String ApiId { get; } - - public virtual global::System.Boolean Equals(BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_ApiNotFoundError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -110431,7 +110464,7 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_Ap return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -110451,7 +110484,7 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_Ap return false; } - return Equals((BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_ApiNotFoundError)obj); + return Equals((PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -110459,9 +110492,6 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_Ap unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -110469,23 +110499,13 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_Ap // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_StageNotFoundError : global::System.IEquatable, IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_StageNotFoundError + public partial class PageClientVersionDetailQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IPageClientVersionDetailQuery_Node_FusionConfigurationDeployment { - public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) + public PageClientVersionDetailQuery_Node_FusionConfigurationDeployment() { - this.__typename = __typename; - Message = message; - Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_StageNotFoundError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -110502,7 +110522,7 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_St return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -110522,7 +110542,7 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_St return false; } - return Equals((BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_StageNotFoundError)obj); + return Equals((PageClientVersionDetailQuery_Node_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -110530,9 +110550,6 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_St unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -110540,21 +110557,13 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_St // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_SubgraphInvalidError : global::System.IEquatable, IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_SubgraphInvalidError + public partial class PageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition { - public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_SubgraphInvalidError(global::System.String __typename, global::System.String message) + public PageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_SubgraphInvalidError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -110571,7 +110580,7 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_Su return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -110591,7 +110600,7 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_Su return false; } - return Equals((BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_SubgraphInvalidError)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -110599,8 +110608,6 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_Su unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -110608,21 +110615,13 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_Su // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError : global::System.IEquatable, IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError + public partial class PageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition { - public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError(global::System.String __typename, global::System.String message) + public PageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition? other) { if (ReferenceEquals(null, other)) { @@ -110639,7 +110638,7 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_In return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -110659,7 +110658,7 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_In return false; } - return Equals((BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -110667,92 +110666,20 @@ public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_In unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IBeginFusionConfigurationPublishResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish BeginFusionConfigurationPublish { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish - { - public global::System.String? RequestId { get; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusionConfigurationPublishPayload : IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_UnauthorizedOperation : IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_ApiNotFoundError : IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors, IApiNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_StageNotFoundError : IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors, IStageNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISubgraphInvalidError : IError - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_SubgraphInvalidError : IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors, ISubgraphInvalidError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError : IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors, IInvalidProcessingStateTransitionError - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChangedResult : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChangedResult + public partial class PageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition { - public OnFusionConfigurationPublishingTaskChangedResult(global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged onFusionConfigurationPublishingTaskChanged) + public PageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition() { - OnFusionConfigurationPublishingTaskChanged = onFusionConfigurationPublishingTaskChanged; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged OnFusionConfigurationPublishingTaskChanged { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChangedResult? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -110769,7 +110696,7 @@ public OnFusionConfigurationPublishingTaskChangedResult(global::ChilliCream.Nitr return false; } - return (OnFusionConfigurationPublishingTaskChanged.Equals(other.OnFusionConfigurationPublishingTaskChanged)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -110789,7 +110716,7 @@ public OnFusionConfigurationPublishingTaskChangedResult(global::ChilliCream.Nitr return false; } - return Equals((OnFusionConfigurationPublishingTaskChangedResult)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -110797,7 +110724,6 @@ public OnFusionConfigurationPublishingTaskChangedResult(global::ChilliCream.Nitr unchecked { int hash = 5; - hash ^= 397 * OnFusionConfigurationPublishingTaskChanged.GetHashCode(); return hash; } } @@ -110805,28 +110731,13 @@ public OnFusionConfigurationPublishingTaskChangedResult(global::ChilliCream.Nitr // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingFailed : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingFailed + public partial class PageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingFailed(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::System.String failed, global::System.Collections.Generic.IReadOnlyList errors) + public PageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition() { - State = state; - this.__typename = __typename; - Failed = failed; - Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Failed { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingFailed? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition? other) { if (ReferenceEquals(null, other)) { @@ -110843,7 +110754,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (State.Equals(other.State)) && __typename.Equals(other.__typename) && Failed.Equals(other.Failed) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -110863,7 +110774,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingFailed)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -110871,14 +110782,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * State.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Failed.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - return hash; } } @@ -110886,26 +110789,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingSuccess : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingSuccess + public partial class PageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingSuccess(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::System.String success) + public PageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition() { - State = state; - this.__typename = __typename; - Success = success; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Success { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingSuccess? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -110922,7 +110812,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (State.Equals(other.State)) && __typename.Equals(other.__typename) && Success.Equals(other.Success); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -110942,7 +110832,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingSuccess)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -110950,9 +110840,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * State.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Success.GetHashCode(); return hash; } } @@ -110960,28 +110847,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationFailed : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationFailed + public partial class PageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationFailed(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::System.String failed, global::System.Collections.Generic.IReadOnlyList errors) + public PageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition() { - State = state; - this.__typename = __typename; - Failed = failed; - Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Failed { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationFailed? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -110998,7 +110870,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (State.Equals(other.State)) && __typename.Equals(other.__typename) && Failed.Equals(other.Failed) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111018,7 +110890,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationFailed)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -111026,14 +110898,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * State.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Failed.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - return hash; } } @@ -111041,28 +110905,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationSuccess : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationSuccess + public partial class PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationSuccess(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::System.String success, global::System.Collections.Generic.IReadOnlyList changes) + public PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition() { - State = state; - this.__typename = __typename; - Success = success; - Changes = changes; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Success { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationSuccess? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -111079,7 +110928,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (State.Equals(other.State)) && __typename.Equals(other.__typename) && Success.Equals(other.Success) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111099,7 +110948,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationSuccess)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -111107,14 +110956,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * State.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Success.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -111122,21 +110963,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_OperationInProgress : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_OperationInProgress + public partial class PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_OperationInProgress(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename) + public PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition() { - State = state; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_OperationInProgress? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -111153,7 +110986,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (State.Equals(other.State)) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111173,7 +111006,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_OperationInProgress)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -111181,8 +111014,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * State.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -111190,21 +111021,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskApproved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskApproved + public partial class PageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskApproved(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename) + public PageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition() { - State = state; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskApproved? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -111221,7 +111044,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (State.Equals(other.State)) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111241,7 +111064,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskApproved)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -111249,8 +111072,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * State.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -111258,28 +111079,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsQueued : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsQueued + public partial class PageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsQueued(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::System.String queued, global::System.Int32 queuePosition) + public PageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition() { - State = state; - this.__typename = __typename; - Queued = queued; - QueuePosition = queuePosition; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Queued { get; } - public global::System.Int32 QueuePosition { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsQueued? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition? other) { if (ReferenceEquals(null, other)) { @@ -111296,7 +111102,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (State.Equals(other.State)) && __typename.Equals(other.__typename) && Queued.Equals(other.Queued) && global::System.Object.Equals(QueuePosition, other.QueuePosition); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111316,7 +111122,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsQueued)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -111324,10 +111130,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * State.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Queued.GetHashCode(); - hash ^= 397 * QueuePosition.GetHashCode(); return hash; } } @@ -111335,26 +111137,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsReady : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsReady + public partial class PageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsReady(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::System.String ready) + public PageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition() { - State = state; - this.__typename = __typename; - Ready = ready; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Ready { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsReady? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition? other) { if (ReferenceEquals(null, other)) { @@ -111371,7 +111160,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (State.Equals(other.State)) && __typename.Equals(other.__typename) && Ready.Equals(other.Ready); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111391,7 +111180,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsReady)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -111399,9 +111188,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * State.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Ready.GetHashCode(); return hash; } } @@ -111409,21 +111195,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ValidationInProgress : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ValidationInProgress + public partial class PageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ValidationInProgress(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename) + public PageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition() { - State = state; - this.__typename = __typename; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ValidationInProgress? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -111440,7 +111218,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (State.Equals(other.State)) && __typename.Equals(other.__typename); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111460,7 +111238,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ValidationInProgress)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -111468,8 +111246,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * State.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -111477,23 +111253,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_WaitForApproval : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_WaitForApproval + public partial class PageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_WaitForApproval(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? deployment) + public PageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition() { - State = state; - this.__typename = __typename; - Deployment = deployment; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? Deployment { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_WaitForApproval? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition? other) { if (ReferenceEquals(null, other)) { @@ -111510,7 +111276,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (State.Equals(other.State)) && __typename.Equals(other.__typename) && ((Deployment is null && other.Deployment is null) || Deployment != null && Deployment.Equals(other.Deployment)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111530,7 +111296,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_WaitForApproval)obj); + return Equals((PageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition)obj); } public override global::System.Int32 GetHashCode() @@ -111538,13 +111304,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * State.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - if (Deployment != null) - { - hash ^= 397 * Deployment.GetHashCode(); - } - return hash; } } @@ -111552,16 +111311,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ConcurrentOperationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ConcurrentOperationError + public partial class PageClientVersionDetailQuery_Node_Group : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Group { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ConcurrentOperationError(global::System.String message) + public PageClientVersionDetailQuery_Node_Group() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ConcurrentOperationError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Group? other) { if (ReferenceEquals(null, other)) { @@ -111578,7 +111334,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111598,7 +111354,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ConcurrentOperationError)obj); + return Equals((PageClientVersionDetailQuery_Node_Group)obj); } public override global::System.Int32 GetHashCode() @@ -111606,7 +111362,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -111614,23 +111369,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError + public partial class PageClientVersionDetailQuery_Node_McpFeatureCollection : global::System.IEquatable, IPageClientVersionDetailQuery_Node_McpFeatureCollection { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError(global::System.String message, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList errors) + public PageClientVersionDetailQuery_Node_McpFeatureCollection() { - Message = message; - this.__typename = __typename; - Errors = errors; } - public global::System.String Message { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -111647,7 +111392,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111667,7 +111412,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError)obj); + return Equals((PageClientVersionDetailQuery_Node_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -111675,13 +111420,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - return hash; } } @@ -111689,16 +111427,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ProcessingTimeoutError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ProcessingTimeoutError + public partial class PageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IPageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ProcessingTimeoutError(global::System.String message) + public PageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ProcessingTimeoutError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -111715,7 +111450,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111735,7 +111470,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ProcessingTimeoutError)obj); + return Equals((PageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -111743,7 +111478,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -111751,16 +111485,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ReadyTimeoutError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ReadyTimeoutError + public partial class PageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IPageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ReadyTimeoutError(global::System.String message) + public PageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ReadyTimeoutError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -111777,7 +111508,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111797,7 +111528,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ReadyTimeoutError)obj); + return Equals((PageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -111805,7 +111536,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -111813,16 +111543,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError + public partial class PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IPageClientVersionDetailQuery_Node_McpFeatureCollectionVersion { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError(global::System.String message) + public PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion() { - Message = message; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -111839,7 +111566,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111859,7 +111586,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError)obj); + return Equals((PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -111867,7 +111594,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -111875,23 +111601,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError_1 + public partial class PageClientVersionDetailQuery_Node_OpenApiCollection : global::System.IEquatable, IPageClientVersionDetailQuery_Node_OpenApiCollection { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError_1(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public PageClientVersionDetailQuery_Node_OpenApiCollection() { - this.__typename = __typename; - Message = message; - Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError_1? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -111908,7 +111624,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111928,7 +111644,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError_1)obj); + return Equals((PageClientVersionDetailQuery_Node_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -111936,13 +111652,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - return hash; } } @@ -111950,16 +111659,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_McpFeatureCollectionValidationError + public partial class PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IPageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog() { - Collections = collections; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_McpFeatureCollectionValidationError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -111976,7 +111682,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -111996,7 +111702,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_McpFeatureCollectionValidationError)obj); + return Equals((PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -112004,11 +111710,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - return hash; } } @@ -112016,16 +111717,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_OpenApiCollectionValidationError + public partial class PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IPageClientVersionDetailQuery_Node_OpenApiCollectionDeployment { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment() { - Collections = collections; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_OpenApiCollectionValidationError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -112042,7 +111740,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112062,7 +111760,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_OpenApiCollectionValidationError)obj); + return Equals((PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -112070,11 +111768,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Collections_elm in Collections) - { - hash ^= 397 * Collections_elm.GetHashCode(); - } - return hash; } } @@ -112082,20 +111775,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError + public partial class PageClientVersionDetailQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IPageClientVersionDetailQuery_Node_OpenApiCollectionVersion { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public PageClientVersionDetailQuery_Node_OpenApiCollectionVersion() { - Message = message; - Client = client; - Queries = queries; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_OpenApiCollectionVersion? other) { if (ReferenceEquals(null, other)) { @@ -112112,7 +111798,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112132,7 +111818,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError)obj); + return Equals((PageClientVersionDetailQuery_Node_OpenApiCollectionVersion)obj); } public override global::System.Int32 GetHashCode() @@ -112140,17 +111826,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - return hash; } } @@ -112158,21 +111833,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_SchemaVersionChangeViolationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_SchemaVersionChangeViolationError + public partial class PageClientVersionDetailQuery_Node_Organization : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Organization { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_SchemaVersionChangeViolationError(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) + public PageClientVersionDetailQuery_Node_Organization() { - this.__typename = __typename; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_SchemaVersionChangeViolationError? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Organization? other) { if (ReferenceEquals(null, other)) { @@ -112189,7 +111856,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112209,7 +111876,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_SchemaVersionChangeViolationError)obj); + return Equals((PageClientVersionDetailQuery_Node_Organization)obj); } public override global::System.Int32 GetHashCode() @@ -112217,12 +111884,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -112230,21 +111891,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError_1 + public partial class PageClientVersionDetailQuery_Node_OrganizationMember : global::System.IEquatable, IPageClientVersionDetailQuery_Node_OrganizationMember { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError_1(global::System.String __typename, global::System.String message) + public PageClientVersionDetailQuery_Node_OrganizationMember() { - this.__typename = __typename; - Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError_1? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_OrganizationMember? other) { if (ReferenceEquals(null, other)) { @@ -112261,7 +111914,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112281,7 +111934,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError_1)obj); + return Equals((PageClientVersionDetailQuery_Node_OrganizationMember)obj); } public override global::System.Int32 GetHashCode() @@ -112289,8 +111942,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -112298,25 +111949,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_DirectiveModifiedChange + public partial class PageClientVersionDetailQuery_Node_SchemaChangeLog : global::System.IEquatable, IPageClientVersionDetailQuery_Node_SchemaChangeLog { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public PageClientVersionDetailQuery_Node_SchemaChangeLog() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_DirectiveModifiedChange? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_SchemaChangeLog? other) { if (ReferenceEquals(null, other)) { @@ -112333,7 +111972,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112353,7 +111992,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_DirectiveModifiedChange)obj); + return Equals((PageClientVersionDetailQuery_Node_SchemaChangeLog)obj); } public override global::System.Int32 GetHashCode() @@ -112361,14 +112000,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -112376,25 +112007,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_EnumModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_EnumModifiedChange + public partial class PageClientVersionDetailQuery_Node_SchemaDeployment : global::System.IEquatable, IPageClientVersionDetailQuery_Node_SchemaDeployment { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public PageClientVersionDetailQuery_Node_SchemaDeployment() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_EnumModifiedChange? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_SchemaDeployment? other) { if (ReferenceEquals(null, other)) { @@ -112411,7 +112030,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112431,7 +112050,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_EnumModifiedChange)obj); + return Equals((PageClientVersionDetailQuery_Node_SchemaDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -112439,14 +112058,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -112454,25 +112065,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InputObjectModifiedChange + public partial class PageClientVersionDetailQuery_Node_Stage : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Stage { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public PageClientVersionDetailQuery_Node_Stage() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InputObjectModifiedChange? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Stage? other) { if (ReferenceEquals(null, other)) { @@ -112489,7 +112088,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112509,7 +112108,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InputObjectModifiedChange)obj); + return Equals((PageClientVersionDetailQuery_Node_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -112517,14 +112116,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -112532,25 +112123,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InterfaceModifiedChange + public partial class PageClientVersionDetailQuery_Node_User : global::System.IEquatable, IPageClientVersionDetailQuery_Node_User { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public PageClientVersionDetailQuery_Node_User() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InterfaceModifiedChange? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_User? other) { if (ReferenceEquals(null, other)) { @@ -112567,7 +112146,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112587,7 +112166,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InterfaceModifiedChange)obj); + return Equals((PageClientVersionDetailQuery_Node_User)obj); } public override global::System.Int32 GetHashCode() @@ -112595,14 +112174,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -112610,25 +112181,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ObjectModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ObjectModifiedChange + public partial class PageClientVersionDetailQuery_Node_Workspace : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Workspace { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public PageClientVersionDetailQuery_Node_Workspace() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ObjectModifiedChange? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Workspace? other) { if (ReferenceEquals(null, other)) { @@ -112645,7 +112204,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112665,7 +112224,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ObjectModifiedChange)obj); + return Equals((PageClientVersionDetailQuery_Node_Workspace)obj); } public override global::System.Int32 GetHashCode() @@ -112673,14 +112232,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -112688,25 +112239,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ScalarModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ScalarModifiedChange + public partial class PageClientVersionDetailQuery_Node_WorkspaceDocument : global::System.IEquatable, IPageClientVersionDetailQuery_Node_WorkspaceDocument { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public PageClientVersionDetailQuery_Node_WorkspaceDocument() { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ScalarModifiedChange? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_WorkspaceDocument? other) { if (ReferenceEquals(null, other)) { @@ -112723,7 +112262,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return true; } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112743,7 +112282,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ScalarModifiedChange)obj); + return Equals((PageClientVersionDetailQuery_Node_WorkspaceDocument)obj); } public override global::System.Int32 GetHashCode() @@ -112751,38 +112290,34 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberAddedChange + public partial class PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Versions_ClientVersionConnection { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection(global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions_PageInfo pageInfo, global::System.Collections.Generic.IReadOnlyList? edges) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + PageInfo = pageInfo; + Edges = edges; } /// - /// The name of the current Object type at runtime. + /// Information to aid in pagination. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions_PageInfo PageInfo { get; } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberAddedChange? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection? other) { if (ReferenceEquals(null, other)) { @@ -112799,7 +112334,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (PageInfo.Equals(other.PageInfo)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112819,7 +112354,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberAddedChange)obj); + return Equals((PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection)obj); } public override global::System.Int32 GetHashCode() @@ -112827,31 +112362,43 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * PageInfo.GetHashCode(); + if (Edges != null) + { + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberModifiedChange + public partial class PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) + public PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo(global::System.Boolean hasNextPage, global::System.String? endCursor) { - this.__typename = __typename; - Severity = severity; + HasNextPage = hasNextPage; + EndCursor = endCursor; } /// - /// The name of the current Object type at runtime. + /// Indicates whether more edges exist following the set defined by the clients arguments. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberModifiedChange? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -112868,7 +112415,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); + return (global::System.Object.Equals(HasNextPage, other.HasNextPage)) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112888,7 +112435,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberModifiedChange)obj); + return Equals((PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -112896,32 +112443,40 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) + { + hash ^= 397 * EndCursor.GetHashCode(); + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberRemovedChange + public partial class PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node node) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Cursor = cursor; + Node = node; } /// - /// The name of the current Object type at runtime. + /// A cursor for use in pagination. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberRemovedChange? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge? other) { if (ReferenceEquals(null, other)) { @@ -112938,7 +112493,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -112958,7 +112513,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberRemovedChange)obj); + return Equals((PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge)obj); } public override global::System.Int32 GetHashCode() @@ -112966,9 +112521,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } @@ -112976,25 +112530,22 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_UnionModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_UnionModifiedChange + public partial class PageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public PageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion(global::System.String id, global::System.DateTimeOffset createdAt, global::System.String tag, global::System.Collections.Generic.IReadOnlyList publishedTo) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Id = id; + CreatedAt = createdAt; + Tag = tag; + PublishedTo = publishedTo; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Id { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_UnionModifiedChange? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -113011,7 +112562,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Id.Equals(other.Id)) && CreatedAt.Equals(other.CreatedAt) && Tag.Equals(other.Tag) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedTo, other.PublishedTo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113031,7 +112582,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_UnionModifiedChange)obj); + return Equals((PageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -113039,12 +112590,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * CreatedAt.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); + foreach (var PublishedTo_elm in PublishedTo) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * PublishedTo_elm.GetHashCode(); } return hash; @@ -113054,16 +112605,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_ClientDeployment : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_ClientDeployment + public partial class PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_ClientDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? stage) { - Errors = errors; + Stage = stage; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_ClientDeployment? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -113080,7 +112631,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (((Stage is null && other.Stage is null) || Stage != null && Stage.Equals(other.Stage))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113100,7 +112651,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_ClientDeployment)obj); + return Equals((PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -113108,9 +112659,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + if (Stage != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Stage.GetHashCode(); } return hash; @@ -113120,16 +112671,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_FusionConfigurationDeployment : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_FusionConfigurationDeployment + public partial class PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_FusionConfigurationDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(global::System.String name) { - Errors = errors; + Name = name; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_FusionConfigurationDeployment? other) + public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage? other) { if (ReferenceEquals(null, other)) { @@ -113146,7 +112697,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113166,7 +112717,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_FusionConfigurationDeployment)obj); + return Equals((PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -113174,28 +112725,402 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - + hash ^= 397 * Name.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQueryResult + { + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node? Node { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// The node interface is implemented by entities that have a global unique identifier. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Api : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_ApiDocument : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_ApiKey : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Client : IPageClientVersionDetailQuery_Node + { + public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions? Versions { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_ClientChangeLog : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_ClientDeployment : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_ClientVersion : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Environment : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_FusionConfigurationChangeLog : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_FusionConfigurationDeployment : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Group : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_McpFeatureCollection : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_McpFeatureCollectionVersion : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_OpenApiCollection : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_OpenApiCollectionDeployment : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_OpenApiCollectionVersion : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Organization : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_OrganizationMember : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_SchemaChangeLog : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_SchemaDeployment : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Stage : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_User : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Workspace : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_WorkspaceDocument : IPageClientVersionDetailQuery_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Versions + { + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions_PageInfo PageInfo { get; } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Versions_ClientVersionConnection : IPageClientVersionDetailQuery_Node_Versions + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Versions_PageInfo + { + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo : IPageClientVersionDetailQuery_Node_Versions_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges : IClientDetailPrompt_ClientVersionEdge + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge : IPageClientVersionDetailQuery_Node_Versions_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_Node + { + public global::System.String Id { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion : IPageClientVersionDetailQuery_Node_Versions_Edges_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_McpFeatureCollectionDeployment : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_McpFeatureCollectionDeployment + public partial class SelectClientPromptQueryResult : global::System.IEquatable, ISelectClientPromptQueryResult { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_McpFeatureCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public SelectClientPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById? apiById) { - Errors = errors; + ApiById = apiById; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById? ApiById { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_McpFeatureCollectionDeployment? other) + public virtual global::System.Boolean Equals(SelectClientPromptQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -113212,7 +113137,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (((ApiById is null && other.ApiById is null) || ApiById != null && ApiById.Equals(other.ApiById))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113232,7 +113157,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_McpFeatureCollectionDeployment)obj); + return Equals((SelectClientPromptQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -113240,9 +113165,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + if (ApiById != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * ApiById.GetHashCode(); } return hash; @@ -113252,16 +113177,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_OpenApiCollectionDeployment : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_OpenApiCollectionDeployment + public partial class SelectClientPromptQuery_ApiById_Api : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Api { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_OpenApiCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public SelectClientPromptQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients? clients) { - Errors = errors; + Clients = clients; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients? Clients { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_OpenApiCollectionDeployment? other) + public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Api? other) { if (ReferenceEquals(null, other)) { @@ -113278,7 +113203,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (((Clients is null && other.Clients is null) || Clients != null && Clients.Equals(other.Clients))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113298,7 +113223,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_OpenApiCollectionDeployment)obj); + return Equals((SelectClientPromptQuery_ApiById_Api)obj); } public override global::System.Int32 GetHashCode() @@ -113306,9 +113231,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + if (Clients != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Clients.GetHashCode(); } return hash; @@ -113317,17 +113242,28 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_SchemaDeployment : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_SchemaDeployment + public partial class SelectClientPromptQuery_ApiById_Clients_ClientsConnection : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_ClientsConnection { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_SchemaDeployment(global::System.Collections.Generic.IReadOnlyList errors) + public SelectClientPromptQuery_ApiById_Clients_ClientsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_PageInfo pageInfo) { - Errors = errors; + Edges = edges; + PageInfo = pageInfo; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_SchemaDeployment? other) + public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_ClientsConnection? other) { if (ReferenceEquals(null, other)) { @@ -113344,7 +113280,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113364,7 +113300,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_SchemaDeployment)obj); + return Equals((SelectClientPromptQuery_ApiById_Clients_ClientsConnection)obj); } public override global::System.Int32 GetHashCode() @@ -113372,30 +113308,43 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + if (Edges != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } } + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors_GraphQLSchemaError + public partial class SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) + public SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_Edges_Node node) { - Message = message; - Code = code; + Cursor = cursor; + Node = node; } - public global::System.String Message { get; } - public global::System.String? Code { get; } + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors_GraphQLSchemaError? other) + public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge? other) { if (ReferenceEquals(null, other)) { @@ -113412,7 +113361,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113432,7 +113381,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors_GraphQLSchemaError)obj); + return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge)obj); } public override global::System.Int32 GetHashCode() @@ -113440,31 +113389,46 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollectionValidationCollection + public partial class SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) + public SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { - McpFeatureCollection = mcpFeatureCollection; - Entities = entities; + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + /// + /// Indicates whether more edges exist prior the set defined by the clients arguments. + /// + public global::System.Boolean HasPreviousPage { get; } + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -113481,7 +113445,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113501,7 +113465,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollectionValidationCollection)obj); + return Equals((SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -113509,14 +113473,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - if (McpFeatureCollection != null) + hash ^= 397 * HasPreviousPage.GetHashCode(); + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) { - hash ^= 397 * McpFeatureCollection.GetHashCode(); + hash ^= 397 * EndCursor.GetHashCode(); } - foreach (var Entities_elm in Entities) + if (StartCursor != null) { - hash ^= 397 * Entities_elm.GetHashCode(); + hash ^= 397 * StartCursor.GetHashCode(); } return hash; @@ -113526,18 +113492,22 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollectionValidationCollection + public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Client { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) + public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? api, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? versions) { - OpenApiCollection = openApiCollection; - Entities = entities; + Id = id; + Name = name; + Api = api; + Versions = versions; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? Api { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? Versions { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client? other) { if (ReferenceEquals(null, other)) { @@ -113554,7 +113524,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api)) && ((Versions is null && other.Versions is null) || Versions != null && Versions.Equals(other.Versions)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113574,7 +113544,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollectionValidationCollection)obj); + return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client)obj); } public override global::System.Int32 GetHashCode() @@ -113582,14 +113552,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - if (OpenApiCollection != null) + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + if (Api != null) { - hash ^= 397 * OpenApiCollection.GetHashCode(); + hash ^= 397 * Api.GetHashCode(); } - foreach (var Entities_elm in Entities) + if (Versions != null) { - hash ^= 397 * Entities_elm.GetHashCode(); + hash ^= 397 * Versions.GetHashCode(); } return hash; @@ -113599,18 +113571,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client_Client : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client_Client + public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client_Client(global::System.String id, global::System.String name) + public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api(global::System.String name, global::System.Collections.Generic.IReadOnlyList path) { - Id = id; Name = name; + Path = path; } - public global::System.String Id { get; } public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client_Client? other) + public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api? other) { if (ReferenceEquals(null, other)) { @@ -113627,7 +113599,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (Name.Equals(other.Name)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113647,7 +113619,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client_Client)obj); + return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api)obj); } public override global::System.Int32 GetHashCode() @@ -113655,31 +113627,40 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); + foreach (var Path_elm in Path) + { + hash ^= 397 * Path_elm.GetHashCode(); + } + return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// A connection to a list of items. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_PersistedQueryValidationFailed + public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersionConnection : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersionConnection { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) + public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersionConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo pageInfo) { - DeployedTags = deployedTags; - Message = message; - Hash = hash; - Errors = errors; + Edges = edges; + PageInfo = pageInfo; } - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_PersistedQueryValidationFailed? other) + public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersionConnection? other) { if (ReferenceEquals(null, other)) { @@ -113696,7 +113677,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113716,7 +113697,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_PersistedQueryValidationFailed)obj); + return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersionConnection)obj); } public override global::System.Int32 GetHashCode() @@ -113724,44 +113705,43 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var DeployedTags_elm in DeployedTags) - { - hash ^= 397 * DeployedTags_elm.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Hash.GetHashCode(); - foreach (var Errors_elm in Errors) + if (Edges != null) { - hash ^= 397 * Errors_elm.GetHashCode(); + foreach (var Edges_elm in Edges) + { + hash ^= 397 * Edges_elm.GetHashCode(); + } } + hash ^= 397 * PageInfo.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// An edge in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_DirectiveModifiedChange + public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientVersionEdge : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientVersionEdge { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientVersionEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node node) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Cursor = cursor; + Node = node; } /// - /// The name of the current Object type at runtime. + /// A cursor for use in pagination. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_DirectiveModifiedChange? other) + public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientVersionEdge? other) { if (ReferenceEquals(null, other)) { @@ -113778,7 +113758,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113798,7 +113778,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_DirectiveModifiedChange)obj); + return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientVersionEdge)obj); } public override global::System.Int32 GetHashCode() @@ -113806,40 +113786,36 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Cursor.GetHashCode(); + hash ^= 397 * Node.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + /// + /// Information about pagination in a connection. + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_EnumModifiedChange + public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_PageInfo : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_PageInfo { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_PageInfo(global::System.Boolean hasNextPage, global::System.String? endCursor) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + HasNextPage = hasNextPage; + EndCursor = endCursor; } /// - /// The name of the current Object type at runtime. + /// Indicates whether more edges exist following the set defined by the clients arguments. /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_EnumModifiedChange? other) + public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -113856,7 +113832,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::System.Object.Equals(HasNextPage, other.HasNextPage)) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113876,7 +113852,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_EnumModifiedChange)obj); + return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -113884,12 +113860,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + hash ^= 397 * HasNextPage.GetHashCode(); + if (EndCursor != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * EndCursor.GetHashCode(); } return hash; @@ -113899,25 +113873,22 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InputObjectModifiedChange + public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_ClientVersion : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_ClientVersion { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_ClientVersion(global::System.String id, global::System.DateTimeOffset createdAt, global::System.String tag, global::System.Collections.Generic.IReadOnlyList publishedTo) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Id = id; + CreatedAt = createdAt; + Tag = tag; + PublishedTo = publishedTo; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Id { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InputObjectModifiedChange? other) + public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_ClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -113934,7 +113905,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Id.Equals(other.Id)) && CreatedAt.Equals(other.CreatedAt) && Tag.Equals(other.Tag) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedTo, other.PublishedTo); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -113954,7 +113925,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InputObjectModifiedChange)obj); + return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_ClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -113962,12 +113933,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * CreatedAt.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); + foreach (var PublishedTo_elm in PublishedTo) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * PublishedTo_elm.GetHashCode(); } return hash; @@ -113977,25 +113948,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InterfaceModifiedChange + public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? stage) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Stage = stage; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InterfaceModifiedChange? other) + public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion? other) { if (ReferenceEquals(null, other)) { @@ -114012,7 +113974,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((Stage is null && other.Stage is null) || Stage != null && Stage.Equals(other.Stage))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114032,7 +113994,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InterfaceModifiedChange)obj); + return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion)obj); } public override global::System.Int32 GetHashCode() @@ -114040,12 +114002,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + if (Stage != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Stage.GetHashCode(); } return hash; @@ -114055,25 +114014,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ObjectModifiedChange + public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(global::System.String name) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ObjectModifiedChange? other) + public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage? other) { if (ReferenceEquals(null, other)) { @@ -114090,7 +114040,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Name.Equals(other.Name)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114110,7 +114060,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ObjectModifiedChange)obj); + return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage)obj); } public override global::System.Int32 GetHashCode() @@ -114118,40 +114068,267 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Name.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQueryResult + { + public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById? ApiById { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById + { + public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients? Clients { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Api : ISelectClientPromptQuery_ApiById + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_PageInfo PageInfo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_ClientsConnection : ISelectClientPromptQuery_ApiById_Clients + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPrompt_ClientEdge + { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_Edges_Node Node { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges : ISelectClientPrompt_ClientEdge + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge : ISelectClientPromptQuery_ApiById_Clients_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_PageInfo : IPageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo : ISelectClientPromptQuery_ApiById_Clients_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPrompt_Client : IClientDetailPrompt_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node : ISelectClientPrompt_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Client : ISelectClientPromptQuery_ApiById_Clients_Edges_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Api + { + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Path { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Api + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo PageInfo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersionConnection : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges : IClientDetailPrompt_ClientVersionEdge + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientVersionEdge : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo + { + /// + /// Indicates whether more edges exist following the set defined by the clients arguments. + /// + public global::System.Boolean HasNextPage { get; } + /// + /// When paginating forwards, the cursor to continue. + /// + public global::System.String? EndCursor { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_PageInfo : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node + { + public global::System.String Id { get; } + public global::System.DateTimeOffset CreatedAt { get; } + public global::System.String Tag { get; } + public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_ClientVersion : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo + { + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage + { + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ScalarModifiedChange + public partial class BeginFusionConfigurationPublishResult : global::System.IEquatable, IBeginFusionConfigurationPublishResult { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public BeginFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish beginFusionConfigurationPublish) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + BeginFusionConfigurationPublish = beginFusionConfigurationPublish; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish BeginFusionConfigurationPublish { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ScalarModifiedChange? other) + public virtual global::System.Boolean Equals(BeginFusionConfigurationPublishResult? other) { if (ReferenceEquals(null, other)) { @@ -114168,7 +114345,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (BeginFusionConfigurationPublish.Equals(other.BeginFusionConfigurationPublish)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114188,7 +114365,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ScalarModifiedChange)obj); + return Equals((BeginFusionConfigurationPublishResult)obj); } public override global::System.Int32 GetHashCode() @@ -114196,14 +114373,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * BeginFusionConfigurationPublish.GetHashCode(); return hash; } } @@ -114211,23 +114381,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberAddedChange + public partial class BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusionConfigurationPublishPayload : global::System.IEquatable, IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusionConfigurationPublishPayload { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusionConfigurationPublishPayload(global::System.String? requestId, global::System.Collections.Generic.IReadOnlyList? errors) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + RequestId = requestId; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String? RequestId { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberAddedChange? other) + public virtual global::System.Boolean Equals(BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusionConfigurationPublishPayload? other) { if (ReferenceEquals(null, other)) { @@ -114244,7 +114409,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (((RequestId is null && other.RequestId is null) || RequestId != null && RequestId.Equals(other.RequestId))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114264,7 +114429,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberAddedChange)obj); + return Equals((BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusionConfigurationPublishPayload)obj); } public override global::System.Int32 GetHashCode() @@ -114272,9 +114437,19 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + if (RequestId != null) + { + hash ^= 397 * RequestId.GetHashCode(); + } + + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + } + return hash; } } @@ -114282,21 +114457,21 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberModifiedChange + public partial class BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_UnauthorizedOperation : global::System.IEquatable, IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_UnauthorizedOperation { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) + public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberModifiedChange? other) + public virtual global::System.Boolean Equals(BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -114313,7 +114488,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114333,7 +114508,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberModifiedChange)obj); + return Equals((BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -114342,7 +114517,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -114350,23 +114525,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberRemovedChange + public partial class BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_ApiNotFoundError : global::System.IEquatable, IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_ApiNotFoundError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_ApiNotFoundError(global::System.String __typename, global::System.String message, global::System.String apiId) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Message = message; + ApiId = apiId; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String Message { get; } + public global::System.String ApiId { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberRemovedChange? other) + public virtual global::System.Boolean Equals(BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_ApiNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -114383,7 +114558,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && ApiId.Equals(other.ApiId); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114403,7 +114578,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberRemovedChange)obj); + return Equals((BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_ApiNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -114412,8 +114587,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); return hash; } } @@ -114421,25 +114596,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_UnionModifiedChange + public partial class BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_StageNotFoundError : global::System.IEquatable, IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_StageNotFoundError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_StageNotFoundError(global::System.String __typename, global::System.String message, global::System.String name) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Message = message; + Name = name; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_UnionModifiedChange? other) + public virtual global::System.Boolean Equals(BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_StageNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -114456,7 +114629,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114476,7 +114649,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_UnionModifiedChange)obj); + return Equals((BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_StageNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -114485,13 +114658,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -114499,27 +114667,21 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentAdded + public partial class BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_SubgraphInvalidError : global::System.IEquatable, IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_SubgraphInvalidError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_SubgraphInvalidError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_SubgraphInvalidError? other) { if (ReferenceEquals(null, other)) { @@ -114536,7 +114698,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114556,7 +114718,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentAdded)obj); + return Equals((BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_SubgraphInvalidError)obj); } public override global::System.Int32 GetHashCode() @@ -114565,10 +114727,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -114576,27 +114735,21 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentChanged + public partial class BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError : global::System.IEquatable, IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) + public BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - Changes = changes; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError? other) { if (ReferenceEquals(null, other)) { @@ -114613,7 +114766,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114633,7 +114786,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentChanged)obj); + return Equals((BeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError)obj); } public override global::System.Int32 GetHashCode() @@ -114642,42 +114795,101 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentRemoved + public partial interface IBeginFusionConfigurationPublishResult { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) - { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; - } + public global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish BeginFusionConfigurationPublish { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish + { + public global::System.String? RequestId { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_BeginFusionConfigurationPublishPayload : IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_UnauthorizedOperation : IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors, IUnauthorizedOperation + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_ApiNotFoundError : IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors, IApiNotFoundError + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_StageNotFoundError : IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors, IStageNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISubgraphInvalidError : IError + { /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } + } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentRemoved? other) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_SubgraphInvalidError : IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors, ISubgraphInvalidError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IInvalidProcessingStateTransitionError : IError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError : IBeginFusionConfigurationPublish_BeginFusionConfigurationPublish_Errors, IInvalidProcessingStateTransitionError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnFusionConfigurationPublishingTaskChangedResult : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChangedResult + { + public OnFusionConfigurationPublishingTaskChangedResult(global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged onFusionConfigurationPublishingTaskChanged) + { + OnFusionConfigurationPublishingTaskChanged = onFusionConfigurationPublishingTaskChanged; + } + + public global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged OnFusionConfigurationPublishingTaskChanged { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChangedResult? other) { if (ReferenceEquals(null, other)) { @@ -114694,7 +114906,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (OnFusionConfigurationPublishingTaskChanged.Equals(other.OnFusionConfigurationPublishingTaskChanged)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114714,7 +114926,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChangedResult)obj); } public override global::System.Int32 GetHashCode() @@ -114722,11 +114934,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * OnFusionConfigurationPublishingTaskChanged.GetHashCode(); return hash; } } @@ -114734,25 +114942,28 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingFailed : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingFailed { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingFailed(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::System.String failed, global::System.Collections.Generic.IReadOnlyList errors) { + State = state; this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Failed = failed; + Errors = errors; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Failed { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingFailed? other) { if (ReferenceEquals(null, other)) { @@ -114769,7 +114980,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (State.Equals(other.State)) && __typename.Equals(other.__typename) && Failed.Equals(other.Failed) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114789,7 +115000,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingFailed)obj); } public override global::System.Int32 GetHashCode() @@ -114797,16 +115008,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; + hash ^= 397 * State.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + hash ^= 397 * Failed.GetHashCode(); + foreach (var Errors_elm in Errors) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -114816,23 +115023,26 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingSuccess : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingSuccess { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingSuccess(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::System.String success) { + State = state; this.__typename = __typename; - Severity = severity; - Location = location; + Success = success; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Success { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingSuccess? other) { if (ReferenceEquals(null, other)) { @@ -114849,7 +115059,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (State.Equals(other.State)) && __typename.Equals(other.__typename) && Success.Equals(other.Success); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114869,7 +115079,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingSuccess)obj); } public override global::System.Int32 GetHashCode() @@ -114877,9 +115087,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; + hash ^= 397 * State.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + hash ^= 397 * Success.GetHashCode(); return hash; } } @@ -114887,23 +115097,28 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationFailed : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationFailed { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationFailed(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::System.String failed, global::System.Collections.Generic.IReadOnlyList errors) { + State = state; this.__typename = __typename; - Severity = severity; - Location = location; + Failed = failed; + Errors = errors; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Failed { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -114920,7 +115135,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (State.Equals(other.State)) && __typename.Equals(other.__typename) && Failed.Equals(other.Failed) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -114940,7 +115155,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -114948,9 +115163,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; + hash ^= 397 * State.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + hash ^= 397 * Failed.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -114958,25 +115178,28 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationSuccess : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationSuccess { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationSuccess(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::System.String success, global::System.Collections.Generic.IReadOnlyList changes) { + State = state; this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Success = success; + Changes = changes; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Success { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationSuccess? other) { if (ReferenceEquals(null, other)) { @@ -114993,7 +115216,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (State.Equals(other.State)) && __typename.Equals(other.__typename) && Success.Equals(other.Success) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115013,7 +115236,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationSuccess)obj); } public override global::System.Int32 GetHashCode() @@ -115021,16 +115244,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; + hash ^= 397 * State.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + hash ^= 397 * Success.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -115040,23 +115259,21 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_OperationInProgress : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_OperationInProgress { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_OperationInProgress(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename) { + State = state; this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_OperationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -115073,7 +115290,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (State.Equals(other.State)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115093,7 +115310,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_OperationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -115101,9 +115318,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; + hash ^= 397 * State.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -115111,25 +115327,21 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskApproved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskApproved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskApproved(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename) { + State = state; this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskApproved? other) { if (ReferenceEquals(null, other)) { @@ -115146,7 +115358,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (State.Equals(other.State)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115166,7 +115378,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskApproved)obj); } public override global::System.Int32 GetHashCode() @@ -115174,14 +115386,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; + hash ^= 397 * State.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - return hash; } } @@ -115189,23 +115395,28 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsQueued : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsQueued { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsQueued(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::System.String queued, global::System.Int32 queuePosition) { + State = state; this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; + Queued = queued; + QueuePosition = queuePosition; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Queued { get; } + public global::System.Int32 QueuePosition { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsQueued? other) { if (ReferenceEquals(null, other)) { @@ -115222,7 +115433,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (State.Equals(other.State)) && __typename.Equals(other.__typename) && Queued.Equals(other.Queued) && global::System.Object.Equals(QueuePosition, other.QueuePosition); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115242,7 +115453,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsQueued)obj); } public override global::System.Int32 GetHashCode() @@ -115250,9 +115461,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; + hash ^= 397 * State.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Queued.GetHashCode(); + hash ^= 397 * QueuePosition.GetHashCode(); return hash; } } @@ -115260,25 +115472,26 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsReady : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsReady { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsReady(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::System.String ready) { + State = state; this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Ready = ready; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Ready { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsReady? other) { if (ReferenceEquals(null, other)) { @@ -115295,7 +115508,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (State.Equals(other.State)) && __typename.Equals(other.__typename) && Ready.Equals(other.Ready); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115315,7 +115528,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsReady)obj); } public override global::System.Int32 GetHashCode() @@ -115323,18 +115536,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; + hash ^= 397 * State.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) - { - hash ^= 397 * New.GetHashCode(); - } - + hash ^= 397 * Ready.GetHashCode(); return hash; } } @@ -115342,27 +115546,21 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ValidationInProgress : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ValidationInProgress { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ValidationInProgress(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename) { + State = state; this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ValidationInProgress? other) { if (ReferenceEquals(null, other)) { @@ -115379,7 +115577,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (State.Equals(other.State)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115399,7 +115597,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ValidationInProgress)obj); } public override global::System.Int32 GetHashCode() @@ -115407,11 +115605,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; + hash ^= 397 * State.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -115419,27 +115614,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_WaitForApproval : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_WaitForApproval { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_WaitForApproval(global::ChilliCream.Nitro.CommandLine.Client.ProcessingState state, global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? deployment) { + State = state; this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Deployment = deployment; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? Deployment { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_WaitForApproval? other) { if (ReferenceEquals(null, other)) { @@ -115456,7 +115647,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (State.Equals(other.State)) && __typename.Equals(other.__typename) && ((Deployment is null && other.Deployment is null) || Deployment != null && Deployment.Equals(other.Deployment)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115476,7 +115667,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_WaitForApproval)obj); } public override global::System.Int32 GetHashCode() @@ -115484,11 +115675,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; + hash ^= 397 * State.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + if (Deployment != null) + { + hash ^= 397 * Deployment.GetHashCode(); + } + return hash; } } @@ -115496,27 +115689,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InputFieldChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ConcurrentOperationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ConcurrentOperationError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ConcurrentOperationError(global::System.String message) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InputFieldChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ConcurrentOperationError? other) { if (ReferenceEquals(null, other)) { @@ -115533,7 +115715,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115553,7 +115735,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InputFieldChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ConcurrentOperationError)obj); } public override global::System.Int32 GetHashCode() @@ -115561,15 +115743,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -115577,25 +115751,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_3 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError(global::System.String message, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList errors) { + Message = message; this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Errors = errors; } + public global::System.String Message { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -115612,7 +115784,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (Message.Equals(other.Message)) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115632,7 +115804,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_3)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -115640,16 +115812,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; + hash ^= 397 * Message.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + foreach (var Errors_elm in Errors) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -115659,27 +115826,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ProcessingTimeoutError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ProcessingTimeoutError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ProcessingTimeoutError(global::System.String message) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ProcessingTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -115696,7 +115852,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115716,7 +115872,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ProcessingTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -115724,11 +115880,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -115736,27 +115888,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ReadyTimeoutError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ReadyTimeoutError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ReadyTimeoutError(global::System.String message) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ReadyTimeoutError? other) { if (ReferenceEquals(null, other)) { @@ -115773,7 +115914,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115793,7 +115934,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ReadyTimeoutError)obj); } public override global::System.Int32 GetHashCode() @@ -115801,11 +115942,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -115813,23 +115950,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError(global::System.String message) { - this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + Message = message; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError? other) { if (ReferenceEquals(null, other)) { @@ -115846,7 +115976,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (Message.Equals(other.Message)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115866,7 +115996,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError)obj); } public override global::System.Int32 GetHashCode() @@ -115874,9 +116004,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -115884,23 +116012,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError_1(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { this.__typename = __typename; - Severity = severity; - InterfaceName = interfaceName; + Message = message; + Errors = errors; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError_1? other) { if (ReferenceEquals(null, other)) { @@ -115917,7 +116045,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -115937,7 +116065,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError_1)obj); } public override global::System.Int32 GetHashCode() @@ -115946,8 +116074,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -115955,27 +116087,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_McpFeatureCollectionValidationError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + Collections = collections; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_McpFeatureCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -115992,7 +116113,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116012,7 +116133,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_McpFeatureCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -116020,13 +116141,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) + foreach (var Collections_elm in Collections) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Collections_elm.GetHashCode(); } return hash; @@ -116036,23 +116153,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_OpenApiCollectionValidationError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; + Collections = collections; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_OpenApiCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -116069,7 +116179,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116089,7 +116199,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_OpenApiCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -116097,9 +116207,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -116107,23 +116219,20 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - this.__typename = __typename; - Severity = severity; - TypeName = typeName; + Message = message; + Client = client; + Queries = queries; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError? other) { if (ReferenceEquals(null, other)) { @@ -116140,7 +116249,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116160,7 +116269,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -116168,9 +116277,17 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + if (Client != null) + { + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); + } + return hash; } } @@ -116178,25 +116295,21 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_4 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_SchemaVersionChangeViolationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_SchemaVersionChangeViolationError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_SchemaVersionChangeViolationError(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_4? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_SchemaVersionChangeViolationError? other) { if (ReferenceEquals(null, other)) { @@ -116213,7 +116326,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116233,7 +116346,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_4)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_SchemaVersionChangeViolationError)obj); } public override global::System.Int32 GetHashCode() @@ -116242,15 +116355,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + foreach (var Changes_elm in Changes) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -116260,27 +116367,21 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError_1(global::System.String __typename, global::System.String message) { this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Message = message; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError_1? other) { if (ReferenceEquals(null, other)) { @@ -116297,7 +116398,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116317,7 +116418,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError_1)obj); } public override global::System.Int32 GetHashCode() @@ -116326,10 +116427,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -116337,15 +116435,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_DirectiveModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Changes = changes; } /// @@ -116354,10 +116451,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_DirectiveModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -116374,7 +116470,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116394,7 +116490,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_DirectiveModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -116405,8 +116501,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -116414,13 +116513,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_EnumModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_EnumModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - InterfaceName = interfaceName; + Coordinate = coordinate; + Changes = changes; } /// @@ -116428,9 +116528,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_EnumModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -116447,7 +116548,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116467,7 +116568,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_EnumModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -116477,7 +116578,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -116485,13 +116591,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InputObjectModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - InterfaceName = interfaceName; + Coordinate = coordinate; + Changes = changes; } /// @@ -116499,9 +116606,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InputObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -116518,7 +116626,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116538,7 +116646,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InputObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -116548,7 +116656,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -116556,14 +116669,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InterfaceModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - FieldName = fieldName; Changes = changes; } @@ -116573,10 +116685,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InterfaceModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -116593,7 +116704,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116613,7 +116724,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InterfaceModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -116624,7 +116735,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); foreach (var Changes_elm in Changes) { hash ^= 397 * Changes_elm.GetHashCode(); @@ -116637,14 +116747,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_5 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ObjectModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ObjectModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - Old = old; - New = @new; + Coordinate = coordinate; + Changes = changes; } /// @@ -116652,10 +116762,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_5? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -116672,7 +116782,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116692,7 +116802,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_5)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -116702,14 +116812,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -116719,14 +116825,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_6 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ScalarModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ScalarModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - Old = old; - New = @new; + Coordinate = coordinate; + Changes = changes; } /// @@ -116734,10 +116840,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_6? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ScalarModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -116754,7 +116860,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116774,7 +116880,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_6)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ScalarModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -116784,14 +116890,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -116801,13 +116903,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberAddedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { this.__typename = __typename; Severity = severity; - TypeName = typeName; + Coordinate = coordinate; } /// @@ -116815,9 +116917,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -116834,7 +116936,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116854,7 +116956,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -116864,7 +116966,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -116872,13 +116974,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) { this.__typename = __typename; Severity = severity; - TypeName = typeName; } /// @@ -116886,9 +116987,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -116905,7 +117005,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116925,7 +117025,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -116935,7 +117035,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -116943,20 +117042,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberRemovedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Message = message; - Client = client; - Queries = queries; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -116973,7 +117075,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -116993,7 +117095,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -117001,17 +117103,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) - { - hash ^= 397 * Queries_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -117019,20 +117113,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_UnionModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_UnionModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_1(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Message = message; - Client = client; - Queries = queries; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_UnionModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -117049,7 +117148,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117069,7 +117168,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_UnionModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -117077,15 +117176,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) - { - hash ^= 397 * Client.GetHashCode(); - } - - foreach (var Queries_elm in Queries) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Queries_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -117095,18 +117191,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_ClientDeployment : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_ClientDeployment { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_ClientDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - Message = message; - Changes = changes; + Errors = errors; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_ClientDeployment? other) { if (ReferenceEquals(null, other)) { @@ -117123,7 +117217,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117143,7 +117237,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_ClientDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -117151,10 +117245,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - foreach (var Changes_elm in Changes) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -117164,23 +117257,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_FusionConfigurationDeployment : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_FusionConfigurationDeployment { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_FusionConfigurationDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - this.__typename = __typename; - Message = message; Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_FusionConfigurationDeployment? other) { if (ReferenceEquals(null, other)) { @@ -117197,7 +117283,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117217,7 +117303,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_FusionConfigurationDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -117225,8 +117311,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); foreach (var Errors_elm in Errors) { hash ^= 397 * Errors_elm.GetHashCode(); @@ -117239,16 +117323,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_McpFeatureCollectionDeployment : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_McpFeatureCollectionDeployment { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_McpFeatureCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - Collections = collections; + Errors = errors; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_McpFeatureCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -117265,7 +117349,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117285,7 +117369,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_McpFeatureCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -117293,9 +117377,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -117305,16 +117389,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_OpenApiCollectionDeployment : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_OpenApiCollectionDeployment { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_OpenApiCollectionDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - Collections = collections; + Errors = errors; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_OpenApiCollectionDeployment? other) { if (ReferenceEquals(null, other)) { @@ -117331,7 +117415,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117351,7 +117435,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_OpenApiCollectionDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -117359,9 +117443,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -117371,16 +117455,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_SchemaDeployment : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_SchemaDeployment { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_SchemaDeployment(global::System.Collections.Generic.IReadOnlyList errors) { - Collections = collections; + Errors = errors; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_SchemaDeployment? other) { if (ReferenceEquals(null, other)) { @@ -117397,7 +117481,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117417,7 +117501,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_SchemaDeployment)obj); } public override global::System.Int32 GetHashCode() @@ -117425,9 +117509,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -117437,16 +117521,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors_GraphQLSchemaError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) { - Collections = collections; + Message = message; + Code = code; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + public global::System.String Message { get; } + public global::System.String? Code { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors_GraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -117463,7 +117549,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117483,7 +117569,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors_GraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -117491,9 +117577,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * Message.GetHashCode(); + if (Code != null) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Code.GetHashCode(); } return hash; @@ -117503,20 +117590,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollectionValidationCollection { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_2(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) { - Message = message; - Client = client; - Queries = queries; + McpFeatureCollection = mcpFeatureCollection; + Entities = entities; } - public global::System.String Message { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? Client { get; } - public global::System.Collections.Generic.IReadOnlyList Queries { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -117533,7 +117618,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); + return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117553,7 +117638,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -117561,15 +117646,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Client != null) + if (McpFeatureCollection != null) { - hash ^= 397 * Client.GetHashCode(); + hash ^= 397 * McpFeatureCollection.GetHashCode(); } - foreach (var Queries_elm in Queries) + foreach (var Entities_elm in Entities) { - hash ^= 397 * Queries_elm.GetHashCode(); + hash ^= 397 * Entities_elm.GetHashCode(); } return hash; @@ -117579,18 +117663,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollectionValidationCollection { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError_1(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) { - Message = message; - Changes = changes; + OpenApiCollection = openApiCollection; + Entities = entities; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollectionValidationCollection? other) { if (ReferenceEquals(null, other)) { @@ -117607,7 +117691,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117627,7 +117711,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollectionValidationCollection)obj); } public override global::System.Int32 GetHashCode() @@ -117635,10 +117719,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - foreach (var Changes_elm in Changes) + if (OpenApiCollection != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * OpenApiCollection.GetHashCode(); + } + + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); } return hash; @@ -117648,21 +117736,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OperationsAreNotAllowedError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client_Client : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client_Client { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client_Client(global::System.String id, global::System.String name) { - this.__typename = __typename; - Message = message; + Id = id; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OperationsAreNotAllowedError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client_Client? other) { if (ReferenceEquals(null, other)) { @@ -117679,7 +117764,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117699,7 +117784,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OperationsAreNotAllowedError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client_Client)obj); } public override global::System.Int32 GetHashCode() @@ -117707,8 +117792,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -117716,27 +117801,22 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaVersionSyntaxError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_PersistedQueryValidationFailed { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) { - this.__typename = __typename; + DeployedTags = deployedTags; Message = message; - Column = column; - Position = position; - Line = line; + Hash = hash; + Errors = errors; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } public global::System.String Message { get; } - public global::System.Int32 Column { get; } - public global::System.Int32 Position { get; } - public global::System.Int32 Line { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaVersionSyntaxError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_PersistedQueryValidationFailed? other) { if (ReferenceEquals(null, other)) { @@ -117753,7 +117833,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117773,7 +117853,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaVersionSyntaxError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_PersistedQueryValidationFailed)obj); } public override global::System.Int32 GetHashCode() @@ -117781,11 +117861,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); + foreach (var DeployedTags_elm in DeployedTags) + { + hash ^= 397 * DeployedTags_elm.GetHashCode(); + } + hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Position.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + hash ^= 397 * Hash.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -117793,23 +117880,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_DirectiveModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError_1(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; - Message = message; - Errors = errors; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_DirectiveModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -117826,7 +117915,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117846,7 +117935,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_DirectiveModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -117855,10 +117944,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); - foreach (var Errors_elm in Errors) + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -117868,16 +117958,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_EnumModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Collections = collections; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_EnumModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -117894,7 +117993,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117914,7 +118013,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_EnumModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -117922,9 +118021,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -117934,16 +118036,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InputObjectModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Collections = collections; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.Collections.Generic.IReadOnlyList Collections { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InputObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -117960,7 +118071,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -117980,7 +118091,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InputObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -117988,9 +118099,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Collections_elm in Collections) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Collections_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -118000,18 +118114,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection_McpFeatureCollection + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InterfaceModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Id = id; - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.String Id { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InterfaceModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -118028,7 +118149,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -118048,7 +118169,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InterfaceModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -118056,8 +118177,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -118065,18 +118192,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ObjectModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Errors = errors; - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -118093,7 +118227,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -118113,7 +118247,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -118121,12 +118255,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -118134,18 +118270,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationTool + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ScalarModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Errors = errors; - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ScalarModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -118162,7 +118305,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -118182,7 +118325,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ScalarModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -118190,12 +118333,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Errors_elm in Errors) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * Errors_elm.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } - hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -118203,18 +118348,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection_OpenApiCollection + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberAddedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Id = id; - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::System.String Id { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection_OpenApiCollection? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -118231,7 +118381,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -118251,7 +118401,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -118259,8 +118409,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -118268,20 +118419,21 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) { - Errors = errors; - HttpMethod = httpMethod; - Route = route; + this.__typename = __typename; + Severity = severity; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -118298,7 +118450,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -118318,7 +118470,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -118326,13 +118478,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * HttpMethod.GetHashCode(); - hash ^= 397 * Route.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); return hash; } } @@ -118340,18 +118487,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationModel + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberRemovedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Errors = errors; - Name = name; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -118368,7 +118520,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -118388,7 +118540,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -118396,12 +118548,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } - - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -118409,22 +118558,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_PersistedQueryError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_UnionModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Message = message; - Code = code; - Path = path; - Locations = locations; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_PersistedQueryError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_UnionModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -118441,7 +118593,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -118461,7 +118613,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_PersistedQueryError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_UnionModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -118469,23 +118621,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -118495,9 +118636,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentAdded { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { this.__typename = __typename; Severity = severity; @@ -118515,7 +118656,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String Name { get; } public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -118552,7 +118693,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -118572,9 +118713,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentChanged { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; @@ -118592,7 +118733,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String Name { get; } public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -118629,7 +118770,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -118653,9 +118794,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { this.__typename = __typename; Severity = severity; @@ -118673,7 +118814,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String Name { get; } public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -118710,7 +118851,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -118730,9 +118871,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -118748,7 +118889,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -118785,7 +118926,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -118812,9 +118953,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationAdded { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { this.__typename = __typename; Severity = severity; @@ -118828,7 +118969,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationAdded? other) { if (ReferenceEquals(null, other)) { @@ -118865,7 +119006,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -118883,9 +119024,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { this.__typename = __typename; Severity = severity; @@ -118899,7 +119040,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -118936,7 +119077,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -118954,9 +119095,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -118972,7 +119113,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -119009,7 +119150,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -119036,9 +119177,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueAdded { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { this.__typename = __typename; Severity = severity; @@ -119052,7 +119193,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueAdded? other) { if (ReferenceEquals(null, other)) { @@ -119089,7 +119230,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueAdded)obj); } public override global::System.Int32 GetHashCode() @@ -119107,9 +119248,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueChanged { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; @@ -119125,7 +119266,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String Coordinate { get; } public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueChanged? other) { if (ReferenceEquals(null, other)) { @@ -119162,7 +119303,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueChanged)obj); } public override global::System.Int32 GetHashCode() @@ -119185,9 +119326,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { this.__typename = __typename; Severity = severity; @@ -119201,7 +119342,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueRemoved? other) { if (ReferenceEquals(null, other)) { @@ -119238,7 +119379,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -119256,9 +119397,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_2 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -119274,7 +119415,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -119311,7 +119452,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -119338,9 +119479,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; @@ -119358,7 +119499,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String TypeName { get; } public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -119395,7 +119536,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -119415,9 +119556,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; @@ -119435,7 +119576,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String TypeName { get; } public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -119472,7 +119613,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -119492,9 +119633,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InputFieldChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InputFieldChanged { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; @@ -119512,7 +119653,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String FieldName { get; } public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InputFieldChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -119549,7 +119690,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InputFieldChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -119573,9 +119714,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_3 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_3 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -119591,7 +119732,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -119628,7 +119769,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_3)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -119655,9 +119796,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; @@ -119675,7 +119816,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String TypeName { get; } public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -119712,7 +119853,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -119732,9 +119873,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; @@ -119752,7 +119893,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String TypeName { get; } public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -119789,7 +119930,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -119809,9 +119950,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; Severity = severity; @@ -119825,7 +119966,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded? other) { if (ReferenceEquals(null, other)) { @@ -119862,7 +120003,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -119880,9 +120021,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; Severity = severity; @@ -119896,7 +120037,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -119933,7 +120074,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -119951,9 +120092,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; @@ -119971,7 +120112,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String FieldName { get; } public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -120008,7 +120149,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -120032,9 +120173,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeAdded { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; @@ -120048,7 +120189,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeAdded? other) { if (ReferenceEquals(null, other)) { @@ -120085,7 +120226,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeAdded)obj); } public override global::System.Int32 GetHashCode() @@ -120103,9 +120244,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; @@ -120119,7 +120260,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeRemoved? other) { if (ReferenceEquals(null, other)) { @@ -120156,7 +120297,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -120174,9 +120315,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_4 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_4 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -120192,7 +120333,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_4? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_4? other) { if (ReferenceEquals(null, other)) { @@ -120229,7 +120370,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_4)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_4)obj); } public override global::System.Int32 GetHashCode() @@ -120256,9 +120397,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_2 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; @@ -120276,7 +120417,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String TypeName { get; } public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -120313,7 +120454,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -120333,9 +120474,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_2 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; @@ -120353,7 +120494,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String TypeName { get; } public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -120390,7 +120531,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -120410,9 +120551,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; Severity = severity; @@ -120426,7 +120567,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded_1? other) { if (ReferenceEquals(null, other)) { @@ -120463,7 +120604,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded_1)obj); } public override global::System.Int32 GetHashCode() @@ -120481,9 +120622,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; Severity = severity; @@ -120497,7 +120638,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved_1? other) { if (ReferenceEquals(null, other)) { @@ -120534,7 +120675,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved_1)obj); } public override global::System.Int32 GetHashCode() @@ -120552,9 +120693,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; @@ -120572,7 +120713,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String FieldName { get; } public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -120609,7 +120750,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -120633,9 +120774,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_5 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_5 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -120651,7 +120792,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_5? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_5? other) { if (ReferenceEquals(null, other)) { @@ -120688,7 +120829,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_5)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_5)obj); } public override global::System.Int32 GetHashCode() @@ -120715,9 +120856,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_6 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_6 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -120733,7 +120874,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_6? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_6? other) { if (ReferenceEquals(null, other)) { @@ -120770,7 +120911,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_6)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_6)obj); } public override global::System.Int32 GetHashCode() @@ -120797,9 +120938,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberAdded { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; @@ -120813,7 +120954,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberAdded? other) { if (ReferenceEquals(null, other)) { @@ -120850,7 +120991,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberAdded)obj); } public override global::System.Int32 GetHashCode() @@ -120868,9 +121009,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; @@ -120884,7 +121025,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberRemoved? other) { if (ReferenceEquals(null, other)) { @@ -120921,7 +121062,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -120939,23 +121080,20 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - this.__typename = __typename; - Severity = severity; - DeprecationReason = deprecationReason; + Message = message; + Client = client; + Queries = queries; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError? other) { if (ReferenceEquals(null, other)) { @@ -120972,7 +121110,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -120992,7 +121130,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -121000,11 +121138,15 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) + hash ^= 397 * Message.GetHashCode(); + if (Client != null) { - hash ^= 397 * DeprecationReason.GetHashCode(); + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); } return hash; @@ -121014,25 +121156,20 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_1(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - this.__typename = __typename; - Severity = severity; - Old = old; - New = @new; + Message = message; + Client = client; + Queries = queries; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -121049,7 +121186,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121069,7 +121206,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -121077,16 +121214,15 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) + hash ^= 397 * Message.GetHashCode(); + if (Client != null) { - hash ^= 397 * Old.GetHashCode(); + hash ^= 397 * Client.GetHashCode(); } - if (New != null) + foreach (var Queries_elm in Queries) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Queries_elm.GetHashCode(); } return hash; @@ -121096,25 +121232,92 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) + { + Message = message; + Changes = changes; + } + + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Message.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError + { + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { this.__typename = __typename; - Severity = severity; - OldType = oldType; - NewType = newType; + Message = message; + Errors = errors; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError? other) { if (ReferenceEquals(null, other)) { @@ -121131,7 +121334,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121151,7 +121354,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError)obj); } public override global::System.Int32 GetHashCode() @@ -121160,9 +121363,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + return hash; } } @@ -121170,18 +121376,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - Severity = severity; - DeprecationReason = deprecationReason; + Collections = collections; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -121198,7 +121402,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121218,7 +121422,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -121226,10 +121430,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) + foreach (var Collections_elm in Collections) { - hash ^= 397 * DeprecationReason.GetHashCode(); + hash ^= 397 * Collections_elm.GetHashCode(); } return hash; @@ -121239,25 +121442,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError(global::System.Collections.Generic.IReadOnlyList collections) { - Severity = severity; - Old = old; - New = @new; - this.__typename = __typename; + Collections = collections; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError? other) { if (ReferenceEquals(null, other)) { @@ -121274,7 +121468,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121294,7 +121488,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError)obj); } public override global::System.Int32 GetHashCode() @@ -121302,18 +121496,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + foreach (var Collections_elm in Collections) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Collections_elm.GetHashCode(); } - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -121321,18 +121508,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) { - Severity = severity; - DeprecationReason = deprecationReason; + Collections = collections; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -121349,7 +121534,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121369,7 +121554,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -121377,10 +121562,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) + foreach (var Collections_elm in Collections) { - hash ^= 397 * DeprecationReason.GetHashCode(); + hash ^= 397 * Collections_elm.GetHashCode(); } return hash; @@ -121390,25 +121574,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_1(global::System.Collections.Generic.IReadOnlyList collections) { - Severity = severity; - Old = old; - New = @new; - this.__typename = __typename; + Collections = collections; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_1? other) { if (ReferenceEquals(null, other)) { @@ -121425,7 +121600,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121445,7 +121620,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -121453,18 +121628,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + foreach (var Collections_elm in Collections) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Collections_elm.GetHashCode(); } - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -121472,25 +121640,20 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_2 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_2(global::System.String message, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? client, global::System.Collections.Generic.IReadOnlyList queries) { - Severity = severity; - OldType = oldType; - NewType = newType; - this.__typename = __typename; + Message = message; + Client = client; + Queries = queries; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? Client { get; } + public global::System.Collections.Generic.IReadOnlyList Queries { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -121507,7 +121670,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); + return (Message.Equals(other.Message)) && ((Client is null && other.Client is null) || Client != null && Client.Equals(other.Client)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Queries, other.Queries); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121527,7 +121690,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -121535,10 +121698,17 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + if (Client != null) + { + hash ^= 397 * Client.GetHashCode(); + } + + foreach (var Queries_elm in Queries) + { + hash ^= 397 * Queries_elm.GetHashCode(); + } + return hash; } } @@ -121546,27 +121716,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentAdded(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError_1(global::System.String message, global::System.Collections.Generic.IReadOnlyList changes) { - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; - this.__typename = __typename; + Message = message; + Changes = changes; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError_1? other) { if (ReferenceEquals(null, other)) { @@ -121583,7 +121744,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + return (Message.Equals(other.Message)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121603,7 +121764,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError_1)obj); } public override global::System.Int32 GetHashCode() @@ -121611,11 +121772,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -121623,27 +121785,21 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OperationsAreNotAllowedError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OperationsAreNotAllowedError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentChanged(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OperationsAreNotAllowedError(global::System.String __typename, global::System.String message) { - Severity = severity; - Coordinate = coordinate; - Name = name; this.__typename = __typename; - Changes = changes; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OperationsAreNotAllowedError? other) { if (ReferenceEquals(null, other)) { @@ -121660,7 +121816,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121680,7 +121836,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OperationsAreNotAllowedError)obj); } public override global::System.Int32 GetHashCode() @@ -121688,15 +121844,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -121704,27 +121853,27 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaVersionSyntaxError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaVersionSyntaxError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentRemoved(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaVersionSyntaxError(global::System.String __typename, global::System.String message, global::System.Int32 column, global::System.Int32 position, global::System.Int32 line) { - Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; this.__typename = __typename; + Message = message; + Column = column; + Position = position; + Line = line; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Int32 Column { get; } + public global::System.Int32 Position { get; } + public global::System.Int32 Line { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaVersionSyntaxError? other) { if (ReferenceEquals(null, other)) { @@ -121741,7 +121890,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::System.Object.Equals(Column, other.Column) && global::System.Object.Equals(Position, other.Position) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121761,7 +121910,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaVersionSyntaxError)obj); } public override global::System.Int32 GetHashCode() @@ -121769,11 +121918,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Position.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -121781,18 +121930,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_3 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_3 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError_1(global::System.String __typename, global::System.String message, global::System.Collections.Generic.IReadOnlyList errors) { - Severity = severity; - DeprecationReason = deprecationReason; + this.__typename = __typename; + Message = message; + Errors = errors; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_3? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError_1? other) { if (ReferenceEquals(null, other)) { @@ -121809,7 +121963,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121829,7 +121983,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_3)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError_1)obj); } public override global::System.Int32 GetHashCode() @@ -121837,10 +121991,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + foreach (var Errors_elm in Errors) { - hash ^= 397 * DeprecationReason.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } return hash; @@ -121850,25 +122005,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_3 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_2 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) { - Severity = severity; - Old = old; - New = @new; - this.__typename = __typename; + Collections = collections; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -121885,7 +122031,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121905,7 +122051,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_3)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -121913,18 +122059,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + foreach (var Collections_elm in Collections) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Collections_elm.GetHashCode(); } - hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -121932,25 +122071,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_2 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_2(global::System.Collections.Generic.IReadOnlyList collections) { - Severity = severity; - OldType = oldType; - NewType = newType; - this.__typename = __typename; + Collections = collections; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Collections { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_2? other) { if (ReferenceEquals(null, other)) { @@ -121967,7 +122097,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Collections, other.Collections)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -121987,7 +122117,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_2)obj); } public override global::System.Int32 GetHashCode() @@ -121995,10 +122125,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); - hash ^= 397 * __typename.GetHashCode(); + foreach (var Collections_elm in Collections) + { + hash ^= 397 * Collections_elm.GetHashCode(); + } + return hash; } } @@ -122006,9 +122137,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client_Client : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client_Client + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection_McpFeatureCollection : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection_McpFeatureCollection { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client_Client(global::System.String id, global::System.String name) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection_McpFeatureCollection(global::System.String id, global::System.String name) { Id = id; Name = name; @@ -122017,7 +122148,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String Id { get; } public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client_Client? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -122054,7 +122185,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client_Client)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -122071,22 +122202,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries_PersistedQueryValidationFailed + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - DeployedTags = deployedTags; - Message = message; - Hash = hash; Errors = errors; + Name = name; } - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries_PersistedQueryValidationFailed? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt? other) { if (ReferenceEquals(null, other)) { @@ -122103,7 +122230,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -122123,7 +122250,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries_PersistedQueryValidationFailed)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt)obj); } public override global::System.Int32 GetHashCode() @@ -122131,18 +122258,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - foreach (var DeployedTags_elm in DeployedTags) - { - hash ^= 397 * DeployedTags_elm.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - hash ^= 397 * Hash.GetHashCode(); foreach (var Errors_elm in Errors) { hash ^= 397 * Errors_elm.GetHashCode(); } + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -122150,25 +122271,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_DirectiveModifiedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationTool : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationTool { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationTool(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Errors = errors; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_DirectiveModifiedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationTool? other) { if (ReferenceEquals(null, other)) { @@ -122185,7 +122299,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -122205,7 +122319,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_DirectiveModifiedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationTool)obj); } public override global::System.Int32 GetHashCode() @@ -122213,14 +122327,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -122228,25 +122340,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_EnumModifiedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection_OpenApiCollection : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection_OpenApiCollection { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection_OpenApiCollection(global::System.String id, global::System.String name) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Id = id; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Id { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_EnumModifiedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -122263,7 +122368,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -122283,7 +122388,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_EnumModifiedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -122291,14 +122396,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -122306,25 +122405,20 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InputObjectModifiedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(global::System.Collections.Generic.IReadOnlyList errors, global::System.String httpMethod, global::System.String route) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Errors = errors; + HttpMethod = httpMethod; + Route = route; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InputObjectModifiedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint? other) { if (ReferenceEquals(null, other)) { @@ -122341,7 +122435,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && HttpMethod.Equals(other.HttpMethod) && Route.Equals(other.Route); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -122361,7 +122455,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InputObjectModifiedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint)obj); } public override global::System.Int32 GetHashCode() @@ -122369,14 +122463,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } + hash ^= 397 * HttpMethod.GetHashCode(); + hash ^= 397 * Route.GetHashCode(); return hash; } } @@ -122384,25 +122477,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InterfaceModifiedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationModel : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationModel { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationModel(global::System.Collections.Generic.IReadOnlyList errors, global::System.String name) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Errors = errors; + Name = name; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + public global::System.String Name { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InterfaceModifiedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationModel? other) { if (ReferenceEquals(null, other)) { @@ -122419,7 +122505,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -122439,7 +122525,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InterfaceModifiedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationModel)obj); } public override global::System.Int32 GetHashCode() @@ -122447,14 +122533,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + foreach (var Errors_elm in Errors) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Errors_elm.GetHashCode(); } + hash ^= 397 * Name.GetHashCode(); return hash; } } @@ -122462,25 +122546,22 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ObjectModifiedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_PersistedQueryError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_PersistedQueryError { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_PersistedQueryError(global::System.String message, global::System.String? code, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) { - this.__typename = __typename; - Severity = severity; - Coordinate = coordinate; - Changes = changes; + Message = message; + Code = code; + Path = path; + Locations = locations; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ObjectModifiedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_PersistedQueryError? other) { if (ReferenceEquals(null, other)) { @@ -122497,7 +122578,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -122517,7 +122598,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ObjectModifiedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_PersistedQueryError)obj); } public override global::System.Int32 GetHashCode() @@ -122525,12 +122606,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) + hash ^= 397 * Message.GetHashCode(); + if (Code != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * Code.GetHashCode(); + } + + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } + + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } } return hash; @@ -122540,14 +122632,15 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ScalarModifiedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentAdded { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - Changes = changes; + Name = name; + TypeName = typeName; } /// @@ -122556,9 +122649,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ScalarModifiedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentAdded? other) { if (ReferenceEquals(null, other)) { @@ -122575,7 +122669,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -122595,7 +122689,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ScalarModifiedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentAdded)obj); } public override global::System.Int32 GetHashCode() @@ -122606,11 +122700,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -122618,13 +122709,15 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberAddedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentChanged { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; + Name = name; + Changes = changes; } /// @@ -122633,8 +122726,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberAddedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -122651,7 +122746,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -122671,7 +122766,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberAddedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -122682,6 +122777,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -122689,12 +122790,15 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberModifiedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) { this.__typename = __typename; Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; } /// @@ -122702,8 +122806,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberModifiedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -122720,7 +122827,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -122740,7 +122847,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberModifiedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -122750,6 +122857,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -122757,13 +122867,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberRemovedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; + Old = old; + New = @new; } /// @@ -122771,9 +122882,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberRemovedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -122790,7 +122902,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -122810,7 +122922,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberRemovedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -122820,7 +122932,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -122828,14 +122949,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_UnionModifiedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationAdded { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - Changes = changes; + Location = location; } /// @@ -122843,10 +122963,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_UnionModifiedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationAdded? other) { if (ReferenceEquals(null, other)) { @@ -122863,7 +122982,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -122883,7 +123002,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_UnionModifiedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -122893,12 +123012,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -122906,18 +123020,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors_GraphQLSchemaError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) { - Message = message; - Code = code; + this.__typename = __typename; + Severity = severity; + Location = location; } - public global::System.String Message { get; } - public global::System.String? Code { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors_GraphQLSchemaError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -122934,7 +123053,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -122954,7 +123073,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors_GraphQLSchemaError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -122962,12 +123081,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); return hash; } } @@ -122975,18 +123091,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_OpenApiCollectionValidationCollection + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - OpenApiCollection = openApiCollection; - Entities = entities; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_OpenApiCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -123003,7 +123126,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -123023,7 +123146,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_OpenApiCollectionValidationCollection)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -123031,14 +123154,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - if (OpenApiCollection != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * OpenApiCollection.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); } - foreach (var Entities_elm in Entities) + if (New != null) { - hash ^= 397 * Entities_elm.GetHashCode(); + hash ^= 397 * New.GetHashCode(); } return hash; @@ -123048,18 +123173,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueAdded { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - McpFeatureCollection = mcpFeatureCollection; - Entities = entities; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueAdded? other) { if (ReferenceEquals(null, other)) { @@ -123076,7 +123206,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -123096,7 +123226,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueAdded)obj); } public override global::System.Int32 GetHashCode() @@ -123104,16 +123234,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - if (McpFeatureCollection != null) - { - hash ^= 397 * McpFeatureCollection.GetHashCode(); - } - - foreach (var Entities_elm in Entities) - { - hash ^= 397 * Entities_elm.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -123121,22 +123244,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueChanged { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Code = code; - Message = message; - Path = path; - Locations = locations; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueChanged? other) { if (ReferenceEquals(null, other)) { @@ -123153,7 +123279,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -123173,7 +123299,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueChanged)obj); } public override global::System.Int32 GetHashCode() @@ -123181,23 +123307,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - if (Path != null) - { - hash ^= 397 * Path.GetHashCode(); - } - - if (Locations != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -123207,16 +123322,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Message = message; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueRemoved? other) { if (ReferenceEquals(null, other)) { @@ -123233,7 +123355,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -123253,7 +123375,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -123261,7 +123383,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -123269,22 +123393,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_2 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Code = code; - Message = message; - Path = path; - Locations = locations; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::System.String? Code { get; } - public global::System.String Message { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -123301,7 +123428,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -123321,7 +123448,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -123329,23 +123456,16 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - if (Code != null) - { - hash ^= 397 * Code.GetHashCode(); - } - - hash ^= 397 * Message.GetHashCode(); - if (Path != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Path.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); } - if (Locations != null) + if (New != null) { - foreach (var Locations_elm in Locations) - { - hash ^= 397 * Locations_elm.GetHashCode(); - } + hash ^= 397 * New.GetHashCode(); } return hash; @@ -123355,16 +123475,27 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - Message = message; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::System.String Message { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -123381,7 +123512,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (Message.Equals(other.Message)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -123401,7 +123532,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -123409,7 +123540,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -123417,18 +123552,27 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - Column = column; - Line = line; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -123445,7 +123589,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -123465,7 +123609,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -123473,8 +123617,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -123482,13 +123629,15 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DeprecatedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InputFieldChanged { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - DeprecationReason = deprecationReason; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } /// @@ -123496,9 +123645,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? DeprecationReason { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DeprecatedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -123515,7 +123666,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -123535,7 +123686,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DeprecatedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -123545,9 +123696,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (DeprecationReason != null) + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * DeprecationReason.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -123557,9 +123710,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DescriptionChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_3 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -123575,7 +123728,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -123612,7 +123765,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DescriptionChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -123639,14 +123792,15 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_TypeChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; - OldType = oldType; - NewType = newType; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } /// @@ -123654,10 +123808,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String OldType { get; } - public global::System.String NewType { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_TypeChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -123674,7 +123829,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -123694,7 +123849,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_TypeChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -123704,8 +123859,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * OldType.GetHashCode(); - hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -123713,15 +123869,15 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - Name = name; TypeName = typeName; + FieldName = fieldName; } /// @@ -123730,10 +123886,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.String Name { get; } public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -123750,7 +123906,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -123770,7 +123926,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -123781,8 +123937,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -123790,15 +123946,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - Name = name; - Changes = changes; + InterfaceName = interfaceName; } /// @@ -123806,11 +123960,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded? other) { if (ReferenceEquals(null, other)) { @@ -123827,7 +123979,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -123847,7 +123999,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -123857,13 +124009,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } - + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -123871,15 +124017,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - Name = name; - TypeName = typeName; + InterfaceName = interfaceName; } /// @@ -123887,11 +124031,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String Name { get; } - public global::System.String TypeName { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -123908,7 +124050,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -123928,7 +124070,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -123938,9 +124080,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -123948,14 +124088,15 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - Old = old; - New = @new; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } /// @@ -123963,10 +124104,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -123983,7 +124125,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -124003,7 +124145,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -124013,14 +124155,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -124030,13 +124169,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeAdded { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; - Location = location; + TypeName = typeName; } /// @@ -124044,9 +124183,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeAdded? other) { if (ReferenceEquals(null, other)) { @@ -124063,7 +124202,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -124083,7 +124222,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeAdded)obj); } public override global::System.Int32 GetHashCode() @@ -124093,7 +124232,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -124101,13 +124240,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; - Location = location; + TypeName = typeName; } /// @@ -124115,9 +124254,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeRemoved? other) { if (ReferenceEquals(null, other)) { @@ -124134,7 +124273,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -124154,7 +124293,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -124164,7 +124303,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Location.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -124172,9 +124311,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_4 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -124190,7 +124329,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_4? other) { if (ReferenceEquals(null, other)) { @@ -124227,7 +124366,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_4)obj); } public override global::System.Int32 GetHashCode() @@ -124254,13 +124393,15 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_2 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } /// @@ -124269,8 +124410,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -124287,7 +124430,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -124307,7 +124450,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -124318,6 +124461,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -124325,14 +124470,15 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_2 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - Changes = changes; + TypeName = typeName; + FieldName = fieldName; } /// @@ -124341,9 +124487,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -124360,7 +124507,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -124380,7 +124527,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -124391,11 +124538,79 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - foreach (var Changes_elm in Changes) - { - hash ^= 397 * Changes_elm.GetHashCode(); - } + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded_1 + { + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; + } + + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -124403,13 +124618,86 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; + } + + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged_1 + { + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } /// @@ -124418,8 +124706,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -124436,7 +124726,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -124456,7 +124746,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -124467,6 +124757,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -124474,9 +124770,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_5 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -124492,7 +124788,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_5? other) { if (ReferenceEquals(null, other)) { @@ -124529,7 +124825,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_5)obj); } public override global::System.Int32 GetHashCode() @@ -124556,15 +124852,95 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_6 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; + } + + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_6? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_6)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberAdded + { + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; TypeName = typeName; - FieldName = fieldName; } /// @@ -124572,11 +124948,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberAdded? other) { if (ReferenceEquals(null, other)) { @@ -124593,7 +124967,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -124613,7 +124987,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberAdded)obj); } public override global::System.Int32 GetHashCode() @@ -124623,9 +124997,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -124633,15 +125005,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; TypeName = typeName; - FieldName = fieldName; } /// @@ -124649,11 +125019,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberRemoved? other) { if (ReferenceEquals(null, other)) { @@ -124670,7 +125038,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -124690,7 +125058,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -124700,9 +125068,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -124710,15 +125076,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InputFieldChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + DeprecationReason = deprecationReason; } /// @@ -124726,11 +125090,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InputFieldChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange? other) { if (ReferenceEquals(null, other)) { @@ -124747,7 +125109,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -124767,7 +125129,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InputFieldChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange)obj); } public override global::System.Int32 GetHashCode() @@ -124777,11 +125139,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); - foreach (var Changes_elm in Changes) + if (DeprecationReason != null) { - hash ^= 397 * Changes_elm.GetHashCode(); + hash ^= 397 * DeprecationReason.GetHashCode(); } return hash; @@ -124791,9 +125151,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_3 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { this.__typename = __typename; Severity = severity; @@ -124809,7 +125169,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String? Old { get; } public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_3? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged? other) { if (ReferenceEquals(null, other)) { @@ -124846,7 +125206,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_3)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged)obj); } public override global::System.Int32 GetHashCode() @@ -124873,15 +125233,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) { this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + OldType = oldType; + NewType = newType; } /// @@ -124889,11 +125248,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged? other) { if (ReferenceEquals(null, other)) { @@ -124910,7 +125268,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -124930,7 +125288,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged)obj); } public override global::System.Int32 GetHashCode() @@ -124940,9 +125298,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); return hash; } } @@ -124950,27 +125307,94 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + DeprecationReason = deprecationReason; + } + + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_1? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_1)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_1 + { + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) + { + Severity = severity; + Old = old; + New = @new; + this.__typename = __typename; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -124987,7 +125411,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125007,7 +125431,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -125015,11 +125439,87 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + hash ^= 397 * __typename.GetHashCode(); + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_2 + { + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + { + Severity = severity; + DeprecationReason = deprecationReason; + } + + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_2? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_2)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -125027,23 +125527,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_2 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { - this.__typename = __typename; Severity = severity; - InterfaceName = interfaceName; + Old = old; + New = @new; + this.__typename = __typename; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -125060,7 +125562,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125080,7 +125582,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -125088,9 +125590,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -125098,23 +125609,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_1 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_1(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) { - this.__typename = __typename; Severity = severity; - InterfaceName = interfaceName; + OldType = oldType; + NewType = newType; + this.__typename = __typename; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -125131,7 +125644,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125151,7 +125664,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -125159,9 +125672,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -125169,27 +125683,104 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentAdded { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentAdded(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) { - this.__typename = __typename; Severity = severity; Coordinate = coordinate; - FieldName = fieldName; - Changes = changes; + Name = name; + TypeName = typeName; + this.__typename = __typename; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentAdded? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentAdded)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentChanged + { + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentChanged(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String __typename, global::System.Collections.Generic.IReadOnlyList changes) + { + Severity = severity; + Coordinate = coordinate; + Name = name; + this.__typename = __typename; + Changes = changes; + } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentChanged? other) { if (ReferenceEquals(null, other)) { @@ -125206,7 +125797,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && __typename.Equals(other.__typename) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125226,7 +125817,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentChanged)obj); } public override global::System.Int32 GetHashCode() @@ -125234,10 +125825,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); foreach (var Changes_elm in Changes) { hash ^= 397 * Changes_elm.GetHashCode(); @@ -125250,23 +125841,27 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentRemoved { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentRemoved(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName, global::System.String __typename) { - this.__typename = __typename; Severity = severity; + Coordinate = coordinate; + Name = name; TypeName = typeName; + this.__typename = __typename; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentRemoved? other) { if (ReferenceEquals(null, other)) { @@ -125283,7 +125878,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (Severity.Equals(other.Severity)) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125303,7 +125898,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -125311,9 +125906,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -125321,23 +125918,18 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_3 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_3 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) { - this.__typename = __typename; Severity = severity; - TypeName = typeName; + DeprecationReason = deprecationReason; } - /// - /// The name of the current Object type at runtime. - /// - public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.String? DeprecationReason { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_3? other) { if (ReferenceEquals(null, other)) { @@ -125354,7 +125946,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (Severity.Equals(other.Severity)) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125374,7 +125966,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_3)obj); } public override global::System.Int32 GetHashCode() @@ -125382,9 +125974,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } + return hash; } } @@ -125392,25 +125987,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_4 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_3 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_3(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new, global::System.String __typename) { - this.__typename = __typename; Severity = severity; Old = old; New = @new; + this.__typename = __typename; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_4? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -125427,7 +126022,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (Severity.Equals(other.Severity)) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125447,7 +126042,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_4)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -125455,7 +126050,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); if (Old != null) { @@ -125467,6 +126061,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin hash ^= 397 * New.GetHashCode(); } + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -125474,27 +126069,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_2 { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_2(global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType, global::System.String __typename) { - this.__typename = __typename; Severity = severity; - Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + OldType = oldType; + NewType = newType; + this.__typename = __typename; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -125511,7 +126104,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (Severity.Equals(other.Severity)) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType) && __typename.Equals(other.__typename); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125531,7 +126124,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -125539,11 +126132,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); return hash; } } @@ -125551,15 +126143,158 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client_Client : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client_Client { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client_Client(global::System.String id, global::System.String name) + { + Id = id; + Name = name; + } + + public global::System.String Id { get; } + public global::System.String Name { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client_Client? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (Id.Equals(other.Id)) && Name.Equals(other.Name); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client_Client)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries_PersistedQueryValidationFailed : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries_PersistedQueryValidationFailed + { + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries_PersistedQueryValidationFailed(global::System.Collections.Generic.IReadOnlyList deployedTags, global::System.String message, global::System.String hash, global::System.Collections.Generic.IReadOnlyList errors) + { + DeployedTags = deployedTags; + Message = message; + Hash = hash; + Errors = errors; + } + + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries_PersistedQueryValidationFailed? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(DeployedTags, other.DeployedTags)) && Message.Equals(other.Message) && Hash.Equals(other.Hash) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries_PersistedQueryValidationFailed)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + foreach (var DeployedTags_elm in DeployedTags) + { + hash ^= 397 * DeployedTags_elm.GetHashCode(); + } + + hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Hash.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + + return hash; + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_DirectiveModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_DirectiveModifiedChange + { + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_DirectiveModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - TypeName = typeName; - FieldName = fieldName; + Changes = changes; } /// @@ -125568,10 +126303,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.String TypeName { get; } - public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_2? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_DirectiveModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -125588,7 +126322,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125608,7 +126342,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_2)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_DirectiveModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -125619,8 +126353,11 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -125628,13 +126365,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_EnumModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_EnumModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_EnumModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - InterfaceName = interfaceName; + Coordinate = coordinate; + Changes = changes; } /// @@ -125642,9 +126380,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_EnumModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -125661,7 +126400,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125681,7 +126420,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_EnumModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -125691,7 +126430,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -125699,13 +126443,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InputObjectModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InputObjectModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InputObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - InterfaceName = interfaceName; + Coordinate = coordinate; + Changes = changes; } /// @@ -125713,9 +126458,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String InterfaceName { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InputObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -125732,7 +126478,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125752,7 +126498,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InputObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -125762,7 +126508,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * InterfaceName.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -125770,14 +126521,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InterfaceModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InterfaceModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InterfaceModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; Coordinate = coordinate; - FieldName = fieldName; Changes = changes; } @@ -125787,10 +126537,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } public global::System.String Coordinate { get; } - public global::System.String FieldName { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged_1? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InterfaceModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -125807,7 +126556,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125827,7 +126576,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged_1)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InterfaceModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -125838,7 +126587,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); hash ^= 397 * Coordinate.GetHashCode(); - hash ^= 397 * FieldName.GetHashCode(); foreach (var Changes_elm in Changes) { hash ^= 397 * Changes_elm.GetHashCode(); @@ -125851,14 +126599,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_5 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ObjectModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ObjectModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ObjectModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - Old = old; - New = @new; + Coordinate = coordinate; + Changes = changes; } /// @@ -125866,10 +126614,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_5? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ObjectModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -125886,7 +126634,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125906,7 +126654,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_5)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ObjectModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -125916,14 +126664,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -125933,14 +126677,14 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_6 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ScalarModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ScalarModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ScalarModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; Severity = severity; - Old = old; - New = @new; + Coordinate = coordinate; + Changes = changes; } /// @@ -125948,10 +126692,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String? Old { get; } - public global::System.String? New { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_6? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ScalarModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -125968,7 +126712,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -125988,7 +126732,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_6)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ScalarModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -125998,14 +126742,10 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - if (Old != null) - { - hash ^= 397 * Old.GetHashCode(); - } - - if (New != null) + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) { - hash ^= 397 * New.GetHashCode(); + hash ^= 397 * Changes_elm.GetHashCode(); } return hash; @@ -126015,13 +126755,13 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberAdded + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberAddedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberAddedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { this.__typename = __typename; Severity = severity; - TypeName = typeName; + Coordinate = coordinate; } /// @@ -126029,9 +126769,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberAdded? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -126048,7 +126788,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -126068,7 +126808,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberAdded)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -126078,7 +126818,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -126086,13 +126826,12 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity) { this.__typename = __typename; Severity = severity; - TypeName = typeName; } /// @@ -126100,9 +126839,8 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin /// public global::System.String __typename { get; } public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } - public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberRemoved? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -126119,7 +126857,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -126139,7 +126877,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberRemoved)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -126149,7 +126887,6 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin int hash = 5; hash ^= 397 * __typename.GetHashCode(); hash ^= 397 * Severity.GetHashCode(); - hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -126157,18 +126894,23 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberRemovedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - Column = column; - Line = line; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -126185,7 +126927,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -126205,7 +126947,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -126213,8 +126955,9 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -126222,18 +126965,25 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_UnionModifiedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_UnionModifiedChange { - public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_UnionModifiedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) { - Column = column; - Line = line; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; } - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_UnionModifiedChange? other) { if (ReferenceEquals(null, other)) { @@ -126250,7 +127000,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -126270,7 +127020,7 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin return false; } - return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_UnionModifiedChange)obj); } public override global::System.Int32 GetHashCode() @@ -126278,1747 +127028,1535 @@ public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishin unchecked { int hash = 5; - hash ^= 397 * Column.GetHashCode(); - hash ^= 397 * Line.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChangedResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged OnFusionConfigurationPublishingTaskChanged { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors_GraphQLSchemaError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors_GraphQLSchemaError { - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } - public global::System.String __typename { get; } - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors_GraphQLSchemaError(global::System.String message, global::System.String? code) + { + Message = message; + Code = code; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IFusionConfigurationPublishingFailed - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Failed { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public global::System.String Message { get; } + public global::System.String? Code { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingFailed : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IFusionConfigurationPublishingFailed - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors_GraphQLSchemaError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IFusionConfigurationPublishingSuccess - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Success { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingSuccess : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IFusionConfigurationPublishingSuccess - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IFusionConfigurationValidationFailed - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Failed { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + return (Message.Equals(other.Message)) && ((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationFailed : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IFusionConfigurationValidationFailed - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IFusionConfigurationValidationSuccess - { - /// - /// The name of the current Object type at runtime. - /// - public global::System.String Success { get; } - public global::System.Collections.Generic.IReadOnlyList Changes { get; } - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationSuccess : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IFusionConfigurationValidationSuccess - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_OperationInProgress : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IOperationInProgress - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors_GraphQLSchemaError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskApproved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IProcessingTaskApproved - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Message.GetHashCode(); + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsQueued : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IProcessingTaskIsQueued - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsReady : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IProcessingTaskIsReady + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_OpenApiCollectionValidationCollection { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? openApiCollection, global::System.Collections.Generic.IReadOnlyList entities) + { + OpenApiCollection = openApiCollection; + Entities = entities; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ValidationInProgress : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IValidationInProgress - { - } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_WaitForApproval : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IWaitForApproval - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_OpenApiCollectionValidationCollection? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors - { - public global::System.String Message { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ConcurrentOperationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors, IInvalidGraphQLSchemaError - { - } + return (((OpenApiCollection is null && other.OpenApiCollection is null) || OpenApiCollection != null && OpenApiCollection.Equals(other.OpenApiCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ProcessingTimeoutError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ReadyTimeoutError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1 - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_OpenApiCollectionValidationCollection)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1, IInvalidGraphQLSchemaError - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + if (OpenApiCollection != null) + { + hash ^= 397 * OpenApiCollection.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_McpFeatureCollectionValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1, IMcpFeatureCollectionValidationError - { - } + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_OpenApiCollectionValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1, IOpenApiCollectionValidationError - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1, IPersistedQueryValidationError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? mcpFeatureCollection, global::System.Collections.Generic.IReadOnlyList entities) + { + McpFeatureCollection = mcpFeatureCollection; + Entities = entities; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_SchemaVersionChangeViolationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1, ISchemaVersionChangeViolationError - { - } + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1, IUnexpectedProcessingError - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes : ISchemaChangeLogEntry - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_DirectiveModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IDirectiveModifiedChange - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_EnumModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IEnumModifiedChange - { - } + return (((McpFeatureCollection is null && other.McpFeatureCollection is null) || McpFeatureCollection != null && McpFeatureCollection.Equals(other.McpFeatureCollection))) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Entities, other.Entities); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InputObjectModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IInputObjectModifiedChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InterfaceModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IInterfaceModifiedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ObjectModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IObjectModifiedChange - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ScalarModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IScalarModifiedChange - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberAddedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, ITypeSystemMemberAddedChange - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + if (McpFeatureCollection != null) + { + hash ^= 397 * McpFeatureCollection.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, ISchemaChange - { - } + foreach (var Entities_elm in Entities) + { + hash ^= 397 * Entities_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberRemovedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, ITypeSystemMemberRemovedChange - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_UnionModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IUnionModifiedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + { + Code = code; + Message = message; + Path = path; + Locations = locations; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment - { - } + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_ClientDeployment : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_FusionConfigurationDeployment : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_McpFeatureCollectionDeployment : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_OpenApiCollectionDeployment : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_SchemaDeployment : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors - { - public global::System.String Message { get; } - public global::System.String? Code { get; } - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors_GraphQLSchemaError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollectionValidationCollection : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_1 - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } + hash ^= 397 * Message.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollectionValidationCollection : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_1 - { - } + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client - { - public global::System.String Id { get; } - public global::System.String Name { get; } + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client_Client : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(global::System.String message) + { + Message = message; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries - { - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_PersistedQueryValidationFailed : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes : ISchemaChangeLogEntry - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_DirectiveModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IDirectiveModifiedChange - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_EnumModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IEnumModifiedChange - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InputObjectModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IInputObjectModifiedChange - { - } + return (Message.Equals(other.Message)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InterfaceModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IInterfaceModifiedChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ObjectModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IObjectModifiedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ScalarModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IScalarModifiedChange - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberAddedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, ITypeSystemMemberAddedChange - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, ISchemaChange - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Message.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberRemovedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, ITypeSystemMemberRemovedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(global::System.String? code, global::System.String message, global::System.String? path, global::System.Collections.Generic.IReadOnlyList? locations) + { + Code = code; + Message = message; + Path = path; + Locations = locations; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_UnionModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IUnionModifiedChange - { - } + public global::System.String? Code { get; } + public global::System.String Message { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes - { - public global::System.String __typename { get; } - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes, IArgumentAdded - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes, IArgumentChanged - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes, IArgumentRemoved - { - } + return (((Code is null && other.Code is null) || Code != null && Code.Equals(other.Code))) && Message.Equals(other.Message) && ((Path is null && other.Path is null) || Path != null && Path.Equals(other.Path)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Locations, other.Locations); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes, IDescriptionChanged - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes, IDirectiveLocationAdded - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes, IDirectiveLocationRemoved - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_1 - { - public global::System.String __typename { get; } - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_1, IDescriptionChanged - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + if (Code != null) + { + hash ^= 397 * Code.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_1, IEnumValueAdded - { - } + hash ^= 397 * Message.GetHashCode(); + if (Path != null) + { + hash ^= 397 * Path.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_1, IEnumValueChanged - { - } + if (Locations != null) + { + foreach (var Locations_elm in Locations) + { + hash ^= 397 * Locations_elm.GetHashCode(); + } + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_1, IEnumValueRemoved - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_2 + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError { - public global::System.String __typename { get; } - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(global::System.String message) + { + Message = message; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_2, IDescriptionChanged - { - } + public global::System.String Message { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_2, IFieldAddedChange - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_2, IFieldRemovedChange - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InputFieldChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_2, IInputFieldChanged - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3 - { - public global::System.String __typename { get; } - } + return (Message.Equals(other.Message)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_3 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IDescriptionChanged - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IFieldAddedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IFieldRemovedChange - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IInterfaceImplementationAdded - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IInterfaceImplementationRemoved - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Message.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IOutputFieldChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(global::System.Int32 column, global::System.Int32 line) + { + Column = column; + Line = line; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IPossibleTypeAdded - { - } + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IPossibleTypeRemoved - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4 - { - public global::System.String __typename { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_4 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4, IDescriptionChanged - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4, IFieldAddedChange - { - } + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4, IFieldRemovedChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4, IInterfaceImplementationAdded - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4, IInterfaceImplementationRemoved - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4, IOutputFieldChanged - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_5 - { - public global::System.String __typename { get; } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_5 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_5, IDescriptionChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DeprecatedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DeprecatedChange { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DeprecatedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? deprecationReason) + { + this.__typename = __typename; + Severity = severity; + DeprecationReason = deprecationReason; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_6 - { + /// + /// The name of the current Object type at runtime. + /// public global::System.String __typename { get; } - } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? DeprecationReason { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_6 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_6, IDescriptionChanged - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DeprecatedChange? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_6, IUnionMemberAdded - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_6, IUnionMemberRemoved - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((DeprecationReason is null && other.DeprecationReason is null) || DeprecationReason != null && DeprecationReason.Equals(other.DeprecationReason)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors, IPersistedQueryValidationError - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_1 - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_1, IPersistedQueryValidationError - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_1, ISchemaChangeViolationError - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DeprecatedChange)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_1, IInvalidGraphQLSchemaError - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (DeprecationReason != null) + { + hash ^= 397 * DeprecationReason.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_1, IOpenApiCollectionValidationError - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_1, IMcpFeatureCollectionValidationError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DescriptionChanged { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_2 - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_2, IMcpFeatureCollectionValidationError - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DescriptionChanged? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_3 - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_3, IOpenApiCollectionValidationError - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4 - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, IPersistedQueryValidationError - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, ISchemaChangeViolationError - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OperationsAreNotAllowedError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, IOperationsAreNotAllowedError - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaVersionSyntaxError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, ISchemaVersionSyntaxError - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DescriptionChanged)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, IInvalidGraphQLSchemaError - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, IOpenApiCollectionValidationError - { - } + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, IMcpFeatureCollectionValidationError - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_TypeChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_TypeChanged { - public global::System.String Id { get; } - public global::System.String Name { get; } - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_TypeChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String oldType, global::System.String newType) + { + this.__typename = __typename; + Severity = severity; + OldType = oldType; + NewType = newType; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String OldType { get; } + public global::System.String NewType { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_TypeChanged? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities - { - public global::System.String Name { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities - { - public global::System.String Name { get; } - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && OldType.Equals(other.OldType) && NewType.Equals(other.NewType); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection_OpenApiCollection : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_1 - { - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_1 - { - public global::System.String HttpMethod { get; } - public global::System.String Route { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationModel : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_1 - { - public global::System.String Name { get; } - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_TypeChanged)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors - { - public global::System.String Message { get; } - public global::System.String? Code { get; } - public global::System.String? Path { get; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * OldType.GetHashCode(); + hash ^= 397 * NewType.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_PersistedQueryError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentAdded { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes - { + /// + /// The name of the current Object type at runtime. + /// public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes, IArgumentAdded - { - } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes, IArgumentChanged - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentAdded? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes, IArgumentRemoved - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes, IDescriptionChanged - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes, IDirectiveLocationAdded - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes, IDirectiveLocationRemoved - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_1 - { - public global::System.String __typename { get; } - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_1, IDescriptionChanged - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_1, IEnumValueAdded - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentAdded)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_1, IEnumValueChanged - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_1, IEnumValueRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentChanged { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.Collections.Generic.IReadOnlyList changes) + { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + Changes = changes; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_2 - { + /// + /// The name of the current Object type at runtime. + /// public global::System.String __typename { get; } - } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_2, IDescriptionChanged - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentChanged? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_2, IFieldAddedChange - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_2, IFieldRemovedChange - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InputFieldChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_2, IInputFieldChanged - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3 - { - public global::System.String __typename { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_3 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IDescriptionChanged - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IFieldAddedChange - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IFieldRemovedChange - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentChanged)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IInterfaceImplementationAdded - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IInterfaceImplementationRemoved - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IOutputFieldChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentRemoved { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String name, global::System.String typeName) + { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Name = name; + TypeName = typeName; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IPossibleTypeAdded - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String Name { get; } + public global::System.String TypeName { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IPossibleTypeRemoved - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentRemoved? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4 - { - public global::System.String __typename { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_4 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4, IDescriptionChanged - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4, IFieldAddedChange - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && Name.Equals(other.Name) && TypeName.Equals(other.TypeName); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4, IFieldRemovedChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4, IInterfaceImplementationAdded - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4, IInterfaceImplementationRemoved - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4, IOutputFieldChanged - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentRemoved)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_5 - { - public global::System.String __typename { get; } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_5 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_5, IDescriptionChanged + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_6 - { + /// + /// The name of the current Object type at runtime. + /// public global::System.String __typename { get; } - } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_6 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_6, IDescriptionChanged - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_6, IUnionMemberAdded - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_6, IUnionMemberRemoved - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes - { - public global::System.String __typename { get; } - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes, IDeprecatedChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes, IDescriptionChanged - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes, ITypeChanged - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_1 - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_1, IDeprecatedChange - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_1, IDescriptionChanged - { - } + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_2 - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_2, IDeprecatedChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationAdded { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + { + this.__typename = __typename; + Severity = severity; + Location = location; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_2, IDescriptionChanged - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_2, ITypeChanged - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationAdded? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3 - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3, IArgumentAdded - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3, IArgumentChanged - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3, IArgumentRemoved - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_3 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3, IDeprecatedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_3 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3, IDescriptionChanged - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3, ITypeChanged - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationAdded)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client - { - public global::System.String Id { get; } - public global::System.String Name { get; } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client_Client : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation location) + { + this.__typename = __typename; + Severity = severity; + Location = location; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries - { - public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } - public global::System.String Message { get; } - public global::System.String Hash { get; } - public global::System.Collections.Generic.IReadOnlyList Errors { get; } - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Location { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries_PersistedQueryValidationFailed : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes : ISchemaChangeLogEntry - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_DirectiveModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IDirectiveModifiedChange - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_EnumModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IEnumModifiedChange - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Location.Equals(other.Location); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InputObjectModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IInputObjectModifiedChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InterfaceModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IInterfaceModifiedChange - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ObjectModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IObjectModifiedChange - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ScalarModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IScalarModifiedChange - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberAddedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, ITypeSystemMemberAddedChange - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Location.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, ISchemaChange + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_1 { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, ITypeSystemMemberRemovedChange - { - } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_UnionModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IUnionModifiedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors - { - public global::System.String Message { get; } - public global::System.String? Code { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors_GraphQLSchemaError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_1 - { - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } - public global::System.Collections.Generic.IReadOnlyList Entities { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_1 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationDocumentError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationEntityValidationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_1 - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_1, IOpenApiCollectionValidationDocumentError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_1, IOpenApiCollectionValidationEntityValidationError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes - { - public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DeprecatedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes, IDeprecatedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DescriptionChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_TypeChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes, ITypeChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes - { - public global::System.String __typename { get; } - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_1? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes, IArgumentAdded - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes, IArgumentChanged - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes, IArgumentRemoved - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes, IDescriptionChanged - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes, IDirectiveLocationAdded - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes, IDirectiveLocationRemoved - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_1 - { - public global::System.String __typename { get; } - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_1)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_1, IDescriptionChanged - { - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_1, IEnumValueAdded - { - } + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_1, IEnumValueChanged - { + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_1, IEnumValueRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueAdded { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) + { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_2 - { + /// + /// The name of the current Object type at runtime. + /// public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_2, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_2, IFieldAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_2, IFieldRemovedChange - { - } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InputFieldChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_2, IInputFieldChanged - { - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueAdded? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3 - { - public global::System.String __typename { get; } - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IDescriptionChanged - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IFieldAddedChange - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IFieldRemovedChange - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationAdded - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationRemoved - { - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IOutputFieldChanged - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueAdded)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IPossibleTypeAdded - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + return hash; + } + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IPossibleTypeRemoved + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueChanged { - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.Collections.Generic.IReadOnlyList changes) + { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + Changes = changes; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4 - { + /// + /// The name of the current Object type at runtime. + /// public global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4, IDescriptionChanged - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4, IFieldAddedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4, IFieldRemovedChange - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationAdded - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationRemoved - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4, IOutputFieldChanged - { - } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_5 - { - public global::System.String __typename { get; } - } + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueChanged? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_5, IDescriptionChanged - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_6 - { - public global::System.String __typename { get; } - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_6, IDescriptionChanged - { - } + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_6, IUnionMemberAdded - { - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_6, IUnionMemberRemoved - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations - { - } + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueChanged)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_1 - { - public global::System.Int32 Column { get; } - public global::System.Int32 Line { get; } - } + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_1 - { + return hash; + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateFusionConfigurationPublishResult : global::System.IEquatable, IValidateFusionConfigurationPublishResult + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueRemoved { - public ValidateFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition validateFusionConfigurationComposition) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate) { - ValidateFusionConfigurationComposition = validateFusionConfigurationComposition; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition ValidateFusionConfigurationComposition { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } - public virtual global::System.Boolean Equals(ValidateFusionConfigurationPublishResult? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueRemoved? other) { if (ReferenceEquals(null, other)) { @@ -128035,7 +128573,7 @@ public ValidateFusionConfigurationPublishResult(global::ChilliCream.Nitro.Comman return false; } - return (ValidateFusionConfigurationComposition.Equals(other.ValidateFusionConfigurationComposition)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128055,7 +128593,7 @@ public ValidateFusionConfigurationPublishResult(global::ChilliCream.Nitro.Comman return false; } - return Equals((ValidateFusionConfigurationPublishResult)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -128063,7 +128601,9 @@ public ValidateFusionConfigurationPublishResult(global::ChilliCream.Nitro.Comman unchecked { int hash = 5; - hash ^= 397 * ValidateFusionConfigurationComposition.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); return hash; } } @@ -128071,16 +128611,25 @@ public ValidateFusionConfigurationPublishResult(global::ChilliCream.Nitro.Comman // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload : global::System.IEquatable, IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_2 { - public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload(global::System.Collections.Generic.IReadOnlyList? errors) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - Errors = errors; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_2? other) { if (ReferenceEquals(null, other)) { @@ -128097,7 +128646,7 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128117,7 +128666,7 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition return false; } - return Equals((ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_2)obj); } public override global::System.Int32 GetHashCode() @@ -128125,12 +128674,16 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition unchecked { int hash = 5; - if (Errors != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - foreach (var Errors_elm in Errors) - { - hash ^= 397 * Errors_elm.GetHashCode(); - } + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -128140,21 +128693,27 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation : global::System.IEquatable, IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange { - public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; - Message = message; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange? other) { if (ReferenceEquals(null, other)) { @@ -128171,7 +128730,7 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128191,7 +128750,7 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition return false; } - return Equals((ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange)obj); } public override global::System.Int32 GetHashCode() @@ -128200,7 +128759,10 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -128208,21 +128770,27 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError : global::System.IEquatable, IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange { - public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError(global::System.String __typename, global::System.String message) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { this.__typename = __typename; - Message = message; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange? other) { if (ReferenceEquals(null, other)) { @@ -128239,7 +128807,7 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128259,7 +128827,7 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition return false; } - return Equals((ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange)obj); } public override global::System.Int32 GetHashCode() @@ -128268,7 +128836,10 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -128276,21 +128847,27 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError : global::System.IEquatable, IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InputFieldChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InputFieldChanged { - public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError(global::System.String __typename, global::System.String message) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { this.__typename = __typename; - Message = message; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } /// /// The name of the current Object type at runtime. /// public global::System.String __typename { get; } - public global::System.String Message { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -128307,7 +128884,7 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition return false; } - return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128327,7 +128904,7 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition return false; } - return Equals((ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -128336,68 +128913,40 @@ public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition { int hash = 5; hash ^= 397 * __typename.GetHashCode(); - hash ^= 397 * Message.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateFusionConfigurationPublishResult - { - public global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition ValidateFusionConfigurationComposition { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition - { - public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload : IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation : IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors, IUnauthorizedOperation - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError : IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors, IFusionConfigurationRequestNotFoundError - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError : IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors, IInvalidProcessingStateTransitionError - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQueryResult : global::System.IEquatable, ISelectMockSchemaPromptQueryResult + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_3 { - public SelectMockSchemaPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById? apiById) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_3(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { - ApiById = apiById; + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById? ApiById { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(SelectMockSchemaPromptQueryResult? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_3? other) { if (ReferenceEquals(null, other)) { @@ -128414,7 +128963,7 @@ public SelectMockSchemaPromptQueryResult(global::ChilliCream.Nitro.CommandLine.C return false; } - return (((ApiById is null && other.ApiById is null) || ApiById != null && ApiById.Equals(other.ApiById))); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128434,7 +128983,7 @@ public SelectMockSchemaPromptQueryResult(global::ChilliCream.Nitro.CommandLine.C return false; } - return Equals((SelectMockSchemaPromptQueryResult)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_3)obj); } public override global::System.Int32 GetHashCode() @@ -128442,9 +128991,16 @@ public SelectMockSchemaPromptQueryResult(global::ChilliCream.Nitro.CommandLine.C unchecked { int hash = 5; - if (ApiById != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * ApiById.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -128454,16 +129010,27 @@ public SelectMockSchemaPromptQueryResult(global::ChilliCream.Nitro.CommandLine.C // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQuery_ApiById_Api : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_Api + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_1 { - public SelectMockSchemaPromptQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas? mockSchemas) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - MockSchemas = mockSchemas; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas? MockSchemas { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_Api? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -128480,7 +129047,7 @@ public SelectMockSchemaPromptQuery_ApiById_Api(global::ChilliCream.Nitro.Command return false; } - return (((MockSchemas is null && other.MockSchemas is null) || MockSchemas != null && MockSchemas.Equals(other.MockSchemas))); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128500,7 +129067,7 @@ public SelectMockSchemaPromptQuery_ApiById_Api(global::ChilliCream.Nitro.Command return false; } - return Equals((SelectMockSchemaPromptQuery_ApiById_Api)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -128508,39 +129075,39 @@ public SelectMockSchemaPromptQuery_ApiById_Api(global::ChilliCream.Nitro.Command unchecked { int hash = 5; - if (MockSchemas != null) - { - hash ^= 397 * MockSchemas.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 { - public SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo pageInfo) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { - Edges = edges; - PageInfo = pageInfo; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo PageInfo { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } - public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_1? other) { if (ReferenceEquals(null, other)) { @@ -128557,7 +129124,7 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection(glo return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128577,7 +129144,7 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection(glo return false; } - return Equals((SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_1)obj); } public override global::System.Int32 GetHashCode() @@ -128585,43 +129152,35 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection(glo unchecked { int hash = 5; - if (Edges != null) - { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } - } - - hash ^= 397 * PageInfo.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded { - public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node node) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { - Cursor = cursor; - Node = node; + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node Node { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded? other) { if (ReferenceEquals(null, other)) { @@ -128638,7 +129197,7 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(glo return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128658,7 +129217,7 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(glo return false; } - return Equals((SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded)obj); } public override global::System.Int32 GetHashCode() @@ -128666,46 +129225,33 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(glo unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved { - public SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. + /// The name of the current Object type at runtime. /// - public global::System.String? StartCursor { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved? other) { if (ReferenceEquals(null, other)) { @@ -128722,7 +129268,7 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo(global: return false; } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128742,7 +129288,7 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo(global: return false; } - return Equals((SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -128750,18 +129296,9 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo(global: unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - - if (StartCursor != null) - { - hash ^= 397 * StartCursor.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -128769,30 +129306,27 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo(global: // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged { - public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema(global::System.String id, global::System.String name, global::System.DateTimeOffset createdAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy createdBy, global::System.DateTimeOffset modifiedAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy modifiedBy, global::System.Uri downstreamUrl, global::System.String url) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { - Id = id; - Name = name; - CreatedAt = createdAt; - CreatedBy = createdBy; - ModifiedAt = modifiedAt; - ModifiedBy = modifiedBy; - DownstreamUrl = downstreamUrl; - Url = url; + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy CreatedBy { get; } - public global::System.DateTimeOffset ModifiedAt { get; } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy ModifiedBy { get; } - public global::System.Uri DownstreamUrl { get; } - public global::System.String Url { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } - public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged? other) { if (ReferenceEquals(null, other)) { @@ -128809,7 +129343,7 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema(glo return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && CreatedAt.Equals(other.CreatedAt) && CreatedBy.Equals(other.CreatedBy) && ModifiedAt.Equals(other.ModifiedAt) && ModifiedBy.Equals(other.ModifiedBy) && DownstreamUrl.Equals(other.DownstreamUrl) && Url.Equals(other.Url); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128829,7 +129363,7 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema(glo return false; } - return Equals((SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged)obj); } public override global::System.Int32 GetHashCode() @@ -128837,14 +129371,15 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema(glo unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - hash ^= 397 * CreatedAt.GetHashCode(); - hash ^= 397 * CreatedBy.GetHashCode(); - hash ^= 397 * ModifiedAt.GetHashCode(); - hash ^= 397 * ModifiedBy.GetHashCode(); - hash ^= 397 * DownstreamUrl.GetHashCode(); - hash ^= 397 * Url.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -128852,16 +129387,23 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema(glo // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeAdded { - public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo(global::System.String username) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { - Username = username; + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public global::System.String Username { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeAdded? other) { if (ReferenceEquals(null, other)) { @@ -128878,7 +129420,7 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_User return false; } - return (Username.Equals(other.Username)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128898,7 +129440,7 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_User return false; } - return Equals((SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeAdded)obj); } public override global::System.Int32 GetHashCode() @@ -128906,7 +129448,9 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_User unchecked { int hash = 5; - hash ^= 397 * Username.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -128914,16 +129458,23 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_User // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeRemoved { - public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo(global::System.String username) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { - Username = username; + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public global::System.String Username { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } - public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeRemoved? other) { if (ReferenceEquals(null, other)) { @@ -128940,7 +129491,7 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_Use return false; } - return (Username.Equals(other.Username)); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -128960,7 +129511,7 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_Use return false; } - return Equals((SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -128968,170 +129519,35 @@ public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_Use unchecked { int hash = 5; - hash ^= 397 * Username.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQueryResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById? ApiById { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_4 { - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas? MockSchemas { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_Api : ISelectMockSchemaPromptQuery_ApiById - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection : ISelectMockSchemaPromptQuery_ApiById_MockSchemas - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockCommand_MockEdge - { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges : ISelectMockCommand_MockEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge : ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo : IPageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo : ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockCommand_Mock : IMockSchemaDetailPrompt - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node : ISelectMockCommand_Mock - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema : ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy - { - public global::System.String Username { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo : ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy - { - public global::System.String Username { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo : ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQueryResult : global::System.IEquatable, IPageClientVersionDetailQueryResult - { - public PageClientVersionDetailQueryResult(global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node? node) - { - Node = node; - } + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_4(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) + { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; + } /// - /// Fetches an object given its ID. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node? Node { get; } + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQueryResult? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_4? other) { if (ReferenceEquals(null, other)) { @@ -129148,7 +129564,7 @@ public PageClientVersionDetailQueryResult(global::ChilliCream.Nitro.CommandLine. return false; } - return (((Node is null && other.Node is null) || Node != null && Node.Equals(other.Node))); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -129168,7 +129584,7 @@ public PageClientVersionDetailQueryResult(global::ChilliCream.Nitro.CommandLine. return false; } - return Equals((PageClientVersionDetailQueryResult)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_4)obj); } public override global::System.Int32 GetHashCode() @@ -129176,9 +129592,16 @@ public PageClientVersionDetailQueryResult(global::ChilliCream.Nitro.CommandLine. unchecked { int hash = 5; - if (Node != null) + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) { - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); } return hash; @@ -129188,13 +129611,27 @@ public PageClientVersionDetailQueryResult(global::ChilliCream.Nitro.CommandLine. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Api : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Api + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_2 { - public PageClientVersionDetailQuery_Node_Api() + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Api? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -129211,7 +129648,7 @@ public PageClientVersionDetailQuery_Node_Api() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -129231,7 +129668,7 @@ public PageClientVersionDetailQuery_Node_Api() return false; } - return Equals((PageClientVersionDetailQuery_Node_Api)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -129239,6 +129676,11 @@ public PageClientVersionDetailQuery_Node_Api() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -129246,13 +129688,27 @@ public PageClientVersionDetailQuery_Node_Api() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_ApiDocument : global::System.IEquatable, IPageClientVersionDetailQuery_Node_ApiDocument + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 { - public PageClientVersionDetailQuery_Node_ApiDocument() + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String typeName, global::System.String fieldName) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + TypeName = typeName; + FieldName = fieldName; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_ApiDocument? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String TypeName { get; } + public global::System.String FieldName { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_2? other) { if (ReferenceEquals(null, other)) { @@ -129269,7 +129725,7 @@ public PageClientVersionDetailQuery_Node_ApiDocument() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && TypeName.Equals(other.TypeName) && FieldName.Equals(other.FieldName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -129289,7 +129745,7 @@ public PageClientVersionDetailQuery_Node_ApiDocument() return false; } - return Equals((PageClientVersionDetailQuery_Node_ApiDocument)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_2)obj); } public override global::System.Int32 GetHashCode() @@ -129297,6 +129753,11 @@ public PageClientVersionDetailQuery_Node_ApiDocument() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); return hash; } } @@ -129304,13 +129765,23 @@ public PageClientVersionDetailQuery_Node_ApiDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_ApiKey : global::System.IEquatable, IPageClientVersionDetailQuery_Node_ApiKey + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 { - public PageClientVersionDetailQuery_Node_ApiKey() + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_ApiKey? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1? other) { if (ReferenceEquals(null, other)) { @@ -129327,7 +129798,7 @@ public PageClientVersionDetailQuery_Node_ApiKey() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -129347,7 +129818,7 @@ public PageClientVersionDetailQuery_Node_ApiKey() return false; } - return Equals((PageClientVersionDetailQuery_Node_ApiKey)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1)obj); } public override global::System.Int32 GetHashCode() @@ -129355,6 +129826,9 @@ public PageClientVersionDetailQuery_Node_ApiKey() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -129362,16 +129836,23 @@ public PageClientVersionDetailQuery_Node_ApiKey() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Client : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Client + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 { - public PageClientVersionDetailQuery_Node_Client(global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions? versions) + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String interfaceName) { - Versions = versions; + this.__typename = __typename; + Severity = severity; + InterfaceName = interfaceName; } - public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions? Versions { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String InterfaceName { get; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Client? other) + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1? other) { if (ReferenceEquals(null, other)) { @@ -129388,7 +129869,7 @@ public PageClientVersionDetailQuery_Node_Client(global::ChilliCream.Nitro.Comman return false; } - return (((Versions is null && other.Versions is null) || Versions != null && Versions.Equals(other.Versions))); + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && InterfaceName.Equals(other.InterfaceName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -129408,7 +129889,7 @@ public PageClientVersionDetailQuery_Node_Client(global::ChilliCream.Nitro.Comman return false; } - return Equals((PageClientVersionDetailQuery_Node_Client)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1)obj); } public override global::System.Int32 GetHashCode() @@ -129416,11 +129897,9 @@ public PageClientVersionDetailQuery_Node_Client(global::ChilliCream.Nitro.Comman unchecked { int hash = 5; - if (Versions != null) - { - hash ^= 397 * Versions.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * InterfaceName.GetHashCode(); return hash; } } @@ -129428,13 +129907,27 @@ public PageClientVersionDetailQuery_Node_Client(global::ChilliCream.Nitro.Comman // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_ClientChangeLog : global::System.IEquatable, IPageClientVersionDetailQuery_Node_ClientChangeLog + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 { - public PageClientVersionDetailQuery_Node_ClientChangeLog() + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String coordinate, global::System.String fieldName, global::System.Collections.Generic.IReadOnlyList changes) { + this.__typename = __typename; + Severity = severity; + Coordinate = coordinate; + FieldName = fieldName; + Changes = changes; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_ClientChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String Coordinate { get; } + public global::System.String FieldName { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged_1? other) { if (ReferenceEquals(null, other)) { @@ -129451,7 +129944,7 @@ public PageClientVersionDetailQuery_Node_ClientChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && Coordinate.Equals(other.Coordinate) && FieldName.Equals(other.FieldName) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Changes, other.Changes); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -129471,7 +129964,7 @@ public PageClientVersionDetailQuery_Node_ClientChangeLog() return false; } - return Equals((PageClientVersionDetailQuery_Node_ClientChangeLog)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged_1)obj); } public override global::System.Int32 GetHashCode() @@ -129479,6 +129972,15 @@ public PageClientVersionDetailQuery_Node_ClientChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * Coordinate.GetHashCode(); + hash ^= 397 * FieldName.GetHashCode(); + foreach (var Changes_elm in Changes) + { + hash ^= 397 * Changes_elm.GetHashCode(); + } + return hash; } } @@ -129486,13 +129988,25 @@ public PageClientVersionDetailQuery_Node_ClientChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_ClientDeployment : global::System.IEquatable, IPageClientVersionDetailQuery_Node_ClientDeployment + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_5 { - public PageClientVersionDetailQuery_Node_ClientDeployment() + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_5(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_ClientDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_5? other) { if (ReferenceEquals(null, other)) { @@ -129509,7 +130023,7 @@ public PageClientVersionDetailQuery_Node_ClientDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -129529,7 +130043,7 @@ public PageClientVersionDetailQuery_Node_ClientDeployment() return false; } - return Equals((PageClientVersionDetailQuery_Node_ClientDeployment)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_5)obj); } public override global::System.Int32 GetHashCode() @@ -129537,6 +130051,18 @@ public PageClientVersionDetailQuery_Node_ClientDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -129544,13 +130070,25 @@ public PageClientVersionDetailQuery_Node_ClientDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_ClientVersion : global::System.IEquatable, IPageClientVersionDetailQuery_Node_ClientVersion + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_6 { - public PageClientVersionDetailQuery_Node_ClientVersion() + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_6(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String? old, global::System.String? @new) { + this.__typename = __typename; + Severity = severity; + Old = old; + New = @new; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_ClientVersion? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String? Old { get; } + public global::System.String? New { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_6? other) { if (ReferenceEquals(null, other)) { @@ -129567,7 +130105,7 @@ public PageClientVersionDetailQuery_Node_ClientVersion() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && ((Old is null && other.Old is null) || Old != null && Old.Equals(other.Old)) && ((New is null && other.New is null) || New != null && New.Equals(other.New)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -129587,7 +130125,7 @@ public PageClientVersionDetailQuery_Node_ClientVersion() return false; } - return Equals((PageClientVersionDetailQuery_Node_ClientVersion)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_6)obj); } public override global::System.Int32 GetHashCode() @@ -129595,6 +130133,18 @@ public PageClientVersionDetailQuery_Node_ClientVersion() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + if (Old != null) + { + hash ^= 397 * Old.GetHashCode(); + } + + if (New != null) + { + hash ^= 397 * New.GetHashCode(); + } + return hash; } } @@ -129602,13 +130152,23 @@ public PageClientVersionDetailQuery_Node_ClientVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics : global::System.IEquatable, IPageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberAdded : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberAdded { - public PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics() + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberAdded(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberAdded? other) { if (ReferenceEquals(null, other)) { @@ -129625,7 +130185,7 @@ public PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -129645,7 +130205,7 @@ public PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics() return false; } - return Equals((PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberAdded)obj); } public override global::System.Int32 GetHashCode() @@ -129653,6 +130213,9 @@ public PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -129660,13 +130223,23 @@ public PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Environment : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Environment + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberRemoved : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberRemoved { - public PageClientVersionDetailQuery_Node_Environment() + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberRemoved(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity severity, global::System.String typeName) { + this.__typename = __typename; + Severity = severity; + TypeName = typeName; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Environment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Severity { get; } + public global::System.String TypeName { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberRemoved? other) { if (ReferenceEquals(null, other)) { @@ -129683,7 +130256,7 @@ public PageClientVersionDetailQuery_Node_Environment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Severity.Equals(other.Severity) && TypeName.Equals(other.TypeName); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -129703,7 +130276,7 @@ public PageClientVersionDetailQuery_Node_Environment() return false; } - return Equals((PageClientVersionDetailQuery_Node_Environment)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberRemoved)obj); } public override global::System.Int32 GetHashCode() @@ -129711,6 +130284,9 @@ public PageClientVersionDetailQuery_Node_Environment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Severity.GetHashCode(); + hash ^= 397 * TypeName.GetHashCode(); return hash; } } @@ -129718,13 +130294,18 @@ public PageClientVersionDetailQuery_Node_Environment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog : global::System.IEquatable, IPageClientVersionDetailQuery_Node_FusionConfigurationChangeLog + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation { - public PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog() + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { + Column = column; + Line = line; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog? other) + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -129741,7 +130322,7 @@ public PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog() return false; } - return true; + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -129761,7 +130342,7 @@ public PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog() return false; } - return Equals((PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -129769,6 +130350,8 @@ public PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog() unchecked { int hash = 5; + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } @@ -129776,13 +130359,18 @@ public PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_FusionConfigurationDeployment : global::System.IEquatable, IPageClientVersionDetailQuery_Node_FusionConfigurationDeployment + public partial class OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : global::System.IEquatable, IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation { - public PageClientVersionDetailQuery_Node_FusionConfigurationDeployment() + public OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(global::System.Int32 column, global::System.Int32 line) { + Column = column; + Line = line; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_FusionConfigurationDeployment? other) + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + + public virtual global::System.Boolean Equals(OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation? other) { if (ReferenceEquals(null, other)) { @@ -129799,7 +130387,7 @@ public PageClientVersionDetailQuery_Node_FusionConfigurationDeployment() return false; } - return true; + return (global::System.Object.Equals(Column, other.Column)) && global::System.Object.Equals(Line, other.Line); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -129819,7 +130407,7 @@ public PageClientVersionDetailQuery_Node_FusionConfigurationDeployment() return false; } - return Equals((PageClientVersionDetailQuery_Node_FusionConfigurationDeployment)obj); + return Equals((OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation)obj); } public override global::System.Int32 GetHashCode() @@ -129827,1008 +130415,1749 @@ public PageClientVersionDetailQuery_Node_FusionConfigurationDeployment() unchecked { int hash = 5; + hash ^= 397 * Column.GetHashCode(); + hash ^= 397 * Line.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition + public partial interface IOnFusionConfigurationPublishingTaskChangedResult { - public PageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition() - { - } - - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return true; - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } + public global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged OnFusionConfigurationPublishingTaskChanged { get; } + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged + { + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState State { get; } + public global::System.String __typename { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IFusionConfigurationPublishingFailed + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Failed { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingFailed : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IFusionConfigurationPublishingFailed { - public PageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IFusionConfigurationPublishingSuccess + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Success { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationPublishingSuccess : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IFusionConfigurationPublishingSuccess + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IFusionConfigurationValidationFailed + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Failed { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationFailed : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IFusionConfigurationValidationFailed + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IFusionConfigurationValidationSuccess + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String Success { get; } + public global::System.Collections.Generic.IReadOnlyList Changes { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_FusionConfigurationValidationSuccess : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IFusionConfigurationValidationSuccess + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_OperationInProgress : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IOperationInProgress + { + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskApproved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IProcessingTaskApproved + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsQueued : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IProcessingTaskIsQueued + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ProcessingTaskIsReady : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IProcessingTaskIsReady { - public PageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_ValidationInProgress : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IValidationInProgress + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_WaitForApproval : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged, IWaitForApproval + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors + { + public global::System.String Message { get; } + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ConcurrentOperationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors, IInvalidGraphQLSchemaError + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ProcessingTimeoutError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_ReadyTimeoutError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors + { + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1 + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_InvalidGraphQLSchemaError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1, IInvalidGraphQLSchemaError { - public PageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_McpFeatureCollectionValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1, IMcpFeatureCollectionValidationError + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_OpenApiCollectionValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1, IOpenApiCollectionValidationError + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1, IPersistedQueryValidationError + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_SchemaVersionChangeViolationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1, ISchemaVersionChangeViolationError + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_UnexpectedProcessingError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_1, IUnexpectedProcessingError + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes : ISchemaChangeLogEntry + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_DirectiveModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IDirectiveModifiedChange + { + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_EnumModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IEnumModifiedChange + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InputObjectModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IInputObjectModifiedChange + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_InterfaceModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IInterfaceModifiedChange { - public PageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ObjectModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IObjectModifiedChange + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_ScalarModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IScalarModifiedChange + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberAddedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, ITypeSystemMemberAddedChange + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, ISchemaChange + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_TypeSystemMemberRemovedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, ITypeSystemMemberRemovedChange + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_UnionModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes, IUnionModifiedChange + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment + { + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_ClientDeployment : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_FusionConfigurationDeployment : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_McpFeatureCollectionDeployment : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment { - public PageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition() - { - } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_OpenApiCollectionDeployment : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_SchemaDeployment : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors_GraphQLSchemaError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Errors + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollectionValidationCollection : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_1 + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollectionValidationCollection : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_1 + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client + { + public global::System.String Id { get; } + public global::System.String Name { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client_Client : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Client { - public PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return true; - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries + { + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_PersistedQueryValidationFailed : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes : ISchemaChangeLogEntry + { + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_DirectiveModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IDirectiveModifiedChange + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_EnumModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IEnumModifiedChange + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InputObjectModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IInputObjectModifiedChange { - public PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_InterfaceModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IInterfaceModifiedChange + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ObjectModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IObjectModifiedChange + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_ScalarModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IScalarModifiedChange + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberAddedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, ITypeSystemMemberAddedChange + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, ISchemaChange + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_TypeSystemMemberRemovedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, ITypeSystemMemberRemovedChange + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_UnionModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes, IUnionModifiedChange + { + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes + { + public global::System.String __typename { get; } + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes, IArgumentAdded + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes, IArgumentChanged { - public PageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_ArgumentRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes, IArgumentRemoved + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes, IDescriptionChanged + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes, IDirectiveLocationAdded + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DirectiveLocationRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes, IDirectiveLocationRemoved + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_1 + { + public global::System.String __typename { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_1, IDescriptionChanged + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_1, IEnumValueAdded + { + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_1, IEnumValueChanged + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_EnumValueRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_1, IEnumValueRemoved + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_2 { - public PageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition() - { - } + public global::System.String __typename { get; } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_2, IDescriptionChanged + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_2, IFieldAddedChange + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_2, IFieldRemovedChange + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InputFieldChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_2, IInputFieldChanged + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3 + { + public global::System.String __typename { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_3 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IDescriptionChanged + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IFieldAddedChange + { + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IFieldRemovedChange + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IInterfaceImplementationAdded + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IInterfaceImplementationRemoved { - public PageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IOutputFieldChanged + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IPossibleTypeAdded + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_PossibleTypeRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_3, IPossibleTypeRemoved + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4 + { + public global::System.String __typename { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_4 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4, IDescriptionChanged + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldAddedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4, IFieldAddedChange + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_FieldRemovedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4, IFieldRemovedChange + { + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationAdded_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4, IInterfaceImplementationAdded + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_InterfaceImplementationRemoved_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4, IInterfaceImplementationRemoved + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_OutputFieldChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_4, IOutputFieldChanged { - public PageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_5 + { + public global::System.String __typename { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_5 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_5, IDescriptionChanged + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_6 + { + public global::System.String __typename { get; } + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_DescriptionChanged_6 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_6, IDescriptionChanged + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_6, IUnionMemberAdded + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_UnionMemberRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_6, IUnionMemberRemoved + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors + { + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors, IPersistedQueryValidationError + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_1 + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition : global::System.IEquatable, IPageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_1, IPersistedQueryValidationError { - public PageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_1, ISchemaChangeViolationError + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_1, IInvalidGraphQLSchemaError + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_1, IOpenApiCollectionValidationError + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_1, IMcpFeatureCollectionValidationError + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_2 + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_2, IMcpFeatureCollectionValidationError + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_3 + { + } - return Equals((PageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_3, IOpenApiCollectionValidationError + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4 + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Group : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Group + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_PersistedQueryValidationError_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, IPersistedQueryValidationError { - public PageClientVersionDetailQuery_Node_Group() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Group? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaChangeViolationError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, ISchemaChangeViolationError + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OperationsAreNotAllowedError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, IOperationsAreNotAllowedError + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_SchemaVersionSyntaxError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, ISchemaVersionSyntaxError + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_InvalidGraphQLSchemaError_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, IInvalidGraphQLSchemaError + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_OpenApiCollectionValidationError_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, IOpenApiCollectionValidationError + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_McpFeatureCollectionValidationError_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_4, IMcpFeatureCollectionValidationError + { + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } - return Equals((PageClientVersionDetailQuery_Node_Group)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection_McpFeatureCollection : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_McpFeatureCollection + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_McpFeatureCollection : global::System.IEquatable, IPageClientVersionDetailQuery_Node_McpFeatureCollection + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities { - public PageClientVersionDetailQuery_Node_McpFeatureCollection() - { - } + public global::System.String Name { get; } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_McpFeatureCollection? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_McpFeatureCollectionValidationTool : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities + { + public global::System.String Name { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection_OpenApiCollection : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_OpenApiCollection + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_1 + { + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_1 + { + public global::System.String HttpMethod { get; } + public global::System.String Route { get; } + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_OpenApiCollectionValidationModel : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_1 + { + public global::System.String Name { get; } + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + public global::System.String? Path { get; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; } + } - return Equals((PageClientVersionDetailQuery_Node_McpFeatureCollection)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_PersistedQueryError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes + { + public global::System.String __typename { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog : global::System.IEquatable, IPageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes, IArgumentAdded { - public PageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes, IArgumentChanged + { + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_ArgumentRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes, IArgumentRemoved + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes, IDescriptionChanged + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes, IDirectiveLocationAdded + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DirectiveLocationRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes, IDirectiveLocationRemoved + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_1 + { + public global::System.String __typename { get; } + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_1, IDescriptionChanged + { + } - return Equals((PageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_1, IEnumValueAdded + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_1, IEnumValueChanged + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment : global::System.IEquatable, IPageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_EnumValueRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_1, IEnumValueRemoved { - public PageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_2 + { + public global::System.String __typename { get; } + } - if (ReferenceEquals(this, other)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_2, IDescriptionChanged + { + } - if (other.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_2, IFieldAddedChange + { + } - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_2, IFieldRemovedChange + { + } - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InputFieldChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_2, IInputFieldChanged + { + } - if (ReferenceEquals(this, obj)) - { - return true; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3 + { + public global::System.String __typename { get; } + } - if (obj.GetType() != GetType()) - { - return false; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_3 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IDescriptionChanged + { + } - return Equals((PageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment)obj); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IFieldAddedChange + { + } - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - return hash; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IFieldRemovedChange + { } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion : global::System.IEquatable, IPageClientVersionDetailQuery_Node_McpFeatureCollectionVersion + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IInterfaceImplementationAdded { - public PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion() - { - } + } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion? other) - { - if (ReferenceEquals(null, other)) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IPossibleTypeAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_PossibleTypeRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_3, IPossibleTypeRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_4 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldAddedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_FieldRemovedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_OutputFieldChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_4, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_5 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_5 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_5, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_6 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_DescriptionChanged_6 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_6, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_6, IUnionMemberAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_UnionMemberRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Changes_Changes_6, IUnionMemberRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_1, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_1, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_2 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_2, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_2, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_2, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3, IArgumentAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3, IArgumentChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_ArgumentRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3, IArgumentRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DeprecatedChange_3 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_DescriptionChanged_3 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_TypeChanged_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_3, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client + { + public global::System.String Id { get; } + public global::System.String Name { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client_Client : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Client + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries + { + public global::System.Collections.Generic.IReadOnlyList DeployedTags { get; } + public global::System.String Message { get; } + public global::System.String Hash { get; } + public global::System.Collections.Generic.IReadOnlyList Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries_PersistedQueryValidationFailed : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Queries + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes : ISchemaChangeLogEntry + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_DirectiveModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IDirectiveModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_EnumModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IEnumModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InputObjectModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IInputObjectModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_InterfaceModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IInterfaceModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ObjectModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IObjectModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_ScalarModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IScalarModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberAddedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, ITypeSystemMemberAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, ISchemaChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_TypeSystemMemberRemovedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, ITypeSystemMemberRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_UnionModifiedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes, IUnionModifiedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors + { + public global::System.String Message { get; } + public global::System.String? Code { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors_GraphQLSchemaError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? OpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_OpenApiCollectionValidationCollection : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_1 + { + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? McpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyList Entities { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Collections_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationDocumentError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors, IMcpFeatureCollectionValidationEntityValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_1, IOpenApiCollectionValidationDocumentError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_1, IOpenApiCollectionValidationEntityValidationError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Queries_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DeprecatedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes, IDeprecatedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_DescriptionChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes_TypeChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Changes_Changes_Changes_Changes, ITypeChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes, IArgumentAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes, IArgumentChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_ArgumentRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes, IArgumentRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes, IDirectiveLocationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes, IDirectiveLocationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_1 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_1, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_1, IEnumValueAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_1, IEnumValueChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_EnumValueRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_1, IEnumValueRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_2 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_2, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_2, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_2, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InputFieldChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_2, IInputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_3 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IPossibleTypeAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_PossibleTypeRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_3, IPossibleTypeRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_4 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldAddedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4, IFieldAddedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_FieldRemovedChange_2 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4, IFieldRemovedChange + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4, IInterfaceImplementationRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_OutputFieldChanged_1 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_4, IOutputFieldChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_5 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_5 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_5, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_6 + { + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_DescriptionChanged_6 : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_6, IDescriptionChanged + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberAdded : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_6, IUnionMemberAdded + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_UnionMemberRemoved : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Deployment_Errors_Changes_Changes_6, IUnionMemberRemoved + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_1 + { + public global::System.Int32 Column { get; } + public global::System.Int32 Line { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation : IOnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_Collections_Entities_Errors_Locations_1 + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CancelFusionConfigurationPublishResult : global::System.IEquatable, ICancelFusionConfigurationPublishResult + { + public CancelFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition cancelFusionConfigurationComposition) + { + CancelFusionConfigurationComposition = cancelFusionConfigurationComposition; + } + + public global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition CancelFusionConfigurationComposition { get; } + + public virtual global::System.Boolean Equals(CancelFusionConfigurationPublishResult? other) + { + if (ReferenceEquals(null, other)) { return false; } @@ -130843,7 +132172,7 @@ public PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion() return false; } - return true; + return (CancelFusionConfigurationComposition.Equals(other.CancelFusionConfigurationComposition)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -130863,7 +132192,7 @@ public PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion() return false; } - return Equals((PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion)obj); + return Equals((CancelFusionConfigurationPublishResult)obj); } public override global::System.Int32 GetHashCode() @@ -130871,6 +132200,7 @@ public PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion() unchecked { int hash = 5; + hash ^= 397 * CancelFusionConfigurationComposition.GetHashCode(); return hash; } } @@ -130878,13 +132208,16 @@ public PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_OpenApiCollection : global::System.IEquatable, IPageClientVersionDetailQuery_Node_OpenApiCollection + public partial class CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload : global::System.IEquatable, ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload { - public PageClientVersionDetailQuery_Node_OpenApiCollection() + public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload(global::System.Collections.Generic.IReadOnlyList? errors) { + Errors = errors; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_OpenApiCollection? other) + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + + public virtual global::System.Boolean Equals(CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload? other) { if (ReferenceEquals(null, other)) { @@ -130901,7 +132234,7 @@ public PageClientVersionDetailQuery_Node_OpenApiCollection() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -130921,7 +132254,7 @@ public PageClientVersionDetailQuery_Node_OpenApiCollection() return false; } - return Equals((PageClientVersionDetailQuery_Node_OpenApiCollection)obj); + return Equals((CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload)obj); } public override global::System.Int32 GetHashCode() @@ -130929,6 +132262,14 @@ public PageClientVersionDetailQuery_Node_OpenApiCollection() unchecked { int hash = 5; + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + } + return hash; } } @@ -130936,13 +132277,21 @@ public PageClientVersionDetailQuery_Node_OpenApiCollection() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog : global::System.IEquatable, IPageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog + public partial class CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation : global::System.IEquatable, ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation { - public PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog() + public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { + this.__typename = __typename; + Message = message; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -130959,7 +132308,7 @@ public PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -130979,7 +132328,7 @@ public PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog() return false; } - return Equals((PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog)obj); + return Equals((CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -130987,6 +132336,8 @@ public PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -130994,13 +132345,21 @@ public PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment : global::System.IEquatable, IPageClientVersionDetailQuery_Node_OpenApiCollectionDeployment + public partial class CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError : global::System.IEquatable, ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError { - public PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment() + public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; + Message = message; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -131017,7 +132376,7 @@ public PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131037,7 +132396,7 @@ public PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment() return false; } - return Equals((PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment)obj); + return Equals((CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -131045,6 +132404,8 @@ public PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -131052,13 +132413,21 @@ public PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_OpenApiCollectionVersion : global::System.IEquatable, IPageClientVersionDetailQuery_Node_OpenApiCollectionVersion + public partial class CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError : global::System.IEquatable, ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError { - public PageClientVersionDetailQuery_Node_OpenApiCollectionVersion() + public CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; + Message = message; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_OpenApiCollectionVersion? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError? other) { if (ReferenceEquals(null, other)) { @@ -131075,7 +132444,7 @@ public PageClientVersionDetailQuery_Node_OpenApiCollectionVersion() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131095,7 +132464,7 @@ public PageClientVersionDetailQuery_Node_OpenApiCollectionVersion() return false; } - return Equals((PageClientVersionDetailQuery_Node_OpenApiCollectionVersion)obj); + return Equals((CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError)obj); } public override global::System.Int32 GetHashCode() @@ -131103,20 +132472,79 @@ public PageClientVersionDetailQuery_Node_OpenApiCollectionVersion() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICancelFusionConfigurationPublishResult + { + public global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition CancelFusionConfigurationComposition { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition + { + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload : ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation : ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors, IUnauthorizedOperation + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IFusionConfigurationRequestNotFoundError : IError + { + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError : ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors, IFusionConfigurationRequestNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError : ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors, IInvalidProcessingStateTransitionError + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Organization : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Organization + public partial class CommitFusionConfigurationPublishResult : global::System.IEquatable, ICommitFusionConfigurationPublishResult { - public PageClientVersionDetailQuery_Node_Organization() + public CommitFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish commitFusionConfigurationPublish) { + CommitFusionConfigurationPublish = commitFusionConfigurationPublish; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Organization? other) + public global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish CommitFusionConfigurationPublish { get; } + + public virtual global::System.Boolean Equals(CommitFusionConfigurationPublishResult? other) { if (ReferenceEquals(null, other)) { @@ -131133,7 +132561,7 @@ public PageClientVersionDetailQuery_Node_Organization() return false; } - return true; + return (CommitFusionConfigurationPublish.Equals(other.CommitFusionConfigurationPublish)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131153,7 +132581,7 @@ public PageClientVersionDetailQuery_Node_Organization() return false; } - return Equals((PageClientVersionDetailQuery_Node_Organization)obj); + return Equals((CommitFusionConfigurationPublishResult)obj); } public override global::System.Int32 GetHashCode() @@ -131161,6 +132589,7 @@ public PageClientVersionDetailQuery_Node_Organization() unchecked { int hash = 5; + hash ^= 397 * CommitFusionConfigurationPublish.GetHashCode(); return hash; } } @@ -131168,13 +132597,16 @@ public PageClientVersionDetailQuery_Node_Organization() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_OrganizationMember : global::System.IEquatable, IPageClientVersionDetailQuery_Node_OrganizationMember + public partial class CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload : global::System.IEquatable, ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload { - public PageClientVersionDetailQuery_Node_OrganizationMember() + public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload(global::System.Collections.Generic.IReadOnlyList? errors) { + Errors = errors; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_OrganizationMember? other) + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + + public virtual global::System.Boolean Equals(CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload? other) { if (ReferenceEquals(null, other)) { @@ -131191,7 +132623,7 @@ public PageClientVersionDetailQuery_Node_OrganizationMember() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131211,7 +132643,7 @@ public PageClientVersionDetailQuery_Node_OrganizationMember() return false; } - return Equals((PageClientVersionDetailQuery_Node_OrganizationMember)obj); + return Equals((CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload)obj); } public override global::System.Int32 GetHashCode() @@ -131219,6 +132651,14 @@ public PageClientVersionDetailQuery_Node_OrganizationMember() unchecked { int hash = 5; + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + } + return hash; } } @@ -131226,13 +132666,21 @@ public PageClientVersionDetailQuery_Node_OrganizationMember() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_SchemaChangeLog : global::System.IEquatable, IPageClientVersionDetailQuery_Node_SchemaChangeLog + public partial class CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation : global::System.IEquatable, ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation { - public PageClientVersionDetailQuery_Node_SchemaChangeLog() + public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { + this.__typename = __typename; + Message = message; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_SchemaChangeLog? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -131249,7 +132697,7 @@ public PageClientVersionDetailQuery_Node_SchemaChangeLog() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131269,7 +132717,7 @@ public PageClientVersionDetailQuery_Node_SchemaChangeLog() return false; } - return Equals((PageClientVersionDetailQuery_Node_SchemaChangeLog)obj); + return Equals((CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -131277,6 +132725,8 @@ public PageClientVersionDetailQuery_Node_SchemaChangeLog() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -131284,13 +132734,21 @@ public PageClientVersionDetailQuery_Node_SchemaChangeLog() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_SchemaDeployment : global::System.IEquatable, IPageClientVersionDetailQuery_Node_SchemaDeployment + public partial class CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError : global::System.IEquatable, ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError { - public PageClientVersionDetailQuery_Node_SchemaDeployment() + public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; + Message = message; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_SchemaDeployment? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -131307,7 +132765,7 @@ public PageClientVersionDetailQuery_Node_SchemaDeployment() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131327,7 +132785,7 @@ public PageClientVersionDetailQuery_Node_SchemaDeployment() return false; } - return Equals((PageClientVersionDetailQuery_Node_SchemaDeployment)obj); + return Equals((CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -131335,6 +132793,8 @@ public PageClientVersionDetailQuery_Node_SchemaDeployment() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -131342,13 +132802,21 @@ public PageClientVersionDetailQuery_Node_SchemaDeployment() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Stage : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Stage + public partial class CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError : global::System.IEquatable, ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError { - public PageClientVersionDetailQuery_Node_Stage() + public CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError(global::System.String __typename, global::System.String message) { + this.__typename = __typename; + Message = message; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Stage? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError? other) { if (ReferenceEquals(null, other)) { @@ -131365,7 +132833,7 @@ public PageClientVersionDetailQuery_Node_Stage() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131385,7 +132853,7 @@ public PageClientVersionDetailQuery_Node_Stage() return false; } - return Equals((PageClientVersionDetailQuery_Node_Stage)obj); + return Equals((CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError)obj); } public override global::System.Int32 GetHashCode() @@ -131393,20 +132861,69 @@ public PageClientVersionDetailQuery_Node_Stage() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICommitFusionConfigurationPublishResult + { + public global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish CommitFusionConfigurationPublish { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish + { + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload : ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation : ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors, IUnauthorizedOperation + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError : ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors, IFusionConfigurationRequestNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError : ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors, IInvalidProcessingStateTransitionError + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_User : global::System.IEquatable, IPageClientVersionDetailQuery_Node_User + public partial class StartFusionConfigurationPublishResult : global::System.IEquatable, IStartFusionConfigurationPublishResult { - public PageClientVersionDetailQuery_Node_User() + public StartFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublish_StartFusionConfigurationComposition startFusionConfigurationComposition) { + StartFusionConfigurationComposition = startFusionConfigurationComposition; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_User? other) + public global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublish_StartFusionConfigurationComposition StartFusionConfigurationComposition { get; } + + public virtual global::System.Boolean Equals(StartFusionConfigurationPublishResult? other) { if (ReferenceEquals(null, other)) { @@ -131423,7 +132940,7 @@ public PageClientVersionDetailQuery_Node_User() return false; } - return true; + return (StartFusionConfigurationComposition.Equals(other.StartFusionConfigurationComposition)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131443,7 +132960,7 @@ public PageClientVersionDetailQuery_Node_User() return false; } - return Equals((PageClientVersionDetailQuery_Node_User)obj); + return Equals((StartFusionConfigurationPublishResult)obj); } public override global::System.Int32 GetHashCode() @@ -131451,6 +132968,7 @@ public PageClientVersionDetailQuery_Node_User() unchecked { int hash = 5; + hash ^= 397 * StartFusionConfigurationComposition.GetHashCode(); return hash; } } @@ -131458,13 +132976,16 @@ public PageClientVersionDetailQuery_Node_User() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Workspace : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Workspace + public partial class StartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload : global::System.IEquatable, IStartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload { - public PageClientVersionDetailQuery_Node_Workspace() + public StartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload(global::System.Collections.Generic.IReadOnlyList? errors) { + Errors = errors; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Workspace? other) + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + + public virtual global::System.Boolean Equals(StartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload? other) { if (ReferenceEquals(null, other)) { @@ -131481,7 +133002,7 @@ public PageClientVersionDetailQuery_Node_Workspace() return false; } - return true; + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131501,7 +133022,7 @@ public PageClientVersionDetailQuery_Node_Workspace() return false; } - return Equals((PageClientVersionDetailQuery_Node_Workspace)obj); + return Equals((StartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload)obj); } public override global::System.Int32 GetHashCode() @@ -131509,6 +133030,14 @@ public PageClientVersionDetailQuery_Node_Workspace() unchecked { int hash = 5; + if (Errors != null) + { + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } + } + return hash; } } @@ -131516,13 +133045,21 @@ public PageClientVersionDetailQuery_Node_Workspace() // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_WorkspaceDocument : global::System.IEquatable, IPageClientVersionDetailQuery_Node_WorkspaceDocument + public partial class StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation : global::System.IEquatable, IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation { - public PageClientVersionDetailQuery_Node_WorkspaceDocument() + public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { + this.__typename = __typename; + Message = message; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_WorkspaceDocument? other) + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } + + public virtual global::System.Boolean Equals(StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -131539,7 +133076,7 @@ public PageClientVersionDetailQuery_Node_WorkspaceDocument() return false; } - return true; + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131559,7 +133096,7 @@ public PageClientVersionDetailQuery_Node_WorkspaceDocument() return false; } - return Equals((PageClientVersionDetailQuery_Node_WorkspaceDocument)obj); + return Equals((StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -131567,34 +133104,30 @@ public PageClientVersionDetailQuery_Node_WorkspaceDocument() unchecked { int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Versions_ClientVersionConnection + public partial class StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError : global::System.IEquatable, IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError { - public PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection(global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions_PageInfo pageInfo, global::System.Collections.Generic.IReadOnlyList? edges) + public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError(global::System.String __typename, global::System.String message) { - PageInfo = pageInfo; - Edges = edges; + this.__typename = __typename; + Message = message; } /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions_PageInfo PageInfo { get; } - /// - /// A list of edges. + /// The name of the current Object type at runtime. /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection? other) + public virtual global::System.Boolean Equals(StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -131611,7 +133144,7 @@ public PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection(global return false; } - return (PageInfo.Equals(other.PageInfo)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131631,7 +133164,7 @@ public PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection(global return false; } - return Equals((PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection)obj); + return Equals((StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -131639,43 +133172,30 @@ public PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection(global unchecked { int hash = 5; - hash ^= 397 * PageInfo.GetHashCode(); - if (Edges != null) - { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo + public partial class StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError : global::System.IEquatable, IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError { - public PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo(global::System.Boolean hasNextPage, global::System.String? endCursor) + public StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError(global::System.String __typename, global::System.String message) { - HasNextPage = hasNextPage; - EndCursor = endCursor; + this.__typename = __typename; + Message = message; } /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. + /// The name of the current Object type at runtime. /// - public global::System.String? EndCursor { get; } + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError? other) { if (ReferenceEquals(null, other)) { @@ -131692,7 +133212,7 @@ public PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo(global::Syst return false; } - return (global::System.Object.Equals(HasNextPage, other.HasNextPage)) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131712,7 +133232,7 @@ public PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo(global::Syst return false; } - return Equals((PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo)obj); + return Equals((StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError)obj); } public override global::System.Int32 GetHashCode() @@ -131720,40 +133240,69 @@ public PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo(global::Syst unchecked { int hash = 5; - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IStartFusionConfigurationPublishResult + { + public global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublish_StartFusionConfigurationComposition StartFusionConfigurationComposition { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IStartFusionConfigurationPublish_StartFusionConfigurationComposition + { + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IStartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload : IStartFusionConfigurationPublish_StartFusionConfigurationComposition + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation : IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors, IUnauthorizedOperation + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError : IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors, IFusionConfigurationRequestNotFoundError + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError : IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors, IInvalidProcessingStateTransitionError + { + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge + public partial class ValidateFusionConfigurationPublishResult : global::System.IEquatable, IValidateFusionConfigurationPublishResult { - public PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node node) + public ValidateFusionConfigurationPublishResult(global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition validateFusionConfigurationComposition) { - Cursor = cursor; - Node = node; + ValidateFusionConfigurationComposition = validateFusionConfigurationComposition; } - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition ValidateFusionConfigurationComposition { get; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge? other) + public virtual global::System.Boolean Equals(ValidateFusionConfigurationPublishResult? other) { if (ReferenceEquals(null, other)) { @@ -131770,7 +133319,7 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge(global return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (ValidateFusionConfigurationComposition.Equals(other.ValidateFusionConfigurationComposition)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131790,7 +133339,7 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge(global return false; } - return Equals((PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge)obj); + return Equals((ValidateFusionConfigurationPublishResult)obj); } public override global::System.Int32 GetHashCode() @@ -131798,8 +133347,7 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge(global unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + hash ^= 397 * ValidateFusionConfigurationComposition.GetHashCode(); return hash; } } @@ -131807,22 +133355,16 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge(global // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion + public partial class ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload : global::System.IEquatable, IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload { - public PageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion(global::System.String id, global::System.DateTimeOffset createdAt, global::System.String tag, global::System.Collections.Generic.IReadOnlyList publishedTo) + public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload(global::System.Collections.Generic.IReadOnlyList? errors) { - Id = id; - CreatedAt = createdAt; - Tag = tag; - PublishedTo = publishedTo; + Errors = errors; } - public global::System.String Id { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.String Tag { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion? other) + public virtual global::System.Boolean Equals(ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload? other) { if (ReferenceEquals(null, other)) { @@ -131839,7 +133381,7 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion(globa return false; } - return (Id.Equals(other.Id)) && CreatedAt.Equals(other.CreatedAt) && Tag.Equals(other.Tag) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedTo, other.PublishedTo); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Errors, other.Errors)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131859,7 +133401,7 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion(globa return false; } - return Equals((PageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion)obj); + return Equals((ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload)obj); } public override global::System.Int32 GetHashCode() @@ -131867,12 +133409,12 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion(globa unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * CreatedAt.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); - foreach (var PublishedTo_elm in PublishedTo) + if (Errors != null) { - hash ^= 397 * PublishedTo_elm.GetHashCode(); + foreach (var Errors_elm in Errors) + { + hash ^= 397 * Errors_elm.GetHashCode(); + } } return hash; @@ -131882,16 +133424,21 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion(globa // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion + public partial class ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation : global::System.IEquatable, IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation { - public PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? stage) + public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation(global::System.String __typename, global::System.String message) { - Stage = stage; + this.__typename = __typename; + Message = message; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion? other) + public virtual global::System.Boolean Equals(ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation? other) { if (ReferenceEquals(null, other)) { @@ -131908,7 +133455,7 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Publish return false; } - return (((Stage is null && other.Stage is null) || Stage != null && Stage.Equals(other.Stage))); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131928,7 +133475,7 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Publish return false; } - return Equals((PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion)obj); + return Equals((ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation)obj); } public override global::System.Int32 GetHashCode() @@ -131936,11 +133483,8 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Publish unchecked { int hash = 5; - if (Stage != null) - { - hash ^= 397 * Stage.GetHashCode(); - } - + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } @@ -131948,16 +133492,21 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Publish // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : global::System.IEquatable, IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage + public partial class ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError : global::System.IEquatable, IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError { - public PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(global::System.String name) + public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError(global::System.String __typename, global::System.String message) { - Name = name; + this.__typename = __typename; + Message = message; } - public global::System.String Name { get; } + /// + /// The name of the current Object type at runtime. + /// + public global::System.String __typename { get; } + public global::System.String Message { get; } - public virtual global::System.Boolean Equals(PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage? other) + public virtual global::System.Boolean Equals(ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError? other) { if (ReferenceEquals(null, other)) { @@ -131974,7 +133523,7 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_S return false; } - return (Name.Equals(other.Name)); + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -131994,7 +133543,7 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_S return false; } - return Equals((PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage)obj); + return Equals((ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError)obj); } public override global::System.Int32 GetHashCode() @@ -132002,402 +133551,137 @@ public PageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_S unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); return hash; } } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQueryResult + public partial class ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError : global::System.IEquatable, IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError { + public ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError(global::System.String __typename, global::System.String message) + { + this.__typename = __typename; + Message = message; + } + /// - /// Fetches an object given its ID. + /// The name of the current Object type at runtime. /// - public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node? Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// The node interface is implemented by entities that have a global unique identifier. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Api : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_ApiDocument : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_ApiKey : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Client : IPageClientVersionDetailQuery_Node - { - public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions? Versions { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_ClientChangeLog : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_ClientDeployment : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_ClientVersion : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Environment : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_FusionConfigurationChangeLog : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_FusionConfigurationDeployment : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Group : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_McpFeatureCollection : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_McpFeatureCollectionVersion : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_OpenApiCollection : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_OpenApiCollectionDeployment : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_OpenApiCollectionVersion : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Organization : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_OrganizationMember : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_SchemaChangeLog : IPageClientVersionDetailQuery_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_SchemaDeployment : IPageClientVersionDetailQuery_Node - { - } + public global::System.String __typename { get; } + public global::System.String Message { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Stage : IPageClientVersionDetailQuery_Node - { - } + public virtual global::System.Boolean Equals(ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_User : IPageClientVersionDetailQuery_Node - { - } + if (ReferenceEquals(this, other)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Workspace : IPageClientVersionDetailQuery_Node - { - } + if (other.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_WorkspaceDocument : IPageClientVersionDetailQuery_Node - { - } + return (__typename.Equals(other.__typename)) && Message.Equals(other.Message); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Versions - { - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions_PageInfo PageInfo { get; } - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - } + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Versions_ClientVersionConnection : IPageClientVersionDetailQuery_Node_Versions - { - } + if (ReferenceEquals(this, obj)) + { + return true; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Versions_PageInfo - { - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - } + if (obj.GetType() != GetType()) + { + return false; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo : IPageClientVersionDetailQuery_Node_Versions_PageInfo - { - } + return Equals((ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError)obj); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges : IClientDetailPrompt_ClientVersionEdge - { + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + hash ^= 397 * __typename.GetHashCode(); + hash ^= 397 * Message.GetHashCode(); + return hash; + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge : IPageClientVersionDetailQuery_Node_Versions_Edges + public partial interface IValidateFusionConfigurationPublishResult { + public global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition ValidateFusionConfigurationComposition { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_Node + public partial interface IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition { - public global::System.String Id { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.String Tag { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_Node_ClientVersion : IPageClientVersionDetailQuery_Node_Versions_Edges_Node + public partial interface IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload : IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo + public partial interface IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors { - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo + public partial interface IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation : IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors, IUnauthorizedOperation { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage + public partial interface IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError : IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors, IFusionConfigurationRequestNotFoundError { - public global::System.String Name { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : IPageClientVersionDetailQuery_Node_Versions_Edges_Node_PublishedTo_Stage + public partial interface IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError : IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors, IInvalidProcessingStateTransitionError { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQueryResult : global::System.IEquatable, ISelectClientPromptQueryResult + public partial class SelectMcpFeatureCollectionPromptQueryResult : global::System.IEquatable, ISelectMcpFeatureCollectionPromptQueryResult { - public SelectClientPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById? apiById) + public SelectMcpFeatureCollectionPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById? apiById) { ApiById = apiById; } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById? ApiById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById? ApiById { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQueryResult? other) + public virtual global::System.Boolean Equals(SelectMcpFeatureCollectionPromptQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -132434,7 +133718,7 @@ public SelectClientPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Clien return false; } - return Equals((SelectClientPromptQueryResult)obj); + return Equals((SelectMcpFeatureCollectionPromptQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -132454,16 +133738,16 @@ public SelectClientPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Clien // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQuery_ApiById_Api : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Api + public partial class SelectMcpFeatureCollectionPromptQuery_ApiById_Api : global::System.IEquatable, ISelectMcpFeatureCollectionPromptQuery_ApiById_Api { - public SelectClientPromptQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients? clients) + public SelectMcpFeatureCollectionPromptQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections? mcpFeatureCollections) { - Clients = clients; + McpFeatureCollections = mcpFeatureCollections; } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients? Clients { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections? McpFeatureCollections { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Api? other) + public virtual global::System.Boolean Equals(SelectMcpFeatureCollectionPromptQuery_ApiById_Api? other) { if (ReferenceEquals(null, other)) { @@ -132480,7 +133764,7 @@ public SelectClientPromptQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine return false; } - return (((Clients is null && other.Clients is null) || Clients != null && Clients.Equals(other.Clients))); + return (((McpFeatureCollections is null && other.McpFeatureCollections is null) || McpFeatureCollections != null && McpFeatureCollections.Equals(other.McpFeatureCollections))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -132500,7 +133784,7 @@ public SelectClientPromptQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine return false; } - return Equals((SelectClientPromptQuery_ApiById_Api)obj); + return Equals((SelectMcpFeatureCollectionPromptQuery_ApiById_Api)obj); } public override global::System.Int32 GetHashCode() @@ -132508,9 +133792,9 @@ public SelectClientPromptQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine unchecked { int hash = 5; - if (Clients != null) + if (McpFeatureCollections != null) { - hash ^= 397 * Clients.GetHashCode(); + hash ^= 397 * McpFeatureCollections.GetHashCode(); } return hash; @@ -132523,9 +133807,9 @@ public SelectClientPromptQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine /// A connection to a list of items. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQuery_ApiById_Clients_ClientsConnection : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_ClientsConnection + public partial class SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection : global::System.IEquatable, ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection { - public SelectClientPromptQuery_ApiById_Clients_ClientsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_PageInfo pageInfo) + public SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo pageInfo) { Edges = edges; PageInfo = pageInfo; @@ -132534,13 +133818,13 @@ public SelectClientPromptQuery_ApiById_Clients_ClientsConnection(global::System. /// /// A list of edges. /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } /// /// Information to aid in pagination. /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_PageInfo PageInfo { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_ClientsConnection? other) + public virtual global::System.Boolean Equals(SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection? other) { if (ReferenceEquals(null, other)) { @@ -132577,7 +133861,7 @@ public SelectClientPromptQuery_ApiById_Clients_ClientsConnection(global::System. return false; } - return Equals((SelectClientPromptQuery_ApiById_Clients_ClientsConnection)obj); + return Equals((SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection)obj); } public override global::System.Int32 GetHashCode() @@ -132604,9 +133888,9 @@ public SelectClientPromptQuery_ApiById_Clients_ClientsConnection(global::System. /// An edge in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge + public partial class SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge : global::System.IEquatable, ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge { - public SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_Edges_Node node) + public SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node node) { Cursor = cursor; Node = node; @@ -132619,9 +133903,9 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge(global::System. /// /// The item at the end of the edge. /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_Edges_Node Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge? other) + public virtual global::System.Boolean Equals(SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge? other) { if (ReferenceEquals(null, other)) { @@ -132658,7 +133942,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge(global::System. return false; } - return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge)obj); + return Equals((SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge)obj); } public override global::System.Int32 GetHashCode() @@ -132678,9 +133962,9 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge(global::System. /// Information about pagination in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo + public partial class SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo : global::System.IEquatable, ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo { - public SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { HasPreviousPage = hasPreviousPage; HasNextPage = hasNextPage; @@ -132705,7 +133989,7 @@ public SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo(global::System. /// public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -132742,7 +134026,7 @@ public SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo(global::System. return false; } - return Equals((SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo)obj); + return Equals((SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -132769,22 +134053,18 @@ public SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo(global::System. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Client + public partial class SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection : global::System.IEquatable, ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection { - public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client(global::System.String id, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? api, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? versions) + public SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection(global::System.String id, global::System.String name) { Id = id; Name = name; - Api = api; - Versions = versions; } public global::System.String Id { get; } public global::System.String Name { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? Api { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? Versions { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client? other) + public virtual global::System.Boolean Equals(SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection? other) { if (ReferenceEquals(null, other)) { @@ -132801,7 +134081,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client(global::System. return false; } - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && ((Api is null && other.Api is null) || Api != null && Api.Equals(other.Api)) && ((Versions is null && other.Versions is null) || Versions != null && Versions.Equals(other.Versions)); + return (Id.Equals(other.Id)) && Name.Equals(other.Name); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -132821,7 +134101,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client(global::System. return false; } - return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client)obj); + return Equals((SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection)obj); } public override global::System.Int32 GetHashCode() @@ -132831,14 +134111,187 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client(global::System. int hash = 5; hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); - if (Api != null) - { - hash ^= 397 * Api.GetHashCode(); - } + return hash; + } + } + } - if (Versions != null) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPromptQueryResult + { + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById? ApiById { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById + { + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections? McpFeatureCollections { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_Api : ISelectMcpFeatureCollectionPromptQuery_ApiById + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections + { + /// + /// A list of edges. + /// + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + /// + /// Information to aid in pagination. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo PageInfo { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// A connection to a list of items. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection : ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge + { + /// + /// A cursor for use in pagination. + /// + public global::System.String Cursor { get; } + /// + /// The item at the end of the edge. + /// + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node Node { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges : ISelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// An edge in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge : ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo : IPageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + /// + /// Information about pagination in a connection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo : ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPrompt_McpFeatureCollection : IMcpFeatureCollectionDetailPrompt_McpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node : ISelectMcpFeatureCollectionPrompt_McpFeatureCollection + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection : ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node + { + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class SelectMockSchemaPromptQueryResult : global::System.IEquatable, ISelectMockSchemaPromptQueryResult + { + public SelectMockSchemaPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById? apiById) + { + ApiById = apiById; + } + + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById? ApiById { get; } + + public virtual global::System.Boolean Equals(SelectMockSchemaPromptQueryResult? other) + { + if (ReferenceEquals(null, other)) + { + return false; + } + + if (ReferenceEquals(this, other)) + { + return true; + } + + if (other.GetType() != GetType()) + { + return false; + } + + return (((ApiById is null && other.ApiById is null) || ApiById != null && ApiById.Equals(other.ApiById))); + } + + public override global::System.Boolean Equals(global::System.Object? obj) + { + if (ReferenceEquals(null, obj)) + { + return false; + } + + if (ReferenceEquals(this, obj)) + { + return true; + } + + if (obj.GetType() != GetType()) + { + return false; + } + + return Equals((SelectMockSchemaPromptQueryResult)obj); + } + + public override global::System.Int32 GetHashCode() + { + unchecked + { + int hash = 5; + if (ApiById != null) { - hash ^= 397 * Versions.GetHashCode(); + hash ^= 397 * ApiById.GetHashCode(); } return hash; @@ -132848,18 +134301,16 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client(global::System. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api + public partial class SelectMockSchemaPromptQuery_ApiById_Api : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_Api { - public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api(global::System.String name, global::System.Collections.Generic.IReadOnlyList path) + public SelectMockSchemaPromptQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas? mockSchemas) { - Name = name; - Path = path; + MockSchemas = mockSchemas; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas? MockSchemas { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api? other) + public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_Api? other) { if (ReferenceEquals(null, other)) { @@ -132876,7 +134327,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api(global::System return false; } - return (Name.Equals(other.Name)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path); + return (((MockSchemas is null && other.MockSchemas is null) || MockSchemas != null && MockSchemas.Equals(other.MockSchemas))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -132896,7 +134347,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api(global::System return false; } - return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api)obj); + return Equals((SelectMockSchemaPromptQuery_ApiById_Api)obj); } public override global::System.Int32 GetHashCode() @@ -132904,10 +134355,9 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api(global::System unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); - foreach (var Path_elm in Path) + if (MockSchemas != null) { - hash ^= 397 * Path_elm.GetHashCode(); + hash ^= 397 * MockSchemas.GetHashCode(); } return hash; @@ -132920,9 +134370,9 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api(global::System /// A connection to a list of items. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersionConnection : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersionConnection + public partial class SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection { - public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersionConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo pageInfo) + public SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo pageInfo) { Edges = edges; PageInfo = pageInfo; @@ -132931,13 +134381,13 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersion /// /// A list of edges. /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } /// /// Information to aid in pagination. /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo PageInfo { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersionConnection? other) + public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection? other) { if (ReferenceEquals(null, other)) { @@ -132974,7 +134424,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersion return false; } - return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersionConnection)obj); + return Equals((SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection)obj); } public override global::System.Int32 GetHashCode() @@ -133001,9 +134451,9 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersion /// An edge in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientVersionEdge : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientVersionEdge + public partial class SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge { - public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientVersionEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node node) + public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node node) { Cursor = cursor; Node = node; @@ -133016,9 +134466,9 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientV /// /// The item at the end of the edge. /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientVersionEdge? other) + public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge? other) { if (ReferenceEquals(null, other)) { @@ -133055,7 +134505,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientV return false; } - return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientVersionEdge)obj); + return Equals((SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge)obj); } public override global::System.Int32 GetHashCode() @@ -133075,14 +134525,20 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientV /// Information about pagination in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_PageInfo : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_PageInfo + public partial class SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo { - public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_PageInfo(global::System.Boolean hasNextPage, global::System.String? endCursor) + public SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { + HasPreviousPage = hasPreviousPage; HasNextPage = hasNextPage; EndCursor = endCursor; + StartCursor = startCursor; } + /// + /// Indicates whether more edges exist prior the set defined by the clients arguments. + /// + public global::System.Boolean HasPreviousPage { get; } /// /// Indicates whether more edges exist following the set defined by the clients arguments. /// @@ -133091,8 +134547,12 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_Page /// When paginating forwards, the cursor to continue. /// public global::System.String? EndCursor { get; } + /// + /// When paginating backwards, the cursor to continue. + /// + public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -133109,7 +134569,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_Page return false; } - return (global::System.Object.Equals(HasNextPage, other.HasNextPage)) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)); + return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -133129,7 +134589,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_Page return false; } - return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_PageInfo)obj); + return Equals((SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -133137,12 +134597,18 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_Page unchecked { int hash = 5; + hash ^= 397 * HasPreviousPage.GetHashCode(); hash ^= 397 * HasNextPage.GetHashCode(); if (EndCursor != null) { hash ^= 397 * EndCursor.GetHashCode(); } + if (StartCursor != null) + { + hash ^= 397 * StartCursor.GetHashCode(); + } + return hash; } } @@ -133150,22 +134616,30 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_Page // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_ClientVersion : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_ClientVersion + public partial class SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema { - public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_ClientVersion(global::System.String id, global::System.DateTimeOffset createdAt, global::System.String tag, global::System.Collections.Generic.IReadOnlyList publishedTo) + public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema(global::System.String id, global::System.String name, global::System.DateTimeOffset createdAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy createdBy, global::System.DateTimeOffset modifiedAt, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy modifiedBy, global::System.Uri downstreamUrl, global::System.String url) { Id = id; + Name = name; CreatedAt = createdAt; - Tag = tag; - PublishedTo = publishedTo; + CreatedBy = createdBy; + ModifiedAt = modifiedAt; + ModifiedBy = modifiedBy; + DownstreamUrl = downstreamUrl; + Url = url; } public global::System.String Id { get; } + public global::System.String Name { get; } public global::System.DateTimeOffset CreatedAt { get; } - public global::System.String Tag { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy CreatedBy { get; } + public global::System.DateTimeOffset ModifiedAt { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy ModifiedBy { get; } + public global::System.Uri DownstreamUrl { get; } + public global::System.String Url { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_ClientVersion? other) + public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema? other) { if (ReferenceEquals(null, other)) { @@ -133182,7 +134656,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_Cl return false; } - return (Id.Equals(other.Id)) && CreatedAt.Equals(other.CreatedAt) && Tag.Equals(other.Tag) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(PublishedTo, other.PublishedTo); + return (Id.Equals(other.Id)) && Name.Equals(other.Name) && CreatedAt.Equals(other.CreatedAt) && CreatedBy.Equals(other.CreatedBy) && ModifiedAt.Equals(other.ModifiedAt) && ModifiedBy.Equals(other.ModifiedBy) && DownstreamUrl.Equals(other.DownstreamUrl) && Url.Equals(other.Url); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -133202,7 +134676,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_Cl return false; } - return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_ClientVersion)obj); + return Equals((SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema)obj); } public override global::System.Int32 GetHashCode() @@ -133211,13 +134685,13 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_Cl { int hash = 5; hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); hash ^= 397 * CreatedAt.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); - foreach (var PublishedTo_elm in PublishedTo) - { - hash ^= 397 * PublishedTo_elm.GetHashCode(); - } - + hash ^= 397 * CreatedBy.GetHashCode(); + hash ^= 397 * ModifiedAt.GetHashCode(); + hash ^= 397 * ModifiedBy.GetHashCode(); + hash ^= 397 * DownstreamUrl.GetHashCode(); + hash ^= 397 * Url.GetHashCode(); return hash; } } @@ -133225,16 +134699,16 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_Cl // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion + public partial class SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo { - public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? stage) + public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo(global::System.String username) { - Stage = stage; + Username = username; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } + public global::System.String Username { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion? other) + public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo? other) { if (ReferenceEquals(null, other)) { @@ -133251,7 +134725,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_Pu return false; } - return (((Stage is null && other.Stage is null) || Stage != null && Stage.Equals(other.Stage))); + return (Username.Equals(other.Username)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -133271,7 +134745,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_Pu return false; } - return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion)obj); + return Equals((SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo)obj); } public override global::System.Int32 GetHashCode() @@ -133279,11 +134753,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_Pu unchecked { int hash = 5; - if (Stage != null) - { - hash ^= 397 * Stage.GetHashCode(); - } - + hash ^= 397 * Username.GetHashCode(); return hash; } } @@ -133291,16 +134761,16 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_Pu // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : global::System.IEquatable, ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage + public partial class SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo : global::System.IEquatable, ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo { - public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(global::System.String name) + public SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo(global::System.String username) { - Name = name; + Username = username; } - public global::System.String Name { get; } + public global::System.String Username { get; } - public virtual global::System.Boolean Equals(SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage? other) + public virtual global::System.Boolean Equals(SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo? other) { if (ReferenceEquals(null, other)) { @@ -133317,7 +134787,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_Pu return false; } - return (Name.Equals(other.Name)); + return (Username.Equals(other.Username)); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -133337,7 +134807,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_Pu return false; } - return Equals((SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage)obj); + return Equals((SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo)obj); } public override global::System.Int32 GetHashCode() @@ -133345,7 +134815,7 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_Pu unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Username.GetHashCode(); return hash; } } @@ -133353,21 +134823,21 @@ public SelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_Pu // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQueryResult + public partial interface ISelectMockSchemaPromptQueryResult { - public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById? ApiById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById? ApiById { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById + public partial interface ISelectMockSchemaPromptQuery_ApiById { - public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients? Clients { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas? MockSchemas { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Api : ISelectClientPromptQuery_ApiById + public partial interface ISelectMockSchemaPromptQuery_ApiById_Api : ISelectMockSchemaPromptQuery_ApiById { } @@ -133376,16 +134846,16 @@ public partial interface ISelectClientPromptQuery_ApiById_Api : ISelectClientPro /// A connection to a list of items. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients + public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas { /// /// A list of edges. /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } /// /// Information to aid in pagination. /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_PageInfo PageInfo { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo PageInfo { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator @@ -133393,7 +134863,7 @@ public partial interface ISelectClientPromptQuery_ApiById_Clients /// A connection to a list of items. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_ClientsConnection : ISelectClientPromptQuery_ApiById_Clients + public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection : ISelectMockSchemaPromptQuery_ApiById_MockSchemas { } @@ -133402,7 +134872,7 @@ public partial interface ISelectClientPromptQuery_ApiById_Clients_ClientsConnect /// An edge in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPrompt_ClientEdge + public partial interface ISelectMockCommand_MockEdge { /// /// A cursor for use in pagination. @@ -133411,7 +134881,7 @@ public partial interface ISelectClientPrompt_ClientEdge /// /// The item at the end of the edge. /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_Edges_Node Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator @@ -133419,7 +134889,7 @@ public partial interface ISelectClientPrompt_ClientEdge /// An edge in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges : ISelectClientPrompt_ClientEdge + public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges : ISelectMockCommand_MockEdge { } @@ -133428,16 +134898,7 @@ public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges : ISelec /// An edge in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge : ISelectClientPromptQuery_ApiById_Clients_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_PageInfo : IPageInfo + public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge : ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges { } @@ -133446,83 +134907,7 @@ public partial interface ISelectClientPromptQuery_ApiById_Clients_PageInfo : IPa /// Information about pagination in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo : ISelectClientPromptQuery_ApiById_Clients_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPrompt_Client : IClientDetailPrompt_Client - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node : ISelectClientPrompt_Client - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Client : ISelectClientPromptQuery_ApiById_Clients_Edges_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Api - { - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Api_Api : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Api - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_ClientVersionConnection : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges : IClientDetailPrompt_ClientVersionEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_ClientVersionEdge : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges + public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo : IPageInfo { } @@ -133531,81 +134916,66 @@ public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Ver /// Information about pagination in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo + public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo : ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo { - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo_PageInfo : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_PageInfo + public partial interface ISelectMockCommand_Mock : IMockSchemaDetailPrompt { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node + public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node : ISelectMockCommand_Mock { - public global::System.String Id { get; } - public global::System.DateTimeOffset CreatedAt { get; } - public global::System.String Tag { get; } - public global::System.Collections.Generic.IReadOnlyList PublishedTo { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_ClientVersion : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node + public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema : ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo + public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy { - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? Stage { get; } + public global::System.String Username { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo + public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy_UserInfo : ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_CreatedBy { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage + public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy { - public global::System.String Name { get; } + public global::System.String Username { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage_Stage : ISelectClientPromptQuery_ApiById_Clients_Edges_Node_Versions_Edges_Node_PublishedTo_Stage + public partial interface ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy_UserInfo : ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_ModifiedBy { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQueryResult : global::System.IEquatable, ISelectApiPromptQueryResult + public partial class SelectOpenApiCollectionPromptQueryResult : global::System.IEquatable, ISelectOpenApiCollectionPromptQueryResult { - public SelectApiPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById? workspaceById) + public SelectOpenApiCollectionPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById? apiById) { - WorkspaceById = workspaceById; + ApiById = apiById; } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById? WorkspaceById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById? ApiById { get; } - public virtual global::System.Boolean Equals(SelectApiPromptQueryResult? other) + public virtual global::System.Boolean Equals(SelectOpenApiCollectionPromptQueryResult? other) { if (ReferenceEquals(null, other)) { @@ -133622,7 +134992,7 @@ public SelectApiPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.I return false; } - return (((WorkspaceById is null && other.WorkspaceById is null) || WorkspaceById != null && WorkspaceById.Equals(other.WorkspaceById))); + return (((ApiById is null && other.ApiById is null) || ApiById != null && ApiById.Equals(other.ApiById))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -133642,7 +135012,7 @@ public SelectApiPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.I return false; } - return Equals((SelectApiPromptQueryResult)obj); + return Equals((SelectOpenApiCollectionPromptQueryResult)obj); } public override global::System.Int32 GetHashCode() @@ -133650,9 +135020,9 @@ public SelectApiPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.I unchecked { int hash = 5; - if (WorkspaceById != null) + if (ApiById != null) { - hash ^= 397 * WorkspaceById.GetHashCode(); + hash ^= 397 * ApiById.GetHashCode(); } return hash; @@ -133662,16 +135032,16 @@ public SelectApiPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.I // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQuery_WorkspaceById_Workspace : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Workspace + public partial class SelectOpenApiCollectionPromptQuery_ApiById_Api : global::System.IEquatable, ISelectOpenApiCollectionPromptQuery_ApiById_Api { - public SelectApiPromptQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis? apis) + public SelectOpenApiCollectionPromptQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections? openApiCollections) { - Apis = apis; + OpenApiCollections = openApiCollections; } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis? Apis { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections? OpenApiCollections { get; } - public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Workspace? other) + public virtual global::System.Boolean Equals(SelectOpenApiCollectionPromptQuery_ApiById_Api? other) { if (ReferenceEquals(null, other)) { @@ -133688,7 +135058,7 @@ public SelectApiPromptQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.Co return false; } - return (((Apis is null && other.Apis is null) || Apis != null && Apis.Equals(other.Apis))); + return (((OpenApiCollections is null && other.OpenApiCollections is null) || OpenApiCollections != null && OpenApiCollections.Equals(other.OpenApiCollections))); } public override global::System.Boolean Equals(global::System.Object? obj) @@ -133708,7 +135078,7 @@ public SelectApiPromptQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.Co return false; } - return Equals((SelectApiPromptQuery_WorkspaceById_Workspace)obj); + return Equals((SelectOpenApiCollectionPromptQuery_ApiById_Api)obj); } public override global::System.Int32 GetHashCode() @@ -133716,9 +135086,9 @@ public SelectApiPromptQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.Co unchecked { int hash = 5; - if (Apis != null) + if (OpenApiCollections != null) { - hash ^= 397 * Apis.GetHashCode(); + hash ^= 397 * OpenApiCollections.GetHashCode(); } return hash; @@ -133731,9 +135101,9 @@ public SelectApiPromptQuery_WorkspaceById_Workspace(global::ChilliCream.Nitro.Co /// A connection to a list of items. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_ApisConnection + public partial class SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiCollectionsConnection : global::System.IEquatable, ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiCollectionsConnection { - public SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo pageInfo) + public SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiCollectionsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo pageInfo) { Edges = edges; PageInfo = pageInfo; @@ -133742,13 +135112,13 @@ public SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection(global::System.Col /// /// A list of edges. /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } /// /// Information to aid in pagination. /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo PageInfo { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo PageInfo { get; } - public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection? other) + public virtual global::System.Boolean Equals(SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiCollectionsConnection? other) { if (ReferenceEquals(null, other)) { @@ -133785,7 +135155,7 @@ public SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection(global::System.Col return false; } - return Equals((SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection)obj); + return Equals((SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiCollectionsConnection)obj); } public override global::System.Int32 GetHashCode() @@ -133812,9 +135182,9 @@ public SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection(global::System.Col /// An edge in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge + public partial class SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge : global::System.IEquatable, ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge { - public SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node node) + public SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node node) { Cursor = cursor; Node = node; @@ -133827,9 +135197,9 @@ public SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge(global::System.Str /// /// The item at the end of the edge. /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node Node { get; } - public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge? other) + public virtual global::System.Boolean Equals(SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge? other) { if (ReferenceEquals(null, other)) { @@ -133866,7 +135236,7 @@ public SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge(global::System.Str return false; } - return Equals((SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge)obj); + return Equals((SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge)obj); } public override global::System.Int32 GetHashCode() @@ -133886,9 +135256,9 @@ public SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge(global::System.Str /// Information about pagination in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo + public partial class SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_PageInfo : global::System.IEquatable, ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_PageInfo { - public SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + public SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) { HasPreviousPage = hasPreviousPage; HasNextPage = hasNextPage; @@ -133913,7 +135283,7 @@ public SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo(global::System. /// public global::System.String? StartCursor { get; } - public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo? other) + public virtual global::System.Boolean Equals(SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_PageInfo? other) { if (ReferenceEquals(null, other)) { @@ -133950,7 +135320,7 @@ public SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo(global::System. return false; } - return Equals((SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo)obj); + return Equals((SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_PageInfo)obj); } public override global::System.Int32 GetHashCode() @@ -133977,91 +135347,9 @@ public SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo(global::System. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api - { - public SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api(global::System.String id, global::System.String name, global::System.Collections.Generic.IReadOnlyList path, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? workspace, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings settings) - { - Id = id; - Name = name; - Path = path; - Workspace = workspace; - Settings = settings; - } - - public global::System.String Id { get; } - public global::System.String Name { get; } - public global::System.Collections.Generic.IReadOnlyList Path { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? Workspace { get; } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings Settings { get; } - - public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (Id.Equals(other.Id)) && Name.Equals(other.Name) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Path, other.Path) && ((Workspace is null && other.Workspace is null) || Workspace != null && Workspace.Equals(other.Workspace)) && Settings.Equals(other.Settings); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); - foreach (var Path_elm in Path) - { - hash ^= 397 * Path_elm.GetHashCode(); - } - - if (Workspace != null) - { - hash ^= 397 * Workspace.GetHashCode(); - } - - hash ^= 397 * Settings.GetHashCode(); - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace + public partial class SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_OpenApiCollection : global::System.IEquatable, ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_OpenApiCollection { - public SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace(global::System.String id, global::System.String name) + public SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_OpenApiCollection(global::System.String id, global::System.String name) { Id = id; Name = name; @@ -134070,7 +135358,7 @@ public SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace(gl public global::System.String Id { get; } public global::System.String Name { get; } - public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace? other) + public virtual global::System.Boolean Equals(SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_OpenApiCollection? other) { if (ReferenceEquals(null, other)) { @@ -134107,7 +135395,7 @@ public SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace(gl return false; } - return Equals((SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace)obj); + return Equals((SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_OpenApiCollection)obj); } public override global::System.Int32 GetHashCode() @@ -134122,150 +135410,23 @@ public SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace(gl } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings - { - public SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings(global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry schemaRegistry) - { - SchemaRegistry = schemaRegistry; - } - - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry SchemaRegistry { get; } - - public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (SchemaRegistry.Equals(other.SchemaRegistry)); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * SchemaRegistry.GetHashCode(); - return hash; - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings : global::System.IEquatable, ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings - { - public SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings(global::System.Boolean treatDangerousAsBreaking, global::System.Boolean allowBreakingSchemaChanges) - { - TreatDangerousAsBreaking = treatDangerousAsBreaking; - AllowBreakingSchemaChanges = allowBreakingSchemaChanges; - } - - public global::System.Boolean TreatDangerousAsBreaking { get; } - public global::System.Boolean AllowBreakingSchemaChanges { get; } - - public virtual global::System.Boolean Equals(SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking)) && global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) - { - return false; - } - - if (ReferenceEquals(this, obj)) - { - return true; - } - - if (obj.GetType() != GetType()) - { - return false; - } - - return Equals((SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings)obj); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); - hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); - return hash; - } - } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQueryResult + public partial interface ISelectOpenApiCollectionPromptQueryResult { - public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById? WorkspaceById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById? ApiById { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById + public partial interface ISelectOpenApiCollectionPromptQuery_ApiById { - public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis? Apis { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections? OpenApiCollections { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Workspace : ISelectApiPromptQuery_WorkspaceById + public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_Api : ISelectOpenApiCollectionPromptQuery_ApiById { } @@ -134274,16 +135435,16 @@ public partial interface ISelectApiPromptQuery_WorkspaceById_Workspace : ISelect /// A connection to a list of items. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis + public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections { /// /// A list of edges. /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; } /// /// Information to aid in pagination. /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo PageInfo { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo PageInfo { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator @@ -134291,7 +135452,7 @@ public partial interface ISelectApiPromptQuery_WorkspaceById_Apis /// A connection to a list of items. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_ApisConnection : ISelectApiPromptQuery_WorkspaceById_Apis + public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiCollectionsConnection : ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections { } @@ -134300,7 +135461,7 @@ public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_ApisConnection /// An edge in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPrompt_ApiEdge + public partial interface ISelectOpenApiCollectionPrompt_OpenApiCollectionEdge { /// /// A cursor for use in pagination. @@ -134309,7 +135470,7 @@ public partial interface ISelectApiPrompt_ApiEdge /// /// The item at the end of the edge. /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node Node { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator @@ -134317,7 +135478,7 @@ public partial interface ISelectApiPrompt_ApiEdge /// An edge in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges : ISelectApiPrompt_ApiEdge + public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges : ISelectOpenApiCollectionPrompt_OpenApiCollectionEdge { } @@ -134326,7 +135487,7 @@ public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges : ISelec /// An edge in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge : ISelectApiPromptQuery_WorkspaceById_Apis_Edges + public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge : ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges { } @@ -134335,7 +135496,7 @@ public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge /// Information about pagination in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo : IPageInfo + public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo : IPageInfo { } @@ -134344,178 +135505,151 @@ public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo : IPa /// Information about pagination in a connection. /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo : ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node : ISelectApiPrompt_Api - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api : ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace - { - public global::System.String Id { get; } - public global::System.String Name { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace_Workspace : ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Workspace + public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_PageInfo : ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings + public partial interface ISelectOpenApiCollectionPrompt_OpenApiCollection : IOpenApiCollectionDetailPrompt_OpenApiCollection { - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry SchemaRegistry { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_ApiSettings : ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings + public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node : ISelectOpenApiCollectionPrompt_OpenApiCollection { } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry + public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_OpenApiCollection : ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node { - public global::System.Boolean TreatDangerousAsBreaking { get; } - public global::System.Boolean AllowBreakingSchemaChanges { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry_SchemaRegistrySettings : ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Settings_SchemaRegistry + public partial class CreateApiKeyInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - } + private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _apiKeyPermissionScopeInputFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _roleAssigmentConditionInputFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + public global::System.String TypeName => "CreateApiKeyInput"; - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMcpFeatureCollectionPromptQueryResult : global::System.IEquatable, ISelectMcpFeatureCollectionPromptQueryResult - { - public SelectMcpFeatureCollectionPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById? apiById) + public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - ApiById = apiById; + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _apiKeyPermissionScopeInputFormatter = serializerResolver.GetInputValueFormatter("ApiKeyPermissionScopeInput"); + _roleAssigmentConditionInputFormatter = serializerResolver.GetInputValueFormatter("RoleAssigmentConditionInput"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById? ApiById { get; } - - public virtual global::System.Boolean Equals(SelectMcpFeatureCollectionPromptQueryResult? other) + public global::System.Object? Format(global::System.Object? runtimeValue) { - if (ReferenceEquals(null, other)) + if (runtimeValue is null) { - return false; + return null; } - if (ReferenceEquals(this, other)) + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyInputInfo; + if (input is null || inputInfo is null) { - return true; + throw new global::System.ArgumentException(nameof(runtimeValue)); } - if (other.GetType() != GetType()) + var fields = new global::System.Collections.Generic.List>(); + if (inputInfo.IsNameSet) { - return false; + fields.Add(new global::System.Collections.Generic.KeyValuePair("name", FormatName(input.Name))); } - return (((ApiById is null && other.ApiById is null) || ApiById != null && ApiById.Equals(other.ApiById))); - } - - public override global::System.Boolean Equals(global::System.Object? obj) - { - if (ReferenceEquals(null, obj)) + if (inputInfo.IsPermissionScopeSet) { - return false; + fields.Add(new global::System.Collections.Generic.KeyValuePair("permissionScope", FormatPermissionScope(input.PermissionScope))); } - if (ReferenceEquals(this, obj)) + if (inputInfo.IsRoleAssigmentConditionSet) { - return true; + fields.Add(new global::System.Collections.Generic.KeyValuePair("roleAssigmentCondition", FormatRoleAssigmentCondition(input.RoleAssigmentCondition))); } - if (obj.GetType() != GetType()) + if (inputInfo.IsWorkspaceIdSet) { - return false; + fields.Add(new global::System.Collections.Generic.KeyValuePair("workspaceId", FormatWorkspaceId(input.WorkspaceId))); } - return Equals((SelectMcpFeatureCollectionPromptQueryResult)obj); + return fields; } - public override global::System.Int32 GetHashCode() + private global::System.Object? FormatName(global::System.String? input) { - unchecked + if (input is null) { - int hash = 5; - if (ApiById != null) - { - hash ^= 397 * ApiById.GetHashCode(); - } - - return hash; + return input; + } + else + { + return _stringFormatter.Format(input); } } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMcpFeatureCollectionPromptQuery_ApiById_Api : global::System.IEquatable, ISelectMcpFeatureCollectionPromptQuery_ApiById_Api - { - public SelectMcpFeatureCollectionPromptQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections? mcpFeatureCollections) + private global::System.Object? FormatPermissionScope(global::ChilliCream.Nitro.CommandLine.Client.ApiKeyPermissionScopeInput input) { - McpFeatureCollections = mcpFeatureCollections; - } + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections? McpFeatureCollections { get; } + return _apiKeyPermissionScopeInputFormatter.Format(input); + } - public virtual global::System.Boolean Equals(SelectMcpFeatureCollectionPromptQuery_ApiById_Api? other) + private global::System.Object? FormatRoleAssigmentCondition(global::ChilliCream.Nitro.CommandLine.Client.RoleAssigmentConditionInput? input) { - if (ReferenceEquals(null, other)) + if (input is null) { - return false; + return input; } - - if (ReferenceEquals(this, other)) + else { - return true; + return _roleAssigmentConditionInputFormatter.Format(input); } + } - if (other.GetType() != GetType()) + private global::System.Object? FormatWorkspaceId(global::System.String input) + { + if (input is null) { - return false; + throw new global::System.ArgumentNullException(nameof(input)); } - return (((McpFeatureCollections is null && other.McpFeatureCollections is null) || McpFeatureCollections != null && McpFeatureCollections.Equals(other.McpFeatureCollections))); + return _iDFormatter.Format(input); } + } - public override global::System.Boolean Equals(global::System.Object? obj) + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record CreateApiKeyInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyInputInfo + { + public virtual global::System.Boolean Equals(CreateApiKeyInput? other) { - if (ReferenceEquals(null, obj)) + if (ReferenceEquals(null, other)) { return false; } - if (ReferenceEquals(this, obj)) + if (ReferenceEquals(this, other)) { return true; } - if (obj.GetType() != GetType()) + if (other.GetType() != GetType()) { return false; } - return Equals((SelectMcpFeatureCollectionPromptQuery_ApiById_Api)obj); + return (((Name is null && other.Name is null) || Name != null && Name.Equals(other.Name))) && PermissionScope.Equals(other.PermissionScope) && ((RoleAssigmentCondition is null && other.RoleAssigmentCondition is null) || RoleAssigmentCondition != null && RoleAssigmentCondition.Equals(other.RoleAssigmentCondition)) && WorkspaceId.Equals(other.WorkspaceId); } public override global::System.Int32 GetHashCode() @@ -134523,120 +135657,149 @@ public SelectMcpFeatureCollectionPromptQuery_ApiById_Api(global::ChilliCream.Nit unchecked { int hash = 5; - if (McpFeatureCollections != null) + if (Name != null) { - hash ^= 397 * McpFeatureCollections.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + } + + hash ^= 397 * PermissionScope.GetHashCode(); + if (RoleAssigmentCondition != null) + { + hash ^= 397 * RoleAssigmentCondition.GetHashCode(); } + hash ^= 397 * WorkspaceId.GetHashCode(); return hash; } } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection : global::System.IEquatable, ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection - { - public SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo pageInfo) + private global::System.String? _value_name; + private global::System.Boolean _set_name; + private global::ChilliCream.Nitro.CommandLine.Client.ApiKeyPermissionScopeInput _value_permissionScope = default !; + private global::System.Boolean _set_permissionScope; + private global::ChilliCream.Nitro.CommandLine.Client.RoleAssigmentConditionInput? _value_roleAssigmentCondition; + private global::System.Boolean _set_roleAssigmentCondition; + private global::System.String _value_workspaceId = default !; + private global::System.Boolean _set_workspaceId; + public global::System.String? Name { - Edges = edges; - PageInfo = pageInfo; + get => _value_name; + init + { + _set_name = true; + _value_name = value; + } } - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo PageInfo { get; } + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyInputInfo.IsNameSet => _set_name; - public virtual global::System.Boolean Equals(SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection? other) + public global::ChilliCream.Nitro.CommandLine.Client.ApiKeyPermissionScopeInput PermissionScope { - if (ReferenceEquals(null, other)) + get => _value_permissionScope; + init { - return false; + _set_permissionScope = true; + _value_permissionScope = value; } + } - if (ReferenceEquals(this, other)) + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyInputInfo.IsPermissionScopeSet => _set_permissionScope; + + public global::ChilliCream.Nitro.CommandLine.Client.RoleAssigmentConditionInput? RoleAssigmentCondition + { + get => _value_roleAssigmentCondition; + init { - return true; + _set_roleAssigmentCondition = true; + _value_roleAssigmentCondition = value; } + } - if (other.GetType() != GetType()) + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyInputInfo.IsRoleAssigmentConditionSet => _set_roleAssigmentCondition; + + public global::System.String WorkspaceId + { + get => _value_workspaceId; + init { - return false; + _set_workspaceId = true; + _value_workspaceId = value; } + } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyInputInfo.IsWorkspaceIdSet => _set_workspaceId; + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ApiKeyPermissionScopeInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + { + private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + public global::System.String TypeName => "ApiKeyPermissionScopeInput"; + + public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); } - public override global::System.Boolean Equals(global::System.Object? obj) + public global::System.Object? Format(global::System.Object? runtimeValue) { - if (ReferenceEquals(null, obj)) + if (runtimeValue is null) { - return false; + return null; } - if (ReferenceEquals(this, obj)) + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.ApiKeyPermissionScopeInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IApiKeyPermissionScopeInputInfo; + if (input is null || inputInfo is null) { - return true; + throw new global::System.ArgumentException(nameof(runtimeValue)); } - if (obj.GetType() != GetType()) + var fields = new global::System.Collections.Generic.List>(); + if (inputInfo.IsApiIdSet) { - return false; + fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); } - return Equals((SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection)obj); + if (inputInfo.IsWorkspaceIdSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("workspaceId", FormatWorkspaceId(input.WorkspaceId))); + } + + return fields; } - public override global::System.Int32 GetHashCode() + private global::System.Object? FormatApiId(global::System.String? input) { - unchecked + if (input is null) { - int hash = 5; - if (Edges != null) - { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } - } - - hash ^= 397 * PageInfo.GetHashCode(); - return hash; + return input; + } + else + { + return _iDFormatter.Format(input); } } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge : global::System.IEquatable, ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge - { - public SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node node) + private global::System.Object? FormatWorkspaceId(global::System.String? input) { - Cursor = cursor; - Node = node; + if (input is null) + { + return input; + } + else + { + return _iDFormatter.Format(input); + } } + } - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node Node { get; } - - public virtual global::System.Boolean Equals(SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge? other) + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record ApiKeyPermissionScopeInput : global::ChilliCream.Nitro.CommandLine.Client.State.IApiKeyPermissionScopeInputInfo + { + public virtual global::System.Boolean Equals(ApiKeyPermissionScopeInput? other) { if (ReferenceEquals(null, other)) { @@ -134653,111 +135816,127 @@ public SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges return false; } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + return (((ApiId is null && other.ApiId is null) || ApiId != null && ApiId.Equals(other.ApiId))) && ((WorkspaceId is null && other.WorkspaceId is null) || WorkspaceId != null && WorkspaceId.Equals(other.WorkspaceId)); } - public override global::System.Boolean Equals(global::System.Object? obj) + public override global::System.Int32 GetHashCode() { - if (ReferenceEquals(null, obj)) + unchecked { - return false; - } + int hash = 5; + if (ApiId != null) + { + hash ^= 397 * ApiId.GetHashCode(); + } - if (ReferenceEquals(this, obj)) - { - return true; + if (WorkspaceId != null) + { + hash ^= 397 * WorkspaceId.GetHashCode(); + } + + return hash; } + } - if (obj.GetType() != GetType()) + private global::System.String? _value_apiId; + private global::System.Boolean _set_apiId; + private global::System.String? _value_workspaceId; + private global::System.Boolean _set_workspaceId; + public global::System.String? ApiId + { + get => _value_apiId; + init { - return false; + _set_apiId = true; + _value_apiId = value; } - - return Equals((SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge)obj); } - public override global::System.Int32 GetHashCode() + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IApiKeyPermissionScopeInputInfo.IsApiIdSet => _set_apiId; + + public global::System.String? WorkspaceId { - unchecked + get => _value_workspaceId; + init { - int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); - return hash; + _set_workspaceId = true; + _value_workspaceId = value; } } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IApiKeyPermissionScopeInputInfo.IsWorkspaceIdSet => _set_workspaceId; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// + // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo : global::System.IEquatable, ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo + public partial class RoleAssigmentConditionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - public SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + private global::StrawberryShake.Serialization.IInputValueFormatter _roleAssignmentStageAuthorizationConditionInputFormatter = default !; + public global::System.String TypeName => "RoleAssigmentConditionInput"; + + public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + _roleAssignmentStageAuthorizationConditionInputFormatter = serializerResolver.GetInputValueFormatter("RoleAssignmentStageAuthorizationConditionInput"); } - /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. - /// - public global::System.String? StartCursor { get; } - - public virtual global::System.Boolean Equals(SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo? other) + public global::System.Object? Format(global::System.Object? runtimeValue) { - if (ReferenceEquals(null, other)) + if (runtimeValue is null) { - return false; + return null; } - if (ReferenceEquals(this, other)) + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.RoleAssigmentConditionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IRoleAssigmentConditionInputInfo; + if (input is null || inputInfo is null) { - return true; + throw new global::System.ArgumentException(nameof(runtimeValue)); } - if (other.GetType() != GetType()) + var fields = new global::System.Collections.Generic.List>(); + if (inputInfo.IsStageAuthorizationConditionSet) { - return false; + fields.Add(new global::System.Collections.Generic.KeyValuePair("stageAuthorizationCondition", FormatStageAuthorizationCondition(input.StageAuthorizationCondition))); } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + return fields; } - public override global::System.Boolean Equals(global::System.Object? obj) + private global::System.Object? FormatStageAuthorizationCondition(global::ChilliCream.Nitro.CommandLine.Client.RoleAssignmentStageAuthorizationConditionInput? input) { - if (ReferenceEquals(null, obj)) + if (input is null) + { + return input; + } + else + { + return _roleAssignmentStageAuthorizationConditionInputFormatter.Format(input); + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record RoleAssigmentConditionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IRoleAssigmentConditionInputInfo + { + public virtual global::System.Boolean Equals(RoleAssigmentConditionInput? other) + { + if (ReferenceEquals(null, other)) { return false; } - if (ReferenceEquals(this, obj)) + if (ReferenceEquals(this, other)) { return true; } - if (obj.GetType() != GetType()) + if (other.GetType() != GetType()) { return false; } - return Equals((SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo)obj); + return (((StageAuthorizationCondition is null && other.StageAuthorizationCondition is null) || StageAuthorizationCondition != null && StageAuthorizationCondition.Equals(other.StageAuthorizationCondition))); } public override global::System.Int32 GetHashCode() @@ -134765,74 +135944,98 @@ public SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageI unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } - - if (StartCursor != null) + if (StageAuthorizationCondition != null) { - hash ^= 397 * StartCursor.GetHashCode(); + hash ^= 397 * StageAuthorizationCondition.GetHashCode(); } return hash; } } + + private global::ChilliCream.Nitro.CommandLine.Client.RoleAssignmentStageAuthorizationConditionInput? _value_stageAuthorizationCondition; + private global::System.Boolean _set_stageAuthorizationCondition; + public global::ChilliCream.Nitro.CommandLine.Client.RoleAssignmentStageAuthorizationConditionInput? StageAuthorizationCondition + { + get => _value_stageAuthorizationCondition; + init + { + _set_stageAuthorizationCondition = true; + _value_stageAuthorizationCondition = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IRoleAssigmentConditionInputInfo.IsStageAuthorizationConditionSet => _set_stageAuthorizationCondition; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection : global::System.IEquatable, ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection + public partial class RoleAssignmentStageAuthorizationConditionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - public SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection(global::System.String id, global::System.String name) + private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; + public global::System.String TypeName => "RoleAssignmentStageAuthorizationConditionInput"; + + public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - Id = id; - Name = name; + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } - public global::System.String Id { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection? other) + public global::System.Object? Format(global::System.Object? runtimeValue) { - if (ReferenceEquals(null, other)) + if (runtimeValue is null) { - return false; + return null; } - if (ReferenceEquals(this, other)) + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.RoleAssignmentStageAuthorizationConditionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IRoleAssignmentStageAuthorizationConditionInputInfo; + if (input is null || inputInfo is null) { - return true; + throw new global::System.ArgumentException(nameof(runtimeValue)); } - if (other.GetType() != GetType()) + var fields = new global::System.Collections.Generic.List>(); + if (inputInfo.IsNameSet) { - return false; + fields.Add(new global::System.Collections.Generic.KeyValuePair("name", FormatName(input.Name))); } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return fields; } - public override global::System.Boolean Equals(global::System.Object? obj) + private global::System.Object? FormatName(global::System.String input) { - if (ReferenceEquals(null, obj)) + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _stringFormatter.Format(input); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record RoleAssignmentStageAuthorizationConditionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IRoleAssignmentStageAuthorizationConditionInputInfo + { + public virtual global::System.Boolean Equals(RoleAssignmentStageAuthorizationConditionInput? other) + { + if (ReferenceEquals(null, other)) { return false; } - if (ReferenceEquals(this, obj)) + if (ReferenceEquals(this, other)) { return true; } - if (obj.GetType() != GetType()) + if (other.GetType() != GetType()) { return false; } - return Equals((SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection)obj); + return (Name.Equals(other.Name)); } public override global::System.Int32 GetHashCode() @@ -134840,179 +136043,94 @@ public SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); hash ^= 397 * Name.GetHashCode(); return hash; } } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPromptQueryResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById? ApiById { get; } - } + private global::System.String _value_name = default !; + private global::System.Boolean _set_name; + public global::System.String Name + { + get => _value_name; + init + { + _set_name = true; + _value_name = value; + } + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById - { - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections? McpFeatureCollections { get; } + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IRoleAssignmentStageAuthorizationConditionInputInfo.IsNameSet => _set_name; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_Api : ISelectMcpFeatureCollectionPromptQuery_ApiById + public partial class DeleteApiKeyInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - } + private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + public global::System.String TypeName => "DeleteApiKeyInput"; - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection : ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge - { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges : ISelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge : ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo : IPageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo : ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPrompt_McpFeatureCollection : IMcpFeatureCollectionDetailPrompt_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node : ISelectMcpFeatureCollectionPrompt_McpFeatureCollection - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection : ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectOpenApiCollectionPromptQueryResult : global::System.IEquatable, ISelectOpenApiCollectionPromptQueryResult - { - public SelectOpenApiCollectionPromptQueryResult(global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById? apiById) + public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - ApiById = apiById; + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById? ApiById { get; } - - public virtual global::System.Boolean Equals(SelectOpenApiCollectionPromptQueryResult? other) + public global::System.Object? Format(global::System.Object? runtimeValue) { - if (ReferenceEquals(null, other)) + if (runtimeValue is null) { - return false; + return null; } - if (ReferenceEquals(this, other)) + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiKeyInputInfo; + if (input is null || inputInfo is null) { - return true; + throw new global::System.ArgumentException(nameof(runtimeValue)); } - if (other.GetType() != GetType()) + var fields = new global::System.Collections.Generic.List>(); + if (inputInfo.IsApiKeyIdSet) { - return false; + fields.Add(new global::System.Collections.Generic.KeyValuePair("apiKeyId", FormatApiKeyId(input.ApiKeyId))); } - return (((ApiById is null && other.ApiById is null) || ApiById != null && ApiById.Equals(other.ApiById))); + return fields; } - public override global::System.Boolean Equals(global::System.Object? obj) + private global::System.Object? FormatApiKeyId(global::System.String input) { - if (ReferenceEquals(null, obj)) + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _iDFormatter.Format(input); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record DeleteApiKeyInput : global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiKeyInputInfo + { + public virtual global::System.Boolean Equals(DeleteApiKeyInput? other) + { + if (ReferenceEquals(null, other)) { return false; } - if (ReferenceEquals(this, obj)) + if (ReferenceEquals(this, other)) { return true; } - if (obj.GetType() != GetType()) + if (other.GetType() != GetType()) { return false; } - return Equals((SelectOpenApiCollectionPromptQueryResult)obj); + return (ApiKeyId.Equals(other.ApiKeyId)); } public override global::System.Int32 GetHashCode() @@ -135020,65 +136138,111 @@ public SelectOpenApiCollectionPromptQueryResult(global::ChilliCream.Nitro.Comman unchecked { int hash = 5; - if (ApiById != null) - { - hash ^= 397 * ApiById.GetHashCode(); - } - + hash ^= 397 * ApiKeyId.GetHashCode(); return hash; } } + + private global::System.String _value_apiKeyId = default !; + private global::System.Boolean _set_apiKeyId; + public global::System.String ApiKeyId + { + get => _value_apiKeyId; + init + { + _set_apiKeyId = true; + _value_apiKeyId = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiKeyInputInfo.IsApiKeyIdSet => _set_apiKeyId; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectOpenApiCollectionPromptQuery_ApiById_Api : global::System.IEquatable, ISelectOpenApiCollectionPromptQuery_ApiById_Api + public partial class UpdateApiSettingsInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - public SelectOpenApiCollectionPromptQuery_ApiById_Api(global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections? openApiCollections) + private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _partialApiSettingsInputFormatter = default !; + public global::System.String TypeName => "UpdateApiSettingsInput"; + + public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - OpenApiCollections = openApiCollections; + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _partialApiSettingsInputFormatter = serializerResolver.GetInputValueFormatter("PartialApiSettingsInput"); } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections? OpenApiCollections { get; } - - public virtual global::System.Boolean Equals(SelectOpenApiCollectionPromptQuery_ApiById_Api? other) + public global::System.Object? Format(global::System.Object? runtimeValue) { - if (ReferenceEquals(null, other)) + if (runtimeValue is null) { - return false; + return null; } - if (ReferenceEquals(this, other)) + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsInputInfo; + if (input is null || inputInfo is null) { - return true; + throw new global::System.ArgumentException(nameof(runtimeValue)); } - if (other.GetType() != GetType()) + var fields = new global::System.Collections.Generic.List>(); + if (inputInfo.IsApiIdSet) { - return false; + fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); } - return (((OpenApiCollections is null && other.OpenApiCollections is null) || OpenApiCollections != null && OpenApiCollections.Equals(other.OpenApiCollections))); + if (inputInfo.IsSettingsSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("settings", FormatSettings(input.Settings))); + } + + return fields; } - public override global::System.Boolean Equals(global::System.Object? obj) + private global::System.Object? FormatApiId(global::System.String input) { - if (ReferenceEquals(null, obj)) + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _iDFormatter.Format(input); + } + + private global::System.Object? FormatSettings(global::ChilliCream.Nitro.CommandLine.Client.PartialApiSettingsInput input) + { + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _partialApiSettingsInputFormatter.Format(input); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record UpdateApiSettingsInput : global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsInputInfo + { + public virtual global::System.Boolean Equals(UpdateApiSettingsInput? other) + { + if (ReferenceEquals(null, other)) { return false; } - if (ReferenceEquals(this, obj)) + if (ReferenceEquals(this, other)) { return true; } - if (obj.GetType() != GetType()) + if (other.GetType() != GetType()) { return false; } - return Equals((SelectOpenApiCollectionPromptQuery_ApiById_Api)obj); + return (ApiId.Equals(other.ApiId)) && Settings.Equals(other.Settings); } public override global::System.Int32 GetHashCode() @@ -135086,76 +136250,111 @@ public SelectOpenApiCollectionPromptQuery_ApiById_Api(global::ChilliCream.Nitro. unchecked { int hash = 5; - if (OpenApiCollections != null) - { - hash ^= 397 * OpenApiCollections.GetHashCode(); - } - + hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * Settings.GetHashCode(); return hash; } } + + private global::System.String _value_apiId = default !; + private global::System.Boolean _set_apiId; + private global::ChilliCream.Nitro.CommandLine.Client.PartialApiSettingsInput _value_settings = default !; + private global::System.Boolean _set_settings; + public global::System.String ApiId + { + get => _value_apiId; + init + { + _set_apiId = true; + _value_apiId = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsInputInfo.IsApiIdSet => _set_apiId; + + public global::ChilliCream.Nitro.CommandLine.Client.PartialApiSettingsInput Settings + { + get => _value_settings; + init + { + _set_settings = true; + _value_settings = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsInputInfo.IsSettingsSet => _set_settings; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// A connection to a list of items. - /// + // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiCollectionsConnection : global::System.IEquatable, ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiCollectionsConnection + public partial class PartialApiSettingsInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - public SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiCollectionsConnection(global::System.Collections.Generic.IReadOnlyList? edges, global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo pageInfo) + private global::StrawberryShake.Serialization.IInputValueFormatter _partialSchemaRegistrySettingsInputFormatter = default !; + public global::System.String TypeName => "PartialApiSettingsInput"; + + public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - Edges = edges; - PageInfo = pageInfo; + _partialSchemaRegistrySettingsInputFormatter = serializerResolver.GetInputValueFormatter("PartialSchemaRegistrySettingsInput"); } - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo PageInfo { get; } - - public virtual global::System.Boolean Equals(SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiCollectionsConnection? other) + public global::System.Object? Format(global::System.Object? runtimeValue) { - if (ReferenceEquals(null, other)) + if (runtimeValue is null) { - return false; + return null; } - if (ReferenceEquals(this, other)) + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.PartialApiSettingsInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IPartialApiSettingsInputInfo; + if (input is null || inputInfo is null) { - return true; + throw new global::System.ArgumentException(nameof(runtimeValue)); } - if (other.GetType() != GetType()) + var fields = new global::System.Collections.Generic.List>(); + if (inputInfo.IsSchemaRegistrySet) { - return false; + fields.Add(new global::System.Collections.Generic.KeyValuePair("schemaRegistry", FormatSchemaRegistry(input.SchemaRegistry))); } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Edges, other.Edges)) && PageInfo.Equals(other.PageInfo); + return fields; } - public override global::System.Boolean Equals(global::System.Object? obj) + private global::System.Object? FormatSchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.PartialSchemaRegistrySettingsInput? input) { - if (ReferenceEquals(null, obj)) + if (input is null) + { + return input; + } + else + { + return _partialSchemaRegistrySettingsInputFormatter.Format(input); + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record PartialApiSettingsInput : global::ChilliCream.Nitro.CommandLine.Client.State.IPartialApiSettingsInputInfo + { + public virtual global::System.Boolean Equals(PartialApiSettingsInput? other) + { + if (ReferenceEquals(null, other)) { return false; } - if (ReferenceEquals(this, obj)) + if (ReferenceEquals(this, other)) { return true; } - if (obj.GetType() != GetType()) + if (other.GetType() != GetType()) { return false; } - return Equals((SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiCollectionsConnection)obj); + return (((SchemaRegistry is null && other.SchemaRegistry is null) || SchemaRegistry != null && SchemaRegistry.Equals(other.SchemaRegistry))); } public override global::System.Int32 GetHashCode() @@ -135163,80 +136362,117 @@ public SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiC unchecked { int hash = 5; - if (Edges != null) + if (SchemaRegistry != null) { - foreach (var Edges_elm in Edges) - { - hash ^= 397 * Edges_elm.GetHashCode(); - } + hash ^= 397 * SchemaRegistry.GetHashCode(); } - hash ^= 397 * PageInfo.GetHashCode(); return hash; } } + + private global::ChilliCream.Nitro.CommandLine.Client.PartialSchemaRegistrySettingsInput? _value_schemaRegistry; + private global::System.Boolean _set_schemaRegistry; + public global::ChilliCream.Nitro.CommandLine.Client.PartialSchemaRegistrySettingsInput? SchemaRegistry + { + get => _value_schemaRegistry; + init + { + _set_schemaRegistry = true; + _value_schemaRegistry = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPartialApiSettingsInputInfo.IsSchemaRegistrySet => _set_schemaRegistry; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// An edge in a connection. - /// + // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge : global::System.IEquatable, ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge + public partial class PartialSchemaRegistrySettingsInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - public SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge(global::System.String cursor, global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node node) + private global::StrawberryShake.Serialization.IInputValueFormatter _booleanFormatter = default !; + public global::System.String TypeName => "PartialSchemaRegistrySettingsInput"; + + public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - Cursor = cursor; - Node = node; + _booleanFormatter = serializerResolver.GetInputValueFormatter("Boolean"); } - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node Node { get; } - - public virtual global::System.Boolean Equals(SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge? other) + public global::System.Object? Format(global::System.Object? runtimeValue) { - if (ReferenceEquals(null, other)) + if (runtimeValue is null) { - return false; + return null; } - if (ReferenceEquals(this, other)) + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.PartialSchemaRegistrySettingsInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IPartialSchemaRegistrySettingsInputInfo; + if (input is null || inputInfo is null) { - return true; + throw new global::System.ArgumentException(nameof(runtimeValue)); } - if (other.GetType() != GetType()) + var fields = new global::System.Collections.Generic.List>(); + if (inputInfo.IsAllowBreakingSchemaChangesSet) { - return false; + fields.Add(new global::System.Collections.Generic.KeyValuePair("allowBreakingSchemaChanges", FormatAllowBreakingSchemaChanges(input.AllowBreakingSchemaChanges))); } - return (Cursor.Equals(other.Cursor)) && Node.Equals(other.Node); + if (inputInfo.IsTreatDangerousAsBreakingSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("treatDangerousAsBreaking", FormatTreatDangerousAsBreaking(input.TreatDangerousAsBreaking))); + } + + return fields; } - public override global::System.Boolean Equals(global::System.Object? obj) + private global::System.Object? FormatAllowBreakingSchemaChanges(global::System.Boolean? input) { - if (ReferenceEquals(null, obj)) + if (input is null) + { + return input; + } + else + { + return _booleanFormatter.Format(input); + } + } + + private global::System.Object? FormatTreatDangerousAsBreaking(global::System.Boolean? input) + { + if (input is null) + { + return input; + } + else + { + return _booleanFormatter.Format(input); + } + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record PartialSchemaRegistrySettingsInput : global::ChilliCream.Nitro.CommandLine.Client.State.IPartialSchemaRegistrySettingsInputInfo + { + public virtual global::System.Boolean Equals(PartialSchemaRegistrySettingsInput? other) + { + if (ReferenceEquals(null, other)) { return false; } - if (ReferenceEquals(this, obj)) + if (ReferenceEquals(this, other)) { return true; } - if (obj.GetType() != GetType()) + if (other.GetType() != GetType()) { return false; } - return Equals((SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge)obj); + return (global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges)) && global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking); } public override global::System.Int32 GetHashCode() @@ -135244,83 +136480,134 @@ public SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOp unchecked { int hash = 5; - hash ^= 397 * Cursor.GetHashCode(); - hash ^= 397 * Node.GetHashCode(); + if (AllowBreakingSchemaChanges != null) + { + hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); + } + + if (TreatDangerousAsBreaking != null) + { + hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); + } + return hash; } } + + private global::System.Boolean? _value_allowBreakingSchemaChanges; + private global::System.Boolean _set_allowBreakingSchemaChanges; + private global::System.Boolean? _value_treatDangerousAsBreaking; + private global::System.Boolean _set_treatDangerousAsBreaking; + public global::System.Boolean? AllowBreakingSchemaChanges + { + get => _value_allowBreakingSchemaChanges; + init + { + _set_allowBreakingSchemaChanges = true; + _value_allowBreakingSchemaChanges = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPartialSchemaRegistrySettingsInputInfo.IsAllowBreakingSchemaChangesSet => _set_allowBreakingSchemaChanges; + + public global::System.Boolean? TreatDangerousAsBreaking + { + get => _value_treatDangerousAsBreaking; + init + { + _set_treatDangerousAsBreaking = true; + _value_treatDangerousAsBreaking = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPartialSchemaRegistrySettingsInputInfo.IsTreatDangerousAsBreakingSet => _set_treatDangerousAsBreaking; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator - /// - /// Information about pagination in a connection. - /// + // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_PageInfo : global::System.IEquatable, ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_PageInfo + public partial class CreateClientInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - public SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_PageInfo(global::System.Boolean hasPreviousPage, global::System.Boolean hasNextPage, global::System.String? endCursor, global::System.String? startCursor) + private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; + public global::System.String TypeName => "CreateClientInput"; + + public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } - /// - /// Indicates whether more edges exist prior the set defined by the clients arguments. - /// - public global::System.Boolean HasPreviousPage { get; } - /// - /// Indicates whether more edges exist following the set defined by the clients arguments. - /// - public global::System.Boolean HasNextPage { get; } - /// - /// When paginating forwards, the cursor to continue. - /// - public global::System.String? EndCursor { get; } - /// - /// When paginating backwards, the cursor to continue. - /// - public global::System.String? StartCursor { get; } - - public virtual global::System.Boolean Equals(SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_PageInfo? other) + public global::System.Object? Format(global::System.Object? runtimeValue) { - if (ReferenceEquals(null, other)) + if (runtimeValue is null) { - return false; + return null; } - if (ReferenceEquals(this, other)) + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientInputInfo; + if (input is null || inputInfo is null) { - return true; + throw new global::System.ArgumentException(nameof(runtimeValue)); } - if (other.GetType() != GetType()) + var fields = new global::System.Collections.Generic.List>(); + if (inputInfo.IsApiIdSet) { - return false; + fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); } - return (global::System.Object.Equals(HasPreviousPage, other.HasPreviousPage)) && global::System.Object.Equals(HasNextPage, other.HasNextPage) && ((EndCursor is null && other.EndCursor is null) || EndCursor != null && EndCursor.Equals(other.EndCursor)) && ((StartCursor is null && other.StartCursor is null) || StartCursor != null && StartCursor.Equals(other.StartCursor)); + if (inputInfo.IsNameSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("name", FormatName(input.Name))); + } + + return fields; } - public override global::System.Boolean Equals(global::System.Object? obj) + private global::System.Object? FormatApiId(global::System.String input) { - if (ReferenceEquals(null, obj)) + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _iDFormatter.Format(input); + } + + private global::System.Object? FormatName(global::System.String input) + { + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _stringFormatter.Format(input); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record CreateClientInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientInputInfo + { + public virtual global::System.Boolean Equals(CreateClientInput? other) + { + if (ReferenceEquals(null, other)) { return false; } - if (ReferenceEquals(this, obj)) + if (ReferenceEquals(this, other)) { return true; } - if (obj.GetType() != GetType()) + if (other.GetType() != GetType()) { return false; } - return Equals((SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_PageInfo)obj); + return (ApiId.Equals(other.ApiId)) && Name.Equals(other.Name); } public override global::System.Int32 GetHashCode() @@ -135328,74 +136615,109 @@ public SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_Pa unchecked { int hash = 5; - hash ^= 397 * HasPreviousPage.GetHashCode(); - hash ^= 397 * HasNextPage.GetHashCode(); - if (EndCursor != null) - { - hash ^= 397 * EndCursor.GetHashCode(); - } + hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); + return hash; + } + } - if (StartCursor != null) - { - hash ^= 397 * StartCursor.GetHashCode(); - } + private global::System.String _value_apiId = default !; + private global::System.Boolean _set_apiId; + private global::System.String _value_name = default !; + private global::System.Boolean _set_name; + public global::System.String ApiId + { + get => _value_apiId; + init + { + _set_apiId = true; + _value_apiId = value; + } + } - return hash; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientInputInfo.IsApiIdSet => _set_apiId; + + public global::System.String Name + { + get => _value_name; + init + { + _set_name = true; + _value_name = value; } } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientInputInfo.IsNameSet => _set_name; } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_OpenApiCollection : global::System.IEquatable, ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_OpenApiCollection + public partial class DeleteClientByIdInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - public SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_OpenApiCollection(global::System.String id, global::System.String name) + private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + public global::System.String TypeName => "DeleteClientByIdInput"; + + public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - Id = id; - Name = name; + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); } - public global::System.String Id { get; } - public global::System.String Name { get; } - - public virtual global::System.Boolean Equals(SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_OpenApiCollection? other) + public global::System.Object? Format(global::System.Object? runtimeValue) { - if (ReferenceEquals(null, other)) + if (runtimeValue is null) { - return false; + return null; } - if (ReferenceEquals(this, other)) + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.DeleteClientByIdInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteClientByIdInputInfo; + if (input is null || inputInfo is null) { - return true; + throw new global::System.ArgumentException(nameof(runtimeValue)); } - if (other.GetType() != GetType()) + var fields = new global::System.Collections.Generic.List>(); + if (inputInfo.IsClientIdSet) { - return false; + fields.Add(new global::System.Collections.Generic.KeyValuePair("clientId", FormatClientId(input.ClientId))); } - return (Id.Equals(other.Id)) && Name.Equals(other.Name); + return fields; } - public override global::System.Boolean Equals(global::System.Object? obj) + private global::System.Object? FormatClientId(global::System.String input) { - if (ReferenceEquals(null, obj)) + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _iDFormatter.Format(input); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record DeleteClientByIdInput : global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteClientByIdInputInfo + { + public virtual global::System.Boolean Equals(DeleteClientByIdInput? other) + { + if (ReferenceEquals(null, other)) { return false; } - if (ReferenceEquals(this, obj)) + if (ReferenceEquals(this, other)) { return true; } - if (obj.GetType() != GetType()) + if (other.GetType() != GetType()) { return false; } - return Equals((SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_OpenApiCollection)obj); + return (ClientId.Equals(other.ClientId)); } public override global::System.Int32 GetHashCode() @@ -135403,143 +136725,39 @@ public SelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_ unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * ClientId.GetHashCode(); return hash; } } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPromptQueryResult - { - public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById? ApiById { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPromptQuery_ApiById - { - public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections? OpenApiCollections { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_Api : ISelectOpenApiCollectionPromptQuery_ApiById - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections - { - /// - /// A list of edges. - /// - public global::System.Collections.Generic.IReadOnlyList? Edges { get; } - /// - /// Information to aid in pagination. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo PageInfo { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// A connection to a list of items. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_ApiOpenApiCollectionsConnection : ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPrompt_OpenApiCollectionEdge - { - /// - /// A cursor for use in pagination. - /// - public global::System.String Cursor { get; } - /// - /// The item at the end of the edge. - /// - public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node Node { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges : ISelectOpenApiCollectionPrompt_OpenApiCollectionEdge - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// An edge in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge : ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo : IPageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - /// - /// Information about pagination in a connection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo_PageInfo : ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_PageInfo - { - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPrompt_OpenApiCollection : IOpenApiCollectionDetailPrompt_OpenApiCollection - { - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node : ISelectOpenApiCollectionPrompt_OpenApiCollection - { - } + private global::System.String _value_clientId = default !; + private global::System.Boolean _set_clientId; + public global::System.String ClientId + { + get => _value_clientId; + init + { + _set_clientId = true; + _value_clientId = value; + } + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node_OpenApiCollection : ISelectOpenApiCollectionPromptQuery_ApiById_OpenApiCollections_Edges_Node - { + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteClientByIdInputInfo.IsClientIdSet => _set_clientId; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraphInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class PublishClientInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _booleanFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "UploadFusionSubgraphInput"; + public global::System.String TypeName => "PublishClientInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); + _booleanFormatter = serializerResolver.GetInputValueFormatter("Boolean"); _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } @@ -135550,22 +136768,27 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.PublishClientInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsApiIdSet) + if (inputInfo.IsClientIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("clientId", FormatClientId(input.ClientId))); } - if (inputInfo.IsArchiveSet) + if (inputInfo.IsForceSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("archive", FormatArchive(input.Archive))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("force", FormatForce(input.Force))); + } + + if (inputInfo.IsStageSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); } if (inputInfo.IsTagSet) @@ -135573,10 +136796,15 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); } + if (inputInfo.IsWaitForApprovalSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("waitForApproval", FormatWaitForApproval(input.WaitForApproval))); + } + return fields; } - private global::System.Object? FormatApiId(global::System.String input) + private global::System.Object? FormatClientId(global::System.String input) { if (input is null) { @@ -135586,9 +136814,26 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _iDFormatter.Format(input); } - private global::System.Object? FormatArchive(global::StrawberryShake.Upload input) + private global::System.Object? FormatForce(global::System.Boolean? input) { - return _uploadFormatter.Format(input); + if (input is null) + { + return input; + } + else + { + return _booleanFormatter.Format(input); + } + } + + private global::System.Object? FormatStage(global::System.String input) + { + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _stringFormatter.Format(input); } private global::System.Object? FormatTag(global::System.String input) @@ -135600,13 +136845,25 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _stringFormatter.Format(input); } + + private global::System.Object? FormatWaitForApproval(global::System.Boolean? input) + { + if (input is null) + { + return input; + } + else + { + return _booleanFormatter.Format(input); + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UploadFusionSubgraphInput : global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphInputInfo + public partial record PublishClientInput : global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo { - public virtual global::System.Boolean Equals(UploadFusionSubgraphInput? other) + public virtual global::System.Boolean Equals(PublishClientInput? other) { if (ReferenceEquals(null, other)) { @@ -135623,7 +136880,7 @@ public partial record UploadFusionSubgraphInput : global::ChilliCream.Nitro.Comm return false; } - return (ApiId.Equals(other.ApiId)) && Archive.Equals(other.Archive) && Tag.Equals(other.Tag); + return (ClientId.Equals(other.ClientId)) && global::System.Object.Equals(Force, other.Force) && Stage.Equals(other.Stage) && Tag.Equals(other.Tag) && global::System.Object.Equals(WaitForApproval, other.WaitForApproval); } public override global::System.Int32 GetHashCode() @@ -135631,42 +136888,68 @@ public partial record UploadFusionSubgraphInput : global::ChilliCream.Nitro.Comm unchecked { int hash = 5; - hash ^= 397 * ApiId.GetHashCode(); - hash ^= 397 * Archive.GetHashCode(); + hash ^= 397 * ClientId.GetHashCode(); + if (Force != null) + { + hash ^= 397 * Force.GetHashCode(); + } + + hash ^= 397 * Stage.GetHashCode(); hash ^= 397 * Tag.GetHashCode(); + if (WaitForApproval != null) + { + hash ^= 397 * WaitForApproval.GetHashCode(); + } + return hash; } } - private global::System.String _value_apiId = default !; - private global::System.Boolean _set_apiId; - private global::StrawberryShake.Upload _value_archive; - private global::System.Boolean _set_archive; + private global::System.String _value_clientId = default !; + private global::System.Boolean _set_clientId; + private global::System.Boolean? _value_force; + private global::System.Boolean _set_force; + private global::System.String _value_stage = default !; + private global::System.Boolean _set_stage; private global::System.String _value_tag = default !; private global::System.Boolean _set_tag; - public global::System.String ApiId + private global::System.Boolean? _value_waitForApproval; + private global::System.Boolean _set_waitForApproval; + public global::System.String ClientId { - get => _value_apiId; + get => _value_clientId; init { - _set_apiId = true; - _value_apiId = value; + _set_clientId = true; + _value_clientId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphInputInfo.IsApiIdSet => _set_apiId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo.IsClientIdSet => _set_clientId; - public global::StrawberryShake.Upload Archive + public global::System.Boolean? Force { - get => _value_archive; + get => _value_force; init { - _set_archive = true; - _value_archive = value; + _set_force = true; + _value_force = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphInputInfo.IsArchiveSet => _set_archive; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo.IsForceSet => _set_force; + + public global::System.String Stage + { + get => _value_stage; + init + { + _set_stage = true; + _value_stage = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo.IsStageSet => _set_stage; public global::System.String Tag { @@ -135678,7 +136961,19 @@ public partial record UploadFusionSubgraphInput : global::ChilliCream.Nitro.Comm } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphInputInfo.IsTagSet => _set_tag; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo.IsTagSet => _set_tag; + + public global::System.Boolean? WaitForApproval + { + get => _value_waitForApproval; + init + { + _set_waitForApproval = true; + _value_waitForApproval = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo.IsWaitForApprovalSet => _set_waitForApproval; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator @@ -136148,14 +137443,18 @@ public partial record ValidateClientInput : global::ChilliCream.Nitro.CommandLin // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class UploadFusionSubgraphInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - public global::System.String TypeName => "DeleteClientByIdInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; + public global::System.String TypeName => "UploadFusionSubgraphInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -136165,23 +137464,33 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.DeleteClientByIdInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteClientByIdInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsClientIdSet) + if (inputInfo.IsApiIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("clientId", FormatClientId(input.ClientId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); + } + + if (inputInfo.IsArchiveSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("archive", FormatArchive(input.Archive))); + } + + if (inputInfo.IsTagSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); } return fields; } - private global::System.Object? FormatClientId(global::System.String input) + private global::System.Object? FormatApiId(global::System.String input) { if (input is null) { @@ -136190,13 +137499,28 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _iDFormatter.Format(input); } + + private global::System.Object? FormatArchive(global::StrawberryShake.Upload input) + { + return _uploadFormatter.Format(input); + } + + private global::System.Object? FormatTag(global::System.String input) + { + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _stringFormatter.Format(input); + } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record DeleteClientByIdInput : global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteClientByIdInputInfo + public partial record UploadFusionSubgraphInput : global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphInputInfo { - public virtual global::System.Boolean Equals(DeleteClientByIdInput? other) + public virtual global::System.Boolean Equals(UploadFusionSubgraphInput? other) { if (ReferenceEquals(null, other)) { @@ -136213,7 +137537,7 @@ public partial record DeleteClientByIdInput : global::ChilliCream.Nitro.CommandL return false; } - return (ClientId.Equals(other.ClientId)); + return (ApiId.Equals(other.ApiId)) && Archive.Equals(other.Archive) && Tag.Equals(other.Tag); } public override global::System.Int32 GetHashCode() @@ -136221,231 +137545,42 @@ public partial record DeleteClientByIdInput : global::ChilliCream.Nitro.CommandL unchecked { int hash = 5; - hash ^= 397 * ClientId.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * Archive.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); return hash; } } - private global::System.String _value_clientId = default !; - private global::System.Boolean _set_clientId; - public global::System.String ClientId + private global::System.String _value_apiId = default !; + private global::System.Boolean _set_apiId; + private global::StrawberryShake.Upload _value_archive; + private global::System.Boolean _set_archive; + private global::System.String _value_tag = default !; + private global::System.Boolean _set_tag; + public global::System.String ApiId { - get => _value_clientId; + get => _value_apiId; init { - _set_clientId = true; - _value_clientId = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteClientByIdInputInfo.IsClientIdSet => _set_clientId; - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishClientInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter - { - private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _booleanFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "PublishClientInput"; - - public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _booleanFormatter = serializerResolver.GetInputValueFormatter("Boolean"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - } - - public global::System.Object? Format(global::System.Object? runtimeValue) - { - if (runtimeValue is null) - { - return null; - } - - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.PublishClientInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo; - if (input is null || inputInfo is null) - { - throw new global::System.ArgumentException(nameof(runtimeValue)); - } - - var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsClientIdSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("clientId", FormatClientId(input.ClientId))); - } - - if (inputInfo.IsForceSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("force", FormatForce(input.Force))); - } - - if (inputInfo.IsStageSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); - } - - if (inputInfo.IsTagSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); - } - - if (inputInfo.IsWaitForApprovalSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("waitForApproval", FormatWaitForApproval(input.WaitForApproval))); - } - - return fields; - } - - private global::System.Object? FormatClientId(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _iDFormatter.Format(input); - } - - private global::System.Object? FormatForce(global::System.Boolean? input) - { - if (input is null) - { - return input; - } - else - { - return _booleanFormatter.Format(input); - } - } - - private global::System.Object? FormatStage(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _stringFormatter.Format(input); - } - - private global::System.Object? FormatTag(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _stringFormatter.Format(input); - } - - private global::System.Object? FormatWaitForApproval(global::System.Boolean? input) - { - if (input is null) - { - return input; - } - else - { - return _booleanFormatter.Format(input); - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PublishClientInput : global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo - { - public virtual global::System.Boolean Equals(PublishClientInput? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (ClientId.Equals(other.ClientId)) && global::System.Object.Equals(Force, other.Force) && Stage.Equals(other.Stage) && Tag.Equals(other.Tag) && global::System.Object.Equals(WaitForApproval, other.WaitForApproval); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * ClientId.GetHashCode(); - if (Force != null) - { - hash ^= 397 * Force.GetHashCode(); - } - - hash ^= 397 * Stage.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); - if (WaitForApproval != null) - { - hash ^= 397 * WaitForApproval.GetHashCode(); - } - - return hash; - } - } - - private global::System.String _value_clientId = default !; - private global::System.Boolean _set_clientId; - private global::System.Boolean? _value_force; - private global::System.Boolean _set_force; - private global::System.String _value_stage = default !; - private global::System.Boolean _set_stage; - private global::System.String _value_tag = default !; - private global::System.Boolean _set_tag; - private global::System.Boolean? _value_waitForApproval; - private global::System.Boolean _set_waitForApproval; - public global::System.String ClientId - { - get => _value_clientId; - init - { - _set_clientId = true; - _value_clientId = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo.IsClientIdSet => _set_clientId; - - public global::System.Boolean? Force - { - get => _value_force; - init - { - _set_force = true; - _value_force = value; + _set_apiId = true; + _value_apiId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo.IsForceSet => _set_force; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphInputInfo.IsApiIdSet => _set_apiId; - public global::System.String Stage + public global::StrawberryShake.Upload Archive { - get => _value_stage; + get => _value_archive; init { - _set_stage = true; - _value_stage = value; + _set_archive = true; + _value_archive = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo.IsStageSet => _set_stage; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphInputInfo.IsArchiveSet => _set_archive; public global::System.String Tag { @@ -136457,28 +137592,16 @@ public partial record PublishClientInput : global::ChilliCream.Nitro.CommandLine } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo.IsTagSet => _set_tag; - - public global::System.Boolean? WaitForApproval - { - get => _value_waitForApproval; - init - { - _set_waitForApproval = true; - _value_waitForApproval = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishClientInputInfo.IsWaitForApprovalSet => _set_waitForApproval; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphInputInfo.IsTagSet => _set_tag; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class CreateMcpFeatureCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "CreateClientInput"; + public global::System.String TypeName => "CreateMcpFeatureCollectionInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { @@ -136493,8 +137616,8 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); @@ -136537,9 +137660,9 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreateClientInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientInputInfo + public partial record CreateMcpFeatureCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionInputInfo { - public virtual global::System.Boolean Equals(CreateClientInput? other) + public virtual global::System.Boolean Equals(CreateMcpFeatureCollectionInput? other) { if (ReferenceEquals(null, other)) { @@ -136584,7 +137707,7 @@ public partial record CreateClientInput : global::ChilliCream.Nitro.CommandLine. } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientInputInfo.IsApiIdSet => _set_apiId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionInputInfo.IsApiIdSet => _set_apiId; public global::System.String Name { @@ -136596,21 +137719,19 @@ public partial record CreateClientInput : global::ChilliCream.Nitro.CommandLine. } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientInputInfo.IsNameSet => _set_name; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionInputInfo.IsNameSet => _set_name; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateApiSettingsInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class DeleteMcpFeatureCollectionByIdInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _partialApiSettingsInputFormatter = default !; - public global::System.String TypeName => "UpdateApiSettingsInput"; + public global::System.String TypeName => "DeleteMcpFeatureCollectionByIdInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _partialApiSettingsInputFormatter = serializerResolver.GetInputValueFormatter("PartialApiSettingsInput"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -136620,28 +137741,23 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteMcpFeatureCollectionByIdInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsApiIdSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); - } - - if (inputInfo.IsSettingsSet) + if (inputInfo.IsMcpFeatureCollectionIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("settings", FormatSettings(input.Settings))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("mcpFeatureCollectionId", FormatMcpFeatureCollectionId(input.McpFeatureCollectionId))); } return fields; } - private global::System.Object? FormatApiId(global::System.String input) + private global::System.Object? FormatMcpFeatureCollectionId(global::System.String input) { if (input is null) { @@ -136650,23 +137766,13 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _iDFormatter.Format(input); } - - private global::System.Object? FormatSettings(global::ChilliCream.Nitro.CommandLine.Client.PartialApiSettingsInput input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _partialApiSettingsInputFormatter.Format(input); - } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UpdateApiSettingsInput : global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsInputInfo + public partial record DeleteMcpFeatureCollectionByIdInput : global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteMcpFeatureCollectionByIdInputInfo { - public virtual global::System.Boolean Equals(UpdateApiSettingsInput? other) + public virtual global::System.Boolean Equals(DeleteMcpFeatureCollectionByIdInput? other) { if (ReferenceEquals(null, other)) { @@ -136683,7 +137789,7 @@ public partial record UpdateApiSettingsInput : global::ChilliCream.Nitro.Command return false; } - return (ApiId.Equals(other.ApiId)) && Settings.Equals(other.Settings); + return (McpFeatureCollectionId.Equals(other.McpFeatureCollectionId)); } public override global::System.Int32 GetHashCode() @@ -136691,51 +137797,40 @@ public partial record UpdateApiSettingsInput : global::ChilliCream.Nitro.Command unchecked { int hash = 5; - hash ^= 397 * ApiId.GetHashCode(); - hash ^= 397 * Settings.GetHashCode(); + hash ^= 397 * McpFeatureCollectionId.GetHashCode(); return hash; } } - private global::System.String _value_apiId = default !; - private global::System.Boolean _set_apiId; - private global::ChilliCream.Nitro.CommandLine.Client.PartialApiSettingsInput _value_settings = default !; - private global::System.Boolean _set_settings; - public global::System.String ApiId - { - get => _value_apiId; - init - { - _set_apiId = true; - _value_apiId = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsInputInfo.IsApiIdSet => _set_apiId; - - public global::ChilliCream.Nitro.CommandLine.Client.PartialApiSettingsInput Settings + private global::System.String _value_mcpFeatureCollectionId = default !; + private global::System.Boolean _set_mcpFeatureCollectionId; + public global::System.String McpFeatureCollectionId { - get => _value_settings; + get => _value_mcpFeatureCollectionId; init { - _set_settings = true; - _value_settings = value; + _set_mcpFeatureCollectionId = true; + _value_mcpFeatureCollectionId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsInputInfo.IsSettingsSet => _set_settings; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteMcpFeatureCollectionByIdInputInfo.IsMcpFeatureCollectionIdSet => _set_mcpFeatureCollectionId; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PartialApiSettingsInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class PublishMcpFeatureCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - private global::StrawberryShake.Serialization.IInputValueFormatter _partialSchemaRegistrySettingsInputFormatter = default !; - public global::System.String TypeName => "PartialApiSettingsInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _booleanFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; + public global::System.String TypeName => "PublishMcpFeatureCollectionInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _partialSchemaRegistrySettingsInputFormatter = serializerResolver.GetInputValueFormatter("PartialSchemaRegistrySettingsInput"); + _booleanFormatter = serializerResolver.GetInputValueFormatter("Boolean"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -136745,23 +137840,43 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.PartialApiSettingsInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IPartialApiSettingsInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsSchemaRegistrySet) + if (inputInfo.IsForceSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("schemaRegistry", FormatSchemaRegistry(input.SchemaRegistry))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("force", FormatForce(input.Force))); + } + + if (inputInfo.IsMcpFeatureCollectionIdSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("mcpFeatureCollectionId", FormatMcpFeatureCollectionId(input.McpFeatureCollectionId))); + } + + if (inputInfo.IsStageSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); + } + + if (inputInfo.IsTagSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); + } + + if (inputInfo.IsWaitForApprovalSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("waitForApproval", FormatWaitForApproval(input.WaitForApproval))); } return fields; } - private global::System.Object? FormatSchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.PartialSchemaRegistrySettingsInput? input) + private global::System.Object? FormatForce(global::System.Boolean? input) { if (input is null) { @@ -136769,16 +137884,58 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver } else { - return _partialSchemaRegistrySettingsInputFormatter.Format(input); + return _booleanFormatter.Format(input); + } + } + + private global::System.Object? FormatMcpFeatureCollectionId(global::System.String input) + { + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _iDFormatter.Format(input); + } + + private global::System.Object? FormatStage(global::System.String input) + { + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _stringFormatter.Format(input); + } + + private global::System.Object? FormatTag(global::System.String input) + { + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _stringFormatter.Format(input); + } + + private global::System.Object? FormatWaitForApproval(global::System.Boolean? input) + { + if (input is null) + { + return input; + } + else + { + return _booleanFormatter.Format(input); } } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PartialApiSettingsInput : global::ChilliCream.Nitro.CommandLine.Client.State.IPartialApiSettingsInputInfo + public partial record PublishMcpFeatureCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo { - public virtual global::System.Boolean Equals(PartialApiSettingsInput? other) + public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionInput? other) { if (ReferenceEquals(null, other)) { @@ -136795,7 +137952,7 @@ public partial record PartialApiSettingsInput : global::ChilliCream.Nitro.Comman return false; } - return (((SchemaRegistry is null && other.SchemaRegistry is null) || SchemaRegistry != null && SchemaRegistry.Equals(other.SchemaRegistry))); + return (global::System.Object.Equals(Force, other.Force)) && McpFeatureCollectionId.Equals(other.McpFeatureCollectionId) && Stage.Equals(other.Stage) && Tag.Equals(other.Tag) && global::System.Object.Equals(WaitForApproval, other.WaitForApproval); } public override global::System.Int32 GetHashCode() @@ -136803,40 +137960,108 @@ public partial record PartialApiSettingsInput : global::ChilliCream.Nitro.Comman unchecked { int hash = 5; - if (SchemaRegistry != null) + if (Force != null) { - hash ^= 397 * SchemaRegistry.GetHashCode(); + hash ^= 397 * Force.GetHashCode(); + } + + hash ^= 397 * McpFeatureCollectionId.GetHashCode(); + hash ^= 397 * Stage.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); + if (WaitForApproval != null) + { + hash ^= 397 * WaitForApproval.GetHashCode(); } return hash; } } - private global::ChilliCream.Nitro.CommandLine.Client.PartialSchemaRegistrySettingsInput? _value_schemaRegistry; - private global::System.Boolean _set_schemaRegistry; - public global::ChilliCream.Nitro.CommandLine.Client.PartialSchemaRegistrySettingsInput? SchemaRegistry + private global::System.Boolean? _value_force; + private global::System.Boolean _set_force; + private global::System.String _value_mcpFeatureCollectionId = default !; + private global::System.Boolean _set_mcpFeatureCollectionId; + private global::System.String _value_stage = default !; + private global::System.Boolean _set_stage; + private global::System.String _value_tag = default !; + private global::System.Boolean _set_tag; + private global::System.Boolean? _value_waitForApproval; + private global::System.Boolean _set_waitForApproval; + public global::System.Boolean? Force { - get => _value_schemaRegistry; + get => _value_force; init { - _set_schemaRegistry = true; - _value_schemaRegistry = value; + _set_force = true; + _value_force = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPartialApiSettingsInputInfo.IsSchemaRegistrySet => _set_schemaRegistry; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo.IsForceSet => _set_force; + + public global::System.String McpFeatureCollectionId + { + get => _value_mcpFeatureCollectionId; + init + { + _set_mcpFeatureCollectionId = true; + _value_mcpFeatureCollectionId = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo.IsMcpFeatureCollectionIdSet => _set_mcpFeatureCollectionId; + + public global::System.String Stage + { + get => _value_stage; + init + { + _set_stage = true; + _value_stage = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo.IsStageSet => _set_stage; + + public global::System.String Tag + { + get => _value_tag; + init + { + _set_tag = true; + _value_tag = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo.IsTagSet => _set_tag; + + public global::System.Boolean? WaitForApproval + { + get => _value_waitForApproval; + init + { + _set_waitForApproval = true; + _value_waitForApproval = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo.IsWaitForApprovalSet => _set_waitForApproval; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PartialSchemaRegistrySettingsInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class UploadMcpFeatureCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - private global::StrawberryShake.Serialization.IInputValueFormatter _booleanFormatter = default !; - public global::System.String TypeName => "PartialSchemaRegistrySettingsInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; + public global::System.String TypeName => "UploadMcpFeatureCollectionInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _booleanFormatter = serializerResolver.GetInputValueFormatter("Boolean"); + _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -136846,57 +138071,63 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.PartialSchemaRegistrySettingsInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IPartialSchemaRegistrySettingsInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IUploadMcpFeatureCollectionInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsAllowBreakingSchemaChangesSet) + if (inputInfo.IsCollectionSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("allowBreakingSchemaChanges", FormatAllowBreakingSchemaChanges(input.AllowBreakingSchemaChanges))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("collection", FormatCollection(input.Collection))); } - if (inputInfo.IsTreatDangerousAsBreakingSet) + if (inputInfo.IsMcpFeatureCollectionIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("treatDangerousAsBreaking", FormatTreatDangerousAsBreaking(input.TreatDangerousAsBreaking))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("mcpFeatureCollectionId", FormatMcpFeatureCollectionId(input.McpFeatureCollectionId))); + } + + if (inputInfo.IsTagSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); } return fields; } - private global::System.Object? FormatAllowBreakingSchemaChanges(global::System.Boolean? input) + private global::System.Object? FormatCollection(global::StrawberryShake.Upload input) + { + return _uploadFormatter.Format(input); + } + + private global::System.Object? FormatMcpFeatureCollectionId(global::System.String input) { if (input is null) { - return input; - } - else - { - return _booleanFormatter.Format(input); + throw new global::System.ArgumentNullException(nameof(input)); } + + return _iDFormatter.Format(input); } - private global::System.Object? FormatTreatDangerousAsBreaking(global::System.Boolean? input) + private global::System.Object? FormatTag(global::System.String input) { if (input is null) { - return input; - } - else - { - return _booleanFormatter.Format(input); + throw new global::System.ArgumentNullException(nameof(input)); } + + return _stringFormatter.Format(input); } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PartialSchemaRegistrySettingsInput : global::ChilliCream.Nitro.CommandLine.Client.State.IPartialSchemaRegistrySettingsInputInfo + public partial record UploadMcpFeatureCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IUploadMcpFeatureCollectionInputInfo { - public virtual global::System.Boolean Equals(PartialSchemaRegistrySettingsInput? other) + public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionInput? other) { if (ReferenceEquals(null, other)) { @@ -136913,7 +138144,7 @@ public partial record PartialSchemaRegistrySettingsInput : global::ChilliCream.N return false; } - return (global::System.Object.Equals(AllowBreakingSchemaChanges, other.AllowBreakingSchemaChanges)) && global::System.Object.Equals(TreatDangerousAsBreaking, other.TreatDangerousAsBreaking); + return (Collection.Equals(other.Collection)) && McpFeatureCollectionId.Equals(other.McpFeatureCollectionId) && Tag.Equals(other.Tag); } public override global::System.Int32 GetHashCode() @@ -136921,61 +138152,70 @@ public partial record PartialSchemaRegistrySettingsInput : global::ChilliCream.N unchecked { int hash = 5; - if (AllowBreakingSchemaChanges != null) - { - hash ^= 397 * AllowBreakingSchemaChanges.GetHashCode(); - } - - if (TreatDangerousAsBreaking != null) - { - hash ^= 397 * TreatDangerousAsBreaking.GetHashCode(); - } - + hash ^= 397 * Collection.GetHashCode(); + hash ^= 397 * McpFeatureCollectionId.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); return hash; } } - private global::System.Boolean? _value_allowBreakingSchemaChanges; - private global::System.Boolean _set_allowBreakingSchemaChanges; - private global::System.Boolean? _value_treatDangerousAsBreaking; - private global::System.Boolean _set_treatDangerousAsBreaking; - public global::System.Boolean? AllowBreakingSchemaChanges + private global::StrawberryShake.Upload _value_collection; + private global::System.Boolean _set_collection; + private global::System.String _value_mcpFeatureCollectionId = default !; + private global::System.Boolean _set_mcpFeatureCollectionId; + private global::System.String _value_tag = default !; + private global::System.Boolean _set_tag; + public global::StrawberryShake.Upload Collection { - get => _value_allowBreakingSchemaChanges; + get => _value_collection; init { - _set_allowBreakingSchemaChanges = true; - _value_allowBreakingSchemaChanges = value; + _set_collection = true; + _value_collection = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPartialSchemaRegistrySettingsInputInfo.IsAllowBreakingSchemaChangesSet => _set_allowBreakingSchemaChanges; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadMcpFeatureCollectionInputInfo.IsCollectionSet => _set_collection; - public global::System.Boolean? TreatDangerousAsBreaking + public global::System.String McpFeatureCollectionId { - get => _value_treatDangerousAsBreaking; + get => _value_mcpFeatureCollectionId; init { - _set_treatDangerousAsBreaking = true; - _value_treatDangerousAsBreaking = value; + _set_mcpFeatureCollectionId = true; + _value_mcpFeatureCollectionId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPartialSchemaRegistrySettingsInputInfo.IsTreatDangerousAsBreakingSet => _set_treatDangerousAsBreaking; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadMcpFeatureCollectionInputInfo.IsMcpFeatureCollectionIdSet => _set_mcpFeatureCollectionId; + + public global::System.String Tag + { + get => _value_tag; + init + { + _set_tag = true; + _value_tag = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadMcpFeatureCollectionInputInfo.IsTagSet => _set_tag; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStagesInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class ValidateMcpFeatureCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { + private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _stageUpdateInputFormatter = default !; - public global::System.String TypeName => "UpdateStagesInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; + public global::System.String TypeName => "ValidateMcpFeatureCollectionInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { + _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stageUpdateInputFormatter = serializerResolver.GetInputValueFormatter("StageUpdateInput"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -136985,28 +138225,38 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.ValidateMcpFeatureCollectionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IValidateMcpFeatureCollectionInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsApiIdSet) + if (inputInfo.IsCollectionSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("collection", FormatCollection(input.Collection))); } - if (inputInfo.IsUpdatedStagesSet) + if (inputInfo.IsMcpFeatureCollectionIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("updatedStages", FormatUpdatedStages(input.UpdatedStages))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("mcpFeatureCollectionId", FormatMcpFeatureCollectionId(input.McpFeatureCollectionId))); + } + + if (inputInfo.IsStageSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); } return fields; } - private global::System.Object? FormatApiId(global::System.String input) + private global::System.Object? FormatCollection(global::StrawberryShake.Upload input) + { + return _uploadFormatter.Format(input); + } + + private global::System.Object? FormatMcpFeatureCollectionId(global::System.String input) { if (input is null) { @@ -137016,33 +138266,22 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _iDFormatter.Format(input); } - private global::System.Object? FormatUpdatedStages(global::System.Collections.Generic.IReadOnlyList input) + private global::System.Object? FormatStage(global::System.String input) { if (input is null) { throw new global::System.ArgumentNullException(nameof(input)); } - var input_list = new global::System.Collections.Generic.List(); - foreach (var input_elm in input) - { - if (input_elm is null) - { - throw new global::System.ArgumentNullException(nameof(input_elm)); - } - - input_list.Add(_stageUpdateInputFormatter.Format(input_elm)); - } - - return input_list; + return _stringFormatter.Format(input); } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UpdateStagesInput : global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesInputInfo + public partial record ValidateMcpFeatureCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IValidateMcpFeatureCollectionInputInfo { - public virtual global::System.Boolean Equals(UpdateStagesInput? other) + public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionInput? other) { if (ReferenceEquals(null, other)) { @@ -137059,7 +138298,7 @@ public partial record UpdateStagesInput : global::ChilliCream.Nitro.CommandLine. return false; } - return (ApiId.Equals(other.ApiId)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(UpdatedStages, other.UpdatedStages); + return (Collection.Equals(other.Collection)) && McpFeatureCollectionId.Equals(other.McpFeatureCollectionId) && Stage.Equals(other.Stage); } public override global::System.Int32 GetHashCode() @@ -137067,56 +138306,67 @@ public partial record UpdateStagesInput : global::ChilliCream.Nitro.CommandLine. unchecked { int hash = 5; - hash ^= 397 * ApiId.GetHashCode(); - foreach (var UpdatedStages_elm in UpdatedStages) - { - hash ^= 397 * UpdatedStages_elm.GetHashCode(); - } - + hash ^= 397 * Collection.GetHashCode(); + hash ^= 397 * McpFeatureCollectionId.GetHashCode(); + hash ^= 397 * Stage.GetHashCode(); return hash; } } - private global::System.String _value_apiId = default !; - private global::System.Boolean _set_apiId; - private global::System.Collections.Generic.IReadOnlyList _value_updatedStages = default !; - private global::System.Boolean _set_updatedStages; - public global::System.String ApiId + private global::StrawberryShake.Upload _value_collection; + private global::System.Boolean _set_collection; + private global::System.String _value_mcpFeatureCollectionId = default !; + private global::System.Boolean _set_mcpFeatureCollectionId; + private global::System.String _value_stage = default !; + private global::System.Boolean _set_stage; + public global::StrawberryShake.Upload Collection { - get => _value_apiId; + get => _value_collection; init { - _set_apiId = true; - _value_apiId = value; + _set_collection = true; + _value_collection = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesInputInfo.IsApiIdSet => _set_apiId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateMcpFeatureCollectionInputInfo.IsCollectionSet => _set_collection; - public global::System.Collections.Generic.IReadOnlyList UpdatedStages + public global::System.String McpFeatureCollectionId { - get => _value_updatedStages; + get => _value_mcpFeatureCollectionId; init { - _set_updatedStages = true; - _value_updatedStages = value; + _set_mcpFeatureCollectionId = true; + _value_mcpFeatureCollectionId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesInputInfo.IsUpdatedStagesSet => _set_updatedStages; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateMcpFeatureCollectionInputInfo.IsMcpFeatureCollectionIdSet => _set_mcpFeatureCollectionId; + + public global::System.String Stage + { + get => _value_stage; + init + { + _set_stage = true; + _value_stage = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateMcpFeatureCollectionInputInfo.IsStageSet => _set_stage; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StageUpdateInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class CreateOpenApiCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - private global::StrawberryShake.Serialization.IInputValueFormatter _stageConditionUpdateInputFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "StageUpdateInput"; + public global::System.String TypeName => "CreateOpenApiCollectionInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _stageConditionUpdateInputFormatter = serializerResolver.GetInputValueFormatter("StageConditionUpdateInput"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } @@ -137127,22 +138377,17 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.StageUpdateInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IStageUpdateInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsConditionsSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("conditions", FormatConditions(input.Conditions))); - } - - if (inputInfo.IsDisplayNameSet) + if (inputInfo.IsApiIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("displayName", FormatDisplayName(input.DisplayName))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); } if (inputInfo.IsNameSet) @@ -137153,37 +138398,14 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return fields; } - private global::System.Object? FormatConditions(global::System.Collections.Generic.IReadOnlyList? input) - { - if (input is null) - { - return input; - } - else - { - var input_list = new global::System.Collections.Generic.List(); - foreach (var input_elm in input) - { - if (input_elm is null) - { - throw new global::System.ArgumentNullException(nameof(input_elm)); - } - - input_list.Add(_stageConditionUpdateInputFormatter.Format(input_elm)); - } - - return input_list; - } - } - - private global::System.Object? FormatDisplayName(global::System.String input) + private global::System.Object? FormatApiId(global::System.String input) { if (input is null) { throw new global::System.ArgumentNullException(nameof(input)); } - return _stringFormatter.Format(input); + return _iDFormatter.Format(input); } private global::System.Object? FormatName(global::System.String input) @@ -137199,9 +138421,9 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record StageUpdateInput : global::ChilliCream.Nitro.CommandLine.Client.State.IStageUpdateInputInfo + public partial record CreateOpenApiCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionInputInfo { - public virtual global::System.Boolean Equals(StageUpdateInput? other) + public virtual global::System.Boolean Equals(CreateOpenApiCollectionInput? other) { if (ReferenceEquals(null, other)) { @@ -137218,7 +138440,7 @@ public partial record StageUpdateInput : global::ChilliCream.Nitro.CommandLine.C return false; } - return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Conditions, other.Conditions)) && DisplayName.Equals(other.DisplayName) && Name.Equals(other.Name); + return (ApiId.Equals(other.ApiId)) && Name.Equals(other.Name); } public override global::System.Int32 GetHashCode() @@ -137226,49 +138448,27 @@ public partial record StageUpdateInput : global::ChilliCream.Nitro.CommandLine.C unchecked { int hash = 5; - if (Conditions != null) - { - foreach (var Conditions_elm in Conditions) - { - hash ^= 397 * Conditions_elm.GetHashCode(); - } - } - - hash ^= 397 * DisplayName.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); hash ^= 397 * Name.GetHashCode(); return hash; } } - private global::System.Collections.Generic.IReadOnlyList? _value_conditions; - private global::System.Boolean _set_conditions; - private global::System.String _value_displayName = default !; - private global::System.Boolean _set_displayName; + private global::System.String _value_apiId = default !; + private global::System.Boolean _set_apiId; private global::System.String _value_name = default !; private global::System.Boolean _set_name; - public global::System.Collections.Generic.IReadOnlyList? Conditions - { - get => _value_conditions; - init - { - _set_conditions = true; - _value_conditions = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IStageUpdateInputInfo.IsConditionsSet => _set_conditions; - - public global::System.String DisplayName + public global::System.String ApiId { - get => _value_displayName; + get => _value_apiId; init { - _set_displayName = true; - _value_displayName = value; + _set_apiId = true; + _value_apiId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IStageUpdateInputInfo.IsDisplayNameSet => _set_displayName; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionInputInfo.IsApiIdSet => _set_apiId; public global::System.String Name { @@ -137280,19 +138480,19 @@ public partial record StageUpdateInput : global::ChilliCream.Nitro.CommandLine.C } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IStageUpdateInputInfo.IsNameSet => _set_name; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionInputInfo.IsNameSet => _set_name; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StageConditionUpdateInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class DeleteOpenApiCollectionByIdInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "StageConditionUpdateInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + public global::System.String TypeName => "DeleteOpenApiCollectionByIdInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -137302,38 +138502,38 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.StageConditionUpdateInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionUpdateInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteOpenApiCollectionByIdInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsAfterStageSet) + if (inputInfo.IsOpenApiCollectionIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("afterStage", FormatAfterStage(input.AfterStage))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("openApiCollectionId", FormatOpenApiCollectionId(input.OpenApiCollectionId))); } return fields; } - private global::System.Object? FormatAfterStage(global::System.String input) + private global::System.Object? FormatOpenApiCollectionId(global::System.String input) { if (input is null) { throw new global::System.ArgumentNullException(nameof(input)); } - return _stringFormatter.Format(input); + return _iDFormatter.Format(input); } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record StageConditionUpdateInput : global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionUpdateInputInfo + public partial record DeleteOpenApiCollectionByIdInput : global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteOpenApiCollectionByIdInputInfo { - public virtual global::System.Boolean Equals(StageConditionUpdateInput? other) + public virtual global::System.Boolean Equals(DeleteOpenApiCollectionByIdInput? other) { if (ReferenceEquals(null, other)) { @@ -137350,7 +138550,7 @@ public partial record StageConditionUpdateInput : global::ChilliCream.Nitro.Comm return false; } - return (AfterStage.Equals(other.AfterStage)); + return (OpenApiCollectionId.Equals(other.OpenApiCollectionId)); } public override global::System.Int32 GetHashCode() @@ -137358,42 +138558,40 @@ public partial record StageConditionUpdateInput : global::ChilliCream.Nitro.Comm unchecked { int hash = 5; - hash ^= 397 * AfterStage.GetHashCode(); + hash ^= 397 * OpenApiCollectionId.GetHashCode(); return hash; } } - private global::System.String _value_afterStage = default !; - private global::System.Boolean _set_afterStage; - public global::System.String AfterStage + private global::System.String _value_openApiCollectionId = default !; + private global::System.Boolean _set_openApiCollectionId; + public global::System.String OpenApiCollectionId { - get => _value_afterStage; + get => _value_openApiCollectionId; init { - _set_afterStage = true; - _value_afterStage = value; + _set_openApiCollectionId = true; + _value_openApiCollectionId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionUpdateInputInfo.IsAfterStageSet => _set_afterStage; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteOpenApiCollectionByIdInputInfo.IsOpenApiCollectionIdSet => _set_openApiCollectionId; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class PublishOpenApiCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _apiKeyPermissionScopeInputFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _roleAssigmentConditionInputFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _booleanFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - public global::System.String TypeName => "CreateApiKeyInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; + public global::System.String TypeName => "PublishOpenApiCollectionInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - _apiKeyPermissionScopeInputFormatter = serializerResolver.GetInputValueFormatter("ApiKeyPermissionScopeInput"); - _roleAssigmentConditionInputFormatter = serializerResolver.GetInputValueFormatter("RoleAssigmentConditionInput"); + _booleanFormatter = serializerResolver.GetInputValueFormatter("Boolean"); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -137403,38 +138601,43 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsNameSet) + if (inputInfo.IsForceSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("name", FormatName(input.Name))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("force", FormatForce(input.Force))); } - if (inputInfo.IsPermissionScopeSet) + if (inputInfo.IsOpenApiCollectionIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("permissionScope", FormatPermissionScope(input.PermissionScope))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("openApiCollectionId", FormatOpenApiCollectionId(input.OpenApiCollectionId))); } - if (inputInfo.IsRoleAssigmentConditionSet) + if (inputInfo.IsStageSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("roleAssigmentCondition", FormatRoleAssigmentCondition(input.RoleAssigmentCondition))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); } - if (inputInfo.IsWorkspaceIdSet) + if (inputInfo.IsTagSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("workspaceId", FormatWorkspaceId(input.WorkspaceId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); + } + + if (inputInfo.IsWaitForApprovalSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("waitForApproval", FormatWaitForApproval(input.WaitForApproval))); } return fields; } - private global::System.Object? FormatName(global::System.String? input) + private global::System.Object? FormatForce(global::System.Boolean? input) { if (input is null) { @@ -137442,48 +138645,58 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver } else { - return _stringFormatter.Format(input); + return _booleanFormatter.Format(input); } } - private global::System.Object? FormatPermissionScope(global::ChilliCream.Nitro.CommandLine.Client.ApiKeyPermissionScopeInput input) + private global::System.Object? FormatOpenApiCollectionId(global::System.String input) { if (input is null) { throw new global::System.ArgumentNullException(nameof(input)); } - return _apiKeyPermissionScopeInputFormatter.Format(input); + return _iDFormatter.Format(input); } - private global::System.Object? FormatRoleAssigmentCondition(global::ChilliCream.Nitro.CommandLine.Client.RoleAssigmentConditionInput? input) + private global::System.Object? FormatStage(global::System.String input) { if (input is null) { - return input; - } - else - { - return _roleAssigmentConditionInputFormatter.Format(input); + throw new global::System.ArgumentNullException(nameof(input)); } + + return _stringFormatter.Format(input); } - private global::System.Object? FormatWorkspaceId(global::System.String input) + private global::System.Object? FormatTag(global::System.String input) { if (input is null) { throw new global::System.ArgumentNullException(nameof(input)); } - return _iDFormatter.Format(input); + return _stringFormatter.Format(input); + } + + private global::System.Object? FormatWaitForApproval(global::System.Boolean? input) + { + if (input is null) + { + return input; + } + else + { + return _booleanFormatter.Format(input); + } } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreateApiKeyInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyInputInfo + public partial record PublishOpenApiCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo { - public virtual global::System.Boolean Equals(CreateApiKeyInput? other) + public virtual global::System.Boolean Equals(PublishOpenApiCollectionInput? other) { if (ReferenceEquals(null, other)) { @@ -137500,7 +138713,7 @@ public partial record CreateApiKeyInput : global::ChilliCream.Nitro.CommandLine. return false; } - return (((Name is null && other.Name is null) || Name != null && Name.Equals(other.Name))) && PermissionScope.Equals(other.PermissionScope) && ((RoleAssigmentCondition is null && other.RoleAssigmentCondition is null) || RoleAssigmentCondition != null && RoleAssigmentCondition.Equals(other.RoleAssigmentCondition)) && WorkspaceId.Equals(other.WorkspaceId); + return (global::System.Object.Equals(Force, other.Force)) && OpenApiCollectionId.Equals(other.OpenApiCollectionId) && Stage.Equals(other.Stage) && Tag.Equals(other.Tag) && global::System.Object.Equals(WaitForApproval, other.WaitForApproval); } public override global::System.Int32 GetHashCode() @@ -137508,89 +138721,108 @@ public partial record CreateApiKeyInput : global::ChilliCream.Nitro.CommandLine. unchecked { int hash = 5; - if (Name != null) + if (Force != null) { - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Force.GetHashCode(); } - hash ^= 397 * PermissionScope.GetHashCode(); - if (RoleAssigmentCondition != null) + hash ^= 397 * OpenApiCollectionId.GetHashCode(); + hash ^= 397 * Stage.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); + if (WaitForApproval != null) { - hash ^= 397 * RoleAssigmentCondition.GetHashCode(); + hash ^= 397 * WaitForApproval.GetHashCode(); } - hash ^= 397 * WorkspaceId.GetHashCode(); return hash; } } - private global::System.String? _value_name; - private global::System.Boolean _set_name; - private global::ChilliCream.Nitro.CommandLine.Client.ApiKeyPermissionScopeInput _value_permissionScope = default !; - private global::System.Boolean _set_permissionScope; - private global::ChilliCream.Nitro.CommandLine.Client.RoleAssigmentConditionInput? _value_roleAssigmentCondition; - private global::System.Boolean _set_roleAssigmentCondition; - private global::System.String _value_workspaceId = default !; - private global::System.Boolean _set_workspaceId; - public global::System.String? Name + private global::System.Boolean? _value_force; + private global::System.Boolean _set_force; + private global::System.String _value_openApiCollectionId = default !; + private global::System.Boolean _set_openApiCollectionId; + private global::System.String _value_stage = default !; + private global::System.Boolean _set_stage; + private global::System.String _value_tag = default !; + private global::System.Boolean _set_tag; + private global::System.Boolean? _value_waitForApproval; + private global::System.Boolean _set_waitForApproval; + public global::System.Boolean? Force { - get => _value_name; + get => _value_force; init { - _set_name = true; - _value_name = value; + _set_force = true; + _value_force = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyInputInfo.IsNameSet => _set_name; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo.IsForceSet => _set_force; - public global::ChilliCream.Nitro.CommandLine.Client.ApiKeyPermissionScopeInput PermissionScope + public global::System.String OpenApiCollectionId { - get => _value_permissionScope; + get => _value_openApiCollectionId; init { - _set_permissionScope = true; - _value_permissionScope = value; + _set_openApiCollectionId = true; + _value_openApiCollectionId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyInputInfo.IsPermissionScopeSet => _set_permissionScope; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo.IsOpenApiCollectionIdSet => _set_openApiCollectionId; - public global::ChilliCream.Nitro.CommandLine.Client.RoleAssigmentConditionInput? RoleAssigmentCondition + public global::System.String Stage { - get => _value_roleAssigmentCondition; + get => _value_stage; init { - _set_roleAssigmentCondition = true; - _value_roleAssigmentCondition = value; + _set_stage = true; + _value_stage = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyInputInfo.IsRoleAssigmentConditionSet => _set_roleAssigmentCondition; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo.IsStageSet => _set_stage; - public global::System.String WorkspaceId + public global::System.String Tag { - get => _value_workspaceId; + get => _value_tag; init { - _set_workspaceId = true; - _value_workspaceId = value; + _set_tag = true; + _value_tag = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyInputInfo.IsWorkspaceIdSet => _set_workspaceId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo.IsTagSet => _set_tag; + + public global::System.Boolean? WaitForApproval + { + get => _value_waitForApproval; + init + { + _set_waitForApproval = true; + _value_waitForApproval = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo.IsWaitForApprovalSet => _set_waitForApproval; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ApiKeyPermissionScopeInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class UploadOpenApiCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { + private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - public global::System.String TypeName => "ApiKeyPermissionScopeInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; + public global::System.String TypeName => "UploadOpenApiCollectionInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { + _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -137600,57 +138832,63 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.ApiKeyPermissionScopeInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IApiKeyPermissionScopeInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsApiIdSet) + if (inputInfo.IsCollectionSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("collection", FormatCollection(input.Collection))); } - if (inputInfo.IsWorkspaceIdSet) + if (inputInfo.IsOpenApiCollectionIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("workspaceId", FormatWorkspaceId(input.WorkspaceId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("openApiCollectionId", FormatOpenApiCollectionId(input.OpenApiCollectionId))); } - return fields; - } + if (inputInfo.IsTagSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); + } - private global::System.Object? FormatApiId(global::System.String? input) + return fields; + } + + private global::System.Object? FormatCollection(global::StrawberryShake.Upload input) + { + return _uploadFormatter.Format(input); + } + + private global::System.Object? FormatOpenApiCollectionId(global::System.String input) { if (input is null) { - return input; - } - else - { - return _iDFormatter.Format(input); + throw new global::System.ArgumentNullException(nameof(input)); } + + return _iDFormatter.Format(input); } - private global::System.Object? FormatWorkspaceId(global::System.String? input) + private global::System.Object? FormatTag(global::System.String input) { if (input is null) { - return input; - } - else - { - return _iDFormatter.Format(input); + throw new global::System.ArgumentNullException(nameof(input)); } + + return _stringFormatter.Format(input); } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiKeyPermissionScopeInput : global::ChilliCream.Nitro.CommandLine.Client.State.IApiKeyPermissionScopeInputInfo + public partial record UploadOpenApiCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionInputInfo { - public virtual global::System.Boolean Equals(ApiKeyPermissionScopeInput? other) + public virtual global::System.Boolean Equals(UploadOpenApiCollectionInput? other) { if (ReferenceEquals(null, other)) { @@ -137667,7 +138905,7 @@ public partial record ApiKeyPermissionScopeInput : global::ChilliCream.Nitro.Com return false; } - return (((ApiId is null && other.ApiId is null) || ApiId != null && ApiId.Equals(other.ApiId))) && ((WorkspaceId is null && other.WorkspaceId is null) || WorkspaceId != null && WorkspaceId.Equals(other.WorkspaceId)); + return (Collection.Equals(other.Collection)) && OpenApiCollectionId.Equals(other.OpenApiCollectionId) && Tag.Equals(other.Tag); } public override global::System.Int32 GetHashCode() @@ -137675,59 +138913,70 @@ public partial record ApiKeyPermissionScopeInput : global::ChilliCream.Nitro.Com unchecked { int hash = 5; - if (ApiId != null) - { - hash ^= 397 * ApiId.GetHashCode(); - } - - if (WorkspaceId != null) - { - hash ^= 397 * WorkspaceId.GetHashCode(); - } - + hash ^= 397 * Collection.GetHashCode(); + hash ^= 397 * OpenApiCollectionId.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); return hash; } } - private global::System.String? _value_apiId; - private global::System.Boolean _set_apiId; - private global::System.String? _value_workspaceId; - private global::System.Boolean _set_workspaceId; - public global::System.String? ApiId + private global::StrawberryShake.Upload _value_collection; + private global::System.Boolean _set_collection; + private global::System.String _value_openApiCollectionId = default !; + private global::System.Boolean _set_openApiCollectionId; + private global::System.String _value_tag = default !; + private global::System.Boolean _set_tag; + public global::StrawberryShake.Upload Collection { - get => _value_apiId; + get => _value_collection; init { - _set_apiId = true; - _value_apiId = value; + _set_collection = true; + _value_collection = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IApiKeyPermissionScopeInputInfo.IsApiIdSet => _set_apiId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionInputInfo.IsCollectionSet => _set_collection; - public global::System.String? WorkspaceId + public global::System.String OpenApiCollectionId { - get => _value_workspaceId; + get => _value_openApiCollectionId; init { - _set_workspaceId = true; - _value_workspaceId = value; + _set_openApiCollectionId = true; + _value_openApiCollectionId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IApiKeyPermissionScopeInputInfo.IsWorkspaceIdSet => _set_workspaceId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionInputInfo.IsOpenApiCollectionIdSet => _set_openApiCollectionId; + + public global::System.String Tag + { + get => _value_tag; + init + { + _set_tag = true; + _value_tag = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionInputInfo.IsTagSet => _set_tag; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class RoleAssigmentConditionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class ValidateOpenApiCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - private global::StrawberryShake.Serialization.IInputValueFormatter _roleAssignmentStageAuthorizationConditionInputFormatter = default !; - public global::System.String TypeName => "RoleAssigmentConditionInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; + public global::System.String TypeName => "ValidateOpenApiCollectionInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _roleAssignmentStageAuthorizationConditionInputFormatter = serializerResolver.GetInputValueFormatter("RoleAssignmentStageAuthorizationConditionInput"); + _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -137737,40 +138986,63 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.RoleAssigmentConditionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IRoleAssigmentConditionInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsStageAuthorizationConditionSet) + if (inputInfo.IsCollectionSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("stageAuthorizationCondition", FormatStageAuthorizationCondition(input.StageAuthorizationCondition))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("collection", FormatCollection(input.Collection))); + } + + if (inputInfo.IsOpenApiCollectionIdSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("openApiCollectionId", FormatOpenApiCollectionId(input.OpenApiCollectionId))); + } + + if (inputInfo.IsStageSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); } return fields; } - private global::System.Object? FormatStageAuthorizationCondition(global::ChilliCream.Nitro.CommandLine.Client.RoleAssignmentStageAuthorizationConditionInput? input) + private global::System.Object? FormatCollection(global::StrawberryShake.Upload input) + { + return _uploadFormatter.Format(input); + } + + private global::System.Object? FormatOpenApiCollectionId(global::System.String input) { if (input is null) { - return input; + throw new global::System.ArgumentNullException(nameof(input)); } - else + + return _iDFormatter.Format(input); + } + + private global::System.Object? FormatStage(global::System.String input) + { + if (input is null) { - return _roleAssignmentStageAuthorizationConditionInputFormatter.Format(input); + throw new global::System.ArgumentNullException(nameof(input)); } + + return _stringFormatter.Format(input); } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record RoleAssigmentConditionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IRoleAssigmentConditionInputInfo + public partial record ValidateOpenApiCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionInputInfo { - public virtual global::System.Boolean Equals(RoleAssigmentConditionInput? other) + public virtual global::System.Boolean Equals(ValidateOpenApiCollectionInput? other) { if (ReferenceEquals(null, other)) { @@ -137787,7 +139059,7 @@ public partial record RoleAssigmentConditionInput : global::ChilliCream.Nitro.Co return false; } - return (((StageAuthorizationCondition is null && other.StageAuthorizationCondition is null) || StageAuthorizationCondition != null && StageAuthorizationCondition.Equals(other.StageAuthorizationCondition))); + return (Collection.Equals(other.Collection)) && OpenApiCollectionId.Equals(other.OpenApiCollectionId) && Stage.Equals(other.Stage); } public override global::System.Int32 GetHashCode() @@ -137795,40 +139067,68 @@ public partial record RoleAssigmentConditionInput : global::ChilliCream.Nitro.Co unchecked { int hash = 5; - if (StageAuthorizationCondition != null) - { - hash ^= 397 * StageAuthorizationCondition.GetHashCode(); - } - + hash ^= 397 * Collection.GetHashCode(); + hash ^= 397 * OpenApiCollectionId.GetHashCode(); + hash ^= 397 * Stage.GetHashCode(); return hash; } } - private global::ChilliCream.Nitro.CommandLine.Client.RoleAssignmentStageAuthorizationConditionInput? _value_stageAuthorizationCondition; - private global::System.Boolean _set_stageAuthorizationCondition; - public global::ChilliCream.Nitro.CommandLine.Client.RoleAssignmentStageAuthorizationConditionInput? StageAuthorizationCondition + private global::StrawberryShake.Upload _value_collection; + private global::System.Boolean _set_collection; + private global::System.String _value_openApiCollectionId = default !; + private global::System.Boolean _set_openApiCollectionId; + private global::System.String _value_stage = default !; + private global::System.Boolean _set_stage; + public global::StrawberryShake.Upload Collection { - get => _value_stageAuthorizationCondition; + get => _value_collection; init { - _set_stageAuthorizationCondition = true; - _value_stageAuthorizationCondition = value; + _set_collection = true; + _value_collection = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IRoleAssigmentConditionInputInfo.IsStageAuthorizationConditionSet => _set_stageAuthorizationCondition; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionInputInfo.IsCollectionSet => _set_collection; + + public global::System.String OpenApiCollectionId + { + get => _value_openApiCollectionId; + init + { + _set_openApiCollectionId = true; + _value_openApiCollectionId = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionInputInfo.IsOpenApiCollectionIdSet => _set_openApiCollectionId; + + public global::System.String Stage + { + get => _value_stage; + init + { + _set_stage = true; + _value_stage = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionInputInfo.IsStageSet => _set_stage; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class RoleAssignmentStageAuthorizationConditionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class CreatePersonalAccessTokenInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "RoleAssignmentStageAuthorizationConditionInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _dateTimeFormatter = default !; + public global::System.String TypeName => "CreatePersonalAccessTokenInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _dateTimeFormatter = serializerResolver.GetInputValueFormatter("DateTime"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -137838,23 +139138,28 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.RoleAssignmentStageAuthorizationConditionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IRoleAssignmentStageAuthorizationConditionInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsNameSet) + if (inputInfo.IsDescriptionSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("name", FormatName(input.Name))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("description", FormatDescription(input.Description))); + } + + if (inputInfo.IsExpiresAtSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("expiresAt", FormatExpiresAt(input.ExpiresAt))); } return fields; } - private global::System.Object? FormatName(global::System.String input) + private global::System.Object? FormatDescription(global::System.String input) { if (input is null) { @@ -137863,13 +139168,18 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _stringFormatter.Format(input); } + + private global::System.Object? FormatExpiresAt(global::System.DateTimeOffset input) + { + return _dateTimeFormatter.Format(input); + } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record RoleAssignmentStageAuthorizationConditionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IRoleAssignmentStageAuthorizationConditionInputInfo + public partial record CreatePersonalAccessTokenInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenInputInfo { - public virtual global::System.Boolean Equals(RoleAssignmentStageAuthorizationConditionInput? other) + public virtual global::System.Boolean Equals(CreatePersonalAccessTokenInput? other) { if (ReferenceEquals(null, other)) { @@ -137886,7 +139196,7 @@ public partial record RoleAssignmentStageAuthorizationConditionInput : global::C return false; } - return (Name.Equals(other.Name)); + return (Description.Equals(other.Description)) && ExpiresAt.Equals(other.ExpiresAt); } public override global::System.Int32 GetHashCode() @@ -137894,32 +139204,47 @@ public partial record RoleAssignmentStageAuthorizationConditionInput : global::C unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Description.GetHashCode(); + hash ^= 397 * ExpiresAt.GetHashCode(); return hash; } } - private global::System.String _value_name = default !; - private global::System.Boolean _set_name; - public global::System.String Name + private global::System.String _value_description = default !; + private global::System.Boolean _set_description; + private global::System.DateTimeOffset _value_expiresAt; + private global::System.Boolean _set_expiresAt; + public global::System.String Description { - get => _value_name; + get => _value_description; init { - _set_name = true; - _value_name = value; + _set_description = true; + _value_description = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IRoleAssignmentStageAuthorizationConditionInputInfo.IsNameSet => _set_name; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenInputInfo.IsDescriptionSet => _set_description; + + public global::System.DateTimeOffset ExpiresAt + { + get => _value_expiresAt; + init + { + _set_expiresAt = true; + _value_expiresAt = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenInputInfo.IsExpiresAtSet => _set_expiresAt; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiKeyInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class RevokePersonalAccessTokenInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - public global::System.String TypeName => "DeleteApiKeyInput"; + public global::System.String TypeName => "RevokePersonalAccessTokenInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { @@ -137933,23 +139258,23 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiKeyInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IRevokePersonalAccessTokenInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsApiKeyIdSet) + if (inputInfo.IsIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("apiKeyId", FormatApiKeyId(input.ApiKeyId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("id", FormatId(input.Id))); } return fields; } - private global::System.Object? FormatApiKeyId(global::System.String input) + private global::System.Object? FormatId(global::System.String input) { if (input is null) { @@ -137962,9 +139287,9 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record DeleteApiKeyInput : global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiKeyInputInfo + public partial record RevokePersonalAccessTokenInput : global::ChilliCream.Nitro.CommandLine.Client.State.IRevokePersonalAccessTokenInputInfo { - public virtual global::System.Boolean Equals(DeleteApiKeyInput? other) + public virtual global::System.Boolean Equals(RevokePersonalAccessTokenInput? other) { if (ReferenceEquals(null, other)) { @@ -137981,7 +139306,7 @@ public partial record DeleteApiKeyInput : global::ChilliCream.Nitro.CommandLine. return false; } - return (ApiKeyId.Equals(other.ApiKeyId)); + return (Id.Equals(other.Id)); } public override global::System.Int32 GetHashCode() @@ -137989,39 +139314,39 @@ public partial record DeleteApiKeyInput : global::ChilliCream.Nitro.CommandLine. unchecked { int hash = 5; - hash ^= 397 * ApiKeyId.GetHashCode(); + hash ^= 397 * Id.GetHashCode(); return hash; } } - private global::System.String _value_apiKeyId = default !; - private global::System.Boolean _set_apiKeyId; - public global::System.String ApiKeyId + private global::System.String _value_id = default !; + private global::System.Boolean _set_id; + public global::System.String Id { - get => _value_apiKeyId; + get => _value_id; init { - _set_apiKeyId = true; - _value_apiKeyId = value; + _set_id = true; + _value_id = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiKeyInputInfo.IsApiKeyIdSet => _set_apiKeyId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IRevokePersonalAccessTokenInputInfo.IsIdSet => _set_id; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadMcpFeatureCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class PublishSchemaInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _booleanFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "UploadMcpFeatureCollectionInput"; + public global::System.String TypeName => "PublishSchemaInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _booleanFormatter = serializerResolver.GetInputValueFormatter("Boolean"); _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } @@ -138032,22 +139357,27 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IUploadMcpFeatureCollectionInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsCollectionSet) + if (inputInfo.IsApiIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("collection", FormatCollection(input.Collection))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); } - if (inputInfo.IsMcpFeatureCollectionIdSet) + if (inputInfo.IsForceSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("mcpFeatureCollectionId", FormatMcpFeatureCollectionId(input.McpFeatureCollectionId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("force", FormatForce(input.Force))); + } + + if (inputInfo.IsStageSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); } if (inputInfo.IsTagSet) @@ -138055,22 +139385,44 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); } + if (inputInfo.IsWaitForApprovalSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("waitForApproval", FormatWaitForApproval(input.WaitForApproval))); + } + return fields; } - private global::System.Object? FormatCollection(global::StrawberryShake.Upload input) + private global::System.Object? FormatApiId(global::System.String input) { - return _uploadFormatter.Format(input); + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _iDFormatter.Format(input); } - private global::System.Object? FormatMcpFeatureCollectionId(global::System.String input) + private global::System.Object? FormatForce(global::System.Boolean? input) + { + if (input is null) + { + return input; + } + else + { + return _booleanFormatter.Format(input); + } + } + + private global::System.Object? FormatStage(global::System.String input) { if (input is null) { throw new global::System.ArgumentNullException(nameof(input)); } - return _iDFormatter.Format(input); + return _stringFormatter.Format(input); } private global::System.Object? FormatTag(global::System.String input) @@ -138082,13 +139434,25 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _stringFormatter.Format(input); } + + private global::System.Object? FormatWaitForApproval(global::System.Boolean? input) + { + if (input is null) + { + return input; + } + else + { + return _booleanFormatter.Format(input); + } + } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UploadMcpFeatureCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IUploadMcpFeatureCollectionInputInfo + public partial record PublishSchemaInput : global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo { - public virtual global::System.Boolean Equals(UploadMcpFeatureCollectionInput? other) + public virtual global::System.Boolean Equals(PublishSchemaInput? other) { if (ReferenceEquals(null, other)) { @@ -138105,7 +139469,7 @@ public partial record UploadMcpFeatureCollectionInput : global::ChilliCream.Nitr return false; } - return (Collection.Equals(other.Collection)) && McpFeatureCollectionId.Equals(other.McpFeatureCollectionId) && Tag.Equals(other.Tag); + return (ApiId.Equals(other.ApiId)) && global::System.Object.Equals(Force, other.Force) && Stage.Equals(other.Stage) && Tag.Equals(other.Tag) && global::System.Object.Equals(WaitForApproval, other.WaitForApproval); } public override global::System.Int32 GetHashCode() @@ -138113,42 +139477,68 @@ public partial record UploadMcpFeatureCollectionInput : global::ChilliCream.Nitr unchecked { int hash = 5; - hash ^= 397 * Collection.GetHashCode(); - hash ^= 397 * McpFeatureCollectionId.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); + if (Force != null) + { + hash ^= 397 * Force.GetHashCode(); + } + + hash ^= 397 * Stage.GetHashCode(); hash ^= 397 * Tag.GetHashCode(); + if (WaitForApproval != null) + { + hash ^= 397 * WaitForApproval.GetHashCode(); + } + return hash; } } - private global::StrawberryShake.Upload _value_collection; - private global::System.Boolean _set_collection; - private global::System.String _value_mcpFeatureCollectionId = default !; - private global::System.Boolean _set_mcpFeatureCollectionId; + private global::System.String _value_apiId = default !; + private global::System.Boolean _set_apiId; + private global::System.Boolean? _value_force; + private global::System.Boolean _set_force; + private global::System.String _value_stage = default !; + private global::System.Boolean _set_stage; private global::System.String _value_tag = default !; private global::System.Boolean _set_tag; - public global::StrawberryShake.Upload Collection + private global::System.Boolean? _value_waitForApproval; + private global::System.Boolean _set_waitForApproval; + public global::System.String ApiId { - get => _value_collection; + get => _value_apiId; init { - _set_collection = true; - _value_collection = value; + _set_apiId = true; + _value_apiId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadMcpFeatureCollectionInputInfo.IsCollectionSet => _set_collection; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo.IsApiIdSet => _set_apiId; - public global::System.String McpFeatureCollectionId + public global::System.Boolean? Force { - get => _value_mcpFeatureCollectionId; + get => _value_force; init { - _set_mcpFeatureCollectionId = true; - _value_mcpFeatureCollectionId = value; + _set_force = true; + _value_force = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadMcpFeatureCollectionInputInfo.IsMcpFeatureCollectionIdSet => _set_mcpFeatureCollectionId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo.IsForceSet => _set_force; + + public global::System.String Stage + { + get => _value_stage; + init + { + _set_stage = true; + _value_stage = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo.IsStageSet => _set_stage; public global::System.String Tag { @@ -138160,22 +139550,34 @@ public partial record UploadMcpFeatureCollectionInput : global::ChilliCream.Nitr } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadMcpFeatureCollectionInputInfo.IsTagSet => _set_tag; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo.IsTagSet => _set_tag; + + public global::System.Boolean? WaitForApproval + { + get => _value_waitForApproval; + init + { + _set_waitForApproval = true; + _value_waitForApproval = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo.IsWaitForApprovalSet => _set_waitForApproval; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class UploadSchemaInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "ValidateMcpFeatureCollectionInput"; + public global::System.String TypeName => "UploadSchemaInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } @@ -138186,38 +139588,33 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.ValidateMcpFeatureCollectionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IValidateMcpFeatureCollectionInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsCollectionSet) + if (inputInfo.IsApiIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("collection", FormatCollection(input.Collection))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); } - if (inputInfo.IsMcpFeatureCollectionIdSet) + if (inputInfo.IsSchemaSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("mcpFeatureCollectionId", FormatMcpFeatureCollectionId(input.McpFeatureCollectionId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("schema", FormatSchema(input.Schema))); } - if (inputInfo.IsStageSet) + if (inputInfo.IsTagSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); } return fields; } - private global::System.Object? FormatCollection(global::StrawberryShake.Upload input) - { - return _uploadFormatter.Format(input); - } - - private global::System.Object? FormatMcpFeatureCollectionId(global::System.String input) + private global::System.Object? FormatApiId(global::System.String input) { if (input is null) { @@ -138227,7 +139624,12 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _iDFormatter.Format(input); } - private global::System.Object? FormatStage(global::System.String input) + private global::System.Object? FormatSchema(global::StrawberryShake.Upload input) + { + return _uploadFormatter.Format(input); + } + + private global::System.Object? FormatTag(global::System.String input) { if (input is null) { @@ -138240,9 +139642,9 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ValidateMcpFeatureCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IValidateMcpFeatureCollectionInputInfo + public partial record UploadSchemaInput : global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaInputInfo { - public virtual global::System.Boolean Equals(ValidateMcpFeatureCollectionInput? other) + public virtual global::System.Boolean Equals(UploadSchemaInput? other) { if (ReferenceEquals(null, other)) { @@ -138259,7 +139661,7 @@ public partial record ValidateMcpFeatureCollectionInput : global::ChilliCream.Ni return false; } - return (Collection.Equals(other.Collection)) && McpFeatureCollectionId.Equals(other.McpFeatureCollectionId) && Stage.Equals(other.Stage); + return (ApiId.Equals(other.ApiId)) && Schema.Equals(other.Schema) && Tag.Equals(other.Tag); } public override global::System.Int32 GetHashCode() @@ -138267,66 +139669,70 @@ public partial record ValidateMcpFeatureCollectionInput : global::ChilliCream.Ni unchecked { int hash = 5; - hash ^= 397 * Collection.GetHashCode(); - hash ^= 397 * McpFeatureCollectionId.GetHashCode(); - hash ^= 397 * Stage.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * Schema.GetHashCode(); + hash ^= 397 * Tag.GetHashCode(); return hash; } } - private global::StrawberryShake.Upload _value_collection; - private global::System.Boolean _set_collection; - private global::System.String _value_mcpFeatureCollectionId = default !; - private global::System.Boolean _set_mcpFeatureCollectionId; - private global::System.String _value_stage = default !; - private global::System.Boolean _set_stage; - public global::StrawberryShake.Upload Collection + private global::System.String _value_apiId = default !; + private global::System.Boolean _set_apiId; + private global::StrawberryShake.Upload _value_schema; + private global::System.Boolean _set_schema; + private global::System.String _value_tag = default !; + private global::System.Boolean _set_tag; + public global::System.String ApiId { - get => _value_collection; + get => _value_apiId; init { - _set_collection = true; - _value_collection = value; + _set_apiId = true; + _value_apiId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateMcpFeatureCollectionInputInfo.IsCollectionSet => _set_collection; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaInputInfo.IsApiIdSet => _set_apiId; - public global::System.String McpFeatureCollectionId + public global::StrawberryShake.Upload Schema { - get => _value_mcpFeatureCollectionId; + get => _value_schema; init { - _set_mcpFeatureCollectionId = true; - _value_mcpFeatureCollectionId = value; + _set_schema = true; + _value_schema = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateMcpFeatureCollectionInputInfo.IsMcpFeatureCollectionIdSet => _set_mcpFeatureCollectionId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaInputInfo.IsSchemaSet => _set_schema; - public global::System.String Stage + public global::System.String Tag { - get => _value_stage; + get => _value_tag; init { - _set_stage = true; - _value_stage = value; + _set_tag = true; + _value_tag = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateMcpFeatureCollectionInputInfo.IsStageSet => _set_stage; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaInputInfo.IsTagSet => _set_tag; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteMcpFeatureCollectionByIdInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class ValidateSchemaInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - public global::System.String TypeName => "DeleteMcpFeatureCollectionByIdInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; + public global::System.String TypeName => "ValidateSchemaInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -138336,23 +139742,33 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteMcpFeatureCollectionByIdInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsMcpFeatureCollectionIdSet) + if (inputInfo.IsApiIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("mcpFeatureCollectionId", FormatMcpFeatureCollectionId(input.McpFeatureCollectionId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); + } + + if (inputInfo.IsSchemaSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("schema", FormatSchema(input.Schema))); + } + + if (inputInfo.IsStageSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); } return fields; } - private global::System.Object? FormatMcpFeatureCollectionId(global::System.String input) + private global::System.Object? FormatApiId(global::System.String input) { if (input is null) { @@ -138361,13 +139777,28 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _iDFormatter.Format(input); } + + private global::System.Object? FormatSchema(global::StrawberryShake.Upload input) + { + return _uploadFormatter.Format(input); + } + + private global::System.Object? FormatStage(global::System.String input) + { + if (input is null) + { + throw new global::System.ArgumentNullException(nameof(input)); + } + + return _stringFormatter.Format(input); + } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record DeleteMcpFeatureCollectionByIdInput : global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteMcpFeatureCollectionByIdInputInfo + public partial record ValidateSchemaInput : global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaInputInfo { - public virtual global::System.Boolean Equals(DeleteMcpFeatureCollectionByIdInput? other) + public virtual global::System.Boolean Equals(ValidateSchemaInput? other) { if (ReferenceEquals(null, other)) { @@ -138384,7 +139815,7 @@ public partial record DeleteMcpFeatureCollectionByIdInput : global::ChilliCream. return false; } - return (McpFeatureCollectionId.Equals(other.McpFeatureCollectionId)); + return (ApiId.Equals(other.ApiId)) && Schema.Equals(other.Schema) && Stage.Equals(other.Stage); } public override global::System.Int32 GetHashCode() @@ -138392,38 +139823,68 @@ public partial record DeleteMcpFeatureCollectionByIdInput : global::ChilliCream. unchecked { int hash = 5; - hash ^= 397 * McpFeatureCollectionId.GetHashCode(); + hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * Schema.GetHashCode(); + hash ^= 397 * Stage.GetHashCode(); return hash; } } - private global::System.String _value_mcpFeatureCollectionId = default !; - private global::System.Boolean _set_mcpFeatureCollectionId; - public global::System.String McpFeatureCollectionId + private global::System.String _value_apiId = default !; + private global::System.Boolean _set_apiId; + private global::StrawberryShake.Upload _value_schema; + private global::System.Boolean _set_schema; + private global::System.String _value_stage = default !; + private global::System.Boolean _set_stage; + public global::System.String ApiId { - get => _value_mcpFeatureCollectionId; + get => _value_apiId; init { - _set_mcpFeatureCollectionId = true; - _value_mcpFeatureCollectionId = value; + _set_apiId = true; + _value_apiId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteMcpFeatureCollectionByIdInputInfo.IsMcpFeatureCollectionIdSet => _set_mcpFeatureCollectionId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaInputInfo.IsApiIdSet => _set_apiId; + + public global::StrawberryShake.Upload Schema + { + get => _value_schema; + init + { + _set_schema = true; + _value_schema = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaInputInfo.IsSchemaSet => _set_schema; + + public global::System.String Stage + { + get => _value_stage; + init + { + _set_stage = true; + _value_stage = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaInputInfo.IsStageSet => _set_stage; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMcpFeatureCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class UpdateStagesInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "CreateMcpFeatureCollectionInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _stageUpdateInputFormatter = default !; + public global::System.String TypeName => "UpdateStagesInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _stageUpdateInputFormatter = serializerResolver.GetInputValueFormatter("StageUpdateInput"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -138433,8 +139894,8 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); @@ -138446,9 +139907,9 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); } - if (inputInfo.IsNameSet) + if (inputInfo.IsUpdatedStagesSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("name", FormatName(input.Name))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("updatedStages", FormatUpdatedStages(input.UpdatedStages))); } return fields; @@ -138464,22 +139925,33 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _iDFormatter.Format(input); } - private global::System.Object? FormatName(global::System.String input) + private global::System.Object? FormatUpdatedStages(global::System.Collections.Generic.IReadOnlyList input) { if (input is null) { throw new global::System.ArgumentNullException(nameof(input)); } - return _stringFormatter.Format(input); + var input_list = new global::System.Collections.Generic.List(); + foreach (var input_elm in input) + { + if (input_elm is null) + { + throw new global::System.ArgumentNullException(nameof(input_elm)); + } + + input_list.Add(_stageUpdateInputFormatter.Format(input_elm)); + } + + return input_list; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreateMcpFeatureCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionInputInfo + public partial record UpdateStagesInput : global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesInputInfo { - public virtual global::System.Boolean Equals(CreateMcpFeatureCollectionInput? other) + public virtual global::System.Boolean Equals(UpdateStagesInput? other) { if (ReferenceEquals(null, other)) { @@ -138496,7 +139968,7 @@ public partial record CreateMcpFeatureCollectionInput : global::ChilliCream.Nitr return false; } - return (ApiId.Equals(other.ApiId)) && Name.Equals(other.Name); + return (ApiId.Equals(other.ApiId)) && global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(UpdatedStages, other.UpdatedStages); } public override global::System.Int32 GetHashCode() @@ -138505,15 +139977,19 @@ public partial record CreateMcpFeatureCollectionInput : global::ChilliCream.Nitr { int hash = 5; hash ^= 397 * ApiId.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + foreach (var UpdatedStages_elm in UpdatedStages) + { + hash ^= 397 * UpdatedStages_elm.GetHashCode(); + } + return hash; } } private global::System.String _value_apiId = default !; private global::System.Boolean _set_apiId; - private global::System.String _value_name = default !; - private global::System.Boolean _set_name; + private global::System.Collections.Generic.IReadOnlyList _value_updatedStages = default !; + private global::System.Boolean _set_updatedStages; public global::System.String ApiId { get => _value_apiId; @@ -138524,34 +140000,32 @@ public partial record CreateMcpFeatureCollectionInput : global::ChilliCream.Nitr } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionInputInfo.IsApiIdSet => _set_apiId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesInputInfo.IsApiIdSet => _set_apiId; - public global::System.String Name + public global::System.Collections.Generic.IReadOnlyList UpdatedStages { - get => _value_name; + get => _value_updatedStages; init { - _set_name = true; - _value_name = value; + _set_updatedStages = true; + _value_updatedStages = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionInputInfo.IsNameSet => _set_name; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesInputInfo.IsUpdatedStagesSet => _set_updatedStages; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class StageUpdateInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - private global::StrawberryShake.Serialization.IInputValueFormatter _booleanFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; + private global::StrawberryShake.Serialization.IInputValueFormatter _stageConditionUpdateInputFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "PublishMcpFeatureCollectionInput"; + public global::System.String TypeName => "StageUpdateInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _booleanFormatter = serializerResolver.GetInputValueFormatter("Boolean"); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stageConditionUpdateInputFormatter = serializerResolver.GetInputValueFormatter("StageConditionUpdateInput"); _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } @@ -138562,43 +140036,33 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.StageUpdateInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IStageUpdateInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsForceSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("force", FormatForce(input.Force))); - } - - if (inputInfo.IsMcpFeatureCollectionIdSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("mcpFeatureCollectionId", FormatMcpFeatureCollectionId(input.McpFeatureCollectionId))); - } - - if (inputInfo.IsStageSet) + if (inputInfo.IsConditionsSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("conditions", FormatConditions(input.Conditions))); } - if (inputInfo.IsTagSet) + if (inputInfo.IsDisplayNameSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("displayName", FormatDisplayName(input.DisplayName))); } - if (inputInfo.IsWaitForApprovalSet) + if (inputInfo.IsNameSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("waitForApproval", FormatWaitForApproval(input.WaitForApproval))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("name", FormatName(input.Name))); } return fields; } - private global::System.Object? FormatForce(global::System.Boolean? input) + private global::System.Object? FormatConditions(global::System.Collections.Generic.IReadOnlyList? input) { if (input is null) { @@ -138606,21 +140070,22 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver } else { - return _booleanFormatter.Format(input); - } - } + var input_list = new global::System.Collections.Generic.List(); + foreach (var input_elm in input) + { + if (input_elm is null) + { + throw new global::System.ArgumentNullException(nameof(input_elm)); + } - private global::System.Object? FormatMcpFeatureCollectionId(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } + input_list.Add(_stageConditionUpdateInputFormatter.Format(input_elm)); + } - return _iDFormatter.Format(input); + return input_list; + } } - private global::System.Object? FormatStage(global::System.String input) + private global::System.Object? FormatDisplayName(global::System.String input) { if (input is null) { @@ -138630,7 +140095,7 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _stringFormatter.Format(input); } - private global::System.Object? FormatTag(global::System.String input) + private global::System.Object? FormatName(global::System.String input) { if (input is null) { @@ -138639,25 +140104,13 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _stringFormatter.Format(input); } - - private global::System.Object? FormatWaitForApproval(global::System.Boolean? input) - { - if (input is null) - { - return input; - } - else - { - return _booleanFormatter.Format(input); - } - } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PublishMcpFeatureCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo + public partial record StageUpdateInput : global::ChilliCream.Nitro.CommandLine.Client.State.IStageUpdateInputInfo { - public virtual global::System.Boolean Equals(PublishMcpFeatureCollectionInput? other) + public virtual global::System.Boolean Equals(StageUpdateInput? other) { if (ReferenceEquals(null, other)) { @@ -138674,7 +140127,7 @@ public partial record PublishMcpFeatureCollectionInput : global::ChilliCream.Nit return false; } - return (global::System.Object.Equals(Force, other.Force)) && McpFeatureCollectionId.Equals(other.McpFeatureCollectionId) && Stage.Equals(other.Stage) && Tag.Equals(other.Tag) && global::System.Object.Equals(WaitForApproval, other.WaitForApproval); + return (global::StrawberryShake.Internal.ComparisonHelper.SequenceEqual(Conditions, other.Conditions)) && DisplayName.Equals(other.DisplayName) && Name.Equals(other.Name); } public override global::System.Int32 GetHashCode() @@ -138682,106 +140135,73 @@ public partial record PublishMcpFeatureCollectionInput : global::ChilliCream.Nit unchecked { int hash = 5; - if (Force != null) - { - hash ^= 397 * Force.GetHashCode(); - } - - hash ^= 397 * McpFeatureCollectionId.GetHashCode(); - hash ^= 397 * Stage.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); - if (WaitForApproval != null) + if (Conditions != null) { - hash ^= 397 * WaitForApproval.GetHashCode(); + foreach (var Conditions_elm in Conditions) + { + hash ^= 397 * Conditions_elm.GetHashCode(); + } } + hash ^= 397 * DisplayName.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } - private global::System.Boolean? _value_force; - private global::System.Boolean _set_force; - private global::System.String _value_mcpFeatureCollectionId = default !; - private global::System.Boolean _set_mcpFeatureCollectionId; - private global::System.String _value_stage = default !; - private global::System.Boolean _set_stage; - private global::System.String _value_tag = default !; - private global::System.Boolean _set_tag; - private global::System.Boolean? _value_waitForApproval; - private global::System.Boolean _set_waitForApproval; - public global::System.Boolean? Force - { - get => _value_force; - init - { - _set_force = true; - _value_force = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo.IsForceSet => _set_force; - - public global::System.String McpFeatureCollectionId - { - get => _value_mcpFeatureCollectionId; - init - { - _set_mcpFeatureCollectionId = true; - _value_mcpFeatureCollectionId = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo.IsMcpFeatureCollectionIdSet => _set_mcpFeatureCollectionId; - - public global::System.String Stage + private global::System.Collections.Generic.IReadOnlyList? _value_conditions; + private global::System.Boolean _set_conditions; + private global::System.String _value_displayName = default !; + private global::System.Boolean _set_displayName; + private global::System.String _value_name = default !; + private global::System.Boolean _set_name; + public global::System.Collections.Generic.IReadOnlyList? Conditions { - get => _value_stage; + get => _value_conditions; init { - _set_stage = true; - _value_stage = value; + _set_conditions = true; + _value_conditions = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo.IsStageSet => _set_stage; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IStageUpdateInputInfo.IsConditionsSet => _set_conditions; - public global::System.String Tag + public global::System.String DisplayName { - get => _value_tag; + get => _value_displayName; init { - _set_tag = true; - _value_tag = value; + _set_displayName = true; + _value_displayName = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo.IsTagSet => _set_tag; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IStageUpdateInputInfo.IsDisplayNameSet => _set_displayName; - public global::System.Boolean? WaitForApproval + public global::System.String Name { - get => _value_waitForApproval; + get => _value_name; init { - _set_waitForApproval = true; - _value_waitForApproval = value; + _set_name = true; + _value_name = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionInputInfo.IsWaitForApprovalSet => _set_waitForApproval; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IStageUpdateInputInfo.IsNameSet => _set_name; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreatePersonalAccessTokenInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class StageConditionUpdateInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _dateTimeFormatter = default !; - public global::System.String TypeName => "CreatePersonalAccessTokenInput"; + public global::System.String TypeName => "StageConditionUpdateInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - _dateTimeFormatter = serializerResolver.GetInputValueFormatter("DateTime"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -138791,28 +140211,23 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.StageConditionUpdateInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionUpdateInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsDescriptionSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("description", FormatDescription(input.Description))); - } - - if (inputInfo.IsExpiresAtSet) + if (inputInfo.IsAfterStageSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("expiresAt", FormatExpiresAt(input.ExpiresAt))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("afterStage", FormatAfterStage(input.AfterStage))); } return fields; } - private global::System.Object? FormatDescription(global::System.String input) + private global::System.Object? FormatAfterStage(global::System.String input) { if (input is null) { @@ -138821,18 +140236,13 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _stringFormatter.Format(input); } - - private global::System.Object? FormatExpiresAt(global::System.DateTimeOffset input) - { - return _dateTimeFormatter.Format(input); - } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreatePersonalAccessTokenInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenInputInfo + public partial record StageConditionUpdateInput : global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionUpdateInputInfo { - public virtual global::System.Boolean Equals(CreatePersonalAccessTokenInput? other) + public virtual global::System.Boolean Equals(StageConditionUpdateInput? other) { if (ReferenceEquals(null, other)) { @@ -138849,7 +140259,7 @@ public partial record CreatePersonalAccessTokenInput : global::ChilliCream.Nitro return false; } - return (Description.Equals(other.Description)) && ExpiresAt.Equals(other.ExpiresAt); + return (AfterStage.Equals(other.AfterStage)); } public override global::System.Int32 GetHashCode() @@ -138857,51 +140267,36 @@ public partial record CreatePersonalAccessTokenInput : global::ChilliCream.Nitro unchecked { int hash = 5; - hash ^= 397 * Description.GetHashCode(); - hash ^= 397 * ExpiresAt.GetHashCode(); + hash ^= 397 * AfterStage.GetHashCode(); return hash; } } - private global::System.String _value_description = default !; - private global::System.Boolean _set_description; - private global::System.DateTimeOffset _value_expiresAt; - private global::System.Boolean _set_expiresAt; - public global::System.String Description - { - get => _value_description; - init - { - _set_description = true; - _value_description = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenInputInfo.IsDescriptionSet => _set_description; - - public global::System.DateTimeOffset ExpiresAt + private global::System.String _value_afterStage = default !; + private global::System.Boolean _set_afterStage; + public global::System.String AfterStage { - get => _value_expiresAt; + get => _value_afterStage; init { - _set_expiresAt = true; - _value_expiresAt = value; + _set_afterStage = true; + _value_afterStage = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenInputInfo.IsExpiresAtSet => _set_expiresAt; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionUpdateInputInfo.IsAfterStageSet => _set_afterStage; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class RevokePersonalAccessTokenInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class CreateWorkspaceInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - public global::System.String TypeName => "RevokePersonalAccessTokenInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; + public global::System.String TypeName => "CreateWorkspaceInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -138911,38 +140306,38 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IRevokePersonalAccessTokenInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICreateWorkspaceInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsIdSet) + if (inputInfo.IsNameSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("id", FormatId(input.Id))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("name", FormatName(input.Name))); } return fields; } - private global::System.Object? FormatId(global::System.String input) + private global::System.Object? FormatName(global::System.String input) { if (input is null) { throw new global::System.ArgumentNullException(nameof(input)); } - return _iDFormatter.Format(input); + return _stringFormatter.Format(input); } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record RevokePersonalAccessTokenInput : global::ChilliCream.Nitro.CommandLine.Client.State.IRevokePersonalAccessTokenInputInfo + public partial record CreateWorkspaceInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICreateWorkspaceInputInfo { - public virtual global::System.Boolean Equals(RevokePersonalAccessTokenInput? other) + public virtual global::System.Boolean Equals(CreateWorkspaceInput? other) { if (ReferenceEquals(null, other)) { @@ -138959,7 +140354,7 @@ public partial record RevokePersonalAccessTokenInput : global::ChilliCream.Nitro return false; } - return (Id.Equals(other.Id)); + return (Name.Equals(other.Name)); } public override global::System.Int32 GetHashCode() @@ -138967,40 +140362,40 @@ public partial record RevokePersonalAccessTokenInput : global::ChilliCream.Nitro unchecked { int hash = 5; - hash ^= 397 * Id.GetHashCode(); + hash ^= 397 * Name.GetHashCode(); return hash; } } - private global::System.String _value_id = default !; - private global::System.Boolean _set_id; - public global::System.String Id + private global::System.String _value_name = default !; + private global::System.Boolean _set_name; + public global::System.String Name { - get => _value_id; + get => _value_name; init { - _set_id = true; - _value_id = value; + _set_name = true; + _value_name = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IRevokePersonalAccessTokenInputInfo.IsIdSet => _set_id; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateWorkspaceInputInfo.IsNameSet => _set_name; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class BeginFusionConfigurationPublishInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "UploadOpenApiCollectionInput"; + private global::StrawberryShake.Serialization.IInputValueFormatter _booleanFormatter = default !; + public global::System.String TypeName => "BeginFusionConfigurationPublishInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _booleanFormatter = serializerResolver.GetInputValueFormatter("Boolean"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -139010,22 +140405,32 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.BeginFusionConfigurationPublishInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsCollectionSet) + if (inputInfo.IsApiIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("collection", FormatCollection(input.Collection))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); } - if (inputInfo.IsOpenApiCollectionIdSet) + if (inputInfo.IsStageNameSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("openApiCollectionId", FormatOpenApiCollectionId(input.OpenApiCollectionId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("stageName", FormatStageName(input.StageName))); + } + + if (inputInfo.IsSubgraphApiIdSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("subgraphApiId", FormatSubgraphApiId(input.SubgraphApiId))); + } + + if (inputInfo.IsSubgraphNameSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("subgraphName", FormatSubgraphName(input.SubgraphName))); } if (inputInfo.IsTagSet) @@ -139033,15 +140438,15 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); } - return fields; - } + if (inputInfo.IsWaitForApprovalSet) + { + fields.Add(new global::System.Collections.Generic.KeyValuePair("waitForApproval", FormatWaitForApproval(input.WaitForApproval))); + } - private global::System.Object? FormatCollection(global::StrawberryShake.Upload input) - { - return _uploadFormatter.Format(input); + return fields; } - private global::System.Object? FormatOpenApiCollectionId(global::System.String input) + private global::System.Object? FormatApiId(global::System.String input) { if (input is null) { @@ -139051,7 +140456,7 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _iDFormatter.Format(input); } - private global::System.Object? FormatTag(global::System.String input) + private global::System.Object? FormatStageName(global::System.String input) { if (input is null) { @@ -139060,147 +140465,20 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _stringFormatter.Format(input); } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UploadOpenApiCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionInputInfo - { - public virtual global::System.Boolean Equals(UploadOpenApiCollectionInput? other) + private global::System.Object? FormatSubgraphApiId(global::System.String? input) { - if (ReferenceEquals(null, other)) + if (input is null) { - return false; + return input; } - - if (ReferenceEquals(this, other)) + else { - return true; + return _iDFormatter.Format(input); } + } - if (other.GetType() != GetType()) - { - return false; - } - - return (Collection.Equals(other.Collection)) && OpenApiCollectionId.Equals(other.OpenApiCollectionId) && Tag.Equals(other.Tag); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Collection.GetHashCode(); - hash ^= 397 * OpenApiCollectionId.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); - return hash; - } - } - - private global::StrawberryShake.Upload _value_collection; - private global::System.Boolean _set_collection; - private global::System.String _value_openApiCollectionId = default !; - private global::System.Boolean _set_openApiCollectionId; - private global::System.String _value_tag = default !; - private global::System.Boolean _set_tag; - public global::StrawberryShake.Upload Collection - { - get => _value_collection; - init - { - _set_collection = true; - _value_collection = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionInputInfo.IsCollectionSet => _set_collection; - - public global::System.String OpenApiCollectionId - { - get => _value_openApiCollectionId; - init - { - _set_openApiCollectionId = true; - _value_openApiCollectionId = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionInputInfo.IsOpenApiCollectionIdSet => _set_openApiCollectionId; - - public global::System.String Tag - { - get => _value_tag; - init - { - _set_tag = true; - _value_tag = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionInputInfo.IsTagSet => _set_tag; - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter - { - private global::StrawberryShake.Serialization.IInputValueFormatter _booleanFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "PublishOpenApiCollectionInput"; - - public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _booleanFormatter = serializerResolver.GetInputValueFormatter("Boolean"); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - } - - public global::System.Object? Format(global::System.Object? runtimeValue) - { - if (runtimeValue is null) - { - return null; - } - - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo; - if (input is null || inputInfo is null) - { - throw new global::System.ArgumentException(nameof(runtimeValue)); - } - - var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsForceSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("force", FormatForce(input.Force))); - } - - if (inputInfo.IsOpenApiCollectionIdSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("openApiCollectionId", FormatOpenApiCollectionId(input.OpenApiCollectionId))); - } - - if (inputInfo.IsStageSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); - } - - if (inputInfo.IsTagSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); - } - - if (inputInfo.IsWaitForApprovalSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("waitForApproval", FormatWaitForApproval(input.WaitForApproval))); - } - - return fields; - } - - private global::System.Object? FormatForce(global::System.Boolean? input) + private global::System.Object? FormatSubgraphName(global::System.String? input) { if (input is null) { @@ -139208,28 +140486,8 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver } else { - return _booleanFormatter.Format(input); - } - } - - private global::System.Object? FormatOpenApiCollectionId(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _iDFormatter.Format(input); - } - - private global::System.Object? FormatStage(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); + return _stringFormatter.Format(input); } - - return _stringFormatter.Format(input); } private global::System.Object? FormatTag(global::System.String input) @@ -139257,9 +140515,9 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PublishOpenApiCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo + public partial record BeginFusionConfigurationPublishInput : global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo { - public virtual global::System.Boolean Equals(PublishOpenApiCollectionInput? other) + public virtual global::System.Boolean Equals(BeginFusionConfigurationPublishInput? other) { if (ReferenceEquals(null, other)) { @@ -139276,7 +140534,7 @@ public partial record PublishOpenApiCollectionInput : global::ChilliCream.Nitro. return false; } - return (global::System.Object.Equals(Force, other.Force)) && OpenApiCollectionId.Equals(other.OpenApiCollectionId) && Stage.Equals(other.Stage) && Tag.Equals(other.Tag) && global::System.Object.Equals(WaitForApproval, other.WaitForApproval); + return (ApiId.Equals(other.ApiId)) && StageName.Equals(other.StageName) && ((SubgraphApiId is null && other.SubgraphApiId is null) || SubgraphApiId != null && SubgraphApiId.Equals(other.SubgraphApiId)) && ((SubgraphName is null && other.SubgraphName is null) || SubgraphName != null && SubgraphName.Equals(other.SubgraphName)) && Tag.Equals(other.Tag) && global::System.Object.Equals(WaitForApproval, other.WaitForApproval); } public override global::System.Int32 GetHashCode() @@ -139284,13 +140542,18 @@ public partial record PublishOpenApiCollectionInput : global::ChilliCream.Nitro. unchecked { int hash = 5; - if (Force != null) + hash ^= 397 * ApiId.GetHashCode(); + hash ^= 397 * StageName.GetHashCode(); + if (SubgraphApiId != null) { - hash ^= 397 * Force.GetHashCode(); + hash ^= 397 * SubgraphApiId.GetHashCode(); + } + + if (SubgraphName != null) + { + hash ^= 397 * SubgraphName.GetHashCode(); } - hash ^= 397 * OpenApiCollectionId.GetHashCode(); - hash ^= 397 * Stage.GetHashCode(); hash ^= 397 * Tag.GetHashCode(); if (WaitForApproval != null) { @@ -139301,51 +140564,65 @@ public partial record PublishOpenApiCollectionInput : global::ChilliCream.Nitro. } } - private global::System.Boolean? _value_force; - private global::System.Boolean _set_force; - private global::System.String _value_openApiCollectionId = default !; - private global::System.Boolean _set_openApiCollectionId; - private global::System.String _value_stage = default !; - private global::System.Boolean _set_stage; + private global::System.String _value_apiId = default !; + private global::System.Boolean _set_apiId; + private global::System.String _value_stageName = default !; + private global::System.Boolean _set_stageName; + private global::System.String? _value_subgraphApiId; + private global::System.Boolean _set_subgraphApiId; + private global::System.String? _value_subgraphName; + private global::System.Boolean _set_subgraphName; private global::System.String _value_tag = default !; private global::System.Boolean _set_tag; private global::System.Boolean? _value_waitForApproval; private global::System.Boolean _set_waitForApproval; - public global::System.Boolean? Force + public global::System.String ApiId { - get => _value_force; + get => _value_apiId; init { - _set_force = true; - _value_force = value; + _set_apiId = true; + _value_apiId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo.IsForceSet => _set_force; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo.IsApiIdSet => _set_apiId; - public global::System.String OpenApiCollectionId + public global::System.String StageName { - get => _value_openApiCollectionId; + get => _value_stageName; init { - _set_openApiCollectionId = true; - _value_openApiCollectionId = value; + _set_stageName = true; + _value_stageName = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo.IsOpenApiCollectionIdSet => _set_openApiCollectionId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo.IsStageNameSet => _set_stageName; - public global::System.String Stage + public global::System.String? SubgraphApiId { - get => _value_stage; + get => _value_subgraphApiId; init { - _set_stage = true; - _value_stage = value; + _set_subgraphApiId = true; + _value_subgraphApiId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo.IsStageSet => _set_stage; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo.IsSubgraphApiIdSet => _set_subgraphApiId; + + public global::System.String? SubgraphName + { + get => _value_subgraphName; + init + { + _set_subgraphName = true; + _value_subgraphName = value; + } + } + + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo.IsSubgraphNameSet => _set_subgraphName; public global::System.String Tag { @@ -139357,7 +140634,7 @@ public partial record PublishOpenApiCollectionInput : global::ChilliCream.Nitro. } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo.IsTagSet => _set_tag; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo.IsTagSet => _set_tag; public global::System.Boolean? WaitForApproval { @@ -139369,23 +140646,19 @@ public partial record PublishOpenApiCollectionInput : global::ChilliCream.Nitro. } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionInputInfo.IsWaitForApprovalSet => _set_waitForApproval; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo.IsWaitForApprovalSet => _set_waitForApproval; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class CancelFusionConfigurationCompositionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { - private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "ValidateOpenApiCollectionInput"; + public global::System.String TypeName => "CancelFusionConfigurationCompositionInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -139395,38 +140668,23 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICancelFusionConfigurationCompositionInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsCollectionSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("collection", FormatCollection(input.Collection))); - } - - if (inputInfo.IsOpenApiCollectionIdSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("openApiCollectionId", FormatOpenApiCollectionId(input.OpenApiCollectionId))); - } - - if (inputInfo.IsStageSet) + if (inputInfo.IsRequestIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("requestId", FormatRequestId(input.RequestId))); } return fields; } - private global::System.Object? FormatCollection(global::StrawberryShake.Upload input) - { - return _uploadFormatter.Format(input); - } - - private global::System.Object? FormatOpenApiCollectionId(global::System.String input) + private global::System.Object? FormatRequestId(global::System.String input) { if (input is null) { @@ -139435,23 +140693,13 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return _iDFormatter.Format(input); } - - private global::System.Object? FormatStage(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _stringFormatter.Format(input); - } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ValidateOpenApiCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionInputInfo + public partial record CancelFusionConfigurationCompositionInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICancelFusionConfigurationCompositionInputInfo { - public virtual global::System.Boolean Equals(ValidateOpenApiCollectionInput? other) + public virtual global::System.Boolean Equals(CancelFusionConfigurationCompositionInput? other) { if (ReferenceEquals(null, other)) { @@ -139468,7 +140716,7 @@ public partial record ValidateOpenApiCollectionInput : global::ChilliCream.Nitro return false; } - return (Collection.Equals(other.Collection)) && OpenApiCollectionId.Equals(other.OpenApiCollectionId) && Stage.Equals(other.Stage); + return (RequestId.Equals(other.RequestId)); } public override global::System.Int32 GetHashCode() @@ -139476,68 +140724,38 @@ public partial record ValidateOpenApiCollectionInput : global::ChilliCream.Nitro unchecked { int hash = 5; - hash ^= 397 * Collection.GetHashCode(); - hash ^= 397 * OpenApiCollectionId.GetHashCode(); - hash ^= 397 * Stage.GetHashCode(); + hash ^= 397 * RequestId.GetHashCode(); return hash; } } - private global::StrawberryShake.Upload _value_collection; - private global::System.Boolean _set_collection; - private global::System.String _value_openApiCollectionId = default !; - private global::System.Boolean _set_openApiCollectionId; - private global::System.String _value_stage = default !; - private global::System.Boolean _set_stage; - public global::StrawberryShake.Upload Collection - { - get => _value_collection; - init - { - _set_collection = true; - _value_collection = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionInputInfo.IsCollectionSet => _set_collection; - - public global::System.String OpenApiCollectionId - { - get => _value_openApiCollectionId; - init - { - _set_openApiCollectionId = true; - _value_openApiCollectionId = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionInputInfo.IsOpenApiCollectionIdSet => _set_openApiCollectionId; - - public global::System.String Stage + private global::System.String _value_requestId = default !; + private global::System.Boolean _set_requestId; + public global::System.String RequestId { - get => _value_stage; + get => _value_requestId; init { - _set_stage = true; - _value_stage = value; + _set_requestId = true; + _value_requestId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionInputInfo.IsStageSet => _set_stage; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICancelFusionConfigurationCompositionInputInfo.IsRequestIdSet => _set_requestId; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateOpenApiCollectionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class CommitFusionConfigurationPublishInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { + private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "CreateOpenApiCollectionInput"; + public global::System.String TypeName => "CommitFusionConfigurationPublishInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { + _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -139547,53 +140765,48 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsApiIdSet) + if (inputInfo.IsConfigurationSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("configuration", FormatConfiguration(input.Configuration))); } - if (inputInfo.IsNameSet) + if (inputInfo.IsRequestIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("name", FormatName(input.Name))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("requestId", FormatRequestId(input.RequestId))); } return fields; } - private global::System.Object? FormatApiId(global::System.String input) + private global::System.Object? FormatConfiguration(global::StrawberryShake.Upload input) { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _iDFormatter.Format(input); + return _uploadFormatter.Format(input); } - private global::System.Object? FormatName(global::System.String input) + private global::System.Object? FormatRequestId(global::System.String input) { if (input is null) { throw new global::System.ArgumentNullException(nameof(input)); } - return _stringFormatter.Format(input); + return _iDFormatter.Format(input); } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreateOpenApiCollectionInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionInputInfo + public partial record CommitFusionConfigurationPublishInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishInputInfo { - public virtual global::System.Boolean Equals(CreateOpenApiCollectionInput? other) + public virtual global::System.Boolean Equals(CommitFusionConfigurationPublishInput? other) { if (ReferenceEquals(null, other)) { @@ -139610,7 +140823,7 @@ public partial record CreateOpenApiCollectionInput : global::ChilliCream.Nitro.C return false; } - return (ApiId.Equals(other.ApiId)) && Name.Equals(other.Name); + return (Configuration.Equals(other.Configuration)) && RequestId.Equals(other.RequestId); } public override global::System.Int32 GetHashCode() @@ -139618,47 +140831,47 @@ public partial record CreateOpenApiCollectionInput : global::ChilliCream.Nitro.C unchecked { int hash = 5; - hash ^= 397 * ApiId.GetHashCode(); - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * Configuration.GetHashCode(); + hash ^= 397 * RequestId.GetHashCode(); return hash; } } - private global::System.String _value_apiId = default !; - private global::System.Boolean _set_apiId; - private global::System.String _value_name = default !; - private global::System.Boolean _set_name; - public global::System.String ApiId + private global::StrawberryShake.Upload _value_configuration; + private global::System.Boolean _set_configuration; + private global::System.String _value_requestId = default !; + private global::System.Boolean _set_requestId; + public global::StrawberryShake.Upload Configuration { - get => _value_apiId; + get => _value_configuration; init { - _set_apiId = true; - _value_apiId = value; + _set_configuration = true; + _value_configuration = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionInputInfo.IsApiIdSet => _set_apiId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishInputInfo.IsConfigurationSet => _set_configuration; - public global::System.String Name + public global::System.String RequestId { - get => _value_name; + get => _value_requestId; init { - _set_name = true; - _value_name = value; + _set_requestId = true; + _value_requestId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionInputInfo.IsNameSet => _set_name; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishInputInfo.IsRequestIdSet => _set_requestId; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteOpenApiCollectionByIdInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class StartFusionConfigurationCompositionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - public global::System.String TypeName => "DeleteOpenApiCollectionByIdInput"; + public global::System.String TypeName => "StartFusionConfigurationCompositionInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { @@ -139672,23 +140885,23 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteOpenApiCollectionByIdInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IStartFusionConfigurationCompositionInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsOpenApiCollectionIdSet) + if (inputInfo.IsRequestIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("openApiCollectionId", FormatOpenApiCollectionId(input.OpenApiCollectionId))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("requestId", FormatRequestId(input.RequestId))); } return fields; } - private global::System.Object? FormatOpenApiCollectionId(global::System.String input) + private global::System.Object? FormatRequestId(global::System.String input) { if (input is null) { @@ -139701,104 +140914,9 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record DeleteOpenApiCollectionByIdInput : global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteOpenApiCollectionByIdInputInfo - { - public virtual global::System.Boolean Equals(DeleteOpenApiCollectionByIdInput? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (OpenApiCollectionId.Equals(other.OpenApiCollectionId)); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * OpenApiCollectionId.GetHashCode(); - return hash; - } - } - - private global::System.String _value_openApiCollectionId = default !; - private global::System.Boolean _set_openApiCollectionId; - public global::System.String OpenApiCollectionId - { - get => _value_openApiCollectionId; - init - { - _set_openApiCollectionId = true; - _value_openApiCollectionId = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteOpenApiCollectionByIdInputInfo.IsOpenApiCollectionIdSet => _set_openApiCollectionId; - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateWorkspaceInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter - { - private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "CreateWorkspaceInput"; - - public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - } - - public global::System.Object? Format(global::System.Object? runtimeValue) - { - if (runtimeValue is null) - { - return null; - } - - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICreateWorkspaceInputInfo; - if (input is null || inputInfo is null) - { - throw new global::System.ArgumentException(nameof(runtimeValue)); - } - - var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsNameSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("name", FormatName(input.Name))); - } - - return fields; - } - - private global::System.Object? FormatName(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _stringFormatter.Format(input); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreateWorkspaceInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICreateWorkspaceInputInfo + public partial record StartFusionConfigurationCompositionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IStartFusionConfigurationCompositionInputInfo { - public virtual global::System.Boolean Equals(CreateWorkspaceInput? other) + public virtual global::System.Boolean Equals(StartFusionConfigurationCompositionInput? other) { if (ReferenceEquals(null, other)) { @@ -139815,7 +140933,7 @@ public partial record CreateWorkspaceInput : global::ChilliCream.Nitro.CommandLi return false; } - return (Name.Equals(other.Name)); + return (RequestId.Equals(other.RequestId)); } public override global::System.Int32 GetHashCode() @@ -139823,40 +140941,38 @@ public partial record CreateWorkspaceInput : global::ChilliCream.Nitro.CommandLi unchecked { int hash = 5; - hash ^= 397 * Name.GetHashCode(); + hash ^= 397 * RequestId.GetHashCode(); return hash; } } - private global::System.String _value_name = default !; - private global::System.Boolean _set_name; - public global::System.String Name + private global::System.String _value_requestId = default !; + private global::System.Boolean _set_requestId; + public global::System.String RequestId { - get => _value_name; + get => _value_requestId; init { - _set_name = true; - _value_name = value; + _set_requestId = true; + _value_requestId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICreateWorkspaceInputInfo.IsNameSet => _set_name; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IStartFusionConfigurationCompositionInputInfo.IsRequestIdSet => _set_requestId; } // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishSchemaInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class ValidateFusionConfigurationCompositionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter { + private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _booleanFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "PublishSchemaInput"; + public global::System.String TypeName => "ValidateFusionConfigurationCompositionInput"; public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { + _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _booleanFormatter = serializerResolver.GetInputValueFormatter("Boolean"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } public global::System.Object? Format(global::System.Object? runtimeValue) @@ -139866,102 +140982,48 @@ public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver return null; } - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo; + var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput; + var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionInputInfo; if (input is null || inputInfo is null) { throw new global::System.ArgumentException(nameof(runtimeValue)); } var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsApiIdSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); - } - - if (inputInfo.IsForceSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("force", FormatForce(input.Force))); - } - - if (inputInfo.IsStageSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); - } - - if (inputInfo.IsTagSet) + if (inputInfo.IsConfigurationSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("configuration", FormatConfiguration(input.Configuration))); } - if (inputInfo.IsWaitForApprovalSet) + if (inputInfo.IsRequestIdSet) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("waitForApproval", FormatWaitForApproval(input.WaitForApproval))); + fields.Add(new global::System.Collections.Generic.KeyValuePair("requestId", FormatRequestId(input.RequestId))); } return fields; } - private global::System.Object? FormatApiId(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _iDFormatter.Format(input); - } - - private global::System.Object? FormatForce(global::System.Boolean? input) - { - if (input is null) - { - return input; - } - else - { - return _booleanFormatter.Format(input); - } - } - - private global::System.Object? FormatStage(global::System.String input) + private global::System.Object? FormatConfiguration(global::StrawberryShake.Upload input) { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _stringFormatter.Format(input); + return _uploadFormatter.Format(input); } - private global::System.Object? FormatTag(global::System.String input) + private global::System.Object? FormatRequestId(global::System.String input) { if (input is null) { throw new global::System.ArgumentNullException(nameof(input)); } - return _stringFormatter.Format(input); - } - - private global::System.Object? FormatWaitForApproval(global::System.Boolean? input) - { - if (input is null) - { - return input; - } - else - { - return _booleanFormatter.Format(input); - } + return _iDFormatter.Format(input); } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PublishSchemaInput : global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo + public partial record ValidateFusionConfigurationCompositionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionInputInfo { - public virtual global::System.Boolean Equals(PublishSchemaInput? other) + public virtual global::System.Boolean Equals(ValidateFusionConfigurationCompositionInput? other) { if (ReferenceEquals(null, other)) { @@ -139978,7 +141040,7 @@ public partial record PublishSchemaInput : global::ChilliCream.Nitro.CommandLine return false; } - return (ApiId.Equals(other.ApiId)) && global::System.Object.Equals(Force, other.Force) && Stage.Equals(other.Stage) && Tag.Equals(other.Tag) && global::System.Object.Equals(WaitForApproval, other.WaitForApproval); + return (Configuration.Equals(other.Configuration)) && RequestId.Equals(other.RequestId); } public override global::System.Int32 GetHashCode() @@ -139986,1372 +141048,1251 @@ public partial record PublishSchemaInput : global::ChilliCream.Nitro.CommandLine unchecked { int hash = 5; - hash ^= 397 * ApiId.GetHashCode(); - if (Force != null) - { - hash ^= 397 * Force.GetHashCode(); - } - - hash ^= 397 * Stage.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); - if (WaitForApproval != null) - { - hash ^= 397 * WaitForApproval.GetHashCode(); - } - + hash ^= 397 * Configuration.GetHashCode(); + hash ^= 397 * RequestId.GetHashCode(); return hash; } } - private global::System.String _value_apiId = default !; - private global::System.Boolean _set_apiId; - private global::System.Boolean? _value_force; - private global::System.Boolean _set_force; - private global::System.String _value_stage = default !; - private global::System.Boolean _set_stage; - private global::System.String _value_tag = default !; - private global::System.Boolean _set_tag; - private global::System.Boolean? _value_waitForApproval; - private global::System.Boolean _set_waitForApproval; - public global::System.String ApiId + private global::StrawberryShake.Upload _value_configuration; + private global::System.Boolean _set_configuration; + private global::System.String _value_requestId = default !; + private global::System.Boolean _set_requestId; + public global::StrawberryShake.Upload Configuration { - get => _value_apiId; + get => _value_configuration; init { - _set_apiId = true; - _value_apiId = value; + _set_configuration = true; + _value_configuration = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo.IsApiIdSet => _set_apiId; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionInputInfo.IsConfigurationSet => _set_configuration; - public global::System.Boolean? Force + public global::System.String RequestId { - get => _value_force; + get => _value_requestId; init { - _set_force = true; - _value_force = value; + _set_requestId = true; + _value_requestId = value; } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo.IsForceSet => _set_force; + global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionInputInfo.IsRequestIdSet => _set_requestId; + } - public global::System.String Stage - { - get => _value_stage; - init - { - _set_stage = true; - _value_stage = value; - } - } + // StrawberryShake.CodeGeneration.CSharp.Generators.EnumGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public enum ApiKind + { + Collection, + Service, + Gateway + } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo.IsStageSet => _set_stage; + // StrawberryShake.CodeGeneration.CSharp.Generators.EnumParserGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ApiKindSerializer : global::StrawberryShake.Serialization.IInputValueFormatter, global::StrawberryShake.Serialization.ILeafValueParser + { + public global::System.String TypeName => "ApiKind"; - public global::System.String Tag + public ApiKind Parse(global::System.String serializedValue) { - get => _value_tag; - init + return serializedValue switch { - _set_tag = true; - _value_tag = value; - } + "COLLECTION" => ApiKind.Collection, + "SERVICE" => ApiKind.Service, + "GATEWAY" => ApiKind.Gateway, + _ => throw new global::StrawberryShake.GraphQLClientException($"String value '{serializedValue}' can't be converted to enum ApiKind")}; } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo.IsTagSet => _set_tag; - - public global::System.Boolean? WaitForApproval + public global::System.Object Format(global::System.Object? runtimeValue) { - get => _value_waitForApproval; - init + return runtimeValue switch { - _set_waitForApproval = true; - _value_waitForApproval = value; - } + ApiKind.Collection => "COLLECTION", + ApiKind.Service => "SERVICE", + ApiKind.Gateway => "GATEWAY", + _ => throw new global::StrawberryShake.GraphQLClientException($"Enum ApiKind value '{runtimeValue}' can't be converted to string")}; } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaInputInfo.IsWaitForApprovalSet => _set_waitForApproval; } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.EnumGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchemaInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public enum ProcessingState { - private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "UploadSchemaInput"; - - public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - } - - public global::System.Object? Format(global::System.Object? runtimeValue) - { - if (runtimeValue is null) - { - return null; - } - - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaInputInfo; - if (input is null || inputInfo is null) - { - throw new global::System.ArgumentException(nameof(runtimeValue)); - } - - var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsApiIdSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); - } - - if (inputInfo.IsSchemaSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("schema", FormatSchema(input.Schema))); - } - - if (inputInfo.IsTagSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); - } + Queued, + Ready, + Processing, + Success, + Failed, + Cancelled, + WaitingForApproval, + Approved + } - return fields; - } + // StrawberryShake.CodeGeneration.CSharp.Generators.EnumParserGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ProcessingStateSerializer : global::StrawberryShake.Serialization.IInputValueFormatter, global::StrawberryShake.Serialization.ILeafValueParser + { + public global::System.String TypeName => "ProcessingState"; - private global::System.Object? FormatApiId(global::System.String input) + public ProcessingState Parse(global::System.String serializedValue) { - if (input is null) + return serializedValue switch { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _iDFormatter.Format(input); - } - - private global::System.Object? FormatSchema(global::StrawberryShake.Upload input) - { - return _uploadFormatter.Format(input); + "QUEUED" => ProcessingState.Queued, + "READY" => ProcessingState.Ready, + "PROCESSING" => ProcessingState.Processing, + "SUCCESS" => ProcessingState.Success, + "FAILED" => ProcessingState.Failed, + "CANCELLED" => ProcessingState.Cancelled, + "WAITING_FOR_APPROVAL" => ProcessingState.WaitingForApproval, + "APPROVED" => ProcessingState.Approved, + _ => throw new global::StrawberryShake.GraphQLClientException($"String value '{serializedValue}' can't be converted to enum ProcessingState")}; } - private global::System.Object? FormatTag(global::System.String input) + public global::System.Object Format(global::System.Object? runtimeValue) { - if (input is null) + return runtimeValue switch { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _stringFormatter.Format(input); + ProcessingState.Queued => "QUEUED", + ProcessingState.Ready => "READY", + ProcessingState.Processing => "PROCESSING", + ProcessingState.Success => "SUCCESS", + ProcessingState.Failed => "FAILED", + ProcessingState.Cancelled => "CANCELLED", + ProcessingState.WaitingForApproval => "WAITING_FOR_APPROVAL", + ProcessingState.Approved => "APPROVED", + _ => throw new global::StrawberryShake.GraphQLClientException($"Enum ProcessingState value '{runtimeValue}' can't be converted to string")}; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UploadSchemaInput : global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaInputInfo + // StrawberryShake.CodeGeneration.CSharp.Generators.EnumGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public enum SchemaChangeSeverity { - public virtual global::System.Boolean Equals(UploadSchemaInput? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (ApiId.Equals(other.ApiId)) && Schema.Equals(other.Schema) && Tag.Equals(other.Tag); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * ApiId.GetHashCode(); - hash ^= 397 * Schema.GetHashCode(); - hash ^= 397 * Tag.GetHashCode(); - return hash; - } - } - - private global::System.String _value_apiId = default !; - private global::System.Boolean _set_apiId; - private global::StrawberryShake.Upload _value_schema; - private global::System.Boolean _set_schema; - private global::System.String _value_tag = default !; - private global::System.Boolean _set_tag; - public global::System.String ApiId - { - get => _value_apiId; - init - { - _set_apiId = true; - _value_apiId = value; - } - } + Safe, + Dangerous, + Breaking + } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaInputInfo.IsApiIdSet => _set_apiId; + // StrawberryShake.CodeGeneration.CSharp.Generators.EnumParserGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class SchemaChangeSeveritySerializer : global::StrawberryShake.Serialization.IInputValueFormatter, global::StrawberryShake.Serialization.ILeafValueParser + { + public global::System.String TypeName => "SchemaChangeSeverity"; - public global::StrawberryShake.Upload Schema + public SchemaChangeSeverity Parse(global::System.String serializedValue) { - get => _value_schema; - init + return serializedValue switch { - _set_schema = true; - _value_schema = value; - } + "SAFE" => SchemaChangeSeverity.Safe, + "DANGEROUS" => SchemaChangeSeverity.Dangerous, + "BREAKING" => SchemaChangeSeverity.Breaking, + _ => throw new global::StrawberryShake.GraphQLClientException($"String value '{serializedValue}' can't be converted to enum SchemaChangeSeverity")}; } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaInputInfo.IsSchemaSet => _set_schema; - - public global::System.String Tag + public global::System.Object Format(global::System.Object? runtimeValue) { - get => _value_tag; - init + return runtimeValue switch { - _set_tag = true; - _value_tag = value; - } + SchemaChangeSeverity.Safe => "SAFE", + SchemaChangeSeverity.Dangerous => "DANGEROUS", + SchemaChangeSeverity.Breaking => "BREAKING", + _ => throw new global::StrawberryShake.GraphQLClientException($"Enum SchemaChangeSeverity value '{runtimeValue}' can't be converted to string")}; } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaInputInfo.IsTagSet => _set_tag; } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.EnumGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateSchemaInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public enum DirectiveLocation { - private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - public global::System.String TypeName => "ValidateSchemaInput"; + Query, + Mutation, + Subscription, + Field, + FragmentDefinition, + FragmentSpread, + InlineFragment, + VariableDefinition, + Schema, + Scalar, + Object, + FieldDefinition, + ArgumentDefinition, + Interface, + Union, + Enum, + EnumValue, + InputObject, + InputFieldDefinition + } - public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.EnumParserGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class DirectiveLocationSerializer : global::StrawberryShake.Serialization.IInputValueFormatter, global::StrawberryShake.Serialization.ILeafValueParser + { + public global::System.String TypeName => "DirectiveLocation"; - public global::System.Object? Format(global::System.Object? runtimeValue) + public DirectiveLocation Parse(global::System.String serializedValue) { - if (runtimeValue is null) - { - return null; - } - - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaInputInfo; - if (input is null || inputInfo is null) - { - throw new global::System.ArgumentException(nameof(runtimeValue)); - } - - var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsApiIdSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); - } - - if (inputInfo.IsSchemaSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("schema", FormatSchema(input.Schema))); - } - - if (inputInfo.IsStageSet) + return serializedValue switch { - fields.Add(new global::System.Collections.Generic.KeyValuePair("stage", FormatStage(input.Stage))); - } - - return fields; + "QUERY" => DirectiveLocation.Query, + "MUTATION" => DirectiveLocation.Mutation, + "SUBSCRIPTION" => DirectiveLocation.Subscription, + "FIELD" => DirectiveLocation.Field, + "FRAGMENT_DEFINITION" => DirectiveLocation.FragmentDefinition, + "FRAGMENT_SPREAD" => DirectiveLocation.FragmentSpread, + "INLINE_FRAGMENT" => DirectiveLocation.InlineFragment, + "VARIABLE_DEFINITION" => DirectiveLocation.VariableDefinition, + "SCHEMA" => DirectiveLocation.Schema, + "SCALAR" => DirectiveLocation.Scalar, + "OBJECT" => DirectiveLocation.Object, + "FIELD_DEFINITION" => DirectiveLocation.FieldDefinition, + "ARGUMENT_DEFINITION" => DirectiveLocation.ArgumentDefinition, + "INTERFACE" => DirectiveLocation.Interface, + "UNION" => DirectiveLocation.Union, + "ENUM" => DirectiveLocation.Enum, + "ENUM_VALUE" => DirectiveLocation.EnumValue, + "INPUT_OBJECT" => DirectiveLocation.InputObject, + "INPUT_FIELD_DEFINITION" => DirectiveLocation.InputFieldDefinition, + _ => throw new global::StrawberryShake.GraphQLClientException($"String value '{serializedValue}' can't be converted to enum DirectiveLocation")}; } - private global::System.Object? FormatApiId(global::System.String input) + public global::System.Object Format(global::System.Object? runtimeValue) { - if (input is null) + return runtimeValue switch { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _iDFormatter.Format(input); + DirectiveLocation.Query => "QUERY", + DirectiveLocation.Mutation => "MUTATION", + DirectiveLocation.Subscription => "SUBSCRIPTION", + DirectiveLocation.Field => "FIELD", + DirectiveLocation.FragmentDefinition => "FRAGMENT_DEFINITION", + DirectiveLocation.FragmentSpread => "FRAGMENT_SPREAD", + DirectiveLocation.InlineFragment => "INLINE_FRAGMENT", + DirectiveLocation.VariableDefinition => "VARIABLE_DEFINITION", + DirectiveLocation.Schema => "SCHEMA", + DirectiveLocation.Scalar => "SCALAR", + DirectiveLocation.Object => "OBJECT", + DirectiveLocation.FieldDefinition => "FIELD_DEFINITION", + DirectiveLocation.ArgumentDefinition => "ARGUMENT_DEFINITION", + DirectiveLocation.Interface => "INTERFACE", + DirectiveLocation.Union => "UNION", + DirectiveLocation.Enum => "ENUM", + DirectiveLocation.EnumValue => "ENUM_VALUE", + DirectiveLocation.InputObject => "INPUT_OBJECT", + DirectiveLocation.InputFieldDefinition => "INPUT_FIELD_DEFINITION", + _ => throw new global::StrawberryShake.GraphQLClientException($"Enum DirectiveLocation value '{runtimeValue}' can't be converted to string")}; } + } - private global::System.Object? FormatSchema(global::StrawberryShake.Upload input) + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the CreateApiKeyCommandMutation GraphQL operation + /// + /// mutation CreateApiKeyCommandMutation( + /// $input: CreateApiKeyInput! + /// ) { + /// createApiKey(input: $input) { + /// __typename + /// result { + /// __typename + /// key { + /// __typename + /// ... CreateApiKeyCommandMutation_ApiKey + /// } + /// secret + /// } + /// errors { + /// __typename + /// ... ApiNotFoundError + /// ... WorkspaceNotFound + /// ... PersonalWorkspaceNotSupportedError + /// ... ValidationError + /// ... RoleNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment CreateApiKeyCommandMutation_ApiKey on ApiKey { + /// id + /// ... ApiKeyDetailPrompt_ApiKey + /// } + /// + /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { + /// id + /// name + /// workspace { + /// __typename + /// name + /// } + /// } + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename + /// message + /// apiId + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment WorkspaceNotFound on WorkspaceNotFound { + /// __typename + /// message + /// workspaceId + /// ... Error + /// } + /// + /// fragment PersonalWorkspaceNotSupportedError on PersonalWorkspaceNotSupportedError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ValidationError on ValidationError { + /// __typename + /// message + /// errors { + /// __typename + /// message + /// } + /// ... Error + /// } + /// + /// fragment RoleNotFoundError on RoleNotFoundError { + /// __typename + /// message + /// roleId + /// ... Error + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateApiKeyCommandMutationMutationDocument : global::StrawberryShake.IDocument + { + private CreateApiKeyCommandMutationMutationDocument() { - return _uploadFormatter.Format(input); } - private global::System.Object? FormatStage(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } + public static CreateApiKeyCommandMutationMutationDocument Instance { get; } = new CreateApiKeyCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "992b8ab9fd5e45569fda61f616659e1a"); - return _stringFormatter.Format(input); + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif } } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ValidateSchemaInput : global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaInputInfo + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the CreateApiKeyCommandMutation GraphQL operation + /// + /// mutation CreateApiKeyCommandMutation( + /// $input: CreateApiKeyInput! + /// ) { + /// createApiKey(input: $input) { + /// __typename + /// result { + /// __typename + /// key { + /// __typename + /// ... CreateApiKeyCommandMutation_ApiKey + /// } + /// secret + /// } + /// errors { + /// __typename + /// ... ApiNotFoundError + /// ... WorkspaceNotFound + /// ... PersonalWorkspaceNotSupportedError + /// ... ValidationError + /// ... RoleNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment CreateApiKeyCommandMutation_ApiKey on ApiKey { + /// id + /// ... ApiKeyDetailPrompt_ApiKey + /// } + /// + /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { + /// id + /// name + /// workspace { + /// __typename + /// name + /// } + /// } + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename + /// message + /// apiId + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment WorkspaceNotFound on WorkspaceNotFound { + /// __typename + /// message + /// workspaceId + /// ... Error + /// } + /// + /// fragment PersonalWorkspaceNotSupportedError on PersonalWorkspaceNotSupportedError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ValidationError on ValidationError { + /// __typename + /// message + /// errors { + /// __typename + /// message + /// } + /// ... Error + /// } + /// + /// fragment RoleNotFoundError on RoleNotFoundError { + /// __typename + /// message + /// roleId + /// ... Error + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateApiKeyCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation { - public virtual global::System.Boolean Equals(ValidateSchemaInput? other) + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _createApiKeyInputFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public CreateApiKeyCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - if (ReferenceEquals(null, other)) - { - return false; - } + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _createApiKeyInputFormatter = serializerResolver.GetInputValueFormatter("CreateApiKeyInput"); + } - if (ReferenceEquals(this, other)) - { - return true; - } + private CreateApiKeyCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter createApiKeyInputFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _createApiKeyInputFormatter = createApiKeyInputFormatter; + } - if (other.GetType() != GetType()) - { - return false; - } + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateApiKeyCommandMutationResult); - return (ApiId.Equals(other.ApiId)) && Schema.Equals(other.Schema) && Stage.Equals(other.Stage); + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutationMutation(_operationExecutor, _configure.Add(configure), _createApiKeyInputFormatter); } - public override global::System.Int32 GetHashCode() + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { - unchecked - { - int hash = 5; - hash ^= 397 * ApiId.GetHashCode(); - hash ^= 397 * Schema.GetHashCode(); - hash ^= 397 * Stage.GetHashCode(); - return hash; - } + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - private global::System.String _value_apiId = default !; - private global::System.Boolean _set_apiId; - private global::StrawberryShake.Upload _value_schema; - private global::System.Boolean _set_schema; - private global::System.String _value_stage = default !; - private global::System.Boolean _set_stage; - public global::System.String ApiId + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { - get => _value_apiId; - init - { - _set_apiId = true; - _value_apiId = value; - } + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaInputInfo.IsApiIdSet => _set_apiId; - - public global::StrawberryShake.Upload Schema + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput input, global::System.Threading.CancellationToken cancellationToken = default) { - get => _value_schema; - init + var request = CreateRequest(input); + foreach (var configure in _configure) { - _set_schema = true; - _value_schema = value; + configure(request); } - } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaInputInfo.IsSchemaSet => _set_schema; + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } - public global::System.String Stage + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { - get => _value_stage; - init - { - _set_stage = true; - _value_stage = value; - } + var request = CreateRequest(input); + return _operationExecutor.Watch(request, strategy); } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaInputInfo.IsStageSet => _set_stage; - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CancelFusionConfigurationCompositionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter - { - private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - public global::System.String TypeName => "CancelFusionConfigurationCompositionInput"; - - public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput input) { - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("input", FormatInput(input)); + return CreateRequest(variables); } - public global::System.Object? Format(global::System.Object? runtimeValue) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - if (runtimeValue is null) - { - return null; - } - - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICancelFusionConfigurationCompositionInputInfo; - if (input is null || inputInfo is null) - { - throw new global::System.ArgumentException(nameof(runtimeValue)); - } + return new global::StrawberryShake.OperationRequest(id: CreateApiKeyCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateApiKeyCommandMutation", document: CreateApiKeyCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } - var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsRequestIdSet) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput value) + { + if (value is null) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("requestId", FormatRequestId(input.RequestId))); + throw new global::System.ArgumentNullException(nameof(value)); } - return fields; + return _createApiKeyInputFormatter.Format(value); } - private global::System.Object? FormatRequestId(global::System.String input) + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _iDFormatter.Format(input); + return CreateRequest(variables!); } } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CancelFusionConfigurationCompositionInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICancelFusionConfigurationCompositionInputInfo + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the CreateApiKeyCommandMutation GraphQL operation + /// + /// mutation CreateApiKeyCommandMutation( + /// $input: CreateApiKeyInput! + /// ) { + /// createApiKey(input: $input) { + /// __typename + /// result { + /// __typename + /// key { + /// __typename + /// ... CreateApiKeyCommandMutation_ApiKey + /// } + /// secret + /// } + /// errors { + /// __typename + /// ... ApiNotFoundError + /// ... WorkspaceNotFound + /// ... PersonalWorkspaceNotSupportedError + /// ... ValidationError + /// ... RoleNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment CreateApiKeyCommandMutation_ApiKey on ApiKey { + /// id + /// ... ApiKeyDetailPrompt_ApiKey + /// } + /// + /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { + /// id + /// name + /// workspace { + /// __typename + /// name + /// } + /// } + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename + /// message + /// apiId + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment WorkspaceNotFound on WorkspaceNotFound { + /// __typename + /// message + /// workspaceId + /// ... Error + /// } + /// + /// fragment PersonalWorkspaceNotSupportedError on PersonalWorkspaceNotSupportedError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ValidationError on ValidationError { + /// __typename + /// message + /// errors { + /// __typename + /// message + /// } + /// ... Error + /// } + /// + /// fragment RoleNotFoundError on RoleNotFoundError { + /// __typename + /// message + /// roleId + /// ... Error + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateApiKeyCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - public virtual global::System.Boolean Equals(CancelFusionConfigurationCompositionInput? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (RequestId.Equals(other.RequestId)); - } + global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + } - public override global::System.Int32 GetHashCode() + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the DeleteApiKeyCommandMutation GraphQL operation + /// + /// mutation DeleteApiKeyCommandMutation( + /// $input: DeleteApiKeyInput! + /// ) { + /// deleteApiKey(input: $input) { + /// __typename + /// apiKey { + /// __typename + /// ... DeleteApiKeyCommand_ApiKey + /// } + /// errors { + /// __typename + /// ... ApiKeyNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment DeleteApiKeyCommand_ApiKey on ApiKey { + /// id + /// ... ApiKeyDetailPrompt_ApiKey + /// } + /// + /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { + /// id + /// name + /// workspace { + /// __typename + /// name + /// } + /// } + /// + /// fragment ApiKeyNotFoundError on ApiKeyNotFoundError { + /// __typename + /// message + /// apiKeyId + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class DeleteApiKeyCommandMutationMutationDocument : global::StrawberryShake.IDocument + { + private DeleteApiKeyCommandMutationMutationDocument() { - unchecked - { - int hash = 5; - hash ^= 397 * RequestId.GetHashCode(); - return hash; - } } - private global::System.String _value_requestId = default !; - private global::System.Boolean _set_requestId; - public global::System.String RequestId + public static DeleteApiKeyCommandMutationMutationDocument Instance { get; } = new DeleteApiKeyCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "d9c3122efc6baad1e0bfd610a4503566"); + + public override global::System.String ToString() { - get => _value_requestId; - init - { - _set_requestId = true; - _value_requestId = value; - } +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICancelFusionConfigurationCompositionInputInfo.IsRequestIdSet => _set_requestId; } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the DeleteApiKeyCommandMutation GraphQL operation + /// + /// mutation DeleteApiKeyCommandMutation( + /// $input: DeleteApiKeyInput! + /// ) { + /// deleteApiKey(input: $input) { + /// __typename + /// apiKey { + /// __typename + /// ... DeleteApiKeyCommand_ApiKey + /// } + /// errors { + /// __typename + /// ... ApiKeyNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment DeleteApiKeyCommand_ApiKey on ApiKey { + /// id + /// ... ApiKeyDetailPrompt_ApiKey + /// } + /// + /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { + /// id + /// name + /// workspace { + /// __typename + /// name + /// } + /// } + /// + /// fragment ApiKeyNotFoundError on ApiKeyNotFoundError { + /// __typename + /// message + /// apiKeyId + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CommitFusionConfigurationPublishInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class DeleteApiKeyCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation { - private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - public global::System.String TypeName => "CommitFusionConfigurationPublishInput"; - - public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _deleteApiKeyInputFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public DeleteApiKeyCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _deleteApiKeyInputFormatter = serializerResolver.GetInputValueFormatter("DeleteApiKeyInput"); } - public global::System.Object? Format(global::System.Object? runtimeValue) + private DeleteApiKeyCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter deleteApiKeyInputFormatter) { - if (runtimeValue is null) - { - return null; - } - - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishInputInfo; - if (input is null || inputInfo is null) - { - throw new global::System.ArgumentException(nameof(runtimeValue)); - } + _operationExecutor = operationExecutor; + _configure = configure; + _deleteApiKeyInputFormatter = deleteApiKeyInputFormatter; + } - var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsConfigurationSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("configuration", FormatConfiguration(input.Configuration))); - } + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IDeleteApiKeyCommandMutationResult); - if (inputInfo.IsRequestIdSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("requestId", FormatRequestId(input.RequestId))); - } + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyCommandMutationMutation(_operationExecutor, _configure.Add(configure), _deleteApiKeyInputFormatter); + } - return fields; + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - private global::System.Object? FormatConfiguration(global::StrawberryShake.Upload input) + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { - return _uploadFormatter.Format(input); + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - private global::System.Object? FormatRequestId(global::System.String input) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput input, global::System.Threading.CancellationToken cancellationToken = default) { - if (input is null) + var request = CreateRequest(input); + foreach (var configure in _configure) { - throw new global::System.ArgumentNullException(nameof(input)); + configure(request); } - return _iDFormatter.Format(input); + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CommitFusionConfigurationPublishInput : global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishInputInfo - { - public virtual global::System.Boolean Equals(CommitFusionConfigurationPublishInput? other) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } + var request = CreateRequest(input); + return _operationExecutor.Watch(request, strategy); + } - if (other.GetType() != GetType()) - { - return false; - } + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput input) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("input", FormatInput(input)); + return CreateRequest(variables); + } - return (Configuration.Equals(other.Configuration)) && RequestId.Equals(other.RequestId); + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: DeleteApiKeyCommandMutationMutationDocument.Instance.Hash.Value, name: "DeleteApiKeyCommandMutation", document: DeleteApiKeyCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - public override global::System.Int32 GetHashCode() + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput value) { - unchecked + if (value is null) { - int hash = 5; - hash ^= 397 * Configuration.GetHashCode(); - hash ^= 397 * RequestId.GetHashCode(); - return hash; + throw new global::System.ArgumentNullException(nameof(value)); } + + return _deleteApiKeyInputFormatter.Format(value); } - private global::StrawberryShake.Upload _value_configuration; - private global::System.Boolean _set_configuration; - private global::System.String _value_requestId = default !; - private global::System.Boolean _set_requestId; - public global::StrawberryShake.Upload Configuration + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - get => _value_configuration; - init - { - _set_configuration = true; - _value_configuration = value; - } + return CreateRequest(variables!); } + } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishInputInfo.IsConfigurationSet => _set_configuration; + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the DeleteApiKeyCommandMutation GraphQL operation + /// + /// mutation DeleteApiKeyCommandMutation( + /// $input: DeleteApiKeyInput! + /// ) { + /// deleteApiKey(input: $input) { + /// __typename + /// apiKey { + /// __typename + /// ... DeleteApiKeyCommand_ApiKey + /// } + /// errors { + /// __typename + /// ... ApiKeyNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment DeleteApiKeyCommand_ApiKey on ApiKey { + /// id + /// ... ApiKeyDetailPrompt_ApiKey + /// } + /// + /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { + /// id + /// name + /// workspace { + /// __typename + /// name + /// } + /// } + /// + /// fragment ApiKeyNotFoundError on ApiKeyNotFoundError { + /// __typename + /// message + /// apiKeyId + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteApiKeyCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + } - public global::System.String RequestId + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the ListApiKeyCommandQuery GraphQL operation + /// + /// query ListApiKeyCommandQuery( + /// $workspaceId: ID! + /// $after: String + /// $first: Int + /// ) { + /// workspaceById(workspaceId: $workspaceId) { + /// __typename + /// apiKeys(after: $after, first: $first) { + /// __typename + /// edges { + /// __typename + /// ... ListApiKeyCommand_ApiKeyEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } + /// } + /// } + /// + /// fragment ListApiKeyCommand_ApiKeyEdge on ApiKeysEdge { + /// cursor + /// node { + /// __typename + /// ... ListApiKeyCommand_ApiKey + /// } + /// } + /// + /// fragment ListApiKeyCommand_ApiKey on ApiKey { + /// id + /// name + /// ... ApiKeyDetailPrompt_ApiKey + /// } + /// + /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { + /// id + /// name + /// workspace { + /// __typename + /// name + /// } + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListApiKeyCommandQueryQueryDocument : global::StrawberryShake.IDocument + { + private ListApiKeyCommandQueryQueryDocument() { - get => _value_requestId; - init - { - _set_requestId = true; - _value_requestId = value; - } } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishInputInfo.IsRequestIdSet => _set_requestId; + public static ListApiKeyCommandQueryQueryDocument Instance { get; } = new ListApiKeyCommandQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "73d47ef547275fb8b3364106fa956029"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the ListApiKeyCommandQuery GraphQL operation + /// + /// query ListApiKeyCommandQuery( + /// $workspaceId: ID! + /// $after: String + /// $first: Int + /// ) { + /// workspaceById(workspaceId: $workspaceId) { + /// __typename + /// apiKeys(after: $after, first: $first) { + /// __typename + /// edges { + /// __typename + /// ... ListApiKeyCommand_ApiKeyEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } + /// } + /// } + /// + /// fragment ListApiKeyCommand_ApiKeyEdge on ApiKeysEdge { + /// cursor + /// node { + /// __typename + /// ... ListApiKeyCommand_ApiKey + /// } + /// } + /// + /// fragment ListApiKeyCommand_ApiKey on ApiKey { + /// id + /// name + /// ... ApiKeyDetailPrompt_ApiKey + /// } + /// + /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { + /// id + /// name + /// workspace { + /// __typename + /// name + /// } + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor + /// } + /// + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StartFusionConfigurationCompositionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter + public partial class ListApiKeyCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery { - private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - public global::System.String TypeName => "StartFusionConfigurationCompositionInput"; - - public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public ListApiKeyCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _intFormatter = serializerResolver.GetInputValueFormatter("Int"); } - public global::System.Object? Format(global::System.Object? runtimeValue) + private ListApiKeyCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { - if (runtimeValue is null) - { - return null; - } - - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IStartFusionConfigurationCompositionInputInfo; - if (input is null || inputInfo is null) - { - throw new global::System.ArgumentException(nameof(runtimeValue)); - } + _operationExecutor = operationExecutor; + _configure = configure; + _stringFormatter = @stringFormatter; + _intFormatter = @intFormatter; + _iDFormatter = iDFormatter; + } - var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsRequestIdSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("requestId", FormatRequestId(input.RequestId))); - } + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListApiKeyCommandQueryResult); - return fields; + public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.ListApiKeyCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _intFormatter, _iDFormatter); } - private global::System.Object? FormatRequestId(global::System.String input) + public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery WithRequestUri(global::System.Uri requestUri) { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _iDFormatter.Format(input); + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record StartFusionConfigurationCompositionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IStartFusionConfigurationCompositionInputInfo - { - public virtual global::System.Boolean Equals(StartFusionConfigurationCompositionInput? other) + public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } - if (other.GetType() != GetType()) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(workspaceId, after, first); + foreach (var configure in _configure) { - return false; + configure(request); } - return (RequestId.Equals(other.RequestId)); + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public override global::System.Int32 GetHashCode() + public global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) { - unchecked - { - int hash = 5; - hash ^= 397 * RequestId.GetHashCode(); - return hash; - } + var request = CreateRequest(workspaceId, after, first); + return _operationExecutor.Watch(request, strategy); } - private global::System.String _value_requestId = default !; - private global::System.Boolean _set_requestId; - public global::System.String RequestId + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId, global::System.String? after, global::System.Int32? first) { - get => _value_requestId; - init - { - _set_requestId = true; - _value_requestId = value; - } + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); + variables.Add("after", FormatAfter(after)); + variables.Add("first", FormatFirst(first)); + return CreateRequest(variables); } - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IStartFusionConfigurationCompositionInputInfo.IsRequestIdSet => _set_requestId; - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class BeginFusionConfigurationPublishInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter - { - private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _booleanFormatter = default !; - public global::System.String TypeName => "BeginFusionConfigurationPublishInput"; - - public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - _booleanFormatter = serializerResolver.GetInputValueFormatter("Boolean"); + return new global::StrawberryShake.OperationRequest(id: ListApiKeyCommandQueryQueryDocument.Instance.Hash.Value, name: "ListApiKeyCommandQuery", document: ListApiKeyCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - public global::System.Object? Format(global::System.Object? runtimeValue) + private global::System.Object? FormatWorkspaceId(global::System.String value) { - if (runtimeValue is null) - { - return null; - } - - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.BeginFusionConfigurationPublishInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo; - if (input is null || inputInfo is null) - { - throw new global::System.ArgumentException(nameof(runtimeValue)); - } - - var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsApiIdSet) + if (value is null) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("apiId", FormatApiId(input.ApiId))); + throw new global::System.ArgumentNullException(nameof(value)); } - if (inputInfo.IsStageNameSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("stageName", FormatStageName(input.StageName))); - } + return _iDFormatter.Format(value); + } - if (inputInfo.IsSubgraphApiIdSet) + private global::System.Object? FormatAfter(global::System.String? value) + { + if (value is null) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("subgraphApiId", FormatSubgraphApiId(input.SubgraphApiId))); + return value; } - - if (inputInfo.IsSubgraphNameSet) + else { - fields.Add(new global::System.Collections.Generic.KeyValuePair("subgraphName", FormatSubgraphName(input.SubgraphName))); + return _stringFormatter.Format(value); } + } - if (inputInfo.IsTagSet) + private global::System.Object? FormatFirst(global::System.Int32? value) + { + if (value is null) { - fields.Add(new global::System.Collections.Generic.KeyValuePair("tag", FormatTag(input.Tag))); + return value; } - - if (inputInfo.IsWaitForApprovalSet) + else { - fields.Add(new global::System.Collections.Generic.KeyValuePair("waitForApproval", FormatWaitForApproval(input.WaitForApproval))); + return _intFormatter.Format(value); } - - return fields; } - private global::System.Object? FormatApiId(global::System.String input) + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _iDFormatter.Format(input); + return CreateRequest(variables!); } + } - private global::System.Object? FormatStageName(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _stringFormatter.Format(input); - } - - private global::System.Object? FormatSubgraphApiId(global::System.String? input) - { - if (input is null) - { - return input; - } - else - { - return _iDFormatter.Format(input); - } - } - - private global::System.Object? FormatSubgraphName(global::System.String? input) - { - if (input is null) - { - return input; - } - else - { - return _stringFormatter.Format(input); - } - } - - private global::System.Object? FormatTag(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _stringFormatter.Format(input); - } - - private global::System.Object? FormatWaitForApproval(global::System.Boolean? input) - { - if (input is null) - { - return input; - } - else - { - return _booleanFormatter.Format(input); - } - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record BeginFusionConfigurationPublishInput : global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo - { - public virtual global::System.Boolean Equals(BeginFusionConfigurationPublishInput? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (ApiId.Equals(other.ApiId)) && StageName.Equals(other.StageName) && ((SubgraphApiId is null && other.SubgraphApiId is null) || SubgraphApiId != null && SubgraphApiId.Equals(other.SubgraphApiId)) && ((SubgraphName is null && other.SubgraphName is null) || SubgraphName != null && SubgraphName.Equals(other.SubgraphName)) && Tag.Equals(other.Tag) && global::System.Object.Equals(WaitForApproval, other.WaitForApproval); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * ApiId.GetHashCode(); - hash ^= 397 * StageName.GetHashCode(); - if (SubgraphApiId != null) - { - hash ^= 397 * SubgraphApiId.GetHashCode(); - } - - if (SubgraphName != null) - { - hash ^= 397 * SubgraphName.GetHashCode(); - } - - hash ^= 397 * Tag.GetHashCode(); - if (WaitForApproval != null) - { - hash ^= 397 * WaitForApproval.GetHashCode(); - } - - return hash; - } - } - - private global::System.String _value_apiId = default !; - private global::System.Boolean _set_apiId; - private global::System.String _value_stageName = default !; - private global::System.Boolean _set_stageName; - private global::System.String? _value_subgraphApiId; - private global::System.Boolean _set_subgraphApiId; - private global::System.String? _value_subgraphName; - private global::System.Boolean _set_subgraphName; - private global::System.String _value_tag = default !; - private global::System.Boolean _set_tag; - private global::System.Boolean? _value_waitForApproval; - private global::System.Boolean _set_waitForApproval; - public global::System.String ApiId - { - get => _value_apiId; - init - { - _set_apiId = true; - _value_apiId = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo.IsApiIdSet => _set_apiId; - - public global::System.String StageName - { - get => _value_stageName; - init - { - _set_stageName = true; - _value_stageName = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo.IsStageNameSet => _set_stageName; - - public global::System.String? SubgraphApiId - { - get => _value_subgraphApiId; - init - { - _set_subgraphApiId = true; - _value_subgraphApiId = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo.IsSubgraphApiIdSet => _set_subgraphApiId; - - public global::System.String? SubgraphName - { - get => _value_subgraphName; - init - { - _set_subgraphName = true; - _value_subgraphName = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo.IsSubgraphNameSet => _set_subgraphName; - - public global::System.String Tag - { - get => _value_tag; - init - { - _set_tag = true; - _value_tag = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo.IsTagSet => _set_tag; - - public global::System.Boolean? WaitForApproval - { - get => _value_waitForApproval; - init - { - _set_waitForApproval = true; - _value_waitForApproval = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IBeginFusionConfigurationPublishInputInfo.IsWaitForApprovalSet => _set_waitForApproval; - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.InputValueFormatterGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateFusionConfigurationCompositionInputInputValueFormatter : global::StrawberryShake.Serialization.IInputObjectFormatter - { - private global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter = default !; - private global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter = default !; - public global::System.String TypeName => "ValidateFusionConfigurationCompositionInput"; - - public void Initialize(global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - } - - public global::System.Object? Format(global::System.Object? runtimeValue) - { - if (runtimeValue is null) - { - return null; - } - - var input = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput; - var inputInfo = runtimeValue as global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionInputInfo; - if (input is null || inputInfo is null) - { - throw new global::System.ArgumentException(nameof(runtimeValue)); - } - - var fields = new global::System.Collections.Generic.List>(); - if (inputInfo.IsConfigurationSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("configuration", FormatConfiguration(input.Configuration))); - } - - if (inputInfo.IsRequestIdSet) - { - fields.Add(new global::System.Collections.Generic.KeyValuePair("requestId", FormatRequestId(input.RequestId))); - } - - return fields; - } - - private global::System.Object? FormatConfiguration(global::StrawberryShake.Upload input) - { - return _uploadFormatter.Format(input); - } - - private global::System.Object? FormatRequestId(global::System.String input) - { - if (input is null) - { - throw new global::System.ArgumentNullException(nameof(input)); - } - - return _iDFormatter.Format(input); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ValidateFusionConfigurationCompositionInput : global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionInputInfo - { - public virtual global::System.Boolean Equals(ValidateFusionConfigurationCompositionInput? other) - { - if (ReferenceEquals(null, other)) - { - return false; - } - - if (ReferenceEquals(this, other)) - { - return true; - } - - if (other.GetType() != GetType()) - { - return false; - } - - return (Configuration.Equals(other.Configuration)) && RequestId.Equals(other.RequestId); - } - - public override global::System.Int32 GetHashCode() - { - unchecked - { - int hash = 5; - hash ^= 397 * Configuration.GetHashCode(); - hash ^= 397 * RequestId.GetHashCode(); - return hash; - } - } - - private global::StrawberryShake.Upload _value_configuration; - private global::System.Boolean _set_configuration; - private global::System.String _value_requestId = default !; - private global::System.Boolean _set_requestId; - public global::StrawberryShake.Upload Configuration - { - get => _value_configuration; - init - { - _set_configuration = true; - _value_configuration = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionInputInfo.IsConfigurationSet => _set_configuration; - - public global::System.String RequestId - { - get => _value_requestId; - init - { - _set_requestId = true; - _value_requestId = value; - } - } - - global::System.Boolean global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionInputInfo.IsRequestIdSet => _set_requestId; - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.EnumGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public enum ProcessingState - { - Queued, - Ready, - Processing, - Success, - Failed, - Cancelled, - WaitingForApproval, - Approved - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.EnumParserGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ProcessingStateSerializer : global::StrawberryShake.Serialization.IInputValueFormatter, global::StrawberryShake.Serialization.ILeafValueParser - { - public global::System.String TypeName => "ProcessingState"; - - public ProcessingState Parse(global::System.String serializedValue) - { - return serializedValue switch - { - "QUEUED" => ProcessingState.Queued, - "READY" => ProcessingState.Ready, - "PROCESSING" => ProcessingState.Processing, - "SUCCESS" => ProcessingState.Success, - "FAILED" => ProcessingState.Failed, - "CANCELLED" => ProcessingState.Cancelled, - "WAITING_FOR_APPROVAL" => ProcessingState.WaitingForApproval, - "APPROVED" => ProcessingState.Approved, - _ => throw new global::StrawberryShake.GraphQLClientException($"String value '{serializedValue}' can't be converted to enum ProcessingState")}; - } - - public global::System.Object Format(global::System.Object? runtimeValue) - { - return runtimeValue switch - { - ProcessingState.Queued => "QUEUED", - ProcessingState.Ready => "READY", - ProcessingState.Processing => "PROCESSING", - ProcessingState.Success => "SUCCESS", - ProcessingState.Failed => "FAILED", - ProcessingState.Cancelled => "CANCELLED", - ProcessingState.WaitingForApproval => "WAITING_FOR_APPROVAL", - ProcessingState.Approved => "APPROVED", - _ => throw new global::StrawberryShake.GraphQLClientException($"Enum ProcessingState value '{runtimeValue}' can't be converted to string")}; - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.EnumGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public enum SchemaChangeSeverity - { - Safe, - Dangerous, - Breaking - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.EnumParserGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SchemaChangeSeveritySerializer : global::StrawberryShake.Serialization.IInputValueFormatter, global::StrawberryShake.Serialization.ILeafValueParser - { - public global::System.String TypeName => "SchemaChangeSeverity"; - - public SchemaChangeSeverity Parse(global::System.String serializedValue) - { - return serializedValue switch - { - "SAFE" => SchemaChangeSeverity.Safe, - "DANGEROUS" => SchemaChangeSeverity.Dangerous, - "BREAKING" => SchemaChangeSeverity.Breaking, - _ => throw new global::StrawberryShake.GraphQLClientException($"String value '{serializedValue}' can't be converted to enum SchemaChangeSeverity")}; - } - - public global::System.Object Format(global::System.Object? runtimeValue) - { - return runtimeValue switch - { - SchemaChangeSeverity.Safe => "SAFE", - SchemaChangeSeverity.Dangerous => "DANGEROUS", - SchemaChangeSeverity.Breaking => "BREAKING", - _ => throw new global::StrawberryShake.GraphQLClientException($"Enum SchemaChangeSeverity value '{runtimeValue}' can't be converted to string")}; - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.EnumGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public enum DirectiveLocation - { - Query, - Mutation, - Subscription, - Field, - FragmentDefinition, - FragmentSpread, - InlineFragment, - VariableDefinition, - Schema, - Scalar, - Object, - FieldDefinition, - ArgumentDefinition, - Interface, - Union, - Enum, - EnumValue, - InputObject, - InputFieldDefinition - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.EnumParserGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DirectiveLocationSerializer : global::StrawberryShake.Serialization.IInputValueFormatter, global::StrawberryShake.Serialization.ILeafValueParser - { - public global::System.String TypeName => "DirectiveLocation"; - - public DirectiveLocation Parse(global::System.String serializedValue) - { - return serializedValue switch - { - "QUERY" => DirectiveLocation.Query, - "MUTATION" => DirectiveLocation.Mutation, - "SUBSCRIPTION" => DirectiveLocation.Subscription, - "FIELD" => DirectiveLocation.Field, - "FRAGMENT_DEFINITION" => DirectiveLocation.FragmentDefinition, - "FRAGMENT_SPREAD" => DirectiveLocation.FragmentSpread, - "INLINE_FRAGMENT" => DirectiveLocation.InlineFragment, - "VARIABLE_DEFINITION" => DirectiveLocation.VariableDefinition, - "SCHEMA" => DirectiveLocation.Schema, - "SCALAR" => DirectiveLocation.Scalar, - "OBJECT" => DirectiveLocation.Object, - "FIELD_DEFINITION" => DirectiveLocation.FieldDefinition, - "ARGUMENT_DEFINITION" => DirectiveLocation.ArgumentDefinition, - "INTERFACE" => DirectiveLocation.Interface, - "UNION" => DirectiveLocation.Union, - "ENUM" => DirectiveLocation.Enum, - "ENUM_VALUE" => DirectiveLocation.EnumValue, - "INPUT_OBJECT" => DirectiveLocation.InputObject, - "INPUT_FIELD_DEFINITION" => DirectiveLocation.InputFieldDefinition, - _ => throw new global::StrawberryShake.GraphQLClientException($"String value '{serializedValue}' can't be converted to enum DirectiveLocation")}; - } - - public global::System.Object Format(global::System.Object? runtimeValue) - { - return runtimeValue switch - { - DirectiveLocation.Query => "QUERY", - DirectiveLocation.Mutation => "MUTATION", - DirectiveLocation.Subscription => "SUBSCRIPTION", - DirectiveLocation.Field => "FIELD", - DirectiveLocation.FragmentDefinition => "FRAGMENT_DEFINITION", - DirectiveLocation.FragmentSpread => "FRAGMENT_SPREAD", - DirectiveLocation.InlineFragment => "INLINE_FRAGMENT", - DirectiveLocation.VariableDefinition => "VARIABLE_DEFINITION", - DirectiveLocation.Schema => "SCHEMA", - DirectiveLocation.Scalar => "SCALAR", - DirectiveLocation.Object => "OBJECT", - DirectiveLocation.FieldDefinition => "FIELD_DEFINITION", - DirectiveLocation.ArgumentDefinition => "ARGUMENT_DEFINITION", - DirectiveLocation.Interface => "INTERFACE", - DirectiveLocation.Union => "UNION", - DirectiveLocation.Enum => "ENUM", - DirectiveLocation.EnumValue => "ENUM_VALUE", - DirectiveLocation.InputObject => "INPUT_OBJECT", - DirectiveLocation.InputFieldDefinition => "INPUT_FIELD_DEFINITION", - _ => throw new global::StrawberryShake.GraphQLClientException($"Enum DirectiveLocation value '{runtimeValue}' can't be converted to string")}; - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.EnumGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public enum ApiKind - { - Collection, - Service, - Gateway - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.EnumParserGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the ListApiKeyCommandQuery GraphQL operation + /// + /// query ListApiKeyCommandQuery( + /// $workspaceId: ID! + /// $after: String + /// $first: Int + /// ) { + /// workspaceById(workspaceId: $workspaceId) { + /// __typename + /// apiKeys(after: $after, first: $first) { + /// __typename + /// edges { + /// __typename + /// ... ListApiKeyCommand_ApiKeyEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } + /// } + /// } + /// + /// fragment ListApiKeyCommand_ApiKeyEdge on ApiKeysEdge { + /// cursor + /// node { + /// __typename + /// ... ListApiKeyCommand_ApiKey + /// } + /// } + /// + /// fragment ListApiKeyCommand_ApiKey on ApiKey { + /// id + /// name + /// ... ApiKeyDetailPrompt_ApiKey + /// } + /// + /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { + /// id + /// name + /// workspace { + /// __typename + /// name + /// } + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor + /// } + /// + /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ApiKindSerializer : global::StrawberryShake.Serialization.IInputValueFormatter, global::StrawberryShake.Serialization.ILeafValueParser + public partial interface IListApiKeyCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory { - public global::System.String TypeName => "ApiKind"; - - public ApiKind Parse(global::System.String serializedValue) - { - return serializedValue switch - { - "COLLECTION" => ApiKind.Collection, - "SERVICE" => ApiKind.Service, - "GATEWAY" => ApiKind.Gateway, - _ => throw new global::StrawberryShake.GraphQLClientException($"String value '{serializedValue}' can't be converted to enum ApiKind")}; - } - - public global::System.Object Format(global::System.Object? runtimeValue) - { - return runtimeValue switch - { - ApiKind.Collection => "COLLECTION", - ApiKind.Service => "SERVICE", - ApiKind.Gateway => "GATEWAY", - _ => throw new global::StrawberryShake.GraphQLClientException($"Enum ApiKind value '{runtimeValue}' can't be converted to string")}; - } + global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the UploadFusionSubgraph GraphQL operation + /// Represents the operation service of the CreateApiCommandMutation GraphQL operation /// - /// mutation UploadFusionSubgraph( - /// $input: UploadFusionSubgraphInput! + /// mutation CreateApiCommandMutation( + /// $workspaceId: ID! + /// $path: [String!]! + /// $name: String! + /// $kind: ApiKind /// ) { - /// uploadFusionSubgraph(input: $input) { + /// pushWorkspaceChanges(input: { changes: [{ api: { create: { name: $name, path: $path, referenceId: "api", workspaceId: $workspaceId, kind: $kind } } }] }) { /// __typename - /// fusionSubgraphVersion { + /// changes { /// __typename - /// id + /// referenceId + /// error { + /// __typename + /// ... Error + /// } + /// result { + /// __typename + /// ... CreateApiCommandMutation_Api + /// } /// } /// errors { /// __typename - /// ... UnauthorizedOperation - /// ... DuplicatedTagError - /// ... ConcurrentOperationError - /// ... InvalidFusionSourceSchemaArchiveError /// ... Error /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error + /// + /// fragment CreateApiCommandMutation_Api on Api { + /// name + /// ... ApiDetailPrompt_Api /// } - /// - /// fragment InvalidFusionSourceSchemaArchiveError on InvalidFusionSourceSchemaArchiveError { - /// message + /// + /// fragment ApiDetailPrompt_Api on Api { + /// id + /// name + /// path + /// workspace { + /// __typename + /// id + /// name + /// } + /// settings { + /// __typename + /// schemaRegistry { + /// __typename + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges + /// } + /// } /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraphMutationDocument : global::StrawberryShake.IDocument + public partial class CreateApiCommandMutationMutationDocument : global::StrawberryShake.IDocument { - private UploadFusionSubgraphMutationDocument() + private CreateApiCommandMutationMutationDocument() { } - public static UploadFusionSubgraphMutationDocument Instance { get; } = new UploadFusionSubgraphMutationDocument(); + public static CreateApiCommandMutationMutationDocument Instance { get; } = new CreateApiCommandMutationMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation UploadFusionSubgraph($input: UploadFusionSubgraphInput!) { uploadFusionSubgraph(input: $input) { __typename fusionSubgraphVersion { __typename id } errors { __typename ... UnauthorizedOperation ... DuplicatedTagError ... ConcurrentOperationError ... InvalidFusionSourceSchemaArchiveError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment InvalidFusionSourceSchemaArchiveError on InvalidFusionSourceSchemaArchiveError { message }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "6ad8835f646dd18170a8670d303ed8ae"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "011734b7fcf646d45b21a4e46309ba9f"); public override global::System.String ToString() { @@ -141365,94 +142306,109 @@ private UploadFusionSubgraphMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the UploadFusionSubgraph GraphQL operation + /// Represents the operation service of the CreateApiCommandMutation GraphQL operation /// - /// mutation UploadFusionSubgraph( - /// $input: UploadFusionSubgraphInput! + /// mutation CreateApiCommandMutation( + /// $workspaceId: ID! + /// $path: [String!]! + /// $name: String! + /// $kind: ApiKind /// ) { - /// uploadFusionSubgraph(input: $input) { + /// pushWorkspaceChanges(input: { changes: [{ api: { create: { name: $name, path: $path, referenceId: "api", workspaceId: $workspaceId, kind: $kind } } }] }) { /// __typename - /// fusionSubgraphVersion { + /// changes { /// __typename - /// id + /// referenceId + /// error { + /// __typename + /// ... Error + /// } + /// result { + /// __typename + /// ... CreateApiCommandMutation_Api + /// } /// } /// errors { /// __typename - /// ... UnauthorizedOperation - /// ... DuplicatedTagError - /// ... ConcurrentOperationError - /// ... InvalidFusionSourceSchemaArchiveError /// ... Error /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error + /// + /// fragment CreateApiCommandMutation_Api on Api { + /// name + /// ... ApiDetailPrompt_Api /// } - /// - /// fragment InvalidFusionSourceSchemaArchiveError on InvalidFusionSourceSchemaArchiveError { - /// message + /// + /// fragment ApiDetailPrompt_Api on Api { + /// id + /// name + /// path + /// workspace { + /// __typename + /// id + /// name + /// } + /// settings { + /// __typename + /// schemaRegistry { + /// __typename + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges + /// } + /// } /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraphMutation : global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation + public partial class CreateApiCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadFusionSubgraphInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _apiKindFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public UploadFusionSubgraphMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public CreateApiCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _uploadFusionSubgraphInputFormatter = serializerResolver.GetInputValueFormatter("UploadFusionSubgraphInput"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _apiKindFormatter = serializerResolver.GetInputValueFormatter("ApiKind"); } - private UploadFusionSubgraphMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter uploadFusionSubgraphInputFormatter) + private CreateApiCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter apiKindFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _uploadFusionSubgraphInputFormatter = uploadFusionSubgraphInputFormatter; + _apiKindFormatter = apiKindFormatter; + _stringFormatter = @stringFormatter; + _iDFormatter = iDFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUploadFusionSubgraphResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateApiCommandMutationResult); - public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphMutation(_operationExecutor, _configure.Add(configure), _uploadFusionSubgraphInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutationMutation(_operationExecutor, _configure.Add(configure), _apiKindFormatter, _stringFormatter, _iDFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Collections.Generic.IReadOnlyList path, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ApiKind? kind, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(input); + var request = CreateRequest(workspaceId, path, name, kind); foreach (var configure in _configure) { configure(request); @@ -141461,191 +142417,190 @@ private UploadFusionSubgraphMutation(global::StrawberryShake.IOperationExecutor< return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - private void MapFilesFromTypeUploadFusionSubgraphInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput value, global::System.Collections.Generic.Dictionary files) + public global::System.IObservable> Watch(global::System.String workspaceId, global::System.Collections.Generic.IReadOnlyList path, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ApiKind? kind, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var pathArchive = path + ".archive"; - var valueArchive = value.Archive; - files.Add(pathArchive, valueArchive is global::StrawberryShake.Upload u ? u : null); + var request = CreateRequest(workspaceId, path, name, kind); + return _operationExecutor.Watch(request, strategy); } - private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput value, global::System.Collections.Generic.Dictionary files) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId, global::System.Collections.Generic.IReadOnlyList path, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ApiKind? kind) { - if (value is { } value_i) - { - MapFilesFromTypeUploadFusionSubgraphInput(path, value_i, files); - } + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); + variables.Add("path", FormatPath(path)); + variables.Add("name", FormatName(name)); + variables.Add("kind", FormatKind(kind)); + return CreateRequest(variables); } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - var request = CreateRequest(input); - return _operationExecutor.Watch(request, strategy); + return new global::StrawberryShake.OperationRequest(id: CreateApiCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateApiCommandMutation", document: CreateApiCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput input) + private global::System.Object? FormatWorkspaceId(global::System.String value) { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); - var files = new global::System.Collections.Generic.Dictionary(); - MapFilesFromArgumentInput("variables.input", input, files); - return CreateRequest(variables, files); + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _iDFormatter.Format(value); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) + private global::System.Object? FormatPath(global::System.Collections.Generic.IReadOnlyList value) { - return new global::StrawberryShake.OperationRequest(id: UploadFusionSubgraphMutationDocument.Instance.Hash.Value, name: "UploadFusionSubgraph", document: UploadFusionSubgraphMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + var value_list = new global::System.Collections.Generic.List(); + foreach (var value_elm in value) + { + if (value_elm is null) + { + throw new global::System.ArgumentNullException(nameof(value_elm)); + } + + value_list.Add(_stringFormatter.Format(value_elm)); + } + + return value_list; } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput value) + private global::System.Object? FormatName(global::System.String value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _uploadFusionSubgraphInputFormatter.Format(value); + return _stringFormatter.Format(value); + } + + private global::System.Object? FormatKind(global::ChilliCream.Nitro.CommandLine.Client.ApiKind? value) + { + if (value is null) + { + return value; + } + else + { + return _apiKindFormatter.Format(value); + } } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); + return CreateRequest(variables!); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the UploadFusionSubgraph GraphQL operation + /// Represents the operation service of the CreateApiCommandMutation GraphQL operation /// - /// mutation UploadFusionSubgraph( - /// $input: UploadFusionSubgraphInput! + /// mutation CreateApiCommandMutation( + /// $workspaceId: ID! + /// $path: [String!]! + /// $name: String! + /// $kind: ApiKind /// ) { - /// uploadFusionSubgraph(input: $input) { + /// pushWorkspaceChanges(input: { changes: [{ api: { create: { name: $name, path: $path, referenceId: "api", workspaceId: $workspaceId, kind: $kind } } }] }) { /// __typename - /// fusionSubgraphVersion { + /// changes { /// __typename - /// id + /// referenceId + /// error { + /// __typename + /// ... Error + /// } + /// result { + /// __typename + /// ... CreateApiCommandMutation_Api + /// } /// } /// errors { /// __typename - /// ... UnauthorizedOperation - /// ... DuplicatedTagError - /// ... ConcurrentOperationError - /// ... InvalidFusionSourceSchemaArchiveError /// ... Error /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error + /// + /// fragment CreateApiCommandMutation_Api on Api { + /// name + /// ... ApiDetailPrompt_Api /// } - /// - /// fragment InvalidFusionSourceSchemaArchiveError on InvalidFusionSourceSchemaArchiveError { - /// message + /// + /// fragment ApiDetailPrompt_Api on Api { + /// id + /// name + /// path + /// workspace { + /// __typename + /// id + /// name + /// } + /// settings { + /// __typename + /// schemaRegistry { + /// __typename + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges + /// } + /// } /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadFusionSubgraphMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface ICreateApiCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Collections.Generic.IReadOnlyList path, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ApiKind? kind, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String workspaceId, global::System.Collections.Generic.IReadOnlyList path, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ApiKind? kind, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the CreateMockSchema GraphQL operation + /// Represents the operation service of the DeleteApiCommandQuery GraphQL operation /// - /// mutation CreateMockSchema( + /// query DeleteApiCommandQuery( /// $apiId: ID! - /// $baseSchemaFile: Upload! - /// $downstreamUrl: String! - /// $extensionsSchemaFile: Upload! - /// $name: String! /// ) { - /// createMockSchema(input: { apiId: $apiId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { + /// node(id: $apiId) { /// __typename - /// mockSchema { - /// __typename - /// id - /// ... MockSchemaDetailPrompt - /// } - /// errors { - /// __typename - /// ... ApiNotFoundError - /// ... MockSchemaNonUniqueNameError - /// } + /// ... DeleteApiCommandQuery_Api /// } /// } - /// - /// fragment MockSchemaDetailPrompt on MockSchema { - /// id + /// + /// fragment DeleteApiCommandQuery_Api on Api { /// name - /// createdAt - /// createdBy { - /// __typename - /// username - /// } - /// modifiedAt - /// modifiedBy { + /// version + /// workspace { /// __typename - /// username + /// id /// } - /// downstreamUrl - /// url - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { - /// __typename - /// message - /// name - /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchemaMutationDocument : global::StrawberryShake.IDocument + public partial class DeleteApiCommandQueryQueryDocument : global::StrawberryShake.IDocument { - private CreateMockSchemaMutationDocument() + private DeleteApiCommandQueryQueryDocument() { } - public static CreateMockSchemaMutationDocument Instance { get; } = new CreateMockSchemaMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation CreateMockSchema($apiId: ID!, $baseSchemaFile: Upload!, $downstreamUrl: String!, $extensionsSchemaFile: Upload!, $name: String!) { createMockSchema(input: { apiId: $apiId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { __typename mockSchema { __typename id ... MockSchemaDetailPrompt } errors { __typename ... ApiNotFoundError ... MockSchemaNonUniqueNameError } } } fragment MockSchemaDetailPrompt on MockSchema { id name createdAt createdBy { __typename username } modifiedAt modifiedBy { __typename username } downstreamUrl url } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment Error on Error { message } fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { __typename message name ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "dc1c3bda5bde62cf3e0b9afcaf32824e"); + public static DeleteApiCommandQueryQueryDocument Instance { get; } = new DeleteApiCommandQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "3b4f426d4f45f7b8d9472110f137e869"); public override global::System.String ToString() { @@ -141659,111 +142614,66 @@ private CreateMockSchemaMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the CreateMockSchema GraphQL operation + /// Represents the operation service of the DeleteApiCommandQuery GraphQL operation /// - /// mutation CreateMockSchema( + /// query DeleteApiCommandQuery( /// $apiId: ID! - /// $baseSchemaFile: Upload! - /// $downstreamUrl: String! - /// $extensionsSchemaFile: Upload! - /// $name: String! /// ) { - /// createMockSchema(input: { apiId: $apiId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { + /// node(id: $apiId) { /// __typename - /// mockSchema { - /// __typename - /// id - /// ... MockSchemaDetailPrompt - /// } - /// errors { - /// __typename - /// ... ApiNotFoundError - /// ... MockSchemaNonUniqueNameError - /// } + /// ... DeleteApiCommandQuery_Api /// } /// } - /// - /// fragment MockSchemaDetailPrompt on MockSchema { - /// id + /// + /// fragment DeleteApiCommandQuery_Api on Api { /// name - /// createdAt - /// createdBy { - /// __typename - /// username - /// } - /// modifiedAt - /// modifiedBy { + /// version + /// workspace { /// __typename - /// username + /// id /// } - /// downstreamUrl - /// url - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { - /// __typename - /// message - /// name - /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchemaMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation + public partial class DeleteApiCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public CreateMockSchemaMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public DeleteApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } - private CreateMockSchemaMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter uploadFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter) + private DeleteApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { _operationExecutor = operationExecutor; _configure = configure; _iDFormatter = iDFormatter; - _uploadFormatter = uploadFormatter; - _stringFormatter = @stringFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateMockSchemaResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IDeleteApiCommandQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.CreateMockSchemaMutation(_operationExecutor, _configure.Add(configure), _iDFormatter, _uploadFormatter, _stringFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQueryQuery(_operationExecutor, _configure.Add(configure), _iDFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::StrawberryShake.Upload baseSchemaFile, global::System.String downstreamUrl, global::StrawberryShake.Upload extensionsSchemaFile, global::System.String name, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(apiId, baseSchemaFile, downstreamUrl, extensionsSchemaFile, name); + var request = CreateRequest(apiId); foreach (var configure in _configure) { configure(request); @@ -141772,39 +142682,22 @@ private CreateMockSchemaMutation(global::StrawberryShake.IOperationExecutor files) - { - files.Add(path, value is global::StrawberryShake.Upload u ? u : null); - } - - private void MapFilesFromArgumentExtensionsSchemaFile(global::System.String path, global::StrawberryShake.Upload value, global::System.Collections.Generic.Dictionary files) - { - files.Add(path, value is global::StrawberryShake.Upload u ? u : null); - } - - public global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.Upload baseSchemaFile, global::System.String downstreamUrl, global::StrawberryShake.Upload extensionsSchemaFile, global::System.String name, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(apiId, baseSchemaFile, downstreamUrl, extensionsSchemaFile, name); + var request = CreateRequest(apiId); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::StrawberryShake.Upload baseSchemaFile, global::System.String downstreamUrl, global::StrawberryShake.Upload extensionsSchemaFile, global::System.String name) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId) { var variables = new global::System.Collections.Generic.Dictionary(); variables.Add("apiId", FormatApiId(apiId)); - variables.Add("baseSchemaFile", FormatBaseSchemaFile(baseSchemaFile)); - variables.Add("downstreamUrl", FormatDownstreamUrl(downstreamUrl)); - variables.Add("extensionsSchemaFile", FormatExtensionsSchemaFile(extensionsSchemaFile)); - variables.Add("name", FormatName(name)); - var files = new global::System.Collections.Generic.Dictionary(); - MapFilesFromArgumentBaseSchemaFile("variables.baseSchemaFile", baseSchemaFile, files); - MapFilesFromArgumentExtensionsSchemaFile("variables.extensionsSchemaFile", extensionsSchemaFile, files); - return CreateRequest(variables, files); + return CreateRequest(variables); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: CreateMockSchemaMutationDocument.Instance.Hash.Value, name: "CreateMockSchema", document: CreateMockSchemaMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); + return new global::StrawberryShake.OperationRequest(id: DeleteApiCommandQueryQueryDocument.Instance.Hash.Value, name: "DeleteApiCommandQuery", document: DeleteApiCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatApiId(global::System.String value) @@ -141817,186 +142710,101 @@ private void MapFilesFromArgumentExtensionsSchemaFile(global::System.String path return _iDFormatter.Format(value); } - private global::System.Object? FormatBaseSchemaFile(global::StrawberryShake.Upload value) - { - return _uploadFormatter.Format(value); - } - - private global::System.Object? FormatDownstreamUrl(global::System.String value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _stringFormatter.Format(value); - } - - private global::System.Object? FormatExtensionsSchemaFile(global::StrawberryShake.Upload value) - { - return _uploadFormatter.Format(value); - } - - private global::System.Object? FormatName(global::System.String value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _stringFormatter.Format(value); - } - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); + return CreateRequest(variables!); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the CreateMockSchema GraphQL operation + /// Represents the operation service of the DeleteApiCommandQuery GraphQL operation /// - /// mutation CreateMockSchema( + /// query DeleteApiCommandQuery( /// $apiId: ID! - /// $baseSchemaFile: Upload! - /// $downstreamUrl: String! - /// $extensionsSchemaFile: Upload! - /// $name: String! /// ) { - /// createMockSchema(input: { apiId: $apiId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { + /// node(id: $apiId) { /// __typename - /// mockSchema { - /// __typename - /// id - /// ... MockSchemaDetailPrompt - /// } - /// errors { - /// __typename - /// ... ApiNotFoundError - /// ... MockSchemaNonUniqueNameError - /// } + /// ... DeleteApiCommandQuery_Api /// } /// } - /// - /// fragment MockSchemaDetailPrompt on MockSchema { - /// id + /// + /// fragment DeleteApiCommandQuery_Api on Api { /// name - /// createdAt - /// createdBy { - /// __typename - /// username - /// } - /// modifiedAt - /// modifiedBy { + /// version + /// workspace { /// __typename - /// username + /// id /// } - /// downstreamUrl - /// url - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { - /// __typename - /// message - /// name - /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMockSchemaMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface IDeleteApiCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::StrawberryShake.Upload baseSchemaFile, global::System.String downstreamUrl, global::StrawberryShake.Upload extensionsSchemaFile, global::System.String name, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.Upload baseSchemaFile, global::System.String downstreamUrl, global::StrawberryShake.Upload extensionsSchemaFile, global::System.String name, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the UpdateMockSchema GraphQL operation + /// Represents the operation service of the DeleteApiCommandMutation GraphQL operation /// - /// mutation UpdateMockSchema( - /// $mockSchemaId: ID! - /// $baseSchemaFile: Upload - /// $downstreamUrl: String - /// $extensionsSchemaFile: Upload - /// $name: String + /// mutation DeleteApiCommandMutation( + /// $apiId: ID! /// ) { - /// updateMockSchema(input: { id: $mockSchemaId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { + /// deleteApiById(input: { apiId: $apiId }) { /// __typename - /// mockSchema { + /// api { /// __typename - /// id - /// ... MockSchemaDetailPrompt + /// name + /// ... ApiDetailPrompt_Api /// } /// errors { /// __typename - /// ... MockSchemaNotFoundError - /// ... MockSchemaNonUniqueNameError + /// ... Error /// } /// } /// } - /// - /// fragment MockSchemaDetailPrompt on MockSchema { + /// + /// fragment ApiDetailPrompt_Api on Api { /// id /// name - /// createdAt - /// createdBy { + /// path + /// workspace { /// __typename - /// username + /// id + /// name /// } - /// modifiedAt - /// modifiedBy { + /// settings { /// __typename - /// username + /// schemaRegistry { + /// __typename + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges + /// } /// } - /// downstreamUrl - /// url - /// } - /// - /// fragment MockSchemaNotFoundError on MockSchemaNotFoundError { - /// __typename - /// message - /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { - /// __typename - /// message - /// name - /// ... Error - /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchemaMutationDocument : global::StrawberryShake.IDocument + public partial class DeleteApiCommandMutationMutationDocument : global::StrawberryShake.IDocument { - private UpdateMockSchemaMutationDocument() + private DeleteApiCommandMutationMutationDocument() { } - public static UpdateMockSchemaMutationDocument Instance { get; } = new UpdateMockSchemaMutationDocument(); + public static DeleteApiCommandMutationMutationDocument Instance { get; } = new DeleteApiCommandMutationMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation UpdateMockSchema($mockSchemaId: ID!, $baseSchemaFile: Upload, $downstreamUrl: String, $extensionsSchemaFile: Upload, $name: String) { updateMockSchema(input: { id: $mockSchemaId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { __typename mockSchema { __typename id ... MockSchemaDetailPrompt } errors { __typename ... MockSchemaNotFoundError ... MockSchemaNonUniqueNameError } } } fragment MockSchemaDetailPrompt on MockSchema { id name createdAt createdBy { __typename username } modifiedAt modifiedBy { __typename username } downstreamUrl url } fragment MockSchemaNotFoundError on MockSchemaNotFoundError { __typename message ... Error } fragment Error on Error { message } fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { __typename message name ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "b111cbd352fbdf127d499cd8d4f84433"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "dff3ece7aa10daff0067410c52faf6d7"); public override global::System.String ToString() { @@ -142010,110 +142818,88 @@ private UpdateMockSchemaMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the UpdateMockSchema GraphQL operation + /// Represents the operation service of the DeleteApiCommandMutation GraphQL operation /// - /// mutation UpdateMockSchema( - /// $mockSchemaId: ID! - /// $baseSchemaFile: Upload - /// $downstreamUrl: String - /// $extensionsSchemaFile: Upload - /// $name: String + /// mutation DeleteApiCommandMutation( + /// $apiId: ID! /// ) { - /// updateMockSchema(input: { id: $mockSchemaId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { + /// deleteApiById(input: { apiId: $apiId }) { /// __typename - /// mockSchema { + /// api { /// __typename - /// id - /// ... MockSchemaDetailPrompt + /// name + /// ... ApiDetailPrompt_Api /// } /// errors { /// __typename - /// ... MockSchemaNotFoundError - /// ... MockSchemaNonUniqueNameError + /// ... Error /// } /// } /// } - /// - /// fragment MockSchemaDetailPrompt on MockSchema { + /// + /// fragment ApiDetailPrompt_Api on Api { /// id /// name - /// createdAt - /// createdBy { + /// path + /// workspace { /// __typename - /// username + /// id + /// name /// } - /// modifiedAt - /// modifiedBy { + /// settings { /// __typename - /// username + /// schemaRegistry { + /// __typename + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges + /// } /// } - /// downstreamUrl - /// url /// } - /// - /// fragment MockSchemaNotFoundError on MockSchemaNotFoundError { - /// __typename - /// message - /// ... Error - /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { - /// __typename - /// message - /// name - /// ... Error - /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchemaMutation : global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation + public partial class DeleteApiCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public UpdateMockSchemaMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public DeleteApiCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } - private UpdateMockSchemaMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter uploadFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + private DeleteApiCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _uploadFormatter = uploadFormatter; - _stringFormatter = @stringFormatter; _iDFormatter = iDFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUpdateMockSchemaResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IDeleteApiCommandMutationResult); - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.UpdateMockSchemaMutation(_operationExecutor, _configure.Add(configure), _uploadFormatter, _stringFormatter, _iDFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandMutationMutation(_operationExecutor, _configure.Add(configure), _iDFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String mockSchemaId, global::StrawberryShake.Upload? baseSchemaFile, global::System.String? downstreamUrl, global::StrawberryShake.Upload? extensionsSchemaFile, global::System.String? name, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(mockSchemaId, baseSchemaFile, downstreamUrl, extensionsSchemaFile, name); + var request = CreateRequest(apiId); foreach (var configure in _configure) { configure(request); @@ -142122,42 +142908,25 @@ private UpdateMockSchemaMutation(global::StrawberryShake.IOperationExecutor files) - { - files.Add(path, value is global::StrawberryShake.Upload u ? u : null); - } - - private void MapFilesFromArgumentExtensionsSchemaFile(global::System.String path, global::StrawberryShake.Upload? value, global::System.Collections.Generic.Dictionary files) - { - files.Add(path, value is global::StrawberryShake.Upload u ? u : null); - } - - public global::System.IObservable> Watch(global::System.String mockSchemaId, global::StrawberryShake.Upload? baseSchemaFile, global::System.String? downstreamUrl, global::StrawberryShake.Upload? extensionsSchemaFile, global::System.String? name, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(mockSchemaId, baseSchemaFile, downstreamUrl, extensionsSchemaFile, name); + var request = CreateRequest(apiId); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String mockSchemaId, global::StrawberryShake.Upload? baseSchemaFile, global::System.String? downstreamUrl, global::StrawberryShake.Upload? extensionsSchemaFile, global::System.String? name) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("mockSchemaId", FormatMockSchemaId(mockSchemaId)); - variables.Add("baseSchemaFile", FormatBaseSchemaFile(baseSchemaFile)); - variables.Add("downstreamUrl", FormatDownstreamUrl(downstreamUrl)); - variables.Add("extensionsSchemaFile", FormatExtensionsSchemaFile(extensionsSchemaFile)); - variables.Add("name", FormatName(name)); - var files = new global::System.Collections.Generic.Dictionary(); - MapFilesFromArgumentBaseSchemaFile("variables.baseSchemaFile", baseSchemaFile, files); - MapFilesFromArgumentExtensionsSchemaFile("variables.extensionsSchemaFile", extensionsSchemaFile, files); - return CreateRequest(variables, files); + variables.Add("apiId", FormatApiId(apiId)); + return CreateRequest(variables); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: UpdateMockSchemaMutationDocument.Instance.Hash.Value, name: "UpdateMockSchema", document: UpdateMockSchemaMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); + return new global::StrawberryShake.OperationRequest(id: DeleteApiCommandMutationMutationDocument.Instance.Hash.Value, name: "DeleteApiCommandMutation", document: DeleteApiCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatMockSchemaId(global::System.String value) + private global::System.Object? FormatApiId(global::System.String value) { if (value is null) { @@ -142167,147 +142936,83 @@ private void MapFilesFromArgumentExtensionsSchemaFile(global::System.String path return _iDFormatter.Format(value); } - private global::System.Object? FormatBaseSchemaFile(global::StrawberryShake.Upload? value) - { - if (value is null) - { - return value; - } - else - { - return _uploadFormatter.Format(value); - } - } - - private global::System.Object? FormatDownstreamUrl(global::System.String? value) - { - if (value is null) - { - return value; - } - else - { - return _stringFormatter.Format(value); - } - } - - private global::System.Object? FormatExtensionsSchemaFile(global::StrawberryShake.Upload? value) - { - if (value is null) - { - return value; - } - else - { - return _uploadFormatter.Format(value); - } - } - - private global::System.Object? FormatName(global::System.String? value) - { - if (value is null) - { - return value; - } - else - { - return _stringFormatter.Format(value); - } - } - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); + return CreateRequest(variables!); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the UpdateMockSchema GraphQL operation + /// Represents the operation service of the DeleteApiCommandMutation GraphQL operation /// - /// mutation UpdateMockSchema( - /// $mockSchemaId: ID! - /// $baseSchemaFile: Upload - /// $downstreamUrl: String - /// $extensionsSchemaFile: Upload - /// $name: String + /// mutation DeleteApiCommandMutation( + /// $apiId: ID! /// ) { - /// updateMockSchema(input: { id: $mockSchemaId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { + /// deleteApiById(input: { apiId: $apiId }) { /// __typename - /// mockSchema { + /// api { /// __typename - /// id - /// ... MockSchemaDetailPrompt + /// name + /// ... ApiDetailPrompt_Api /// } /// errors { /// __typename - /// ... MockSchemaNotFoundError - /// ... MockSchemaNonUniqueNameError + /// ... Error /// } /// } /// } - /// - /// fragment MockSchemaDetailPrompt on MockSchema { + /// + /// fragment ApiDetailPrompt_Api on Api { /// id /// name - /// createdAt - /// createdBy { + /// path + /// workspace { /// __typename - /// username + /// id + /// name /// } - /// modifiedAt - /// modifiedBy { + /// settings { /// __typename - /// username + /// schemaRegistry { + /// __typename + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges + /// } /// } - /// downstreamUrl - /// url - /// } - /// - /// fragment MockSchemaNotFoundError on MockSchemaNotFoundError { - /// __typename - /// message - /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { - /// __typename - /// message - /// name - /// ... Error - /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateMockSchemaMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface IDeleteApiCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String mockSchemaId, global::StrawberryShake.Upload? baseSchemaFile, global::System.String? downstreamUrl, global::StrawberryShake.Upload? extensionsSchemaFile, global::System.String? name, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String mockSchemaId, global::StrawberryShake.Upload? baseSchemaFile, global::System.String? downstreamUrl, global::StrawberryShake.Upload? extensionsSchemaFile, global::System.String? name, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ListMockCommandQuery GraphQL operation + /// Represents the operation service of the ListApiCommandQuery GraphQL operation /// - /// query ListMockCommandQuery( - /// $apiId: ID! - /// $after: String + /// query ListApiCommandQuery( + /// $workspaceId: ID! + /// $after: Version /// $first: Int /// ) { - /// apiById(id: $apiId) { + /// workspaceById(workspaceId: $workspaceId) { /// __typename - /// mockSchemas(after: $after, first: $first) { + /// apis(after: $after, first: $first) { /// __typename /// edges { /// __typename - /// ... ListMockCommand_MockEdge + /// ... ListApiCommand_ApiEdge /// } /// pageInfo { /// __typename @@ -142316,38 +143021,41 @@ public partial interface IUpdateMockSchemaMutation : global::StrawberryShake.IOp /// } /// } /// } - /// - /// fragment ListMockCommand_MockEdge on MockSchemasEdge { + /// + /// fragment ListApiCommand_ApiEdge on ApisEdge { /// cursor /// node { /// __typename - /// ... ListMockCommand_Mock + /// ... ListApiCommand_Api /// } /// } - /// - /// fragment ListMockCommand_Mock on MockSchema { + /// + /// fragment ListApiCommand_Api on Api { /// id /// name - /// ... MockSchemaDetailPrompt + /// path + /// ... ApiDetailPrompt_Api /// } - /// - /// fragment MockSchemaDetailPrompt on MockSchema { + /// + /// fragment ApiDetailPrompt_Api on Api { /// id /// name - /// createdAt - /// createdBy { + /// path + /// workspace { /// __typename - /// username + /// id + /// name /// } - /// modifiedAt - /// modifiedBy { + /// settings { /// __typename - /// username + /// schemaRegistry { + /// __typename + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges + /// } /// } - /// downstreamUrl - /// url /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -142357,16 +143065,16 @@ public partial interface IUpdateMockSchemaMutation : global::StrawberryShake.IOp /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQueryQueryDocument : global::StrawberryShake.IDocument + public partial class ListApiCommandQueryQueryDocument : global::StrawberryShake.IDocument { - private ListMockCommandQueryQueryDocument() + private ListApiCommandQueryQueryDocument() { } - public static ListMockCommandQueryQueryDocument Instance { get; } = new ListMockCommandQueryQueryDocument(); + public static ListApiCommandQueryQueryDocument Instance { get; } = new ListApiCommandQueryQueryDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ListMockCommandQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename mockSchemas(after: $after, first: $first) { __typename edges { __typename ... ListMockCommand_MockEdge } pageInfo { __typename ... PageInfo } } } } fragment ListMockCommand_MockEdge on MockSchemasEdge { cursor node { __typename ... ListMockCommand_Mock } } fragment ListMockCommand_Mock on MockSchema { id name ... MockSchemaDetailPrompt } fragment MockSchemaDetailPrompt on MockSchema { id name createdAt createdBy { __typename username } modifiedAt modifiedBy { __typename username } downstreamUrl url } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "1b7ebd5e95b4f31767e0271f30d34242"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "4457adbf3d9f1a7ca591ced02a6e97c0"); public override global::System.String ToString() { @@ -142380,20 +143088,20 @@ private ListMockCommandQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ListMockCommandQuery GraphQL operation + /// Represents the operation service of the ListApiCommandQuery GraphQL operation /// - /// query ListMockCommandQuery( - /// $apiId: ID! - /// $after: String + /// query ListApiCommandQuery( + /// $workspaceId: ID! + /// $after: Version /// $first: Int /// ) { - /// apiById(id: $apiId) { + /// workspaceById(workspaceId: $workspaceId) { /// __typename - /// mockSchemas(after: $after, first: $first) { + /// apis(after: $after, first: $first) { /// __typename /// edges { /// __typename - /// ... ListMockCommand_MockEdge + /// ... ListApiCommand_ApiEdge /// } /// pageInfo { /// __typename @@ -142402,38 +143110,41 @@ private ListMockCommandQueryQueryDocument() /// } /// } /// } - /// - /// fragment ListMockCommand_MockEdge on MockSchemasEdge { + /// + /// fragment ListApiCommand_ApiEdge on ApisEdge { /// cursor /// node { /// __typename - /// ... ListMockCommand_Mock + /// ... ListApiCommand_Api /// } /// } - /// - /// fragment ListMockCommand_Mock on MockSchema { + /// + /// fragment ListApiCommand_Api on Api { /// id /// name - /// ... MockSchemaDetailPrompt + /// path + /// ... ApiDetailPrompt_Api /// } - /// - /// fragment MockSchemaDetailPrompt on MockSchema { + /// + /// fragment ApiDetailPrompt_Api on Api { /// id /// name - /// createdAt - /// createdBy { + /// path + /// workspace { /// __typename - /// username + /// id + /// name /// } - /// modifiedAt - /// modifiedBy { + /// settings { /// __typename - /// username + /// schemaRegistry { + /// __typename + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges + /// } /// } - /// downstreamUrl - /// url /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -142443,50 +143154,50 @@ private ListMockCommandQueryQueryDocument() /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery + public partial class ListApiCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _versionFormatter; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ListMockCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ListApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _versionFormatter = serializerResolver.GetInputValueFormatter("Version"); _intFormatter = serializerResolver.GetInputValueFormatter("Int"); } - private ListMockCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) + private ListApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter versionFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _stringFormatter = @stringFormatter; - _iDFormatter = iDFormatter; + _versionFormatter = versionFormatter; _intFormatter = @intFormatter; + _iDFormatter = iDFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListMockCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListApiCommandQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ListMockCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.ListApiCommandQueryQuery(_operationExecutor, _configure.Add(configure), _versionFormatter, _intFormatter, _iDFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(apiId, after, first); + var request = CreateRequest(workspaceId, after, first); foreach (var configure in _configure) { configure(request); @@ -142495,16 +143206,16 @@ private ListMockCommandQueryQuery(global::StrawberryShake.IOperationExecutor> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(apiId, after, first); + var request = CreateRequest(workspaceId, after, first); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::System.String? after, global::System.Int32? first) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId, global::System.String? after, global::System.Int32? first) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("apiId", FormatApiId(apiId)); + variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); variables.Add("after", FormatAfter(after)); variables.Add("first", FormatFirst(first)); return CreateRequest(variables); @@ -142512,10 +143223,10 @@ private ListMockCommandQueryQuery(global::StrawberryShake.IOperationExecutor? variables) { - return new global::StrawberryShake.OperationRequest(id: ListMockCommandQueryQueryDocument.Instance.Hash.Value, name: "ListMockCommandQuery", document: ListMockCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ListApiCommandQueryQueryDocument.Instance.Hash.Value, name: "ListApiCommandQuery", document: ListApiCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatApiId(global::System.String value) + private global::System.Object? FormatWorkspaceId(global::System.String value) { if (value is null) { @@ -142533,7 +143244,7 @@ private ListMockCommandQueryQuery(global::StrawberryShake.IOperationExecutor - /// Represents the operation service of the ListMockCommandQuery GraphQL operation + /// Represents the operation service of the ListApiCommandQuery GraphQL operation /// - /// query ListMockCommandQuery( - /// $apiId: ID! - /// $after: String + /// query ListApiCommandQuery( + /// $workspaceId: ID! + /// $after: Version /// $first: Int /// ) { - /// apiById(id: $apiId) { + /// workspaceById(workspaceId: $workspaceId) { /// __typename - /// mockSchemas(after: $after, first: $first) { + /// apis(after: $after, first: $first) { /// __typename /// edges { /// __typename - /// ... ListMockCommand_MockEdge + /// ... ListApiCommand_ApiEdge /// } /// pageInfo { /// __typename @@ -142579,38 +143290,41 @@ private ListMockCommandQueryQuery(global::StrawberryShake.IOperationExecutor /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMockCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface IListApiCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ShowClientCommandQuery GraphQL operation + /// Represents the operation service of the SetApiSettingsCommandMutation GraphQL operation /// - /// query ShowClientCommandQuery( - /// $clientId: ID! + /// mutation SetApiSettingsCommandMutation( + /// $input: UpdateApiSettingsInput! /// ) { - /// node(id: $clientId) { + /// updateApiSettings(input: $input) { /// __typename - /// ... ClientDetailPrompt_Client + /// api { + /// __typename + /// ... SetApiSettingsCommandMutation_Api + /// } + /// errors { + /// __typename + /// ... ApiNotFoundError + /// ... UnauthorizedOperation + /// ... Error + /// } /// } /// } - /// - /// fragment ClientDetailPrompt_Client on Client { + /// + /// fragment SetApiSettingsCommandMutation_Api on Api { + /// name + /// path + /// ... SelectApiPrompt_Api + /// } + /// + /// fragment SelectApiPrompt_Api on Api { /// id /// name - /// api { + /// path + /// ... ApiDetailPrompt_Api + /// } + /// + /// fragment ApiDetailPrompt_Api on Api { + /// id + /// name + /// path + /// workspace { /// __typename + /// id /// name - /// path /// } - /// versions { + /// settings { /// __typename - /// edges { - /// __typename - /// ... ClientDetailPrompt_ClientVersionEdge - /// } - /// pageInfo { + /// schemaRegistry { /// __typename - /// hasNextPage - /// endCursor + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges /// } /// } /// } - /// - /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { - /// cursor - /// node { - /// __typename - /// id - /// createdAt - /// tag - /// publishedTo { - /// __typename - /// stage { - /// __typename - /// name - /// } - /// } - /// } + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename + /// message + /// apiId + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQueryQueryDocument : global::StrawberryShake.IDocument + public partial class SetApiSettingsCommandMutationMutationDocument : global::StrawberryShake.IDocument { - private ShowClientCommandQueryQueryDocument() + private SetApiSettingsCommandMutationMutationDocument() { } - public static ShowClientCommandQueryQueryDocument Instance { get; } = new ShowClientCommandQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ShowClientCommandQuery($clientId: ID!) { node(id: $clientId) { __typename ... ClientDetailPrompt_Client } } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "202e2ae2330c6b4feffd8347e5769aba"); + public static SetApiSettingsCommandMutationMutationDocument Instance { get; } = new SetApiSettingsCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "1764f051057ef08b61a865c8e104c057"); public override global::System.String ToString() { @@ -142706,96 +143439,115 @@ private ShowClientCommandQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ShowClientCommandQuery GraphQL operation + /// Represents the operation service of the SetApiSettingsCommandMutation GraphQL operation /// - /// query ShowClientCommandQuery( - /// $clientId: ID! + /// mutation SetApiSettingsCommandMutation( + /// $input: UpdateApiSettingsInput! /// ) { - /// node(id: $clientId) { + /// updateApiSettings(input: $input) { /// __typename - /// ... ClientDetailPrompt_Client + /// api { + /// __typename + /// ... SetApiSettingsCommandMutation_Api + /// } + /// errors { + /// __typename + /// ... ApiNotFoundError + /// ... UnauthorizedOperation + /// ... Error + /// } /// } /// } - /// - /// fragment ClientDetailPrompt_Client on Client { + /// + /// fragment SetApiSettingsCommandMutation_Api on Api { + /// name + /// path + /// ... SelectApiPrompt_Api + /// } + /// + /// fragment SelectApiPrompt_Api on Api { /// id /// name - /// api { + /// path + /// ... ApiDetailPrompt_Api + /// } + /// + /// fragment ApiDetailPrompt_Api on Api { + /// id + /// name + /// path + /// workspace { /// __typename + /// id /// name - /// path /// } - /// versions { + /// settings { /// __typename - /// edges { - /// __typename - /// ... ClientDetailPrompt_ClientVersionEdge - /// } - /// pageInfo { + /// schemaRegistry { /// __typename - /// hasNextPage - /// endCursor + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges /// } /// } /// } - /// - /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { - /// cursor - /// node { - /// __typename - /// id - /// createdAt - /// tag - /// publishedTo { - /// __typename - /// stage { - /// __typename - /// name - /// } - /// } - /// } + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename + /// message + /// apiId + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery + public partial class SetApiSettingsCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _updateApiSettingsInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ShowClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public SetApiSettingsCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _updateApiSettingsInputFormatter = serializerResolver.GetInputValueFormatter("UpdateApiSettingsInput"); } - private ShowClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + private SetApiSettingsCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter updateApiSettingsInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _iDFormatter = iDFormatter; + _updateApiSettingsInputFormatter = updateApiSettingsInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IShowClientCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ISetApiSettingsCommandMutationResult); - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQueryQuery(_operationExecutor, _configure.Add(configure), _iDFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.SetApiSettingsCommandMutationMutation(_operationExecutor, _configure.Add(configure), _updateApiSettingsInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String clientId, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput input, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(clientId); + var request = CreateRequest(input); foreach (var configure in _configure) { configure(request); @@ -142804,32 +143556,32 @@ private ShowClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor> Watch(global::System.String clientId, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(clientId); + var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String clientId) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput input) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("clientId", FormatClientId(clientId)); + variables.Add("input", FormatInput(input)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: ShowClientCommandQueryQueryDocument.Instance.Hash.Value, name: "ShowClientCommandQuery", document: ShowClientCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: SetApiSettingsCommandMutationMutationDocument.Instance.Hash.Value, name: "SetApiSettingsCommandMutation", document: SetApiSettingsCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatClientId(global::System.String value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _iDFormatter.Format(value); + return _updateApiSettingsInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -142840,144 +143592,130 @@ private ShowClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor - /// Represents the operation service of the ShowClientCommandQuery GraphQL operation + /// Represents the operation service of the SetApiSettingsCommandMutation GraphQL operation /// - /// query ShowClientCommandQuery( - /// $clientId: ID! + /// mutation SetApiSettingsCommandMutation( + /// $input: UpdateApiSettingsInput! /// ) { - /// node(id: $clientId) { + /// updateApiSettings(input: $input) { /// __typename - /// ... ClientDetailPrompt_Client + /// api { + /// __typename + /// ... SetApiSettingsCommandMutation_Api + /// } + /// errors { + /// __typename + /// ... ApiNotFoundError + /// ... UnauthorizedOperation + /// ... Error + /// } /// } /// } - /// - /// fragment ClientDetailPrompt_Client on Client { + /// + /// fragment SetApiSettingsCommandMutation_Api on Api { + /// name + /// path + /// ... SelectApiPrompt_Api + /// } + /// + /// fragment SelectApiPrompt_Api on Api { /// id /// name - /// api { + /// path + /// ... ApiDetailPrompt_Api + /// } + /// + /// fragment ApiDetailPrompt_Api on Api { + /// id + /// name + /// path + /// workspace { /// __typename + /// id /// name - /// path /// } - /// versions { + /// settings { /// __typename - /// edges { - /// __typename - /// ... ClientDetailPrompt_ClientVersionEdge - /// } - /// pageInfo { + /// schemaRegistry { /// __typename - /// hasNextPage - /// endCursor + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges /// } /// } /// } - /// - /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { - /// cursor - /// node { - /// __typename - /// id - /// createdAt - /// tag - /// publishedTo { - /// __typename - /// stage { - /// __typename - /// name - /// } - /// } - /// } + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename + /// message + /// apiId + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowClientCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface ISetApiSettingsCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String clientId, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String clientId, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the UnpublishClient GraphQL operation + /// Represents the operation service of the ShowApiCommandQuery GraphQL operation /// - /// mutation UnpublishClient( - /// $input: UnpublishClientInput! + /// query ShowApiCommandQuery( + /// $workspaceId: ID! /// ) { - /// unpublishClient(input: $input) { + /// node(id: $workspaceId) { /// __typename - /// clientVersion { - /// __typename - /// id - /// client { - /// __typename - /// name - /// } - /// } - /// errors { - /// __typename - /// ... ConcurrentOperationError - /// ... StageNotFoundError - /// ... ClientVersionNotFoundError - /// ... UnauthorizedOperation - /// ... ClientNotFoundError - /// ... Error - /// } + /// ... ApiDetailPrompt_Api /// } /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename - /// message + /// + /// fragment ApiDetailPrompt_Api on Api { + /// id /// name - /// ... Error - /// } - /// - /// fragment ClientVersionNotFoundError on ClientVersionNotFoundError { - /// tag - /// message - /// clientId - /// ... Error - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ClientNotFoundError on ClientNotFoundError { - /// message - /// clientId - /// ... Error + /// path + /// workspace { + /// __typename + /// id + /// name + /// } + /// settings { + /// __typename + /// schemaRegistry { + /// __typename + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges + /// } + /// } /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClientMutationDocument : global::StrawberryShake.IDocument + public partial class ShowApiCommandQueryQueryDocument : global::StrawberryShake.IDocument { - private UnpublishClientMutationDocument() + private ShowApiCommandQueryQueryDocument() { } - public static UnpublishClientMutationDocument Instance { get; } = new UnpublishClientMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation UnpublishClient($input: UnpublishClientInput!) { unpublishClient(input: $input) { __typename clientVersion { __typename id client { __typename name } } errors { __typename ... ConcurrentOperationError ... StageNotFoundError ... ClientVersionNotFoundError ... UnauthorizedOperation ... ClientNotFoundError ... Error } } } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment ClientVersionNotFoundError on ClientVersionNotFoundError { tag message clientId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "c6d62ca62c529e9795322ced95b5c1a8"); + public static ShowApiCommandQueryQueryDocument Instance { get; } = new ShowApiCommandQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "0941232cf9cd2c8d7f601407e9d64dbf"); public override global::System.String ToString() { @@ -142991,109 +143729,76 @@ private UnpublishClientMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the UnpublishClient GraphQL operation + /// Represents the operation service of the ShowApiCommandQuery GraphQL operation /// - /// mutation UnpublishClient( - /// $input: UnpublishClientInput! + /// query ShowApiCommandQuery( + /// $workspaceId: ID! /// ) { - /// unpublishClient(input: $input) { + /// node(id: $workspaceId) { /// __typename - /// clientVersion { - /// __typename - /// id - /// client { - /// __typename - /// name - /// } - /// } - /// errors { + /// ... ApiDetailPrompt_Api + /// } + /// } + /// + /// fragment ApiDetailPrompt_Api on Api { + /// id + /// name + /// path + /// workspace { + /// __typename + /// id + /// name + /// } + /// settings { + /// __typename + /// schemaRegistry { /// __typename - /// ... ConcurrentOperationError - /// ... StageNotFoundError - /// ... ClientVersionNotFoundError - /// ... UnauthorizedOperation - /// ... ClientNotFoundError - /// ... Error + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges /// } /// } /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename - /// message - /// name - /// ... Error - /// } - /// - /// fragment ClientVersionNotFoundError on ClientVersionNotFoundError { - /// tag - /// message - /// clientId - /// ... Error - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ClientNotFoundError on ClientNotFoundError { - /// message - /// clientId - /// ... Error - /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClientMutation : global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation + public partial class ShowApiCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _unpublishClientInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public UnpublishClientMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ShowApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _unpublishClientInputFormatter = serializerResolver.GetInputValueFormatter("UnpublishClientInput"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); } - private UnpublishClientMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter unpublishClientInputFormatter) + private ShowApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _unpublishClientInputFormatter = unpublishClientInputFormatter; + _iDFormatter = iDFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUnpublishClientResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IShowApiCommandQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientMutation(_operationExecutor, _configure.Add(configure), _unpublishClientInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQueryQuery(_operationExecutor, _configure.Add(configure), _iDFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(input); + var request = CreateRequest(workspaceId); foreach (var configure in _configure) { configure(request); @@ -143102,32 +143807,32 @@ private UnpublishClientMutation(global::StrawberryShake.IOperationExecutor> Watch(global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String workspaceId, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(input); + var request = CreateRequest(workspaceId); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); + variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: UnpublishClientMutationDocument.Instance.Hash.Value, name: "UnpublishClient", document: UnpublishClientMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ShowApiCommandQueryQueryDocument.Instance.Hash.Value, name: "ShowApiCommandQuery", document: ShowApiCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientInput value) + private global::System.Object? FormatWorkspaceId(global::System.String value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _unpublishClientInputFormatter.Format(value); + return _iDFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -143138,127 +143843,126 @@ private UnpublishClientMutation(global::StrawberryShake.IOperationExecutor - /// Represents the operation service of the UnpublishClient GraphQL operation + /// Represents the operation service of the ShowApiCommandQuery GraphQL operation /// - /// mutation UnpublishClient( - /// $input: UnpublishClientInput! + /// query ShowApiCommandQuery( + /// $workspaceId: ID! /// ) { - /// unpublishClient(input: $input) { + /// node(id: $workspaceId) { /// __typename - /// clientVersion { - /// __typename - /// id - /// client { - /// __typename - /// name - /// } - /// } - /// errors { - /// __typename - /// ... ConcurrentOperationError - /// ... StageNotFoundError - /// ... ClientVersionNotFoundError - /// ... UnauthorizedOperation - /// ... ClientNotFoundError - /// ... Error - /// } + /// ... ApiDetailPrompt_Api /// } /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename - /// message + /// + /// fragment ApiDetailPrompt_Api on Api { + /// id /// name - /// ... Error - /// } - /// - /// fragment ClientVersionNotFoundError on ClientVersionNotFoundError { - /// tag - /// message - /// clientId - /// ... Error - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ClientNotFoundError on ClientNotFoundError { - /// message - /// clientId - /// ... Error + /// path + /// workspace { + /// __typename + /// id + /// name + /// } + /// settings { + /// __typename + /// schemaRegistry { + /// __typename + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges + /// } + /// } /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUnpublishClientMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface IShowApiCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String workspaceId, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the UploadClient GraphQL operation + /// Represents the operation service of the CreateClientCommandMutation GraphQL operation /// - /// mutation UploadClient( - /// $input: UploadClientInput! + /// mutation CreateClientCommandMutation( + /// $input: CreateClientInput! /// ) { - /// uploadClient(input: $input) { + /// createClient(input: $input) { /// __typename - /// clientVersion { + /// client { /// __typename - /// id + /// ... CreateClientCommandMutation_Client /// } /// errors { /// __typename - /// ... UnauthorizedOperation - /// ... ClientNotFoundError - /// ... DuplicatedTagError - /// ... ConcurrentOperationError /// ... Error + /// ... ApiNotFoundError + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error + /// + /// fragment CreateClientCommandMutation_Client on Client { + /// name + /// id + /// ... ClientDetailPrompt_Client /// } - /// - /// fragment Error on Error { - /// message + /// + /// fragment ClientDetailPrompt_Client on Client { + /// id + /// name + /// api { + /// __typename + /// name + /// path + /// } + /// versions { + /// __typename + /// edges { + /// __typename + /// ... ClientDetailPrompt_ClientVersionEdge + /// } + /// pageInfo { + /// __typename + /// hasNextPage + /// endCursor + /// } + /// } /// } - /// - /// fragment ClientNotFoundError on ClientNotFoundError { + /// + /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { + /// cursor + /// node { + /// __typename + /// id + /// createdAt + /// tag + /// publishedTo { + /// __typename + /// stage { + /// __typename + /// name + /// } + /// } + /// } + /// } + /// + /// fragment Error on Error { /// message - /// clientId - /// ... Error /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { + /// + /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message + /// apiId /// ... Error /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error @@ -143266,16 +143970,16 @@ public partial interface IUnpublishClientMutation : global::StrawberryShake.IOpe /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClientMutationDocument : global::StrawberryShake.IDocument + public partial class CreateClientCommandMutationMutationDocument : global::StrawberryShake.IDocument { - private UploadClientMutationDocument() + private CreateClientCommandMutationMutationDocument() { } - public static UploadClientMutationDocument Instance { get; } = new UploadClientMutationDocument(); + public static CreateClientCommandMutationMutationDocument Instance { get; } = new CreateClientCommandMutationMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation UploadClient($input: UploadClientInput!) { uploadClient(input: $input) { __typename clientVersion { __typename id } errors { __typename ... UnauthorizedOperation ... ClientNotFoundError ... DuplicatedTagError ... ConcurrentOperationError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "07c3c01d9752c92ac4dfe838c5ae069d"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "1781486920ef931abe7278a40b70d4cb"); public override global::System.String ToString() { @@ -143289,365 +143993,126 @@ private UploadClientMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the UploadClient GraphQL operation + /// Represents the operation service of the CreateClientCommandMutation GraphQL operation /// - /// mutation UploadClient( - /// $input: UploadClientInput! + /// mutation CreateClientCommandMutation( + /// $input: CreateClientInput! /// ) { - /// uploadClient(input: $input) { + /// createClient(input: $input) { /// __typename - /// clientVersion { + /// client { /// __typename - /// id + /// ... CreateClientCommandMutation_Client /// } /// errors { /// __typename - /// ... UnauthorizedOperation - /// ... ClientNotFoundError - /// ... DuplicatedTagError - /// ... ConcurrentOperationError /// ... Error + /// ... ApiNotFoundError + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment ClientNotFoundError on ClientNotFoundError { - /// message - /// clientId - /// ... Error - /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error + /// + /// fragment CreateClientCommandMutation_Client on Client { + /// name + /// id + /// ... ClientDetailPrompt_Client /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClientMutation : global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadClientInputFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public UploadClientMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _uploadClientInputFormatter = serializerResolver.GetInputValueFormatter("UploadClientInput"); - } - - private UploadClientMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter uploadClientInputFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _uploadClientInputFormatter = uploadClientInputFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUploadClientResult); - - public global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.UploadClientMutation(_operationExecutor, _configure.Add(configure), _uploadClientInputFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput input, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(input); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - private void MapFilesFromTypeUploadClientInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput value, global::System.Collections.Generic.Dictionary files) - { - var pathOperations = path + ".operations"; - var valueOperations = value.Operations; - files.Add(pathOperations, valueOperations is global::StrawberryShake.Upload u ? u : null); - } - - private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput value, global::System.Collections.Generic.Dictionary files) - { - if (value is { } value_i) - { - MapFilesFromTypeUploadClientInput(path, value_i, files); - } - } - - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(input); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput input) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); - var files = new global::System.Collections.Generic.Dictionary(); - MapFilesFromArgumentInput("variables.input", input, files); - return CreateRequest(variables, files); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) - { - return new global::StrawberryShake.OperationRequest(id: UploadClientMutationDocument.Instance.Hash.Value, name: "UploadClient", document: UploadClientMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); - } - - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _uploadClientInputFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the UploadClient GraphQL operation - /// - /// mutation UploadClient( - /// $input: UploadClientInput! - /// ) { - /// uploadClient(input: $input) { + /// + /// fragment ClientDetailPrompt_Client on Client { + /// id + /// name + /// api { /// __typename - /// clientVersion { + /// name + /// path + /// } + /// versions { + /// __typename + /// edges { /// __typename - /// id + /// ... ClientDetailPrompt_ClientVersionEdge /// } - /// errors { + /// pageInfo { /// __typename - /// ... UnauthorizedOperation - /// ... ClientNotFoundError - /// ... DuplicatedTagError - /// ... ConcurrentOperationError - /// ... Error + /// hasNextPage + /// endCursor /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment ClientNotFoundError on ClientNotFoundError { - /// message - /// clientId - /// ... Error - /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadClientMutation : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the ValidateClientVersion GraphQL operation - /// - /// mutation ValidateClientVersion( - /// $input: ValidateClientInput! - /// ) { - /// validateClient(input: $input) { + /// + /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { + /// cursor + /// node { /// __typename /// id - /// errors { + /// createdAt + /// tag + /// publishedTo { /// __typename - /// ... UnauthorizedOperation - /// ... StageNotFoundError - /// ... ClientNotFoundError - /// ... Error + /// stage { + /// __typename + /// name + /// } /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message - /// name - /// ... Error - /// } - /// - /// fragment ClientNotFoundError on ClientNotFoundError { - /// message - /// clientId + /// apiId /// ... Error /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateClientVersionMutationDocument : global::StrawberryShake.IDocument - { - private ValidateClientVersionMutationDocument() - { - } - - public static ValidateClientVersionMutationDocument Instance { get; } = new ValidateClientVersionMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation ValidateClientVersion($input: ValidateClientInput!) { validateClient(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... ClientNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "fc0b2ca98ba95caa6eadb2f1b725006f"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the ValidateClientVersion GraphQL operation - /// - /// mutation ValidateClientVersion( - /// $input: ValidateClientInput! - /// ) { - /// validateClient(input: $input) { - /// __typename - /// id - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... StageNotFoundError - /// ... ClientNotFoundError - /// ... Error - /// } - /// } - /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename - /// message - /// name - /// ... Error - /// } - /// - /// fragment ClientNotFoundError on ClientNotFoundError { - /// message - /// clientId - /// ... Error - /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateClientVersionMutation : global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation + public partial class CreateClientCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _validateClientInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _createClientInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ValidateClientVersionMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public CreateClientCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _validateClientInputFormatter = serializerResolver.GetInputValueFormatter("ValidateClientInput"); + _createClientInputFormatter = serializerResolver.GetInputValueFormatter("CreateClientInput"); } - private ValidateClientVersionMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter validateClientInputFormatter) + private CreateClientCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter createClientInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _validateClientInputFormatter = validateClientInputFormatter; + _createClientInputFormatter = createClientInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IValidateClientVersionResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateClientCommandMutationResult); - public global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ValidateClientVersionMutation(_operationExecutor, _configure.Add(configure), _validateClientInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.CreateClientCommandMutationMutation(_operationExecutor, _configure.Add(configure), _createClientInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput input, global::System.Threading.CancellationToken cancellationToken = default) { var request = CreateRequest(input); foreach (var configure in _configure) @@ -143658,409 +144123,133 @@ private ValidateClientVersionMutation(global::StrawberryShake.IOperationExecutor return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - private void MapFilesFromTypeValidateClientInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput value, global::System.Collections.Generic.Dictionary files) - { - var pathOperations = path + ".operations"; - var valueOperations = value.Operations; - files.Add(pathOperations, valueOperations is global::StrawberryShake.Upload u ? u : null); - } - - private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput value, global::System.Collections.Generic.Dictionary files) - { - if (value is { } value_i) - { - MapFilesFromTypeValidateClientInput(path, value_i, files); - } - } - - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput input) { var variables = new global::System.Collections.Generic.Dictionary(); variables.Add("input", FormatInput(input)); - var files = new global::System.Collections.Generic.Dictionary(); - MapFilesFromArgumentInput("variables.input", input, files); - return CreateRequest(variables, files); + return CreateRequest(variables); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: ValidateClientVersionMutationDocument.Instance.Hash.Value, name: "ValidateClientVersion", document: ValidateClientVersionMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); + return new global::StrawberryShake.OperationRequest(id: CreateClientCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateClientCommandMutation", document: CreateClientCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _validateClientInputFormatter.Format(value); + return _createClientInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); + return CreateRequest(variables!); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the ValidateClientVersion GraphQL operation + /// Represents the operation service of the CreateClientCommandMutation GraphQL operation /// - /// mutation ValidateClientVersion( - /// $input: ValidateClientInput! + /// mutation CreateClientCommandMutation( + /// $input: CreateClientInput! /// ) { - /// validateClient(input: $input) { + /// createClient(input: $input) { /// __typename - /// id + /// client { + /// __typename + /// ... CreateClientCommandMutation_Client + /// } /// errors { /// __typename - /// ... UnauthorizedOperation - /// ... StageNotFoundError - /// ... ClientNotFoundError /// ... Error + /// ... ApiNotFoundError + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename - /// message + /// + /// fragment CreateClientCommandMutation_Client on Client { /// name - /// ... Error - /// } - /// - /// fragment ClientNotFoundError on ClientNotFoundError { - /// message - /// clientId - /// ... Error - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateClientVersionMutation : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the OnClientVersionValidationUpdated GraphQL operation - /// - /// subscription OnClientVersionValidationUpdated( - /// $requestId: ID! - /// ) { - /// onClientVersionValidationUpdate(requestId: $requestId) { - /// __typename - /// ... ClientVersionValidationFailed - /// ... ClientVersionValidationSuccess - /// ... OperationInProgress - /// ... ValidationInProgress - /// } - /// } - /// - /// fragment ClientVersionValidationFailed on ClientVersionValidationFailed { - /// state - /// errors { - /// __typename - /// ... PersistedQueryValidationError - /// ... ProcessingTimeoutError - /// ... UnexpectedProcessingError - /// } + /// id + /// ... ClientDetailPrompt_Client /// } - /// - /// fragment PersistedQueryValidationError on PersistedQueryValidationError { - /// message - /// client { + /// + /// fragment ClientDetailPrompt_Client on Client { + /// id + /// name + /// api { /// __typename - /// id /// name + /// path /// } - /// queries { + /// versions { /// __typename - /// deployedTags - /// message - /// hash - /// errors { + /// edges { /// __typename - /// message - /// code - /// path - /// locations { - /// __typename - /// column - /// line - /// } + /// ... ClientDetailPrompt_ClientVersionEdge /// } - /// } - /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { - /// __typename - /// message - /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { - /// __typename - /// message - /// } - /// - /// fragment ClientVersionValidationSuccess on ClientVersionValidationSuccess { - /// state - /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state - /// } - /// - /// fragment ValidationInProgress on ValidationInProgress { - /// state - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdatedSubscriptionDocument : global::StrawberryShake.IDocument - { - private OnClientVersionValidationUpdatedSubscriptionDocument() - { - } - - public static OnClientVersionValidationUpdatedSubscriptionDocument Instance { get; } = new OnClientVersionValidationUpdatedSubscriptionDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; - public global::System.ReadOnlySpan Body => "subscription OnClientVersionValidationUpdated($requestId: ID!) { onClientVersionValidationUpdate(requestId: $requestId) { __typename ... ClientVersionValidationFailed ... ClientVersionValidationSuccess ... OperationInProgress ... ValidationInProgress } } fragment ClientVersionValidationFailed on ClientVersionValidationFailed { state errors { __typename ... PersistedQueryValidationError ... ProcessingTimeoutError ... UnexpectedProcessingError } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ClientVersionValidationSuccess on ClientVersionValidationSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment ValidationInProgress on ValidationInProgress { state }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "7bba9b8a24c252e56c3a8f077ab6c62f"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the OnClientVersionValidationUpdated GraphQL operation - /// - /// subscription OnClientVersionValidationUpdated( - /// $requestId: ID! - /// ) { - /// onClientVersionValidationUpdate(requestId: $requestId) { - /// __typename - /// ... ClientVersionValidationFailed - /// ... ClientVersionValidationSuccess - /// ... OperationInProgress - /// ... ValidationInProgress - /// } - /// } - /// - /// fragment ClientVersionValidationFailed on ClientVersionValidationFailed { - /// state - /// errors { - /// __typename - /// ... PersistedQueryValidationError - /// ... ProcessingTimeoutError - /// ... UnexpectedProcessingError - /// } - /// } - /// - /// fragment PersistedQueryValidationError on PersistedQueryValidationError { - /// message - /// client { - /// __typename - /// id - /// name - /// } - /// queries { - /// __typename - /// deployedTags - /// message - /// hash - /// errors { + /// pageInfo { /// __typename - /// message - /// code - /// path - /// locations { - /// __typename - /// column - /// line - /// } + /// hasNextPage + /// endCursor /// } /// } /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { - /// __typename - /// message - /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { - /// __typename - /// message - /// } - /// - /// fragment ClientVersionValidationSuccess on ClientVersionValidationSuccess { - /// state - /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state - /// } - /// - /// fragment ValidationInProgress on ValidationInProgress { - /// state - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdatedSubscription : global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdatedSubscription - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - public OnClientVersionValidationUpdatedSubscription(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IOnClientVersionValidationUpdatedResult); - - public global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(requestId); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String requestId) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("requestId", FormatRequestId(requestId)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: OnClientVersionValidationUpdatedSubscriptionDocument.Instance.Hash.Value, name: "OnClientVersionValidationUpdated", document: OnClientVersionValidationUpdatedSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatRequestId(global::System.String value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _iDFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the OnClientVersionValidationUpdated GraphQL operation - /// - /// subscription OnClientVersionValidationUpdated( - /// $requestId: ID! - /// ) { - /// onClientVersionValidationUpdate(requestId: $requestId) { - /// __typename - /// ... ClientVersionValidationFailed - /// ... ClientVersionValidationSuccess - /// ... OperationInProgress - /// ... ValidationInProgress - /// } - /// } - /// - /// fragment ClientVersionValidationFailed on ClientVersionValidationFailed { - /// state - /// errors { - /// __typename - /// ... PersistedQueryValidationError - /// ... ProcessingTimeoutError - /// ... UnexpectedProcessingError - /// } - /// } - /// - /// fragment PersistedQueryValidationError on PersistedQueryValidationError { - /// message - /// client { + /// + /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { + /// cursor + /// node { /// __typename /// id - /// name - /// } - /// queries { - /// __typename - /// deployedTags - /// message - /// hash - /// errors { + /// createdAt + /// tag + /// publishedTo { /// __typename - /// message - /// code - /// path - /// locations { + /// stage { /// __typename - /// column - /// line + /// name /// } /// } /// } /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { - /// __typename + /// + /// fragment Error on Error { /// message /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// + /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message + /// apiId + /// ... Error /// } - /// - /// fragment ClientVersionValidationSuccess on ClientVersionValidationSuccess { - /// state - /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state - /// } - /// - /// fragment ValidationInProgress on ValidationInProgress { - /// state + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnClientVersionValidationUpdatedSubscription : global::StrawberryShake.IOperationRequestFactory + public partial interface ICreateClientCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator @@ -144084,13 +144273,13 @@ public partial interface IOnClientVersionValidationUpdatedSubscription : global: /// } /// } /// } - /// + /// /// fragment DeleteClientByIdCommandMutation_Client on Client { /// name /// id /// ... ClientDetailPrompt_Client /// } - /// + /// /// fragment ClientDetailPrompt_Client on Client { /// id /// name @@ -144112,7 +144301,7 @@ public partial interface IOnClientVersionValidationUpdatedSubscription : global: /// } /// } /// } - /// + /// /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { /// cursor /// node { @@ -144129,17 +144318,17 @@ public partial interface IOnClientVersionValidationUpdatedSubscription : global: /// } /// } /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment ClientNotFoundError on ClientNotFoundError { /// message /// clientId /// ... Error /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message @@ -144156,7 +144345,7 @@ private DeleteClientByIdCommandMutationMutationDocument() public static DeleteClientByIdCommandMutationMutationDocument Instance { get; } = new DeleteClientByIdCommandMutationMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation DeleteClientByIdCommandMutation($input: DeleteClientByIdInput!) { deleteClientById(input: $input) { __typename client { __typename ... DeleteClientByIdCommandMutation_Client } errors { __typename ... Error ... ClientNotFoundError ... UnauthorizedOperation } } } fragment DeleteClientByIdCommandMutation_Client on Client { name id ... ClientDetailPrompt_Client } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } } fragment Error on Error { message } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }"u8; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "f450cfe13d84ae3c3768bac9c9fbf8b4"); public override global::System.String ToString() @@ -144190,13 +144379,13 @@ private DeleteClientByIdCommandMutationMutationDocument() /// } /// } /// } - /// + /// /// fragment DeleteClientByIdCommandMutation_Client on Client { /// name /// id /// ... ClientDetailPrompt_Client /// } - /// + /// /// fragment ClientDetailPrompt_Client on Client { /// id /// name @@ -144218,7 +144407,7 @@ private DeleteClientByIdCommandMutationMutationDocument() /// } /// } /// } - /// + /// /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { /// cursor /// node { @@ -144235,17 +144424,17 @@ private DeleteClientByIdCommandMutationMutationDocument() /// } /// } /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment ClientNotFoundError on ClientNotFoundError { /// message /// clientId /// ... Error /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message @@ -144315,7 +144504,7 @@ private DeleteClientByIdCommandMutationMutation(global::StrawberryShake.IOperati private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: DeleteClientByIdCommandMutationMutationDocument.Instance.Hash.Value, name: "DeleteClientByIdCommandMutation", document: DeleteClientByIdCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: DeleteClientByIdCommandMutationMutationDocument.Instance.Hash.Value, name: "DeleteClientByIdCommandMutation", document: DeleteClientByIdCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.DeleteClientByIdInput value) @@ -144355,13 +144544,13 @@ private DeleteClientByIdCommandMutationMutation(global::StrawberryShake.IOperati /// } /// } /// } - /// + /// /// fragment DeleteClientByIdCommandMutation_Client on Client { /// name /// id /// ... ClientDetailPrompt_Client /// } - /// + /// /// fragment ClientDetailPrompt_Client on Client { /// id /// name @@ -144383,7 +144572,7 @@ private DeleteClientByIdCommandMutationMutation(global::StrawberryShake.IOperati /// } /// } /// } - /// + /// /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { /// cursor /// node { @@ -144400,17 +144589,17 @@ private DeleteClientByIdCommandMutationMutation(global::StrawberryShake.IOperati /// } /// } /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment ClientNotFoundError on ClientNotFoundError { /// message /// clientId /// ... Error /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message @@ -144430,67 +144619,95 @@ public partial interface IDeleteClientByIdCommandMutationMutation : global::Stra // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the PublishClientVersion GraphQL operation + /// Represents the operation service of the ListClientCommandQuery GraphQL operation /// - /// mutation PublishClientVersion( - /// $input: PublishClientInput! + /// query ListClientCommandQuery( + /// $apiId: ID! + /// $after: String + /// $first: Int /// ) { - /// publishClient(input: $input) { + /// node(id: $apiId) { /// __typename - /// id - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... StageNotFoundError - /// ... ClientNotFoundError - /// ... ClientVersionNotFoundError - /// ... Error + /// ... on Api { + /// clients(after: $after, first: $first) { + /// __typename + /// edges { + /// __typename + /// cursor + /// node { + /// __typename + /// id + /// name + /// ... ClientDetailPrompt_Client + /// } + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename - /// message + /// + /// fragment ClientDetailPrompt_Client on Client { + /// id /// name - /// ... Error + /// api { + /// __typename + /// name + /// path + /// } + /// versions { + /// __typename + /// edges { + /// __typename + /// ... ClientDetailPrompt_ClientVersionEdge + /// } + /// pageInfo { + /// __typename + /// hasNextPage + /// endCursor + /// } + /// } /// } - /// - /// fragment ClientNotFoundError on ClientNotFoundError { - /// message - /// clientId - /// ... Error + /// + /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { + /// cursor + /// node { + /// __typename + /// id + /// createdAt + /// tag + /// publishedTo { + /// __typename + /// stage { + /// __typename + /// name + /// } + /// } + /// } /// } - /// - /// fragment ClientVersionNotFoundError on ClientVersionNotFoundError { - /// tag - /// message - /// clientId - /// ... Error + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishClientVersionMutationDocument : global::StrawberryShake.IDocument + public partial class ListClientCommandQueryQueryDocument : global::StrawberryShake.IDocument { - private PublishClientVersionMutationDocument() + private ListClientCommandQueryQueryDocument() { } - public static PublishClientVersionMutationDocument Instance { get; } = new PublishClientVersionMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation PublishClientVersion($input: PublishClientInput!) { publishClient(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... ClientNotFoundError ... ClientVersionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error } fragment ClientVersionNotFoundError on ClientVersionNotFoundError { tag message clientId ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "250a3500a6feb1b9b5ce5d47a3a47053"); + public static ListClientCommandQueryQueryDocument Instance { get; } = new ListClientCommandQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "a2a2d861eabc2d4a6f484b396c3e3c8e"); public override global::System.String ToString() { @@ -144504,12 +144721,369 @@ private PublishClientVersionMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the PublishClientVersion GraphQL operation + /// Represents the operation service of the ListClientCommandQuery GraphQL operation /// - /// mutation PublishClientVersion( - /// $input: PublishClientInput! + /// query ListClientCommandQuery( + /// $apiId: ID! + /// $after: String + /// $first: Int /// ) { - /// publishClient(input: $input) { + /// node(id: $apiId) { + /// __typename + /// ... on Api { + /// clients(after: $after, first: $first) { + /// __typename + /// edges { + /// __typename + /// cursor + /// node { + /// __typename + /// id + /// name + /// ... ClientDetailPrompt_Client + /// } + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } + /// } + /// } + /// } + /// + /// fragment ClientDetailPrompt_Client on Client { + /// id + /// name + /// api { + /// __typename + /// name + /// path + /// } + /// versions { + /// __typename + /// edges { + /// __typename + /// ... ClientDetailPrompt_ClientVersionEdge + /// } + /// pageInfo { + /// __typename + /// hasNextPage + /// endCursor + /// } + /// } + /// } + /// + /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { + /// cursor + /// node { + /// __typename + /// id + /// createdAt + /// tag + /// publishedTo { + /// __typename + /// stage { + /// __typename + /// name + /// } + /// } + /// } + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListClientCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery + { + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public ListClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _intFormatter = serializerResolver.GetInputValueFormatter("Int"); + } + + private ListClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _stringFormatter = @stringFormatter; + _iDFormatter = iDFormatter; + _intFormatter = @intFormatter; + } + + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListClientCommandQueryResult); + + public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } + + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(apiId, after, first); + foreach (var configure in _configure) + { + configure(request); + } + + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } + + public global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(apiId, after, first); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::System.String? after, global::System.Int32? first) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("apiId", FormatApiId(apiId)); + variables.Add("after", FormatAfter(after)); + variables.Add("first", FormatFirst(first)); + return CreateRequest(variables); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: ListClientCommandQueryQueryDocument.Instance.Hash.Value, name: "ListClientCommandQuery", document: ListClientCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } + + private global::System.Object? FormatApiId(global::System.String value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _iDFormatter.Format(value); + } + + private global::System.Object? FormatAfter(global::System.String? value) + { + if (value is null) + { + return value; + } + else + { + return _stringFormatter.Format(value); + } + } + + private global::System.Object? FormatFirst(global::System.Int32? value) + { + if (value is null) + { + return value; + } + else + { + return _intFormatter.Format(value); + } + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the ListClientCommandQuery GraphQL operation + /// + /// query ListClientCommandQuery( + /// $apiId: ID! + /// $after: String + /// $first: Int + /// ) { + /// node(id: $apiId) { + /// __typename + /// ... on Api { + /// clients(after: $after, first: $first) { + /// __typename + /// edges { + /// __typename + /// cursor + /// node { + /// __typename + /// id + /// name + /// ... ClientDetailPrompt_Client + /// } + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } + /// } + /// } + /// } + /// + /// fragment ClientDetailPrompt_Client on Client { + /// id + /// name + /// api { + /// __typename + /// name + /// path + /// } + /// versions { + /// __typename + /// edges { + /// __typename + /// ... ClientDetailPrompt_ClientVersionEdge + /// } + /// pageInfo { + /// __typename + /// hasNextPage + /// endCursor + /// } + /// } + /// } + /// + /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { + /// cursor + /// node { + /// __typename + /// id + /// createdAt + /// tag + /// publishedTo { + /// __typename + /// stage { + /// __typename + /// name + /// } + /// } + /// } + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListClientCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the PublishClientVersion GraphQL operation + /// + /// mutation PublishClientVersion( + /// $input: PublishClientInput! + /// ) { + /// publishClient(input: $input) { + /// __typename + /// id + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... ClientNotFoundError + /// ... ClientVersionNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name + /// ... Error + /// } + /// + /// fragment ClientNotFoundError on ClientNotFoundError { + /// message + /// clientId + /// ... Error + /// } + /// + /// fragment ClientVersionNotFoundError on ClientVersionNotFoundError { + /// tag + /// message + /// clientId + /// ... Error + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class PublishClientVersionMutationDocument : global::StrawberryShake.IDocument + { + private PublishClientVersionMutationDocument() + { + } + + public static PublishClientVersionMutationDocument Instance { get; } = new PublishClientVersionMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "250a3500a6feb1b9b5ce5d47a3a47053"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the PublishClientVersion GraphQL operation + /// + /// mutation PublishClientVersion( + /// $input: PublishClientInput! + /// ) { + /// publishClient(input: $input) { /// __typename /// id /// errors { @@ -144522,30 +145096,30 @@ private PublishClientVersionMutationDocument() /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message /// name /// ... Error /// } - /// + /// /// fragment ClientNotFoundError on ClientNotFoundError { /// message /// clientId /// ... Error /// } - /// + /// /// fragment ClientVersionNotFoundError on ClientVersionNotFoundError { /// tag /// message @@ -144616,7 +145190,7 @@ private PublishClientVersionMutation(global::StrawberryShake.IOperationExecutor< private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: PublishClientVersionMutationDocument.Instance.Hash.Value, name: "PublishClientVersion", document: PublishClientVersionMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: PublishClientVersionMutationDocument.Instance.Hash.Value, name: "PublishClientVersion", document: PublishClientVersionMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.PublishClientInput value) @@ -144655,30 +145229,30 @@ private PublishClientVersionMutation(global::StrawberryShake.IOperationExecutor< /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message /// name /// ... Error /// } - /// + /// /// fragment ClientNotFoundError on ClientNotFoundError { /// message /// clientId /// ... Error /// } - /// + /// /// fragment ClientVersionNotFoundError on ClientVersionNotFoundError { /// tag /// message @@ -144715,7 +145289,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... ProcessingTaskIsQueued /// } /// } - /// + /// /// fragment ClientVersionPublishFailed on ClientVersionPublishFailed { /// state /// errors { @@ -144726,27 +145300,27 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... PersistedQueryValidationError /// } /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment ProcessingTimeoutError on ProcessingTimeoutError { /// __typename /// message /// } - /// + /// /// fragment ConcurrentOperationError on ConcurrentOperationError { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -144772,15 +145346,15 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// } /// } /// } - /// + /// /// fragment ClientVersionPublishSuccess on ClientVersionPublishSuccess { /// state /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment WaitForApproval on WaitForApproval { /// state /// deployment { @@ -144827,12 +145401,12 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// } /// } /// } - /// + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -144840,7 +145414,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// position /// line /// } - /// + /// /// fragment SchemaChangeViolationError on SchemaChangeViolationError { /// message /// changes { @@ -144848,7 +145422,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -144862,25 +145436,25 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -144896,19 +145470,19 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -144916,7 +145490,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -144924,7 +145498,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -144932,7 +145506,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -144948,7 +145522,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -144957,7 +145531,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -144966,7 +145540,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -144980,13 +145554,13 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -144994,7 +145568,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -145008,7 +145582,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -145021,7 +145595,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -145037,21 +145611,21 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -145062,7 +145636,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -145076,19 +145650,19 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -145099,7 +145673,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -145112,19 +145686,19 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -145142,19 +145716,19 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -145164,7 +145738,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// code /// } /// } - /// + /// /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { /// collections { /// __typename @@ -145190,7 +145764,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// } /// } /// } - /// + /// /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { /// code /// message @@ -145201,11 +145775,11 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// line /// } /// } - /// + /// /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename @@ -145230,7 +145804,7 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// } /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message @@ -145241,19 +145815,19 @@ public partial interface IPublishClientVersionMutation : global::StrawberryShake /// line /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment ProcessingTaskApproved on ProcessingTaskApproved { /// state /// } - /// + /// /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { /// ready: __typename /// } - /// + /// /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { /// queued: __typename /// queuePosition @@ -145269,7 +145843,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() public static OnClientVersionPublishUpdatedSubscriptionDocument Instance { get; } = new OnClientVersionPublishUpdatedSubscriptionDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; - public global::System.ReadOnlySpan Body => "subscription OnClientVersionPublishUpdated($requestId: ID!) { onClientVersionPublishingUpdate(requestId: $requestId) { __typename ... ClientVersionPublishFailed ... ClientVersionPublishSuccess ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved ... ProcessingTaskIsReady ... ProcessingTaskIsQueued } } fragment ClientVersionPublishFailed on ClientVersionPublishFailed { state errors { __typename ... UnexpectedProcessingError ... ProcessingTimeoutError ... ConcurrentOperationError ... PersistedQueryValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment ClientVersionPublishSuccess on ClientVersionPublishSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment ProcessingTaskApproved on ProcessingTaskApproved { state } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition }"u8; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "b653a6a4dbd2d797d69ee87b43d3d391"); public override global::System.String ToString() @@ -145300,7 +145874,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... ProcessingTaskIsQueued /// } /// } - /// + /// /// fragment ClientVersionPublishFailed on ClientVersionPublishFailed { /// state /// errors { @@ -145311,27 +145885,27 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... PersistedQueryValidationError /// } /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment ProcessingTimeoutError on ProcessingTimeoutError { /// __typename /// message /// } - /// + /// /// fragment ConcurrentOperationError on ConcurrentOperationError { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -145357,15 +145931,15 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// } /// } /// } - /// + /// /// fragment ClientVersionPublishSuccess on ClientVersionPublishSuccess { /// state /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment WaitForApproval on WaitForApproval { /// state /// deployment { @@ -145412,12 +145986,12 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// } /// } /// } - /// + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -145425,7 +145999,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// position /// line /// } - /// + /// /// fragment SchemaChangeViolationError on SchemaChangeViolationError { /// message /// changes { @@ -145433,7 +146007,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -145447,25 +146021,25 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -145481,19 +146055,19 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -145501,7 +146075,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -145509,7 +146083,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -145517,7 +146091,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -145533,7 +146107,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -145542,7 +146116,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -145551,7 +146125,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -145565,13 +146139,13 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -145579,7 +146153,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -145593,7 +146167,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -145606,7 +146180,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -145622,21 +146196,21 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -145647,7 +146221,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -145661,19 +146235,19 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -145684,7 +146258,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -145697,19 +146271,19 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -145727,19 +146301,19 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -145749,7 +146323,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// code /// } /// } - /// + /// /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { /// collections { /// __typename @@ -145775,7 +146349,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// } /// } /// } - /// + /// /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { /// code /// message @@ -145786,11 +146360,11 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// line /// } /// } - /// + /// /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename @@ -145815,7 +146389,7 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// } /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message @@ -145826,19 +146400,19 @@ private OnClientVersionPublishUpdatedSubscriptionDocument() /// line /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment ProcessingTaskApproved on ProcessingTaskApproved { /// state /// } - /// + /// /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { /// ready: __typename /// } - /// + /// /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { /// queued: __typename /// queuePosition @@ -145873,7 +146447,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: OnClientVersionPublishUpdatedSubscriptionDocument.Instance.Hash.Value, name: "OnClientVersionPublishUpdated", document: OnClientVersionPublishUpdatedSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: OnClientVersionPublishUpdatedSubscriptionDocument.Instance.Hash.Value, name: "OnClientVersionPublishUpdated", document: OnClientVersionPublishUpdatedSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatRequestId(global::System.String value) @@ -145910,7 +146484,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... ProcessingTaskIsQueued /// } /// } - /// + /// /// fragment ClientVersionPublishFailed on ClientVersionPublishFailed { /// state /// errors { @@ -145921,27 +146495,27 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... PersistedQueryValidationError /// } /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment ProcessingTimeoutError on ProcessingTimeoutError { /// __typename /// message /// } - /// + /// /// fragment ConcurrentOperationError on ConcurrentOperationError { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -145967,15 +146541,15 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// } /// } /// } - /// + /// /// fragment ClientVersionPublishSuccess on ClientVersionPublishSuccess { /// state /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment WaitForApproval on WaitForApproval { /// state /// deployment { @@ -146022,12 +146596,12 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// } /// } /// } - /// + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -146035,7 +146609,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// position /// line /// } - /// + /// /// fragment SchemaChangeViolationError on SchemaChangeViolationError { /// message /// changes { @@ -146043,7 +146617,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -146057,25 +146631,25 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -146091,19 +146665,19 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -146111,7 +146685,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -146119,7 +146693,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -146127,7 +146701,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -146143,7 +146717,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -146152,7 +146726,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -146161,7 +146735,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -146175,13 +146749,13 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -146189,7 +146763,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -146203,7 +146777,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -146216,7 +146790,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -146232,21 +146806,21 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -146257,7 +146831,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -146271,19 +146845,19 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -146294,7 +146868,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -146307,19 +146881,19 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -146337,19 +146911,19 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -146359,7 +146933,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// code /// } /// } - /// + /// /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { /// collections { /// __typename @@ -146385,7 +146959,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// } /// } /// } - /// + /// /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { /// code /// message @@ -146396,11 +146970,11 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// line /// } /// } - /// + /// /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename @@ -146425,7 +146999,7 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// } /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message @@ -146436,19 +147010,19 @@ public OnClientVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// line /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment ProcessingTaskApproved on ProcessingTaskApproved { /// state /// } - /// + /// /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { /// ready: __typename /// } - /// + /// /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { /// queued: __typename /// queuePosition @@ -146463,37 +147037,17 @@ public partial interface IOnClientVersionPublishUpdatedSubscription : global::St // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ListClientCommandQuery GraphQL operation + /// Represents the operation service of the ShowClientCommandQuery GraphQL operation /// - /// query ListClientCommandQuery( - /// $apiId: ID! - /// $after: String - /// $first: Int + /// query ShowClientCommandQuery( + /// $clientId: ID! /// ) { - /// node(id: $apiId) { + /// node(id: $clientId) { /// __typename - /// ... on Api { - /// clients(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// cursor - /// node { - /// __typename - /// id - /// name - /// ... ClientDetailPrompt_Client - /// } - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } - /// } + /// ... ClientDetailPrompt_Client /// } /// } - /// + /// /// fragment ClientDetailPrompt_Client on Client { /// id /// name @@ -146515,7 +147069,7 @@ public partial interface IOnClientVersionPublishUpdatedSubscription : global::St /// } /// } /// } - /// + /// /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { /// cursor /// node { @@ -146532,26 +147086,19 @@ public partial interface IOnClientVersionPublishUpdatedSubscription : global::St /// } /// } /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor - /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQueryQueryDocument : global::StrawberryShake.IDocument + public partial class ShowClientCommandQueryQueryDocument : global::StrawberryShake.IDocument { - private ListClientCommandQueryQueryDocument() + private ShowClientCommandQueryQueryDocument() { } - public static ListClientCommandQueryQueryDocument Instance { get; } = new ListClientCommandQueryQueryDocument(); + public static ShowClientCommandQueryQueryDocument Instance { get; } = new ShowClientCommandQueryQueryDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ListClientCommandQuery($apiId: ID!, $after: String, $first: Int) { node(id: $apiId) { __typename ... on Api { clients(after: $after, first: $first) { __typename edges { __typename cursor node { __typename id name ... ClientDetailPrompt_Client } } pageInfo { __typename ... PageInfo } } } } } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "a2a2d861eabc2d4a6f484b396c3e3c8e"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "202e2ae2330c6b4feffd8347e5769aba"); public override global::System.String ToString() { @@ -146565,37 +147112,17 @@ private ListClientCommandQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ListClientCommandQuery GraphQL operation + /// Represents the operation service of the ShowClientCommandQuery GraphQL operation /// - /// query ListClientCommandQuery( - /// $apiId: ID! - /// $after: String - /// $first: Int + /// query ShowClientCommandQuery( + /// $clientId: ID! /// ) { - /// node(id: $apiId) { + /// node(id: $clientId) { /// __typename - /// ... on Api { - /// clients(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// cursor - /// node { - /// __typename - /// id - /// name - /// ... ClientDetailPrompt_Client - /// } - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } - /// } + /// ... ClientDetailPrompt_Client /// } /// } - /// + /// /// fragment ClientDetailPrompt_Client on Client { /// id /// name @@ -146617,7 +147144,7 @@ private ListClientCommandQueryQueryDocument() /// } /// } /// } - /// + /// /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { /// cursor /// node { @@ -146634,60 +147161,47 @@ private ListClientCommandQueryQueryDocument() /// } /// } /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor - /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery + public partial class ShowClientCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ListClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ShowClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - _intFormatter = serializerResolver.GetInputValueFormatter("Int"); } - private ListClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) + private ShowClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _stringFormatter = @stringFormatter; _iDFormatter = iDFormatter; - _intFormatter = @intFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListClientCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IShowClientCommandQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQueryQuery(_operationExecutor, _configure.Add(configure), _iDFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String clientId, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(apiId, after, first); + var request = CreateRequest(clientId); foreach (var configure in _configure) { configure(request); @@ -146696,27 +147210,25 @@ private ListClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String clientId, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(apiId, after, first); + var request = CreateRequest(clientId); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::System.String? after, global::System.Int32? first) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String clientId) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("apiId", FormatApiId(apiId)); - variables.Add("after", FormatAfter(after)); - variables.Add("first", FormatFirst(first)); + variables.Add("clientId", FormatClientId(clientId)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: ListClientCommandQueryQueryDocument.Instance.Hash.Value, name: "ListClientCommandQuery", document: ListClientCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ShowClientCommandQueryQueryDocument.Instance.Hash.Value, name: "ShowClientCommandQuery", document: ShowClientCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatApiId(global::System.String value) + private global::System.Object? FormatClientId(global::System.String value) { if (value is null) { @@ -146726,30 +147238,6 @@ private ListClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor? variables) { return CreateRequest(variables!); @@ -146758,37 +147246,17 @@ private ListClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor - /// Represents the operation service of the ListClientCommandQuery GraphQL operation + /// Represents the operation service of the ShowClientCommandQuery GraphQL operation /// - /// query ListClientCommandQuery( - /// $apiId: ID! - /// $after: String - /// $first: Int + /// query ShowClientCommandQuery( + /// $clientId: ID! /// ) { - /// node(id: $apiId) { + /// node(id: $clientId) { /// __typename - /// ... on Api { - /// clients(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// cursor - /// node { - /// __typename - /// id - /// name - /// ... ClientDetailPrompt_Client - /// } - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } - /// } + /// ... ClientDetailPrompt_Client /// } /// } - /// + /// /// fragment ClientDetailPrompt_Client on Client { /// id /// name @@ -146810,7 +147278,7 @@ private ListClientCommandQueryQuery(global::StrawberryShake.IOperationExecutor /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListClientCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface IShowClientCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String clientId, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String clientId, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the CreateClientCommandMutation GraphQL operation + /// Represents the operation service of the UnpublishClient GraphQL operation /// - /// mutation CreateClientCommandMutation( - /// $input: CreateClientInput! + /// mutation UnpublishClient( + /// $input: UnpublishClientInput! /// ) { - /// createClient(input: $input) { + /// unpublishClient(input: $input) { /// __typename - /// client { + /// clientVersion { /// __typename - /// ... CreateClientCommandMutation_Client + /// id + /// client { + /// __typename + /// name + /// } /// } /// errors { /// __typename - /// ... Error - /// ... ApiNotFoundError + /// ... ConcurrentOperationError + /// ... StageNotFoundError + /// ... ClientVersionNotFoundError /// ... UnauthorizedOperation + /// ... ClientNotFoundError + /// ... Error /// } /// } /// } - /// - /// fragment CreateClientCommandMutation_Client on Client { - /// name - /// id - /// ... ClientDetailPrompt_Client - /// } - /// - /// fragment ClientDetailPrompt_Client on Client { - /// id - /// name - /// api { - /// __typename - /// name - /// path - /// } - /// versions { - /// __typename - /// edges { - /// __typename - /// ... ClientDetailPrompt_ClientVersionEdge - /// } - /// pageInfo { - /// __typename - /// hasNextPage - /// endCursor - /// } - /// } - /// } - /// - /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { - /// cursor - /// node { - /// __typename - /// id - /// createdAt - /// tag - /// publishedTo { - /// __typename - /// stage { - /// __typename - /// name - /// } - /// } - /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { + /// + /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message - /// apiId + /// name /// ... Error /// } - /// + /// + /// fragment ClientVersionNotFoundError on ClientVersionNotFoundError { + /// tag + /// message + /// clientId + /// ... Error + /// } + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } + /// + /// fragment ClientNotFoundError on ClientNotFoundError { + /// message + /// clientId + /// ... Error + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class UnpublishClientMutationDocument : global::StrawberryShake.IDocument { - private CreateClientCommandMutationMutationDocument() + private UnpublishClientMutationDocument() { } - public static CreateClientCommandMutationMutationDocument Instance { get; } = new CreateClientCommandMutationMutationDocument(); + public static UnpublishClientMutationDocument Instance { get; } = new UnpublishClientMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation CreateClientCommandMutation($input: CreateClientInput!) { createClient(input: $input) { __typename client { __typename ... CreateClientCommandMutation_Client } errors { __typename ... Error ... ApiNotFoundError ... UnauthorizedOperation } } } fragment CreateClientCommandMutation_Client on Client { name id ... ClientDetailPrompt_Client } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "1781486920ef931abe7278a40b70d4cb"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "c6d62ca62c529e9795322ced95b5c1a8"); public override global::System.String ToString() { @@ -146955,126 +147397,107 @@ private CreateClientCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the CreateClientCommandMutation GraphQL operation + /// Represents the operation service of the UnpublishClient GraphQL operation /// - /// mutation CreateClientCommandMutation( - /// $input: CreateClientInput! + /// mutation UnpublishClient( + /// $input: UnpublishClientInput! /// ) { - /// createClient(input: $input) { + /// unpublishClient(input: $input) { /// __typename - /// client { + /// clientVersion { /// __typename - /// ... CreateClientCommandMutation_Client + /// id + /// client { + /// __typename + /// name + /// } /// } /// errors { /// __typename - /// ... Error - /// ... ApiNotFoundError + /// ... ConcurrentOperationError + /// ... StageNotFoundError + /// ... ClientVersionNotFoundError /// ... UnauthorizedOperation + /// ... ClientNotFoundError + /// ... Error /// } /// } /// } - /// - /// fragment CreateClientCommandMutation_Client on Client { - /// name - /// id - /// ... ClientDetailPrompt_Client - /// } - /// - /// fragment ClientDetailPrompt_Client on Client { - /// id - /// name - /// api { - /// __typename - /// name - /// path - /// } - /// versions { - /// __typename - /// edges { - /// __typename - /// ... ClientDetailPrompt_ClientVersionEdge - /// } - /// pageInfo { - /// __typename - /// hasNextPage - /// endCursor - /// } - /// } - /// } - /// - /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { - /// cursor - /// node { - /// __typename - /// id - /// createdAt - /// tag - /// publishedTo { - /// __typename - /// stage { - /// __typename - /// name - /// } - /// } - /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { + /// + /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message - /// apiId + /// name + /// ... Error + /// } + /// + /// fragment ClientVersionNotFoundError on ClientVersionNotFoundError { + /// tag + /// message + /// clientId /// ... Error /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } + /// + /// fragment ClientNotFoundError on ClientNotFoundError { + /// message + /// clientId + /// ... Error + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation + public partial class UnpublishClientMutation : global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _createClientInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _unpublishClientInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public CreateClientCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public UnpublishClientMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _createClientInputFormatter = serializerResolver.GetInputValueFormatter("CreateClientInput"); + _unpublishClientInputFormatter = serializerResolver.GetInputValueFormatter("UnpublishClientInput"); } - private CreateClientCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter createClientInputFormatter) + private UnpublishClientMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter unpublishClientInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _createClientInputFormatter = createClientInputFormatter; + _unpublishClientInputFormatter = unpublishClientInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateClientCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUnpublishClientResult); - public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.CreateClientCommandMutationMutation(_operationExecutor, _configure.Add(configure), _createClientInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientMutation(_operationExecutor, _configure.Add(configure), _unpublishClientInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientInput input, global::System.Threading.CancellationToken cancellationToken = default) { var request = CreateRequest(input); foreach (var configure in _configure) @@ -147085,13 +147508,13 @@ private CreateClientCommandMutationMutation(global::StrawberryShake.IOperationEx return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientInput input) { var variables = new global::System.Collections.Generic.Dictionary(); variables.Add("input", FormatInput(input)); @@ -147100,17 +147523,17 @@ private CreateClientCommandMutationMutation(global::StrawberryShake.IOperationEx private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: CreateClientCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateClientCommandMutation", document: CreateClientCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: UnpublishClientMutationDocument.Instance.Hash.Value, name: "UnpublishClient", document: UnpublishClientMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _createClientInputFormatter.Format(value); + return _unpublishClientInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -147121,143 +147544,144 @@ private CreateClientCommandMutationMutation(global::StrawberryShake.IOperationEx // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the CreateClientCommandMutation GraphQL operation + /// Represents the operation service of the UnpublishClient GraphQL operation /// - /// mutation CreateClientCommandMutation( - /// $input: CreateClientInput! + /// mutation UnpublishClient( + /// $input: UnpublishClientInput! /// ) { - /// createClient(input: $input) { + /// unpublishClient(input: $input) { /// __typename - /// client { + /// clientVersion { /// __typename - /// ... CreateClientCommandMutation_Client + /// id + /// client { + /// __typename + /// name + /// } /// } /// errors { /// __typename - /// ... Error - /// ... ApiNotFoundError + /// ... ConcurrentOperationError + /// ... StageNotFoundError + /// ... ClientVersionNotFoundError /// ... UnauthorizedOperation + /// ... ClientNotFoundError + /// ... Error /// } /// } /// } - /// - /// fragment CreateClientCommandMutation_Client on Client { - /// name - /// id - /// ... ClientDetailPrompt_Client - /// } - /// - /// fragment ClientDetailPrompt_Client on Client { - /// id - /// name - /// api { - /// __typename - /// name - /// path - /// } - /// versions { - /// __typename - /// edges { - /// __typename - /// ... ClientDetailPrompt_ClientVersionEdge - /// } - /// pageInfo { - /// __typename - /// hasNextPage - /// endCursor - /// } - /// } - /// } - /// - /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { - /// cursor - /// node { - /// __typename - /// id - /// createdAt - /// tag - /// publishedTo { - /// __typename - /// stage { - /// __typename - /// name - /// } - /// } - /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { + /// + /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message - /// apiId + /// name /// ... Error /// } - /// + /// + /// fragment ClientVersionNotFoundError on ClientVersionNotFoundError { + /// tag + /// message + /// clientId + /// ... Error + /// } + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } + /// + /// fragment ClientNotFoundError on ClientNotFoundError { + /// message + /// clientId + /// ... Error + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateClientCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface IUnpublishClientMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UnpublishClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ShowApiCommandQuery GraphQL operation + /// Represents the operation service of the UploadClient GraphQL operation /// - /// query ShowApiCommandQuery( - /// $workspaceId: ID! + /// mutation UploadClient( + /// $input: UploadClientInput! /// ) { - /// node(id: $workspaceId) { - /// __typename - /// ... ApiDetailPrompt_Api - /// } - /// } - /// - /// fragment ApiDetailPrompt_Api on Api { - /// id - /// name - /// path - /// workspace { - /// __typename - /// id - /// name - /// } - /// settings { + /// uploadClient(input: $input) { /// __typename - /// schemaRegistry { + /// clientVersion { /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges + /// id + /// } + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... ClientNotFoundError + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... Error /// } /// } /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment ClientNotFoundError on ClientNotFoundError { + /// message + /// clientId + /// ... Error + /// } + /// + /// fragment DuplicatedTagError on DuplicatedTagError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQueryQueryDocument : global::StrawberryShake.IDocument + public partial class UploadClientMutationDocument : global::StrawberryShake.IDocument { - private ShowApiCommandQueryQueryDocument() + private UploadClientMutationDocument() { } - public static ShowApiCommandQueryQueryDocument Instance { get; } = new ShowApiCommandQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ShowApiCommandQuery($workspaceId: ID!) { node(id: $workspaceId) { __typename ... ApiDetailPrompt_Api } } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "0941232cf9cd2c8d7f601407e9d64dbf"); + public static UploadClientMutationDocument Instance { get; } = new UploadClientMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "07c3c01d9752c92ac4dfe838c5ae069d"); public override global::System.String ToString() { @@ -147271,76 +147695,96 @@ private ShowApiCommandQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ShowApiCommandQuery GraphQL operation + /// Represents the operation service of the UploadClient GraphQL operation /// - /// query ShowApiCommandQuery( - /// $workspaceId: ID! + /// mutation UploadClient( + /// $input: UploadClientInput! /// ) { - /// node(id: $workspaceId) { - /// __typename - /// ... ApiDetailPrompt_Api - /// } - /// } - /// - /// fragment ApiDetailPrompt_Api on Api { - /// id - /// name - /// path - /// workspace { - /// __typename - /// id - /// name - /// } - /// settings { + /// uploadClient(input: $input) { /// __typename - /// schemaRegistry { + /// clientVersion { /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges + /// id + /// } + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... ClientNotFoundError + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... Error /// } /// } /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment ClientNotFoundError on ClientNotFoundError { + /// message + /// clientId + /// ... Error + /// } + /// + /// fragment DuplicatedTagError on DuplicatedTagError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery + public partial class UploadClientMutation : global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadClientInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ShowApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public UploadClientMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _uploadClientInputFormatter = serializerResolver.GetInputValueFormatter("UploadClientInput"); } - private ShowApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + private UploadClientMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter uploadClientInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _iDFormatter = iDFormatter; + _uploadClientInputFormatter = uploadClientInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IShowApiCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUploadClientResult); - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQueryQuery(_operationExecutor, _configure.Add(configure), _iDFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.UploadClientMutation(_operationExecutor, _configure.Add(configure), _uploadClientInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput input, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(workspaceId); + var request = CreateRequest(input); foreach (var configure in _configure) { configure(request); @@ -147349,117 +147793,175 @@ private ShowApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor> Watch(global::System.String workspaceId, global::StrawberryShake.ExecutionStrategy? strategy = null) + private void MapFilesFromTypeUploadClientInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput value, global::System.Collections.Generic.Dictionary files) { - var request = CreateRequest(workspaceId); + var pathOperations = path + ".operations"; + var valueOperations = value.Operations; + files.Add(pathOperations, valueOperations is global::StrawberryShake.Upload u ? u : null); + } + + private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput value, global::System.Collections.Generic.Dictionary files) + { + if (value is { } value_i) + { + MapFilesFromTypeUploadClientInput(path, value_i, files); + } + } + + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput input) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); - return CreateRequest(variables); + variables.Add("input", FormatInput(input)); + var files = new global::System.Collections.Generic.Dictionary(); + MapFilesFromArgumentInput("variables.input", input, files); + return CreateRequest(variables, files); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) { - return new global::StrawberryShake.OperationRequest(id: ShowApiCommandQueryQueryDocument.Instance.Hash.Value, name: "ShowApiCommandQuery", document: ShowApiCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: UploadClientMutationDocument.Instance.Hash.Value, name: "UploadClient", document: UploadClientMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); } - private global::System.Object? FormatWorkspaceId(global::System.String value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _iDFormatter.Format(value); + return _uploadClientInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!); + return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the ShowApiCommandQuery GraphQL operation + /// Represents the operation service of the UploadClient GraphQL operation /// - /// query ShowApiCommandQuery( - /// $workspaceId: ID! + /// mutation UploadClient( + /// $input: UploadClientInput! /// ) { - /// node(id: $workspaceId) { - /// __typename - /// ... ApiDetailPrompt_Api - /// } - /// } - /// - /// fragment ApiDetailPrompt_Api on Api { - /// id - /// name - /// path - /// workspace { - /// __typename - /// id - /// name - /// } - /// settings { + /// uploadClient(input: $input) { /// __typename - /// schemaRegistry { + /// clientVersion { /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges + /// id + /// } + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... ClientNotFoundError + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... Error /// } /// } /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment ClientNotFoundError on ClientNotFoundError { + /// message + /// clientId + /// ... Error + /// } + /// + /// fragment DuplicatedTagError on DuplicatedTagError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowApiCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface IUploadClientMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String workspaceId, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the DeleteApiCommandQuery GraphQL operation + /// Represents the operation service of the ValidateClientVersion GraphQL operation /// - /// query DeleteApiCommandQuery( - /// $apiId: ID! + /// mutation ValidateClientVersion( + /// $input: ValidateClientInput! /// ) { - /// node(id: $apiId) { + /// validateClient(input: $input) { /// __typename - /// ... DeleteApiCommandQuery_Api + /// id + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... ClientNotFoundError + /// ... Error + /// } /// } /// } - /// - /// fragment DeleteApiCommandQuery_Api on Api { + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message /// name - /// version - /// workspace { - /// __typename - /// id - /// } + /// ... Error + /// } + /// + /// fragment ClientNotFoundError on ClientNotFoundError { + /// message + /// clientId + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQueryQueryDocument : global::StrawberryShake.IDocument + public partial class ValidateClientVersionMutationDocument : global::StrawberryShake.IDocument { - private DeleteApiCommandQueryQueryDocument() + private ValidateClientVersionMutationDocument() { } - public static DeleteApiCommandQueryQueryDocument Instance { get; } = new DeleteApiCommandQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query DeleteApiCommandQuery($apiId: ID!) { node(id: $apiId) { __typename ... DeleteApiCommandQuery_Api } } fragment DeleteApiCommandQuery_Api on Api { name version workspace { __typename id } }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "3b4f426d4f45f7b8d9472110f137e869"); + public static ValidateClientVersionMutationDocument Instance { get; } = new ValidateClientVersionMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "fc0b2ca98ba95caa6eadb2f1b725006f"); public override global::System.String ToString() { @@ -147473,66 +147975,87 @@ private DeleteApiCommandQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the DeleteApiCommandQuery GraphQL operation + /// Represents the operation service of the ValidateClientVersion GraphQL operation /// - /// query DeleteApiCommandQuery( - /// $apiId: ID! + /// mutation ValidateClientVersion( + /// $input: ValidateClientInput! /// ) { - /// node(id: $apiId) { + /// validateClient(input: $input) { /// __typename - /// ... DeleteApiCommandQuery_Api + /// id + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... ClientNotFoundError + /// ... Error + /// } /// } /// } - /// - /// fragment DeleteApiCommandQuery_Api on Api { + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message /// name - /// version - /// workspace { - /// __typename - /// id - /// } + /// ... Error + /// } + /// + /// fragment ClientNotFoundError on ClientNotFoundError { + /// message + /// clientId + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery + public partial class ValidateClientVersionMutation : global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _validateClientInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public DeleteApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ValidateClientVersionMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _validateClientInputFormatter = serializerResolver.GetInputValueFormatter("ValidateClientInput"); } - private DeleteApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + private ValidateClientVersionMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter validateClientInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _iDFormatter = iDFormatter; + _validateClientInputFormatter = validateClientInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IDeleteApiCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IValidateClientVersionResult); - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQueryQuery(_operationExecutor, _configure.Add(configure), _iDFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.ValidateClientVersionMutation(_operationExecutor, _configure.Add(configure), _validateClientInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput input, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(apiId); + var request = CreateRequest(input); foreach (var configure in _configure) { configure(request); @@ -147541,129 +148064,197 @@ private DeleteApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor> Watch(global::System.String apiId, global::StrawberryShake.ExecutionStrategy? strategy = null) + private void MapFilesFromTypeValidateClientInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput value, global::System.Collections.Generic.Dictionary files) { - var request = CreateRequest(apiId); + var pathOperations = path + ".operations"; + var valueOperations = value.Operations; + files.Add(pathOperations, valueOperations is global::StrawberryShake.Upload u ? u : null); + } + + private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput value, global::System.Collections.Generic.Dictionary files) + { + if (value is { } value_i) + { + MapFilesFromTypeValidateClientInput(path, value_i, files); + } + } + + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput input) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("apiId", FormatApiId(apiId)); - return CreateRequest(variables); + variables.Add("input", FormatInput(input)); + var files = new global::System.Collections.Generic.Dictionary(); + MapFilesFromArgumentInput("variables.input", input, files); + return CreateRequest(variables, files); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) { - return new global::StrawberryShake.OperationRequest(id: DeleteApiCommandQueryQueryDocument.Instance.Hash.Value, name: "DeleteApiCommandQuery", document: DeleteApiCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ValidateClientVersionMutationDocument.Instance.Hash.Value, name: "ValidateClientVersion", document: ValidateClientVersionMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); } - private global::System.Object? FormatApiId(global::System.String value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _iDFormatter.Format(value); + return _validateClientInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!); + return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the DeleteApiCommandQuery GraphQL operation + /// Represents the operation service of the ValidateClientVersion GraphQL operation /// - /// query DeleteApiCommandQuery( - /// $apiId: ID! + /// mutation ValidateClientVersion( + /// $input: ValidateClientInput! /// ) { - /// node(id: $apiId) { + /// validateClient(input: $input) { /// __typename - /// ... DeleteApiCommandQuery_Api + /// id + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... ClientNotFoundError + /// ... Error + /// } /// } /// } - /// - /// fragment DeleteApiCommandQuery_Api on Api { + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message /// name - /// version - /// workspace { - /// __typename - /// id - /// } + /// ... Error + /// } + /// + /// fragment ClientNotFoundError on ClientNotFoundError { + /// message + /// clientId + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface IValidateClientVersionMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateClientInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the DeleteApiCommandMutation GraphQL operation + /// Represents the operation service of the OnClientVersionValidationUpdated GraphQL operation /// - /// mutation DeleteApiCommandMutation( - /// $apiId: ID! + /// subscription OnClientVersionValidationUpdated( + /// $requestId: ID! /// ) { - /// deleteApiById(input: { apiId: $apiId }) { + /// onClientVersionValidationUpdate(requestId: $requestId) { /// __typename - /// api { - /// __typename - /// name - /// ... ApiDetailPrompt_Api - /// } - /// errors { - /// __typename - /// ... Error - /// } + /// ... ClientVersionValidationFailed + /// ... ClientVersionValidationSuccess + /// ... OperationInProgress + /// ... ValidationInProgress /// } /// } - /// - /// fragment ApiDetailPrompt_Api on Api { - /// id - /// name - /// path - /// workspace { + /// + /// fragment ClientVersionValidationFailed on ClientVersionValidationFailed { + /// state + /// errors { + /// __typename + /// ... PersistedQueryValidationError + /// ... ProcessingTimeoutError + /// ... UnexpectedProcessingError + /// } + /// } + /// + /// fragment PersistedQueryValidationError on PersistedQueryValidationError { + /// message + /// client { /// __typename /// id /// name /// } - /// settings { + /// queries { /// __typename - /// schemaRegistry { + /// deployedTags + /// message + /// hash + /// errors { /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges + /// message + /// code + /// path + /// locations { + /// __typename + /// column + /// line + /// } /// } /// } /// } - /// - /// fragment Error on Error { + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename /// message /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutationMutationDocument : global::StrawberryShake.IDocument - { - private DeleteApiCommandMutationMutationDocument() - { + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename + /// message + /// } + /// + /// fragment ClientVersionValidationSuccess on ClientVersionValidationSuccess { + /// state + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment ValidationInProgress on ValidationInProgress { + /// state + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnClientVersionValidationUpdatedSubscriptionDocument : global::StrawberryShake.IDocument + { + private OnClientVersionValidationUpdatedSubscriptionDocument() + { } - public static DeleteApiCommandMutationMutationDocument Instance { get; } = new DeleteApiCommandMutationMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation DeleteApiCommandMutation($apiId: ID!) { deleteApiById(input: { apiId: $apiId }) { __typename api { __typename name ... ApiDetailPrompt_Api } errors { __typename ... Error } } } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } } fragment Error on Error { message }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "dff3ece7aa10daff0067410c52faf6d7"); + public static OnClientVersionValidationUpdatedSubscriptionDocument Instance { get; } = new OnClientVersionValidationUpdatedSubscriptionDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "7bba9b8a24c252e56c3a8f077ab6c62f"); public override global::System.String ToString() { @@ -147677,17 +148268,228 @@ private DeleteApiCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the DeleteApiCommandMutation GraphQL operation + /// Represents the operation service of the OnClientVersionValidationUpdated GraphQL operation /// - /// mutation DeleteApiCommandMutation( - /// $apiId: ID! + /// subscription OnClientVersionValidationUpdated( + /// $requestId: ID! /// ) { - /// deleteApiById(input: { apiId: $apiId }) { + /// onClientVersionValidationUpdate(requestId: $requestId) { /// __typename - /// api { + /// ... ClientVersionValidationFailed + /// ... ClientVersionValidationSuccess + /// ... OperationInProgress + /// ... ValidationInProgress + /// } + /// } + /// + /// fragment ClientVersionValidationFailed on ClientVersionValidationFailed { + /// state + /// errors { + /// __typename + /// ... PersistedQueryValidationError + /// ... ProcessingTimeoutError + /// ... UnexpectedProcessingError + /// } + /// } + /// + /// fragment PersistedQueryValidationError on PersistedQueryValidationError { + /// message + /// client { + /// __typename + /// id + /// name + /// } + /// queries { + /// __typename + /// deployedTags + /// message + /// hash + /// errors { /// __typename - /// name - /// ... ApiDetailPrompt_Api + /// message + /// code + /// path + /// locations { + /// __typename + /// column + /// line + /// } + /// } + /// } + /// } + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename + /// message + /// } + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename + /// message + /// } + /// + /// fragment ClientVersionValidationSuccess on ClientVersionValidationSuccess { + /// state + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment ValidationInProgress on ValidationInProgress { + /// state + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnClientVersionValidationUpdatedSubscription : global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdatedSubscription + { + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + public OnClientVersionValidationUpdatedSubscription(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + } + + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IOnClientVersionValidationUpdatedResult); + + public global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(requestId); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String requestId) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("requestId", FormatRequestId(requestId)); + return CreateRequest(variables); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: OnClientVersionValidationUpdatedSubscriptionDocument.Instance.Hash.Value, name: "OnClientVersionValidationUpdated", document: OnClientVersionValidationUpdatedSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } + + private global::System.Object? FormatRequestId(global::System.String value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _iDFormatter.Format(value); + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the OnClientVersionValidationUpdated GraphQL operation + /// + /// subscription OnClientVersionValidationUpdated( + /// $requestId: ID! + /// ) { + /// onClientVersionValidationUpdate(requestId: $requestId) { + /// __typename + /// ... ClientVersionValidationFailed + /// ... ClientVersionValidationSuccess + /// ... OperationInProgress + /// ... ValidationInProgress + /// } + /// } + /// + /// fragment ClientVersionValidationFailed on ClientVersionValidationFailed { + /// state + /// errors { + /// __typename + /// ... PersistedQueryValidationError + /// ... ProcessingTimeoutError + /// ... UnexpectedProcessingError + /// } + /// } + /// + /// fragment PersistedQueryValidationError on PersistedQueryValidationError { + /// message + /// client { + /// __typename + /// id + /// name + /// } + /// queries { + /// __typename + /// deployedTags + /// message + /// hash + /// errors { + /// __typename + /// message + /// code + /// path + /// locations { + /// __typename + /// column + /// line + /// } + /// } + /// } + /// } + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename + /// message + /// } + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename + /// message + /// } + /// + /// fragment ClientVersionValidationSuccess on ClientVersionValidationSuccess { + /// state + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment ValidationInProgress on ValidationInProgress { + /// state + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnClientVersionValidationUpdatedSubscription : global::StrawberryShake.IOperationRequestFactory + { + global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the CreateEnvironmentCommandMutation GraphQL operation + /// + /// mutation CreateEnvironmentCommandMutation( + /// $workspaceId: ID! + /// $name: String! + /// ) { + /// pushWorkspaceChanges(input: { changes: [{ environment: { create: { name: $name, referenceId: "env", workspaceId: $workspaceId } } }] }) { + /// __typename + /// changes { + /// __typename + /// referenceId + /// error { + /// __typename + /// ... Error + /// } + /// result { + /// __typename + /// ... CreateEnvironmentCommandMutation_Environment + /// } /// } /// errors { /// __typename @@ -147695,70 +148497,138 @@ private DeleteApiCommandMutationMutationDocument() /// } /// } /// } - /// - /// fragment ApiDetailPrompt_Api on Api { + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment CreateEnvironmentCommandMutation_Environment on Environment { + /// name + /// ... EnvironmentDetailPrompt_Environment + /// } + /// + /// fragment EnvironmentDetailPrompt_Environment on Environment { /// id /// name - /// path /// workspace { /// __typename - /// id /// name /// } - /// settings { + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateEnvironmentCommandMutationMutationDocument : global::StrawberryShake.IDocument + { + private CreateEnvironmentCommandMutationMutationDocument() + { + } + + public static CreateEnvironmentCommandMutationMutationDocument Instance { get; } = new CreateEnvironmentCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "cbc95daacec1d269d959c9a30acedb18"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the CreateEnvironmentCommandMutation GraphQL operation + /// + /// mutation CreateEnvironmentCommandMutation( + /// $workspaceId: ID! + /// $name: String! + /// ) { + /// pushWorkspaceChanges(input: { changes: [{ environment: { create: { name: $name, referenceId: "env", workspaceId: $workspaceId } } }] }) { /// __typename - /// schemaRegistry { + /// changes { /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges + /// referenceId + /// error { + /// __typename + /// ... Error + /// } + /// result { + /// __typename + /// ... CreateEnvironmentCommandMutation_Environment + /// } + /// } + /// errors { + /// __typename + /// ... Error /// } /// } /// } - /// + /// /// fragment Error on Error { /// message /// } + /// + /// fragment CreateEnvironmentCommandMutation_Environment on Environment { + /// name + /// ... EnvironmentDetailPrompt_Environment + /// } + /// + /// fragment EnvironmentDetailPrompt_Environment on Environment { + /// id + /// name + /// workspace { + /// __typename + /// name + /// } + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation + public partial class CreateEnvironmentCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public DeleteApiCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public CreateEnvironmentCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } - private DeleteApiCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + private CreateEnvironmentCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { _operationExecutor = operationExecutor; _configure = configure; + _stringFormatter = @stringFormatter; _iDFormatter = iDFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IDeleteApiCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateEnvironmentCommandMutationResult); - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandMutationMutation(_operationExecutor, _configure.Add(configure), _iDFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutationMutation(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String name, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(apiId); + var request = CreateRequest(workspaceId, name); foreach (var configure in _configure) { configure(request); @@ -147767,25 +148637,26 @@ private DeleteApiCommandMutationMutation(global::StrawberryShake.IOperationExecu return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String workspaceId, global::System.String name, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(apiId); + var request = CreateRequest(workspaceId, name); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId, global::System.String name) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("apiId", FormatApiId(apiId)); + variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); + variables.Add("name", FormatName(name)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: DeleteApiCommandMutationMutationDocument.Instance.Hash.Value, name: "DeleteApiCommandMutation", document: DeleteApiCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: CreateEnvironmentCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateEnvironmentCommandMutation", document: CreateEnvironmentCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatApiId(global::System.String value) + private global::System.Object? FormatWorkspaceId(global::System.String value) { if (value is null) { @@ -147795,6 +148666,16 @@ private DeleteApiCommandMutationMutation(global::StrawberryShake.IOperationExecu return _iDFormatter.Format(value); } + private global::System.Object? FormatName(global::System.String value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _stringFormatter.Format(value); + } + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { return CreateRequest(variables!); @@ -147803,17 +148684,25 @@ private DeleteApiCommandMutationMutation(global::StrawberryShake.IOperationExecu // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the DeleteApiCommandMutation GraphQL operation + /// Represents the operation service of the CreateEnvironmentCommandMutation GraphQL operation /// - /// mutation DeleteApiCommandMutation( - /// $apiId: ID! + /// mutation CreateEnvironmentCommandMutation( + /// $workspaceId: ID! + /// $name: String! /// ) { - /// deleteApiById(input: { apiId: $apiId }) { + /// pushWorkspaceChanges(input: { changes: [{ environment: { create: { name: $name, referenceId: "env", workspaceId: $workspaceId } } }] }) { /// __typename - /// api { + /// changes { /// __typename - /// name - /// ... ApiDetailPrompt_Api + /// referenceId + /// error { + /// __typename + /// ... Error + /// } + /// result { + /// __typename + /// ... CreateEnvironmentCommandMutation_Environment + /// } /// } /// errors { /// __typename @@ -147821,57 +148710,52 @@ private DeleteApiCommandMutationMutation(global::StrawberryShake.IOperationExecu /// } /// } /// } - /// - /// fragment ApiDetailPrompt_Api on Api { + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment CreateEnvironmentCommandMutation_Environment on Environment { + /// name + /// ... EnvironmentDetailPrompt_Environment + /// } + /// + /// fragment EnvironmentDetailPrompt_Environment on Environment { /// id /// name - /// path /// workspace { /// __typename - /// id /// name /// } - /// settings { - /// __typename - /// schemaRegistry { - /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges - /// } - /// } - /// } - /// - /// fragment Error on Error { - /// message /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface ICreateEnvironmentCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String name, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String workspaceId, global::System.String name, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ListApiCommandQuery GraphQL operation + /// Represents the operation service of the ListEnvironmentCommandQuery GraphQL operation /// - /// query ListApiCommandQuery( + /// query ListEnvironmentCommandQuery( /// $workspaceId: ID! /// $after: Version /// $first: Int /// ) { /// workspaceById(workspaceId: $workspaceId) { /// __typename - /// apis(after: $after, first: $first) { + /// environments(after: $after, first: $first) { /// __typename /// edges { /// __typename - /// ... ListApiCommand_ApiEdge + /// ... ListEnvironmentCommand_EnvironmentEdge /// } /// pageInfo { /// __typename @@ -147880,41 +148764,30 @@ public partial interface IDeleteApiCommandMutationMutation : global::StrawberryS /// } /// } /// } - /// - /// fragment ListApiCommand_ApiEdge on ApisEdge { + /// + /// fragment ListEnvironmentCommand_EnvironmentEdge on EnvironmentsEdge { /// cursor /// node { /// __typename - /// ... ListApiCommand_Api + /// ... ListEnvironmentCommand_Environment /// } /// } - /// - /// fragment ListApiCommand_Api on Api { + /// + /// fragment ListEnvironmentCommand_Environment on Environment { /// id /// name - /// path - /// ... ApiDetailPrompt_Api + /// ... EnvironmentDetailPrompt_Environment /// } - /// - /// fragment ApiDetailPrompt_Api on Api { + /// + /// fragment EnvironmentDetailPrompt_Environment on Environment { /// id /// name - /// path /// workspace { /// __typename - /// id /// name /// } - /// settings { - /// __typename - /// schemaRegistry { - /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges - /// } - /// } /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -147924,16 +148797,16 @@ public partial interface IDeleteApiCommandMutationMutation : global::StrawberryS /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQueryQueryDocument : global::StrawberryShake.IDocument + public partial class ListEnvironmentCommandQueryQueryDocument : global::StrawberryShake.IDocument { - private ListApiCommandQueryQueryDocument() + private ListEnvironmentCommandQueryQueryDocument() { } - public static ListApiCommandQueryQueryDocument Instance { get; } = new ListApiCommandQueryQueryDocument(); + public static ListEnvironmentCommandQueryQueryDocument Instance { get; } = new ListEnvironmentCommandQueryQueryDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ListApiCommandQuery($workspaceId: ID!, $after: Version, $first: Int) { workspaceById(workspaceId: $workspaceId) { __typename apis(after: $after, first: $first) { __typename edges { __typename ... ListApiCommand_ApiEdge } pageInfo { __typename ... PageInfo } } } } fragment ListApiCommand_ApiEdge on ApisEdge { cursor node { __typename ... ListApiCommand_Api } } fragment ListApiCommand_Api on Api { id name path ... ApiDetailPrompt_Api } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "4457adbf3d9f1a7ca591ced02a6e97c0"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "5d5c59c7c2e869cd8e37ec6a854f6d61"); public override global::System.String ToString() { @@ -147947,20 +148820,20 @@ private ListApiCommandQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ListApiCommandQuery GraphQL operation + /// Represents the operation service of the ListEnvironmentCommandQuery GraphQL operation /// - /// query ListApiCommandQuery( + /// query ListEnvironmentCommandQuery( /// $workspaceId: ID! /// $after: Version /// $first: Int /// ) { /// workspaceById(workspaceId: $workspaceId) { /// __typename - /// apis(after: $after, first: $first) { + /// environments(after: $after, first: $first) { /// __typename /// edges { /// __typename - /// ... ListApiCommand_ApiEdge + /// ... ListEnvironmentCommand_EnvironmentEdge /// } /// pageInfo { /// __typename @@ -147969,41 +148842,30 @@ private ListApiCommandQueryQueryDocument() /// } /// } /// } - /// - /// fragment ListApiCommand_ApiEdge on ApisEdge { + /// + /// fragment ListEnvironmentCommand_EnvironmentEdge on EnvironmentsEdge { /// cursor /// node { /// __typename - /// ... ListApiCommand_Api + /// ... ListEnvironmentCommand_Environment /// } /// } - /// - /// fragment ListApiCommand_Api on Api { + /// + /// fragment ListEnvironmentCommand_Environment on Environment { /// id /// name - /// path - /// ... ApiDetailPrompt_Api + /// ... EnvironmentDetailPrompt_Environment /// } - /// - /// fragment ApiDetailPrompt_Api on Api { + /// + /// fragment EnvironmentDetailPrompt_Environment on Environment { /// id /// name - /// path /// workspace { /// __typename - /// id /// name /// } - /// settings { - /// __typename - /// schemaRegistry { - /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges - /// } - /// } /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -148013,14 +148875,14 @@ private ListApiCommandQueryQueryDocument() /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery + public partial class ListEnvironmentCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _versionFormatter; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ListApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ListEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); @@ -148028,7 +148890,7 @@ public ListApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter versionFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + private ListEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter versionFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { _operationExecutor = operationExecutor; _configure = configure; @@ -148037,24 +148899,24 @@ private ListApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor typeof(IListApiCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListEnvironmentCommandQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ListApiCommandQueryQuery(_operationExecutor, _configure.Add(configure), _versionFormatter, _intFormatter, _iDFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.ListEnvironmentCommandQueryQuery(_operationExecutor, _configure.Add(configure), _versionFormatter, _intFormatter, _iDFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) { var request = CreateRequest(workspaceId, after, first); foreach (var configure in _configure) @@ -148065,7 +148927,7 @@ private ListApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(workspaceId, after, first); return _operationExecutor.Watch(request, strategy); @@ -148082,7 +148944,7 @@ private ListApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor? variables) { - return new global::StrawberryShake.OperationRequest(id: ListApiCommandQueryQueryDocument.Instance.Hash.Value, name: "ListApiCommandQuery", document: ListApiCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ListEnvironmentCommandQueryQueryDocument.Instance.Hash.Value, name: "ListEnvironmentCommandQuery", document: ListEnvironmentCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatWorkspaceId(global::System.String value) @@ -148127,20 +148989,20 @@ private ListApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor - /// Represents the operation service of the ListApiCommandQuery GraphQL operation + /// Represents the operation service of the ListEnvironmentCommandQuery GraphQL operation /// - /// query ListApiCommandQuery( + /// query ListEnvironmentCommandQuery( /// $workspaceId: ID! /// $after: Version /// $first: Int /// ) { /// workspaceById(workspaceId: $workspaceId) { /// __typename - /// apis(after: $after, first: $first) { + /// environments(after: $after, first: $first) { /// __typename /// edges { /// __typename - /// ... ListApiCommand_ApiEdge + /// ... ListEnvironmentCommand_EnvironmentEdge /// } /// pageInfo { /// __typename @@ -148149,41 +149011,30 @@ private ListApiCommandQueryQuery(global::StrawberryShake.IOperationExecutor /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface IListEnvironmentCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the SetApiSettingsCommandMutation GraphQL operation + /// Represents the operation service of the ShowEnvironmentCommandQuery GraphQL operation /// - /// mutation SetApiSettingsCommandMutation( - /// $input: UpdateApiSettingsInput! + /// query ShowEnvironmentCommandQuery( + /// $workspaceId: ID! /// ) { - /// updateApiSettings(input: $input) { + /// node(id: $workspaceId) { /// __typename - /// api { - /// __typename - /// ... SetApiSettingsCommandMutation_Api - /// } - /// errors { - /// __typename - /// ... ApiNotFoundError - /// ... UnauthorizedOperation - /// ... Error - /// } + /// ... EnvironmentDetailPrompt_Environment /// } /// } - /// - /// fragment SetApiSettingsCommandMutation_Api on Api { - /// name - /// path - /// ... SelectApiPrompt_Api - /// } - /// - /// fragment SelectApiPrompt_Api on Api { - /// id - /// name - /// path - /// ... ApiDetailPrompt_Api - /// } - /// - /// fragment ApiDetailPrompt_Api on Api { + /// + /// fragment EnvironmentDetailPrompt_Environment on Environment { /// id /// name - /// path /// workspace { /// __typename - /// id /// name /// } - /// settings { - /// __typename - /// schemaRegistry { - /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges - /// } - /// } - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class ShowEnvironmentCommandQueryQueryDocument : global::StrawberryShake.IDocument { - private SetApiSettingsCommandMutationMutationDocument() + private ShowEnvironmentCommandQueryQueryDocument() { } - public static SetApiSettingsCommandMutationMutationDocument Instance { get; } = new SetApiSettingsCommandMutationMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation SetApiSettingsCommandMutation($input: UpdateApiSettingsInput!) { updateApiSettings(input: $input) { __typename api { __typename ... SetApiSettingsCommandMutation_Api } errors { __typename ... ApiNotFoundError ... UnauthorizedOperation ... Error } } } fragment SetApiSettingsCommandMutation_Api on Api { name path ... SelectApiPrompt_Api } fragment SelectApiPrompt_Api on Api { id name path ... ApiDetailPrompt_Api } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment Error on Error { message } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "1764f051057ef08b61a865c8e104c057"); + public static ShowEnvironmentCommandQueryQueryDocument Instance { get; } = new ShowEnvironmentCommandQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "35993498c755e51178ea417965c3a164"); public override global::System.String ToString() { @@ -148298,115 +149100,66 @@ private SetApiSettingsCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the SetApiSettingsCommandMutation GraphQL operation + /// Represents the operation service of the ShowEnvironmentCommandQuery GraphQL operation /// - /// mutation SetApiSettingsCommandMutation( - /// $input: UpdateApiSettingsInput! + /// query ShowEnvironmentCommandQuery( + /// $workspaceId: ID! /// ) { - /// updateApiSettings(input: $input) { + /// node(id: $workspaceId) { /// __typename - /// api { - /// __typename - /// ... SetApiSettingsCommandMutation_Api - /// } - /// errors { - /// __typename - /// ... ApiNotFoundError - /// ... UnauthorizedOperation - /// ... Error - /// } + /// ... EnvironmentDetailPrompt_Environment /// } /// } - /// - /// fragment SetApiSettingsCommandMutation_Api on Api { - /// name - /// path - /// ... SelectApiPrompt_Api - /// } - /// - /// fragment SelectApiPrompt_Api on Api { - /// id - /// name - /// path - /// ... ApiDetailPrompt_Api - /// } - /// - /// fragment ApiDetailPrompt_Api on Api { + /// + /// fragment EnvironmentDetailPrompt_Environment on Environment { /// id /// name - /// path /// workspace { /// __typename - /// id /// name /// } - /// settings { - /// __typename - /// schemaRegistry { - /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges - /// } - /// } - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation + public partial class ShowEnvironmentCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _updateApiSettingsInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public SetApiSettingsCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ShowEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _updateApiSettingsInputFormatter = serializerResolver.GetInputValueFormatter("UpdateApiSettingsInput"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); } - private SetApiSettingsCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter updateApiSettingsInputFormatter) + private ShowEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _updateApiSettingsInputFormatter = updateApiSettingsInputFormatter; + _iDFormatter = iDFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ISetApiSettingsCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IShowEnvironmentCommandQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.SetApiSettingsCommandMutationMutation(_operationExecutor, _configure.Add(configure), _updateApiSettingsInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQueryQuery(_operationExecutor, _configure.Add(configure), _iDFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(input); + var request = CreateRequest(workspaceId); foreach (var configure in _configure) { configure(request); @@ -148415,32 +149168,32 @@ private SetApiSettingsCommandMutationMutation(global::StrawberryShake.IOperation return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String workspaceId, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(input); + var request = CreateRequest(workspaceId); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); + variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: SetApiSettingsCommandMutationMutationDocument.Instance.Hash.Value, name: "SetApiSettingsCommandMutation", document: SetApiSettingsCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ShowEnvironmentCommandQueryQueryDocument.Instance.Hash.Value, name: "ShowEnvironmentCommandQuery", document: ShowEnvironmentCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput value) + private global::System.Object? FormatWorkspaceId(global::System.String value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _updateApiSettingsInputFormatter.Format(value); + return _iDFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -148451,157 +149204,99 @@ private SetApiSettingsCommandMutationMutation(global::StrawberryShake.IOperation // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the SetApiSettingsCommandMutation GraphQL operation + /// Represents the operation service of the ShowEnvironmentCommandQuery GraphQL operation /// - /// mutation SetApiSettingsCommandMutation( - /// $input: UpdateApiSettingsInput! + /// query ShowEnvironmentCommandQuery( + /// $workspaceId: ID! /// ) { - /// updateApiSettings(input: $input) { + /// node(id: $workspaceId) { /// __typename - /// api { - /// __typename - /// ... SetApiSettingsCommandMutation_Api - /// } - /// errors { - /// __typename - /// ... ApiNotFoundError - /// ... UnauthorizedOperation - /// ... Error - /// } + /// ... EnvironmentDetailPrompt_Environment /// } /// } - /// - /// fragment SetApiSettingsCommandMutation_Api on Api { - /// name - /// path - /// ... SelectApiPrompt_Api - /// } - /// - /// fragment SelectApiPrompt_Api on Api { - /// id - /// name - /// path - /// ... ApiDetailPrompt_Api - /// } - /// - /// fragment ApiDetailPrompt_Api on Api { + /// + /// fragment EnvironmentDetailPrompt_Environment on Environment { /// id /// name - /// path /// workspace { /// __typename - /// id /// name /// } - /// settings { - /// __typename - /// schemaRegistry { - /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges - /// } - /// } - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetApiSettingsCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface IShowEnvironmentCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UpdateApiSettingsInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String workspaceId, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the CreateApiCommandMutation GraphQL operation + /// Represents the operation service of the UploadFusionSubgraph GraphQL operation /// - /// mutation CreateApiCommandMutation( - /// $workspaceId: ID! - /// $path: [String!]! - /// $name: String! - /// $kind: ApiKind + /// mutation UploadFusionSubgraph( + /// $input: UploadFusionSubgraphInput! /// ) { - /// pushWorkspaceChanges(input: { changes: [ { api: { create: { name: $name, path: $path, referenceId: "api", workspaceId: $workspaceId, kind: $kind } } } ] }) { + /// uploadFusionSubgraph(input: $input) { /// __typename - /// changes { + /// fusionSubgraphVersion { /// __typename - /// referenceId - /// error { - /// __typename - /// ... Error - /// } - /// result { - /// __typename - /// ... CreateApiCommandMutation_Api - /// } + /// id /// } /// errors { /// __typename + /// ... UnauthorizedOperation + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... InvalidFusionSourceSchemaArchiveError /// ... Error /// } /// } /// } - /// + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// /// fragment Error on Error { /// message /// } - /// - /// fragment CreateApiCommandMutation_Api on Api { - /// name - /// ... ApiDetailPrompt_Api + /// + /// fragment DuplicatedTagError on DuplicatedTagError { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment ApiDetailPrompt_Api on Api { - /// id - /// name - /// path - /// workspace { - /// __typename - /// id - /// name - /// } - /// settings { - /// __typename - /// schemaRegistry { - /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges - /// } - /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment InvalidFusionSourceSchemaArchiveError on InvalidFusionSourceSchemaArchiveError { + /// message /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class UploadFusionSubgraphMutationDocument : global::StrawberryShake.IDocument { - private CreateApiCommandMutationMutationDocument() + private UploadFusionSubgraphMutationDocument() { } - public static CreateApiCommandMutationMutationDocument Instance { get; } = new CreateApiCommandMutationMutationDocument(); + public static UploadFusionSubgraphMutationDocument Instance { get; } = new UploadFusionSubgraphMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation CreateApiCommandMutation($workspaceId: ID!, $path: [String!]!, $name: String!, $kind: ApiKind) { pushWorkspaceChanges(input: { changes: [ { api: { create: { name: $name, path: $path, referenceId: \"api\", workspaceId: $workspaceId, kind: $kind } } } ] }) { __typename changes { __typename referenceId error { __typename ... Error } result { __typename ... CreateApiCommandMutation_Api } } errors { __typename ... Error } } } fragment Error on Error { message } fragment CreateApiCommandMutation_Api on Api { name ... ApiDetailPrompt_Api } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "66d4f44040a316fb6a0c2d1ba29de363"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "6ad8835f646dd18170a8670d303ed8ae"); public override global::System.String ToString() { @@ -148615,109 +149310,94 @@ private CreateApiCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the CreateApiCommandMutation GraphQL operation + /// Represents the operation service of the UploadFusionSubgraph GraphQL operation /// - /// mutation CreateApiCommandMutation( - /// $workspaceId: ID! - /// $path: [String!]! - /// $name: String! - /// $kind: ApiKind + /// mutation UploadFusionSubgraph( + /// $input: UploadFusionSubgraphInput! /// ) { - /// pushWorkspaceChanges(input: { changes: [ { api: { create: { name: $name, path: $path, referenceId: "api", workspaceId: $workspaceId, kind: $kind } } } ] }) { + /// uploadFusionSubgraph(input: $input) { /// __typename - /// changes { + /// fusionSubgraphVersion { /// __typename - /// referenceId - /// error { - /// __typename - /// ... Error - /// } - /// result { - /// __typename - /// ... CreateApiCommandMutation_Api - /// } + /// id /// } /// errors { /// __typename + /// ... UnauthorizedOperation + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... InvalidFusionSourceSchemaArchiveError /// ... Error /// } /// } /// } - /// + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// /// fragment Error on Error { /// message /// } - /// - /// fragment CreateApiCommandMutation_Api on Api { - /// name - /// ... ApiDetailPrompt_Api + /// + /// fragment DuplicatedTagError on DuplicatedTagError { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment ApiDetailPrompt_Api on Api { - /// id - /// name - /// path - /// workspace { - /// __typename - /// id - /// name - /// } - /// settings { - /// __typename - /// schemaRegistry { - /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges - /// } - /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment InvalidFusionSourceSchemaArchiveError on InvalidFusionSourceSchemaArchiveError { + /// message /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation + public partial class UploadFusionSubgraphMutation : global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _apiKindFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadFusionSubgraphInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public CreateApiCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public UploadFusionSubgraphMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - _apiKindFormatter = serializerResolver.GetInputValueFormatter("ApiKind"); + _uploadFusionSubgraphInputFormatter = serializerResolver.GetInputValueFormatter("UploadFusionSubgraphInput"); } - private CreateApiCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter apiKindFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + private UploadFusionSubgraphMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter uploadFusionSubgraphInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _apiKindFormatter = apiKindFormatter; - _stringFormatter = @stringFormatter; - _iDFormatter = iDFormatter; + _uploadFusionSubgraphInputFormatter = uploadFusionSubgraphInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateApiCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUploadFusionSubgraphResult); - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutationMutation(_operationExecutor, _configure.Add(configure), _apiKindFormatter, _stringFormatter, _iDFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphMutation(_operationExecutor, _configure.Add(configure), _uploadFusionSubgraphInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Collections.Generic.IReadOnlyList path, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ApiKind? kind, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput input, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(workspaceId, path, name, kind); + var request = CreateRequest(input); foreach (var configure in _configure) { configure(request); @@ -148726,266 +149406,180 @@ private CreateApiCommandMutationMutation(global::StrawberryShake.IOperationExecu return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::System.String workspaceId, global::System.Collections.Generic.IReadOnlyList path, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ApiKind? kind, global::StrawberryShake.ExecutionStrategy? strategy = null) + private void MapFilesFromTypeUploadFusionSubgraphInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput value, global::System.Collections.Generic.Dictionary files) { - var request = CreateRequest(workspaceId, path, name, kind); - return _operationExecutor.Watch(request, strategy); + var pathArchive = path + ".archive"; + var valueArchive = value.Archive; + files.Add(pathArchive, valueArchive is global::StrawberryShake.Upload u ? u : null); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId, global::System.Collections.Generic.IReadOnlyList path, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ApiKind? kind) + private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput value, global::System.Collections.Generic.Dictionary files) { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); - variables.Add("path", FormatPath(path)); - variables.Add("name", FormatName(name)); - variables.Add("kind", FormatKind(kind)); - return CreateRequest(variables); + if (value is { } value_i) + { + MapFilesFromTypeUploadFusionSubgraphInput(path, value_i, files); + } } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { - return new global::StrawberryShake.OperationRequest(id: CreateApiCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateApiCommandMutation", document: CreateApiCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + var request = CreateRequest(input); + return _operationExecutor.Watch(request, strategy); } - private global::System.Object? FormatWorkspaceId(global::System.String value) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput input) { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _iDFormatter.Format(value); + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("input", FormatInput(input)); + var files = new global::System.Collections.Generic.Dictionary(); + MapFilesFromArgumentInput("variables.input", input, files); + return CreateRequest(variables, files); } - private global::System.Object? FormatPath(global::System.Collections.Generic.IReadOnlyList value) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - var value_list = new global::System.Collections.Generic.List(); - foreach (var value_elm in value) - { - if (value_elm is null) - { - throw new global::System.ArgumentNullException(nameof(value_elm)); - } - - value_list.Add(_stringFormatter.Format(value_elm)); - } - - return value_list; + return new global::StrawberryShake.OperationRequest(id: UploadFusionSubgraphMutationDocument.Instance.Hash.Value, name: "UploadFusionSubgraph", document: UploadFusionSubgraphMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); } - private global::System.Object? FormatName(global::System.String value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _stringFormatter.Format(value); - } - - private global::System.Object? FormatKind(global::ChilliCream.Nitro.CommandLine.Client.ApiKind? value) - { - if (value is null) - { - return value; - } - else - { - return _apiKindFormatter.Format(value); - } + return _uploadFusionSubgraphInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!); + return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the CreateApiCommandMutation GraphQL operation + /// Represents the operation service of the UploadFusionSubgraph GraphQL operation /// - /// mutation CreateApiCommandMutation( - /// $workspaceId: ID! - /// $path: [String!]! - /// $name: String! - /// $kind: ApiKind + /// mutation UploadFusionSubgraph( + /// $input: UploadFusionSubgraphInput! /// ) { - /// pushWorkspaceChanges(input: { changes: [ { api: { create: { name: $name, path: $path, referenceId: "api", workspaceId: $workspaceId, kind: $kind } } } ] }) { + /// uploadFusionSubgraph(input: $input) { /// __typename - /// changes { + /// fusionSubgraphVersion { /// __typename - /// referenceId - /// error { - /// __typename - /// ... Error - /// } - /// result { - /// __typename - /// ... CreateApiCommandMutation_Api - /// } + /// id /// } /// errors { /// __typename + /// ... UnauthorizedOperation + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... InvalidFusionSourceSchemaArchiveError /// ... Error /// } /// } /// } - /// + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// /// fragment Error on Error { /// message /// } - /// - /// fragment CreateApiCommandMutation_Api on Api { - /// name - /// ... ApiDetailPrompt_Api + /// + /// fragment DuplicatedTagError on DuplicatedTagError { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment ApiDetailPrompt_Api on Api { - /// id - /// name - /// path - /// workspace { - /// __typename - /// id - /// name - /// } - /// settings { - /// __typename - /// schemaRegistry { - /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges - /// } - /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment InvalidFusionSourceSchemaArchiveError on InvalidFusionSourceSchemaArchiveError { + /// message /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface IUploadFusionSubgraphMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Collections.Generic.IReadOnlyList path, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ApiKind? kind, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String workspaceId, global::System.Collections.Generic.IReadOnlyList path, global::System.String name, global::ChilliCream.Nitro.CommandLine.Client.ApiKind? kind, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraphInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the UpdateStages GraphQL operation + /// Represents the operation service of the CreateMcpFeatureCollectionCommandMutation GraphQL operation /// - /// mutation UpdateStages( - /// $input: UpdateStagesInput! + /// mutation CreateMcpFeatureCollectionCommandMutation( + /// $input: CreateMcpFeatureCollectionInput! /// ) { - /// updateStages(input: $input) { + /// createMcpFeatureCollection(input: $input) { /// __typename - /// api { + /// mcpFeatureCollection { /// __typename - /// stages { - /// __typename - /// ... StageDetailPrompt_Stage - /// } + /// ... CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection /// } /// errors { /// __typename + /// ... Error /// ... ApiNotFoundError - /// ... StageNotFoundError - /// ... StagesHavePublishedDependenciesError - /// ... on Error { - /// message - /// __typename - /// } + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment StageDetailPrompt_Stage on Stage { - /// id + /// + /// fragment CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection on McpFeatureCollection { /// name - /// displayName - /// conditions { - /// __typename - /// ... StageCondition - /// } + /// id + /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection /// } - /// - /// fragment StageCondition on StageCondition { - /// ... AfterStageCondition + /// + /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { + /// id + /// name /// } - /// - /// fragment AfterStageCondition on AfterStageCondition { - /// afterStage { - /// __typename - /// name - /// } + /// + /// fragment Error on Error { + /// message /// } - /// + /// /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message /// apiId /// ... Error /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message - /// name /// ... Error /// } - /// - /// fragment StagesHavePublishedDependenciesError on StagesHavePublishedDependenciesError { - /// __typename - /// message - /// stages { - /// __typename - /// name - /// publishedSchema { - /// __typename - /// version { - /// __typename - /// tag - /// } - /// } - /// publishedClients { - /// __typename - /// client { - /// __typename - /// name - /// } - /// publishedVersions { - /// __typename - /// version { - /// __typename - /// tag - /// } - /// } - /// } - /// } - /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStagesMutationDocument : global::StrawberryShake.IDocument + public partial class CreateMcpFeatureCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument { - private UpdateStagesMutationDocument() + private CreateMcpFeatureCollectionCommandMutationMutationDocument() { } - public static UpdateStagesMutationDocument Instance { get; } = new UpdateStagesMutationDocument(); + public static CreateMcpFeatureCollectionCommandMutationMutationDocument Instance { get; } = new CreateMcpFeatureCollectionCommandMutationMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation UpdateStages($input: UpdateStagesInput!) { updateStages(input: $input) { __typename api { __typename stages { __typename ... StageDetailPrompt_Stage } } errors { __typename ... ApiNotFoundError ... StageNotFoundError ... StagesHavePublishedDependenciesError ... on Error { message __typename } } } } fragment StageDetailPrompt_Stage on Stage { id name displayName conditions { __typename ... StageCondition } } fragment StageCondition on StageCondition { ... AfterStageCondition } fragment AfterStageCondition on AfterStageCondition { afterStage { __typename name } } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment StagesHavePublishedDependenciesError on StagesHavePublishedDependenciesError { __typename message stages { __typename name publishedSchema { __typename version { __typename tag } } publishedClients { __typename client { __typename name } publishedVersions { __typename version { __typename tag } } } } }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "a50cce1fa951fcdc164e78c6f8726374"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "ba70847f71df37bf6b676e2c4ef91570"); public override global::System.String ToString() { @@ -148999,140 +149593,92 @@ private UpdateStagesMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the UpdateStages GraphQL operation + /// Represents the operation service of the CreateMcpFeatureCollectionCommandMutation GraphQL operation /// - /// mutation UpdateStages( - /// $input: UpdateStagesInput! + /// mutation CreateMcpFeatureCollectionCommandMutation( + /// $input: CreateMcpFeatureCollectionInput! /// ) { - /// updateStages(input: $input) { + /// createMcpFeatureCollection(input: $input) { /// __typename - /// api { + /// mcpFeatureCollection { /// __typename - /// stages { - /// __typename - /// ... StageDetailPrompt_Stage - /// } + /// ... CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection /// } /// errors { /// __typename + /// ... Error /// ... ApiNotFoundError - /// ... StageNotFoundError - /// ... StagesHavePublishedDependenciesError - /// ... on Error { - /// message - /// __typename - /// } + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment StageDetailPrompt_Stage on Stage { - /// id + /// + /// fragment CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection on McpFeatureCollection { /// name - /// displayName - /// conditions { - /// __typename - /// ... StageCondition - /// } + /// id + /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection /// } - /// - /// fragment StageCondition on StageCondition { - /// ... AfterStageCondition + /// + /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { + /// id + /// name /// } - /// - /// fragment AfterStageCondition on AfterStageCondition { - /// afterStage { - /// __typename - /// name - /// } + /// + /// fragment Error on Error { + /// message /// } - /// + /// /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message /// apiId /// ... Error /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message - /// name /// ... Error /// } - /// - /// fragment StagesHavePublishedDependenciesError on StagesHavePublishedDependenciesError { - /// __typename - /// message - /// stages { - /// __typename - /// name - /// publishedSchema { - /// __typename - /// version { - /// __typename - /// tag - /// } - /// } - /// publishedClients { - /// __typename - /// client { - /// __typename - /// name - /// } - /// publishedVersions { - /// __typename - /// version { - /// __typename - /// tag - /// } - /// } - /// } - /// } - /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStagesMutation : global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation + public partial class CreateMcpFeatureCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _updateStagesInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _createMcpFeatureCollectionInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public UpdateStagesMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public CreateMcpFeatureCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _updateStagesInputFormatter = serializerResolver.GetInputValueFormatter("UpdateStagesInput"); + _createMcpFeatureCollectionInputFormatter = serializerResolver.GetInputValueFormatter("CreateMcpFeatureCollectionInput"); } - private UpdateStagesMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter updateStagesInputFormatter) + private CreateMcpFeatureCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter createMcpFeatureCollectionInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _updateStagesInputFormatter = updateStagesInputFormatter; + _createMcpFeatureCollectionInputFormatter = createMcpFeatureCollectionInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUpdateStagesResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateMcpFeatureCollectionCommandMutationResult); - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesMutation(_operationExecutor, _configure.Add(configure), _updateStagesInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _createMcpFeatureCollectionInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) { var request = CreateRequest(input); foreach (var configure in _configure) @@ -149143,13 +149689,13 @@ private UpdateStagesMutation(global::StrawberryShake.IOperationExecutor> Watch(global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput input) { var variables = new global::System.Collections.Generic.Dictionary(); variables.Add("input", FormatInput(input)); @@ -149158,17 +149704,17 @@ private UpdateStagesMutation(global::StrawberryShake.IOperationExecutor? variables) { - return new global::StrawberryShake.OperationRequest(id: UpdateStagesMutationDocument.Instance.Hash.Value, name: "UpdateStages", document: UpdateStagesMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: CreateMcpFeatureCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateMcpFeatureCollectionCommandMutation", document: CreateMcpFeatureCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _updateStagesInputFormatter.Format(value); + return _createMcpFeatureCollectionInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -149179,167 +149725,125 @@ private UpdateStagesMutation(global::StrawberryShake.IOperationExecutor - /// Represents the operation service of the UpdateStages GraphQL operation + /// Represents the operation service of the CreateMcpFeatureCollectionCommandMutation GraphQL operation /// - /// mutation UpdateStages( - /// $input: UpdateStagesInput! + /// mutation CreateMcpFeatureCollectionCommandMutation( + /// $input: CreateMcpFeatureCollectionInput! /// ) { - /// updateStages(input: $input) { + /// createMcpFeatureCollection(input: $input) { /// __typename - /// api { + /// mcpFeatureCollection { /// __typename - /// stages { - /// __typename - /// ... StageDetailPrompt_Stage - /// } + /// ... CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection /// } /// errors { /// __typename + /// ... Error /// ... ApiNotFoundError - /// ... StageNotFoundError - /// ... StagesHavePublishedDependenciesError - /// ... on Error { - /// message - /// __typename - /// } + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment StageDetailPrompt_Stage on Stage { - /// id + /// + /// fragment CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection on McpFeatureCollection { /// name - /// displayName - /// conditions { - /// __typename - /// ... StageCondition - /// } + /// id + /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection /// } - /// - /// fragment StageCondition on StageCondition { - /// ... AfterStageCondition + /// + /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { + /// id + /// name /// } - /// - /// fragment AfterStageCondition on AfterStageCondition { - /// afterStage { - /// __typename - /// name - /// } + /// + /// fragment Error on Error { + /// message /// } - /// + /// /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message /// apiId /// ... Error /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message - /// name /// ... Error /// } - /// - /// fragment StagesHavePublishedDependenciesError on StagesHavePublishedDependenciesError { - /// __typename - /// message - /// stages { - /// __typename - /// name - /// publishedSchema { - /// __typename - /// version { - /// __typename - /// tag - /// } - /// } - /// publishedClients { - /// __typename - /// client { - /// __typename - /// name - /// } - /// publishedVersions { - /// __typename - /// version { - /// __typename - /// tag - /// } - /// } - /// } - /// } - /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUpdateStagesMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface ICreateMcpFeatureCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ListStagesQuery GraphQL operation + /// Represents the operation service of the DeleteMcpFeatureCollectionByIdCommandMutation GraphQL operation /// - /// query ListStagesQuery( - /// $apiId: ID! + /// mutation DeleteMcpFeatureCollectionByIdCommandMutation( + /// $input: DeleteMcpFeatureCollectionByIdInput! /// ) { - /// node(id: $apiId) { + /// deleteMcpFeatureCollectionById(input: $input) { /// __typename - /// ... on Api { - /// stages { - /// __typename - /// id - /// name - /// displayName - /// ... StageDetailPrompt_Stage - /// } + /// mcpFeatureCollection { + /// __typename + /// ... DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection + /// } + /// errors { + /// __typename + /// ... Error + /// ... McpFeatureCollectionNotFoundError + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment StageDetailPrompt_Stage on Stage { + /// + /// fragment DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection on McpFeatureCollection { + /// name + /// id + /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection + /// } + /// + /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// displayName - /// conditions { - /// __typename - /// ... StageCondition - /// } /// } - /// - /// fragment StageCondition on StageCondition { - /// ... AfterStageCondition + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment AfterStageCondition on AfterStageCondition { - /// afterStage { - /// __typename - /// name - /// } + /// + /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { + /// mcpFeatureCollectionId + /// ... Error + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQueryQueryDocument : global::StrawberryShake.IDocument + public partial class DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument : global::StrawberryShake.IDocument { - private ListStagesQueryQueryDocument() + private DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument() { } - public static ListStagesQueryQueryDocument Instance { get; } = new ListStagesQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ListStagesQuery($apiId: ID!) { node(id: $apiId) { __typename ... on Api { stages { __typename id name displayName ... StageDetailPrompt_Stage } } } } fragment StageDetailPrompt_Stage on Stage { id name displayName conditions { __typename ... StageCondition } } fragment StageCondition on StageCondition { ... AfterStageCondition } fragment AfterStageCondition on AfterStageCondition { afterStage { __typename name } }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "ff9fd00b5a96ac47f6aa413a425337d9"); + public static DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument Instance { get; } = new DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "a87294003c8142e3996f1398a866c64f"); public override global::System.String ToString() { @@ -149353,86 +149857,92 @@ private ListStagesQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ListStagesQuery GraphQL operation + /// Represents the operation service of the DeleteMcpFeatureCollectionByIdCommandMutation GraphQL operation /// - /// query ListStagesQuery( - /// $apiId: ID! + /// mutation DeleteMcpFeatureCollectionByIdCommandMutation( + /// $input: DeleteMcpFeatureCollectionByIdInput! /// ) { - /// node(id: $apiId) { + /// deleteMcpFeatureCollectionById(input: $input) { /// __typename - /// ... on Api { - /// stages { - /// __typename - /// id - /// name - /// displayName - /// ... StageDetailPrompt_Stage - /// } + /// mcpFeatureCollection { + /// __typename + /// ... DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection + /// } + /// errors { + /// __typename + /// ... Error + /// ... McpFeatureCollectionNotFoundError + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment StageDetailPrompt_Stage on Stage { + /// + /// fragment DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection on McpFeatureCollection { + /// name + /// id + /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection + /// } + /// + /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// displayName - /// conditions { - /// __typename - /// ... StageCondition - /// } /// } - /// - /// fragment StageCondition on StageCondition { - /// ... AfterStageCondition + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment AfterStageCondition on AfterStageCondition { - /// afterStage { - /// __typename - /// name - /// } + /// + /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { + /// mcpFeatureCollectionId + /// ... Error + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery + public partial class DeleteMcpFeatureCollectionByIdCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _deleteMcpFeatureCollectionByIdInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ListStagesQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public DeleteMcpFeatureCollectionByIdCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _deleteMcpFeatureCollectionByIdInputFormatter = serializerResolver.GetInputValueFormatter("DeleteMcpFeatureCollectionByIdInput"); } - private ListStagesQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + private DeleteMcpFeatureCollectionByIdCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter deleteMcpFeatureCollectionByIdInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _iDFormatter = iDFormatter; + _deleteMcpFeatureCollectionByIdInputFormatter = deleteMcpFeatureCollectionByIdInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListStagesQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IDeleteMcpFeatureCollectionByIdCommandMutationResult); - public global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQueryQuery(_operationExecutor, _configure.Add(configure), _iDFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdCommandMutationMutation(_operationExecutor, _configure.Add(configure), _deleteMcpFeatureCollectionByIdInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput input, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(apiId); + var request = CreateRequest(input); foreach (var configure in _configure) { configure(request); @@ -149441,32 +149951,32 @@ private ListStagesQueryQuery(global::StrawberryShake.IOperationExecutor> Watch(global::System.String apiId, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(apiId); + var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput input) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("apiId", FormatApiId(apiId)); + variables.Add("input", FormatInput(input)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: ListStagesQueryQueryDocument.Instance.Hash.Value, name: "ListStagesQuery", document: ListStagesQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument.Instance.Hash.Value, name: "DeleteMcpFeatureCollectionByIdCommandMutation", document: DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatApiId(global::System.String value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _iDFormatter.Format(value); + return _deleteMcpFeatureCollectionByIdInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -149477,105 +149987,109 @@ private ListStagesQueryQuery(global::StrawberryShake.IOperationExecutor - /// Represents the operation service of the ListStagesQuery GraphQL operation + /// Represents the operation service of the DeleteMcpFeatureCollectionByIdCommandMutation GraphQL operation /// - /// query ListStagesQuery( - /// $apiId: ID! + /// mutation DeleteMcpFeatureCollectionByIdCommandMutation( + /// $input: DeleteMcpFeatureCollectionByIdInput! /// ) { - /// node(id: $apiId) { + /// deleteMcpFeatureCollectionById(input: $input) { /// __typename - /// ... on Api { - /// stages { - /// __typename - /// id - /// name - /// displayName - /// ... StageDetailPrompt_Stage - /// } + /// mcpFeatureCollection { + /// __typename + /// ... DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection + /// } + /// errors { + /// __typename + /// ... Error + /// ... McpFeatureCollectionNotFoundError + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment StageDetailPrompt_Stage on Stage { + /// + /// fragment DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection on McpFeatureCollection { + /// name + /// id + /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection + /// } + /// + /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// displayName - /// conditions { - /// __typename - /// ... StageCondition - /// } /// } - /// - /// fragment StageCondition on StageCondition { - /// ... AfterStageCondition + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment AfterStageCondition on AfterStageCondition { - /// afterStage { - /// __typename - /// name - /// } + /// + /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { + /// mcpFeatureCollectionId + /// ... Error + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListStagesQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface IDeleteMcpFeatureCollectionByIdCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ListEnvironmentCommandQuery GraphQL operation + /// Represents the operation service of the ListMcpFeatureCollectionCommandQuery GraphQL operation /// - /// query ListEnvironmentCommandQuery( - /// $workspaceId: ID! - /// $after: Version + /// query ListMcpFeatureCollectionCommandQuery( + /// $apiId: ID! + /// $after: String /// $first: Int /// ) { - /// workspaceById(workspaceId: $workspaceId) { + /// node(id: $apiId) { /// __typename - /// environments(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// ... ListEnvironmentCommand_EnvironmentEdge - /// } - /// pageInfo { + /// ... on Api { + /// mcpFeatureCollections(first: $first, after: $after) { /// __typename - /// ... PageInfo + /// edges { + /// __typename + /// ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } /// } /// } /// } /// } - /// - /// fragment ListEnvironmentCommand_EnvironmentEdge on EnvironmentsEdge { + /// + /// fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { /// cursor /// node { /// __typename - /// ... ListEnvironmentCommand_Environment + /// ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollection /// } /// } - /// - /// fragment ListEnvironmentCommand_Environment on Environment { + /// + /// fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// ... EnvironmentDetailPrompt_Environment + /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection /// } - /// - /// fragment EnvironmentDetailPrompt_Environment on Environment { + /// + /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// workspace { - /// __typename - /// name - /// } /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -149585,16 +150099,16 @@ public partial interface IListStagesQueryQuery : global::StrawberryShake.IOperat /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListEnvironmentCommandQueryQueryDocument : global::StrawberryShake.IDocument + public partial class ListMcpFeatureCollectionCommandQueryQueryDocument : global::StrawberryShake.IDocument { - private ListEnvironmentCommandQueryQueryDocument() + private ListMcpFeatureCollectionCommandQueryQueryDocument() { } - public static ListEnvironmentCommandQueryQueryDocument Instance { get; } = new ListEnvironmentCommandQueryQueryDocument(); + public static ListMcpFeatureCollectionCommandQueryQueryDocument Instance { get; } = new ListMcpFeatureCollectionCommandQueryQueryDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ListEnvironmentCommandQuery($workspaceId: ID!, $after: Version, $first: Int) { workspaceById(workspaceId: $workspaceId) { __typename environments(after: $after, first: $first) { __typename edges { __typename ... ListEnvironmentCommand_EnvironmentEdge } pageInfo { __typename ... PageInfo } } } } fragment ListEnvironmentCommand_EnvironmentEdge on EnvironmentsEdge { cursor node { __typename ... ListEnvironmentCommand_Environment } } fragment ListEnvironmentCommand_Environment on Environment { id name ... EnvironmentDetailPrompt_Environment } fragment EnvironmentDetailPrompt_Environment on Environment { id name workspace { __typename name } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "5d5c59c7c2e869cd8e37ec6a854f6d61"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "7fed272d6aaed647d16d156856db0eed"); public override global::System.String ToString() { @@ -149608,52 +150122,50 @@ private ListEnvironmentCommandQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ListEnvironmentCommandQuery GraphQL operation + /// Represents the operation service of the ListMcpFeatureCollectionCommandQuery GraphQL operation /// - /// query ListEnvironmentCommandQuery( - /// $workspaceId: ID! - /// $after: Version + /// query ListMcpFeatureCollectionCommandQuery( + /// $apiId: ID! + /// $after: String /// $first: Int /// ) { - /// workspaceById(workspaceId: $workspaceId) { + /// node(id: $apiId) { /// __typename - /// environments(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// ... ListEnvironmentCommand_EnvironmentEdge - /// } - /// pageInfo { + /// ... on Api { + /// mcpFeatureCollections(first: $first, after: $after) { /// __typename - /// ... PageInfo + /// edges { + /// __typename + /// ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } /// } /// } /// } /// } - /// - /// fragment ListEnvironmentCommand_EnvironmentEdge on EnvironmentsEdge { + /// + /// fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { /// cursor /// node { /// __typename - /// ... ListEnvironmentCommand_Environment + /// ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollection /// } /// } - /// - /// fragment ListEnvironmentCommand_Environment on Environment { + /// + /// fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// ... EnvironmentDetailPrompt_Environment + /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection /// } - /// - /// fragment EnvironmentDetailPrompt_Environment on Environment { + /// + /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// workspace { - /// __typename - /// name - /// } /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -149663,50 +150175,50 @@ private ListEnvironmentCommandQueryQueryDocument() /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListEnvironmentCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery + public partial class ListMcpFeatureCollectionCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _versionFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ListEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ListMcpFeatureCollectionCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _versionFormatter = serializerResolver.GetInputValueFormatter("Version"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); _intFormatter = serializerResolver.GetInputValueFormatter("Int"); } - private ListEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter versionFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + private ListMcpFeatureCollectionCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _versionFormatter = versionFormatter; - _intFormatter = @intFormatter; + _stringFormatter = @stringFormatter; _iDFormatter = iDFormatter; + _intFormatter = @intFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListEnvironmentCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListMcpFeatureCollectionCommandQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ListEnvironmentCommandQueryQuery(_operationExecutor, _configure.Add(configure), _versionFormatter, _intFormatter, _iDFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(workspaceId, after, first); + var request = CreateRequest(apiId, after, first); foreach (var configure in _configure) { configure(request); @@ -149715,16 +150227,16 @@ private ListEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecu return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(workspaceId, after, first); + var request = CreateRequest(apiId, after, first); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId, global::System.String? after, global::System.Int32? first) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::System.String? after, global::System.Int32? first) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); + variables.Add("apiId", FormatApiId(apiId)); variables.Add("after", FormatAfter(after)); variables.Add("first", FormatFirst(first)); return CreateRequest(variables); @@ -149732,10 +150244,10 @@ private ListEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecu private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: ListEnvironmentCommandQueryQueryDocument.Instance.Hash.Value, name: "ListEnvironmentCommandQuery", document: ListEnvironmentCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ListMcpFeatureCollectionCommandQueryQueryDocument.Instance.Hash.Value, name: "ListMcpFeatureCollectionCommandQuery", document: ListMcpFeatureCollectionCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatWorkspaceId(global::System.String value) + private global::System.Object? FormatApiId(global::System.String value) { if (value is null) { @@ -149753,7 +150265,7 @@ private ListEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecu } else { - return _versionFormatter.Format(value); + return _stringFormatter.Format(value); } } @@ -149777,52 +150289,50 @@ private ListEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecu // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the ListEnvironmentCommandQuery GraphQL operation + /// Represents the operation service of the ListMcpFeatureCollectionCommandQuery GraphQL operation /// - /// query ListEnvironmentCommandQuery( - /// $workspaceId: ID! - /// $after: Version + /// query ListMcpFeatureCollectionCommandQuery( + /// $apiId: ID! + /// $after: String /// $first: Int /// ) { - /// workspaceById(workspaceId: $workspaceId) { + /// node(id: $apiId) { /// __typename - /// environments(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// ... ListEnvironmentCommand_EnvironmentEdge - /// } - /// pageInfo { + /// ... on Api { + /// mcpFeatureCollections(first: $first, after: $after) { /// __typename - /// ... PageInfo + /// edges { + /// __typename + /// ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } /// } /// } /// } /// } - /// - /// fragment ListEnvironmentCommand_EnvironmentEdge on EnvironmentsEdge { + /// + /// fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { /// cursor /// node { /// __typename - /// ... ListEnvironmentCommand_Environment + /// ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollection /// } /// } - /// - /// fragment ListEnvironmentCommand_Environment on Environment { + /// + /// fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// ... EnvironmentDetailPrompt_Environment + /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection /// } - /// - /// fragment EnvironmentDetailPrompt_Environment on Environment { + /// + /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// workspace { - /// __typename - /// name - /// } /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -149832,49 +150342,77 @@ private ListEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecu /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListEnvironmentCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface IListMcpFeatureCollectionCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ShowEnvironmentCommandQuery GraphQL operation + /// Represents the operation service of the PublishMcpFeatureCollectionCommandMutation GraphQL operation /// - /// query ShowEnvironmentCommandQuery( - /// $workspaceId: ID! + /// mutation PublishMcpFeatureCollectionCommandMutation( + /// $input: PublishMcpFeatureCollectionInput! /// ) { - /// node(id: $workspaceId) { + /// publishMcpFeatureCollection(input: $input) { /// __typename - /// ... EnvironmentDetailPrompt_Environment + /// id + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... McpFeatureCollectionNotFoundError + /// ... McpFeatureCollectionVersionNotFoundError + /// ... Error + /// } /// } /// } - /// - /// fragment EnvironmentDetailPrompt_Environment on Environment { - /// id + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message /// name - /// workspace { - /// __typename - /// name - /// } + /// ... Error + /// } + /// + /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { + /// mcpFeatureCollectionId + /// ... Error + /// } + /// + /// fragment McpFeatureCollectionVersionNotFoundError on McpFeatureCollectionVersionNotFoundError { + /// tag + /// message + /// mcpFeatureCollectionId + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQueryQueryDocument : global::StrawberryShake.IDocument + public partial class PublishMcpFeatureCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument { - private ShowEnvironmentCommandQueryQueryDocument() + private PublishMcpFeatureCollectionCommandMutationMutationDocument() { } - public static ShowEnvironmentCommandQueryQueryDocument Instance { get; } = new ShowEnvironmentCommandQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ShowEnvironmentCommandQuery($workspaceId: ID!) { node(id: $workspaceId) { __typename ... EnvironmentDetailPrompt_Environment } } fragment EnvironmentDetailPrompt_Environment on Environment { id name workspace { __typename name } }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "35993498c755e51178ea417965c3a164"); + public static PublishMcpFeatureCollectionCommandMutationMutationDocument Instance { get; } = new PublishMcpFeatureCollectionCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "736b80b8a3e39c5fcb5c192b42e084b4"); public override global::System.String ToString() { @@ -149888,66 +150426,94 @@ private ShowEnvironmentCommandQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ShowEnvironmentCommandQuery GraphQL operation + /// Represents the operation service of the PublishMcpFeatureCollectionCommandMutation GraphQL operation /// - /// query ShowEnvironmentCommandQuery( - /// $workspaceId: ID! + /// mutation PublishMcpFeatureCollectionCommandMutation( + /// $input: PublishMcpFeatureCollectionInput! /// ) { - /// node(id: $workspaceId) { + /// publishMcpFeatureCollection(input: $input) { /// __typename - /// ... EnvironmentDetailPrompt_Environment + /// id + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... McpFeatureCollectionNotFoundError + /// ... McpFeatureCollectionVersionNotFoundError + /// ... Error + /// } /// } /// } - /// - /// fragment EnvironmentDetailPrompt_Environment on Environment { - /// id + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message /// name - /// workspace { - /// __typename - /// name - /// } + /// ... Error + /// } + /// + /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { + /// mcpFeatureCollectionId + /// ... Error + /// } + /// + /// fragment McpFeatureCollectionVersionNotFoundError on McpFeatureCollectionVersionNotFoundError { + /// tag + /// message + /// mcpFeatureCollectionId + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery + public partial class PublishMcpFeatureCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _publishMcpFeatureCollectionInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ShowEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public PublishMcpFeatureCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _publishMcpFeatureCollectionInputFormatter = serializerResolver.GetInputValueFormatter("PublishMcpFeatureCollectionInput"); } - private ShowEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + private PublishMcpFeatureCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter publishMcpFeatureCollectionInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _iDFormatter = iDFormatter; + _publishMcpFeatureCollectionInputFormatter = publishMcpFeatureCollectionInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IShowEnvironmentCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IPublishMcpFeatureCollectionCommandMutationResult); - public global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQueryQuery(_operationExecutor, _configure.Add(configure), _iDFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _publishMcpFeatureCollectionInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(workspaceId); + var request = CreateRequest(input); foreach (var configure in _configure) { configure(request); @@ -149956,32 +150522,32 @@ private ShowEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecu return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::System.String workspaceId, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(workspaceId); + var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput input) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); + variables.Add("input", FormatInput(input)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: ShowEnvironmentCommandQueryQueryDocument.Instance.Hash.Value, name: "ShowEnvironmentCommandQuery", document: ShowEnvironmentCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: PublishMcpFeatureCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "PublishMcpFeatureCollectionCommandMutation", document: PublishMcpFeatureCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatWorkspaceId(global::System.String value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _iDFormatter.Format(value); + return _publishMcpFeatureCollectionInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -149992,717 +150558,639 @@ private ShowEnvironmentCommandQueryQuery(global::StrawberryShake.IOperationExecu // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the ShowEnvironmentCommandQuery GraphQL operation - /// - /// query ShowEnvironmentCommandQuery( - /// $workspaceId: ID! - /// ) { - /// node(id: $workspaceId) { - /// __typename - /// ... EnvironmentDetailPrompt_Environment - /// } - /// } - /// - /// fragment EnvironmentDetailPrompt_Environment on Environment { - /// id - /// name - /// workspace { - /// __typename - /// name - /// } - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowEnvironmentCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String workspaceId, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the CreateEnvironmentCommandMutation GraphQL operation + /// Represents the operation service of the PublishMcpFeatureCollectionCommandMutation GraphQL operation /// - /// mutation CreateEnvironmentCommandMutation( - /// $workspaceId: ID! - /// $name: String! + /// mutation PublishMcpFeatureCollectionCommandMutation( + /// $input: PublishMcpFeatureCollectionInput! /// ) { - /// pushWorkspaceChanges(input: { changes: [ { environment: { create: { name: $name, referenceId: "env", workspaceId: $workspaceId } } } ] }) { + /// publishMcpFeatureCollection(input: $input) { /// __typename - /// changes { - /// __typename - /// referenceId - /// error { - /// __typename - /// ... Error - /// } - /// result { - /// __typename - /// ... CreateEnvironmentCommandMutation_Environment - /// } - /// } + /// id /// errors { /// __typename + /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... McpFeatureCollectionNotFoundError + /// ... McpFeatureCollectionVersionNotFoundError /// ... Error /// } /// } /// } - /// + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// /// fragment Error on Error { /// message /// } - /// - /// fragment CreateEnvironmentCommandMutation_Environment on Environment { + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message /// name - /// ... EnvironmentDetailPrompt_Environment + /// ... Error /// } - /// - /// fragment EnvironmentDetailPrompt_Environment on Environment { - /// id - /// name - /// workspace { - /// __typename - /// name - /// } + /// + /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { + /// mcpFeatureCollectionId + /// ... Error + /// } + /// + /// fragment McpFeatureCollectionVersionNotFoundError on McpFeatureCollectionVersionNotFoundError { + /// tag + /// message + /// mcpFeatureCollectionId + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - private CreateEnvironmentCommandMutationMutationDocument() - { - } - - public static CreateEnvironmentCommandMutationMutationDocument Instance { get; } = new CreateEnvironmentCommandMutationMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation CreateEnvironmentCommandMutation($workspaceId: ID!, $name: String!) { pushWorkspaceChanges(input: { changes: [ { environment: { create: { name: $name, referenceId: \"env\", workspaceId: $workspaceId } } } ] }) { __typename changes { __typename referenceId error { __typename ... Error } result { __typename ... CreateEnvironmentCommandMutation_Environment } } errors { __typename ... Error } } } fragment Error on Error { message } fragment CreateEnvironmentCommandMutation_Environment on Environment { name ... EnvironmentDetailPrompt_Environment } fragment EnvironmentDetailPrompt_Environment on Environment { id name workspace { __typename name } }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "b9c18dd6d50ba180b90f48a77b096216"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } + global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the CreateEnvironmentCommandMutation GraphQL operation + /// Represents the operation service of the PublishMcpFeatureCollectionCommandSubscription GraphQL operation /// - /// mutation CreateEnvironmentCommandMutation( - /// $workspaceId: ID! - /// $name: String! + /// subscription PublishMcpFeatureCollectionCommandSubscription( + /// $requestId: ID! /// ) { - /// pushWorkspaceChanges(input: { changes: [ { environment: { create: { name: $name, referenceId: "env", workspaceId: $workspaceId } } } ] }) { + /// onMcpFeatureCollectionVersionPublishingUpdate(requestId: $requestId) { /// __typename - /// changes { - /// __typename - /// referenceId - /// error { - /// __typename - /// ... Error - /// } - /// result { - /// __typename - /// ... CreateEnvironmentCommandMutation_Environment - /// } - /// } - /// errors { - /// __typename - /// ... Error - /// } + /// ... McpFeatureCollectionVersionPublishFailed + /// ... McpFeatureCollectionVersionPublishSuccess + /// ... OperationInProgress + /// ... WaitForApproval + /// ... ProcessingTaskApproved + /// ... ProcessingTaskIsReady + /// ... ProcessingTaskIsQueued /// } /// } - /// - /// fragment Error on Error { + /// + /// fragment McpFeatureCollectionVersionPublishFailed on McpFeatureCollectionVersionPublishFailed { + /// state + /// errors { + /// __typename + /// ... UnexpectedProcessingError + /// ... ProcessingTimeoutError + /// ... ConcurrentOperationError + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename /// message /// } - /// - /// fragment CreateEnvironmentCommandMutation_Environment on Environment { - /// name - /// ... EnvironmentDetailPrompt_Environment + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename + /// message /// } - /// - /// fragment EnvironmentDetailPrompt_Environment on Environment { - /// id - /// name - /// workspace { - /// __typename - /// name - /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public CreateEnvironmentCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - } - - private CreateEnvironmentCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _stringFormatter = @stringFormatter; - _iDFormatter = iDFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateEnvironmentCommandMutationResult); - - public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutationMutation(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String name, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(workspaceId, name); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - public global::System.IObservable> Watch(global::System.String workspaceId, global::System.String name, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(workspaceId, name); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId, global::System.String name) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); - variables.Add("name", FormatName(name)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: CreateEnvironmentCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateEnvironmentCommandMutation", document: CreateEnvironmentCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatWorkspaceId(global::System.String value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _iDFormatter.Format(value); - } - - private global::System.Object? FormatName(global::System.String value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _stringFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the CreateEnvironmentCommandMutation GraphQL operation - /// - /// mutation CreateEnvironmentCommandMutation( - /// $workspaceId: ID! - /// $name: String! - /// ) { - /// pushWorkspaceChanges(input: { changes: [ { environment: { create: { name: $name, referenceId: "env", workspaceId: $workspaceId } } } ] }) { + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { + /// collections { /// __typename - /// changes { + /// mcpFeatureCollection { /// __typename - /// referenceId - /// error { + /// id + /// name + /// } + /// entities { + /// __typename + /// errors { /// __typename - /// ... Error + /// ... McpFeatureCollectionValidationDocumentError + /// ... McpFeatureCollectionValidationEntityValidationError /// } - /// result { - /// __typename - /// ... CreateEnvironmentCommandMutation_Environment + /// ... on McpFeatureCollectionValidationPrompt { + /// name + /// } + /// ... on McpFeatureCollectionValidationTool { + /// name /// } - /// } - /// errors { - /// __typename - /// ... Error /// } /// } /// } - /// - /// fragment Error on Error { + /// + /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { + /// code /// message - /// } - /// - /// fragment CreateEnvironmentCommandMutation_Environment on Environment { - /// name - /// ... EnvironmentDetailPrompt_Environment - /// } - /// - /// fragment EnvironmentDetailPrompt_Environment on Environment { - /// id - /// name - /// workspace { + /// path + /// locations { /// __typename - /// name + /// column + /// line /// } /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateEnvironmentCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String name, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String workspaceId, global::System.String name, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the ListApiKeyCommandQuery GraphQL operation - /// - /// query ListApiKeyCommandQuery( - /// $workspaceId: ID! - /// $after: String - /// $first: Int - /// ) { - /// workspaceById(workspaceId: $workspaceId) { + /// + /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { + /// message + /// } + /// + /// fragment McpFeatureCollectionVersionPublishSuccess on McpFeatureCollectionVersionPublishSuccess { + /// state + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment WaitForApproval on WaitForApproval { + /// state + /// deployment { /// __typename - /// apiKeys(after: $after, first: $first) { - /// __typename - /// edges { + /// ... on SchemaDeployment { + /// errors { /// __typename - /// ... ListApiKeyCommand_ApiKeyEdge + /// ... OperationsAreNotAllowedError + /// ... SchemaVersionSyntaxError + /// ... SchemaChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError + /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError /// } - /// pageInfo { + /// } + /// ... on ClientDeployment { + /// errors { /// __typename - /// ... PageInfo + /// ... PersistedQueryValidationError + /// } + /// } + /// ... on FusionConfigurationDeployment { + /// errors { + /// __typename + /// ... SchemaChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError + /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// ... on OpenApiCollectionDeployment { + /// errors { + /// __typename + /// ... OpenApiCollectionValidationError + /// } + /// } + /// ... on McpFeatureCollectionDeployment { + /// errors { + /// __typename + /// ... McpFeatureCollectionValidationError /// } /// } /// } /// } - /// - /// fragment ListApiKeyCommand_ApiKeyEdge on ApiKeysEdge { - /// cursor - /// node { - /// __typename - /// ... ListApiKeyCommand_ApiKey - /// } + /// + /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { + /// __typename + /// message /// } - /// - /// fragment ListApiKeyCommand_ApiKey on ApiKey { - /// id - /// name - /// ... ApiKeyDetailPrompt_ApiKey + /// + /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { + /// __typename + /// message + /// column + /// position + /// line /// } - /// - /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { - /// id - /// name - /// workspace { + /// + /// fragment SchemaChangeViolationError on SchemaChangeViolationError { + /// message + /// changes { /// __typename - /// name + /// ... SchemaChangeLogEntry /// } /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { + /// __typename + /// ... TypeSystemMemberAddedChange + /// ... TypeSystemMemberRemovedChange + /// ... ObjectModifiedChange + /// ... InputObjectModifiedChange + /// ... DirectiveModifiedChange + /// ... ScalarModifiedChange + /// ... EnumModifiedChange + /// ... UnionModifiedChange + /// ... InterfaceModifiedChange + /// ... SchemaChange /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiKeyCommandQueryQueryDocument : global::StrawberryShake.IDocument - { - private ListApiKeyCommandQueryQueryDocument() - { - } - - public static ListApiKeyCommandQueryQueryDocument Instance { get; } = new ListApiKeyCommandQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ListApiKeyCommandQuery($workspaceId: ID!, $after: String, $first: Int) { workspaceById(workspaceId: $workspaceId) { __typename apiKeys(after: $after, first: $first) { __typename edges { __typename ... ListApiKeyCommand_ApiKeyEdge } pageInfo { __typename ... PageInfo } } } } fragment ListApiKeyCommand_ApiKeyEdge on ApiKeysEdge { cursor node { __typename ... ListApiKeyCommand_ApiKey } } fragment ListApiKeyCommand_ApiKey on ApiKey { id name ... ApiKeyDetailPrompt_ApiKey } fragment ApiKeyDetailPrompt_ApiKey on ApiKey { id name workspace { __typename name } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "73d47ef547275fb8b3364106fa956029"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the ListApiKeyCommandQuery GraphQL operation - /// - /// query ListApiKeyCommandQuery( - /// $workspaceId: ID! - /// $after: String - /// $first: Int - /// ) { - /// workspaceById(workspaceId: $workspaceId) { + /// + /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// } + /// + /// fragment SchemaChange on SchemaChange { + /// severity + /// } + /// + /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// } + /// + /// fragment ObjectModifiedChange on ObjectModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { /// __typename - /// apiKeys(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// ... ListApiKeyCommand_ApiKeyEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } + /// ... InterfaceImplementationAdded + /// ... InterfaceImplementationRemoved + /// ... DescriptionChanged + /// ... FieldAddedChange + /// ... FieldRemovedChange + /// ... OutputFieldChanged /// } /// } - /// - /// fragment ListApiKeyCommand_ApiKeyEdge on ApiKeysEdge { - /// cursor - /// node { + /// + /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { + /// ... SchemaChange + /// interfaceName + /// severity + /// } + /// + /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { + /// ... SchemaChange + /// interfaceName + /// severity + /// } + /// + /// fragment DescriptionChanged on DescriptionChanged { + /// ... SchemaChange + /// old + /// new + /// severity + /// __typename + /// } + /// + /// fragment FieldAddedChange on FieldAddedChange { + /// ... SchemaChange + /// coordinate + /// typeName + /// fieldName + /// severity + /// } + /// + /// fragment FieldRemovedChange on FieldRemovedChange { + /// ... SchemaChange + /// coordinate + /// typeName + /// fieldName + /// severity + /// } + /// + /// fragment OutputFieldChanged on OutputFieldChanged { + /// ... SchemaChange + /// coordinate + /// severity + /// fieldName + /// changes { /// __typename - /// ... ListApiKeyCommand_ApiKey + /// ... ArgumentRemoved + /// ... ArgumentAdded + /// ... ArgumentChanged + /// ... DescriptionChanged + /// ... TypeChanged + /// ... DeprecatedChange /// } /// } - /// - /// fragment ListApiKeyCommand_ApiKey on ApiKey { - /// id + /// + /// fragment ArgumentRemoved on ArgumentRemoved { + /// ... SchemaChange + /// coordinate + /// severity /// name - /// ... ApiKeyDetailPrompt_ApiKey + /// typeName + /// __typename /// } - /// - /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { - /// id + /// + /// fragment ArgumentAdded on ArgumentAdded { + /// ... SchemaChange + /// coordinate + /// severity /// name - /// workspace { + /// typeName + /// __typename + /// } + /// + /// fragment ArgumentChanged on ArgumentChanged { + /// ... SchemaChange + /// coordinate + /// severity + /// name + /// __typename + /// changes { /// __typename - /// name + /// ... DescriptionChanged + /// ... DeprecatedChange + /// ... TypeChanged /// } /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment DeprecatedChange on DeprecatedChange { + /// ... SchemaChange + /// deprecationReason + /// severity /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiKeyCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ListApiKeyCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - _intFormatter = serializerResolver.GetInputValueFormatter("Int"); - } - - private ListApiKeyCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _stringFormatter = @stringFormatter; - _intFormatter = @intFormatter; - _iDFormatter = iDFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListApiKeyCommandQueryResult); - - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.ListApiKeyCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _intFormatter, _iDFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(workspaceId, after, first); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - public global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(workspaceId, after, first); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId, global::System.String? after, global::System.Int32? first) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); - variables.Add("after", FormatAfter(after)); - variables.Add("first", FormatFirst(first)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: ListApiKeyCommandQueryQueryDocument.Instance.Hash.Value, name: "ListApiKeyCommandQuery", document: ListApiKeyCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatWorkspaceId(global::System.String value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _iDFormatter.Format(value); - } - - private global::System.Object? FormatAfter(global::System.String? value) - { - if (value is null) - { - return value; - } - else - { - return _stringFormatter.Format(value); - } - } - - private global::System.Object? FormatFirst(global::System.Int32? value) - { - if (value is null) - { - return value; - } - else - { - return _intFormatter.Format(value); - } - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the ListApiKeyCommandQuery GraphQL operation - /// - /// query ListApiKeyCommandQuery( - /// $workspaceId: ID! - /// $after: String - /// $first: Int - /// ) { - /// workspaceById(workspaceId: $workspaceId) { + /// + /// fragment TypeChanged on TypeChanged { + /// ... SchemaChange + /// oldType + /// newType + /// severity + /// __typename + /// } + /// + /// fragment InputObjectModifiedChange on InputObjectModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { /// __typename - /// apiKeys(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// ... ListApiKeyCommand_ApiKeyEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } + /// ... DescriptionChanged + /// ... FieldAddedChange + /// ... FieldRemovedChange + /// ... InputFieldChanged /// } /// } - /// - /// fragment ListApiKeyCommand_ApiKeyEdge on ApiKeysEdge { - /// cursor - /// node { + /// + /// fragment InputFieldChanged on InputFieldChanged { + /// ... SchemaChange + /// coordinate + /// severity + /// fieldName + /// changes { /// __typename - /// ... ListApiKeyCommand_ApiKey + /// ... DescriptionChanged + /// ... TypeChanged + /// ... DeprecatedChange /// } /// } - /// - /// fragment ListApiKeyCommand_ApiKey on ApiKey { - /// id - /// name - /// ... ApiKeyDetailPrompt_ApiKey - /// } - /// - /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { - /// id - /// name - /// workspace { + /// + /// fragment DirectiveModifiedChange on DirectiveModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { /// __typename - /// name + /// ... DirectiveLocationAdded + /// ... DirectiveLocationRemoved + /// ... DescriptionChanged + /// ... ArgumentRemoved + /// ... ArgumentChanged + /// ... ArgumentAdded /// } /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment DirectiveLocationAdded on DirectiveLocationAdded { + /// ... SchemaChange + /// location + /// severity + /// __typename /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListApiKeyCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the CreateApiKeyCommandMutation GraphQL operation - /// - /// mutation CreateApiKeyCommandMutation( - /// $input: CreateApiKeyInput! - /// ) { - /// createApiKey(input: $input) { + /// + /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { + /// ... SchemaChange + /// location + /// severity + /// __typename + /// } + /// + /// fragment ScalarModifiedChange on ScalarModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { /// __typename - /// result { - /// __typename - /// key { - /// __typename - /// ... CreateApiKeyCommandMutation_ApiKey - /// } - /// secret - /// } - /// errors { - /// __typename - /// ... ApiNotFoundError - /// ... WorkspaceNotFound - /// ... PersonalWorkspaceNotSupportedError - /// ... ValidationError - /// ... RoleNotFoundError - /// ... Error - /// } + /// ... DescriptionChanged /// } /// } - /// - /// fragment CreateApiKeyCommandMutation_ApiKey on ApiKey { - /// id - /// ... ApiKeyDetailPrompt_ApiKey + /// + /// fragment EnumModifiedChange on EnumModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { + /// __typename + /// ... DescriptionChanged + /// ... EnumValueRemoved + /// ... EnumValueAdded + /// ... EnumValueChanged + /// } /// } - /// - /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { - /// id - /// name - /// workspace { + /// + /// fragment EnumValueRemoved on EnumValueRemoved { + /// ... SchemaChange + /// coordinate + /// severity + /// } + /// + /// fragment EnumValueAdded on EnumValueAdded { + /// ... SchemaChange + /// coordinate + /// severity + /// } + /// + /// fragment EnumValueChanged on EnumValueChanged { + /// ... SchemaChange + /// coordinate + /// severity + /// changes { /// __typename - /// name + /// ... DeprecatedChange + /// ... DescriptionChanged /// } /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { + /// + /// fragment UnionModifiedChange on UnionModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity /// __typename - /// message - /// apiId - /// ... Error + /// changes { + /// __typename + /// ... DescriptionChanged + /// ... UnionMemberRemoved + /// ... UnionMemberAdded + /// } /// } - /// - /// fragment Error on Error { - /// message + /// + /// fragment UnionMemberRemoved on UnionMemberRemoved { + /// ... SchemaChange + /// typeName + /// severity /// } - /// - /// fragment WorkspaceNotFound on WorkspaceNotFound { - /// __typename - /// message - /// workspaceId - /// ... Error + /// + /// fragment UnionMemberAdded on UnionMemberAdded { + /// ... SchemaChange + /// typeName + /// severity /// } - /// - /// fragment PersonalWorkspaceNotSupportedError on PersonalWorkspaceNotSupportedError { + /// + /// fragment InterfaceModifiedChange on InterfaceModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity /// __typename - /// message - /// ... Error + /// changes { + /// __typename + /// ... InterfaceImplementationAdded + /// ... InterfaceImplementationRemoved + /// ... DescriptionChanged + /// ... FieldAddedChange + /// ... FieldRemovedChange + /// ... OutputFieldChanged + /// ... PossibleTypeAdded + /// ... PossibleTypeRemoved + /// } /// } - /// - /// fragment ValidationError on ValidationError { + /// + /// fragment PossibleTypeAdded on PossibleTypeAdded { + /// ... SchemaChange + /// typeName + /// severity + /// } + /// + /// fragment PossibleTypeRemoved on PossibleTypeRemoved { + /// ... SchemaChange + /// typeName + /// severity + /// } + /// + /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message /// errors { /// __typename /// message + /// code /// } - /// ... Error /// } - /// - /// fragment RoleNotFoundError on RoleNotFoundError { - /// __typename + /// + /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message - /// roleId - /// ... Error + /// client { + /// __typename + /// id + /// name + /// } + /// queries { + /// __typename + /// deployedTags + /// message + /// hash + /// errors { + /// __typename + /// message + /// code + /// path + /// locations { + /// __typename + /// column + /// line + /// } + /// } + /// } + /// } + /// + /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// collections { + /// __typename + /// openApiCollection { + /// __typename + /// id + /// name + /// } + /// entities { + /// __typename + /// errors { + /// __typename + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError + /// } + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route + /// } + /// ... on OpenApiCollectionValidationModel { + /// name + /// } + /// } + /// } + /// } + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// code + /// message + /// path + /// locations { + /// __typename + /// column + /// line + /// } + /// } + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { + /// message + /// } + /// + /// fragment ProcessingTaskApproved on ProcessingTaskApproved { + /// state + /// } + /// + /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { + /// ready: __typename + /// } + /// + /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { + /// queued: __typename + /// queuePosition /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument : global::StrawberryShake.IDocument { - private CreateApiKeyCommandMutationMutationDocument() + private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() { } - public static CreateApiKeyCommandMutationMutationDocument Instance { get; } = new CreateApiKeyCommandMutationMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation CreateApiKeyCommandMutation($input: CreateApiKeyInput!) { createApiKey(input: $input) { __typename result { __typename key { __typename ... CreateApiKeyCommandMutation_ApiKey } secret } errors { __typename ... ApiNotFoundError ... WorkspaceNotFound ... PersonalWorkspaceNotSupportedError ... ValidationError ... RoleNotFoundError ... Error } } } fragment CreateApiKeyCommandMutation_ApiKey on ApiKey { id ... ApiKeyDetailPrompt_ApiKey } fragment ApiKeyDetailPrompt_ApiKey on ApiKey { id name workspace { __typename name } } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment Error on Error { message } fragment WorkspaceNotFound on WorkspaceNotFound { __typename message workspaceId ... Error } fragment PersonalWorkspaceNotSupportedError on PersonalWorkspaceNotSupportedError { __typename message ... Error } fragment ValidationError on ValidationError { __typename message errors { __typename message } ... Error } fragment RoleNotFoundError on RoleNotFoundError { __typename message roleId ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "992b8ab9fd5e45569fda61f616659e1a"); + public static PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument Instance { get; } = new PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "953b6423bcadc90c2f30315980801a9d"); public override global::System.String ToString() { @@ -150716,894 +151204,1561 @@ private CreateApiKeyCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the CreateApiKeyCommandMutation GraphQL operation + /// Represents the operation service of the PublishMcpFeatureCollectionCommandSubscription GraphQL operation /// - /// mutation CreateApiKeyCommandMutation( - /// $input: CreateApiKeyInput! + /// subscription PublishMcpFeatureCollectionCommandSubscription( + /// $requestId: ID! /// ) { - /// createApiKey(input: $input) { + /// onMcpFeatureCollectionVersionPublishingUpdate(requestId: $requestId) { /// __typename - /// result { - /// __typename - /// key { - /// __typename - /// ... CreateApiKeyCommandMutation_ApiKey - /// } - /// secret - /// } - /// errors { - /// __typename - /// ... ApiNotFoundError - /// ... WorkspaceNotFound - /// ... PersonalWorkspaceNotSupportedError - /// ... ValidationError - /// ... RoleNotFoundError - /// ... Error - /// } + /// ... McpFeatureCollectionVersionPublishFailed + /// ... McpFeatureCollectionVersionPublishSuccess + /// ... OperationInProgress + /// ... WaitForApproval + /// ... ProcessingTaskApproved + /// ... ProcessingTaskIsReady + /// ... ProcessingTaskIsQueued /// } /// } - /// - /// fragment CreateApiKeyCommandMutation_ApiKey on ApiKey { - /// id - /// ... ApiKeyDetailPrompt_ApiKey - /// } - /// - /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { - /// id - /// name - /// workspace { + /// + /// fragment McpFeatureCollectionVersionPublishFailed on McpFeatureCollectionVersionPublishFailed { + /// state + /// errors { /// __typename - /// name + /// ... UnexpectedProcessingError + /// ... ProcessingTimeoutError + /// ... ConcurrentOperationError + /// ... McpFeatureCollectionValidationError /// } /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message - /// apiId - /// ... Error /// } - /// - /// fragment Error on Error { + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename /// message /// } - /// - /// fragment WorkspaceNotFound on WorkspaceNotFound { + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { /// __typename /// message - /// workspaceId /// ... Error /// } - /// - /// fragment PersonalWorkspaceNotSupportedError on PersonalWorkspaceNotSupportedError { - /// __typename + /// + /// fragment Error on Error { /// message - /// ... Error /// } - /// - /// fragment ValidationError on ValidationError { - /// __typename + /// + /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { + /// collections { + /// __typename + /// mcpFeatureCollection { + /// __typename + /// id + /// name + /// } + /// entities { + /// __typename + /// errors { + /// __typename + /// ... McpFeatureCollectionValidationDocumentError + /// ... McpFeatureCollectionValidationEntityValidationError + /// } + /// ... on McpFeatureCollectionValidationPrompt { + /// name + /// } + /// ... on McpFeatureCollectionValidationTool { + /// name + /// } + /// } + /// } + /// } + /// + /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { + /// code /// message - /// errors { + /// path + /// locations { /// __typename - /// message + /// column + /// line /// } - /// ... Error /// } - /// - /// fragment RoleNotFoundError on RoleNotFoundError { - /// __typename + /// + /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message - /// roleId - /// ... Error /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _createApiKeyInputFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public CreateApiKeyCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _createApiKeyInputFormatter = serializerResolver.GetInputValueFormatter("CreateApiKeyInput"); - } - - private CreateApiKeyCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter createApiKeyInputFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _createApiKeyInputFormatter = createApiKeyInputFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateApiKeyCommandMutationResult); - - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutationMutation(_operationExecutor, _configure.Add(configure), _createApiKeyInputFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput input, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(input); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(input); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput input) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: CreateApiKeyCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateApiKeyCommandMutation", document: CreateApiKeyCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _createApiKeyInputFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the CreateApiKeyCommandMutation GraphQL operation - /// - /// mutation CreateApiKeyCommandMutation( - /// $input: CreateApiKeyInput! - /// ) { - /// createApiKey(input: $input) { + /// + /// fragment McpFeatureCollectionVersionPublishSuccess on McpFeatureCollectionVersionPublishSuccess { + /// state + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment WaitForApproval on WaitForApproval { + /// state + /// deployment { /// __typename - /// result { - /// __typename - /// key { + /// ... on SchemaDeployment { + /// errors { /// __typename - /// ... CreateApiKeyCommandMutation_ApiKey + /// ... OperationsAreNotAllowedError + /// ... SchemaVersionSyntaxError + /// ... SchemaChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError + /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError /// } - /// secret /// } - /// errors { - /// __typename - /// ... ApiNotFoundError - /// ... WorkspaceNotFound - /// ... PersonalWorkspaceNotSupportedError - /// ... ValidationError - /// ... RoleNotFoundError - /// ... Error + /// ... on ClientDeployment { + /// errors { + /// __typename + /// ... PersistedQueryValidationError + /// } + /// } + /// ... on FusionConfigurationDeployment { + /// errors { + /// __typename + /// ... SchemaChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError + /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// ... on OpenApiCollectionDeployment { + /// errors { + /// __typename + /// ... OpenApiCollectionValidationError + /// } + /// } + /// ... on McpFeatureCollectionDeployment { + /// errors { + /// __typename + /// ... McpFeatureCollectionValidationError + /// } /// } /// } /// } - /// - /// fragment CreateApiKeyCommandMutation_ApiKey on ApiKey { - /// id - /// ... ApiKeyDetailPrompt_ApiKey - /// } - /// - /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { - /// id - /// name - /// workspace { - /// __typename - /// name - /// } + /// + /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { + /// __typename + /// message /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { + /// + /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message - /// apiId - /// ... Error + /// column + /// position + /// line /// } - /// - /// fragment Error on Error { + /// + /// fragment SchemaChangeViolationError on SchemaChangeViolationError { /// message + /// changes { + /// __typename + /// ... SchemaChangeLogEntry + /// } /// } - /// - /// fragment WorkspaceNotFound on WorkspaceNotFound { + /// + /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename - /// message - /// workspaceId - /// ... Error + /// ... TypeSystemMemberAddedChange + /// ... TypeSystemMemberRemovedChange + /// ... ObjectModifiedChange + /// ... InputObjectModifiedChange + /// ... DirectiveModifiedChange + /// ... ScalarModifiedChange + /// ... EnumModifiedChange + /// ... UnionModifiedChange + /// ... InterfaceModifiedChange + /// ... SchemaChange /// } - /// - /// fragment PersonalWorkspaceNotSupportedError on PersonalWorkspaceNotSupportedError { + /// + /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { + /// ... SchemaChange + /// coordinate + /// severity /// __typename - /// message - /// ... Error /// } - /// - /// fragment ValidationError on ValidationError { + /// + /// fragment SchemaChange on SchemaChange { + /// severity + /// } + /// + /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { + /// ... SchemaChange + /// coordinate + /// severity /// __typename - /// message - /// errors { + /// } + /// + /// fragment ObjectModifiedChange on ObjectModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { /// __typename - /// message + /// ... InterfaceImplementationAdded + /// ... InterfaceImplementationRemoved + /// ... DescriptionChanged + /// ... FieldAddedChange + /// ... FieldRemovedChange + /// ... OutputFieldChanged /// } - /// ... Error /// } - /// - /// fragment RoleNotFoundError on RoleNotFoundError { + /// + /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { + /// ... SchemaChange + /// interfaceName + /// severity + /// } + /// + /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { + /// ... SchemaChange + /// interfaceName + /// severity + /// } + /// + /// fragment DescriptionChanged on DescriptionChanged { + /// ... SchemaChange + /// old + /// new + /// severity /// __typename - /// message - /// roleId - /// ... Error /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateApiKeyCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the DeleteApiKeyCommandMutation GraphQL operation - /// - /// mutation DeleteApiKeyCommandMutation( - /// $input: DeleteApiKeyInput! - /// ) { - /// deleteApiKey(input: $input) { + /// + /// fragment FieldAddedChange on FieldAddedChange { + /// ... SchemaChange + /// coordinate + /// typeName + /// fieldName + /// severity + /// } + /// + /// fragment FieldRemovedChange on FieldRemovedChange { + /// ... SchemaChange + /// coordinate + /// typeName + /// fieldName + /// severity + /// } + /// + /// fragment OutputFieldChanged on OutputFieldChanged { + /// ... SchemaChange + /// coordinate + /// severity + /// fieldName + /// changes { /// __typename - /// apiKey { - /// __typename - /// ... DeleteApiKeyCommand_ApiKey - /// } - /// errors { - /// __typename - /// ... ApiKeyNotFoundError - /// ... Error - /// } + /// ... ArgumentRemoved + /// ... ArgumentAdded + /// ... ArgumentChanged + /// ... DescriptionChanged + /// ... TypeChanged + /// ... DeprecatedChange /// } /// } - /// - /// fragment DeleteApiKeyCommand_ApiKey on ApiKey { - /// id - /// ... ApiKeyDetailPrompt_ApiKey + /// + /// fragment ArgumentRemoved on ArgumentRemoved { + /// ... SchemaChange + /// coordinate + /// severity + /// name + /// typeName + /// __typename /// } - /// - /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { - /// id + /// + /// fragment ArgumentAdded on ArgumentAdded { + /// ... SchemaChange + /// coordinate + /// severity /// name - /// workspace { + /// typeName + /// __typename + /// } + /// + /// fragment ArgumentChanged on ArgumentChanged { + /// ... SchemaChange + /// coordinate + /// severity + /// name + /// __typename + /// changes { /// __typename - /// name + /// ... DescriptionChanged + /// ... DeprecatedChange + /// ... TypeChanged /// } /// } - /// - /// fragment ApiKeyNotFoundError on ApiKeyNotFoundError { - /// __typename - /// message - /// apiKeyId + /// + /// fragment DeprecatedChange on DeprecatedChange { + /// ... SchemaChange + /// deprecationReason + /// severity /// } - /// - /// fragment Error on Error { - /// message + /// + /// fragment TypeChanged on TypeChanged { + /// ... SchemaChange + /// oldType + /// newType + /// severity + /// __typename /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiKeyCommandMutationMutationDocument : global::StrawberryShake.IDocument - { - private DeleteApiKeyCommandMutationMutationDocument() - { - } - - public static DeleteApiKeyCommandMutationMutationDocument Instance { get; } = new DeleteApiKeyCommandMutationMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation DeleteApiKeyCommandMutation($input: DeleteApiKeyInput!) { deleteApiKey(input: $input) { __typename apiKey { __typename ... DeleteApiKeyCommand_ApiKey } errors { __typename ... ApiKeyNotFoundError ... Error } } } fragment DeleteApiKeyCommand_ApiKey on ApiKey { id ... ApiKeyDetailPrompt_ApiKey } fragment ApiKeyDetailPrompt_ApiKey on ApiKey { id name workspace { __typename name } } fragment ApiKeyNotFoundError on ApiKeyNotFoundError { __typename message apiKeyId } fragment Error on Error { message }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "d9c3122efc6baad1e0bfd610a4503566"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the DeleteApiKeyCommandMutation GraphQL operation - /// - /// mutation DeleteApiKeyCommandMutation( - /// $input: DeleteApiKeyInput! - /// ) { - /// deleteApiKey(input: $input) { + /// + /// fragment InputObjectModifiedChange on InputObjectModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { /// __typename - /// apiKey { - /// __typename - /// ... DeleteApiKeyCommand_ApiKey - /// } - /// errors { - /// __typename - /// ... ApiKeyNotFoundError - /// ... Error - /// } + /// ... DescriptionChanged + /// ... FieldAddedChange + /// ... FieldRemovedChange + /// ... InputFieldChanged /// } /// } - /// - /// fragment DeleteApiKeyCommand_ApiKey on ApiKey { - /// id - /// ... ApiKeyDetailPrompt_ApiKey + /// + /// fragment InputFieldChanged on InputFieldChanged { + /// ... SchemaChange + /// coordinate + /// severity + /// fieldName + /// changes { + /// __typename + /// ... DescriptionChanged + /// ... TypeChanged + /// ... DeprecatedChange + /// } /// } - /// - /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { - /// id - /// name - /// workspace { + /// + /// fragment DirectiveModifiedChange on DirectiveModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { /// __typename - /// name + /// ... DirectiveLocationAdded + /// ... DirectiveLocationRemoved + /// ... DescriptionChanged + /// ... ArgumentRemoved + /// ... ArgumentChanged + /// ... ArgumentAdded /// } /// } - /// - /// fragment ApiKeyNotFoundError on ApiKeyNotFoundError { + /// + /// fragment DirectiveLocationAdded on DirectiveLocationAdded { + /// ... SchemaChange + /// location + /// severity /// __typename - /// message - /// apiKeyId /// } - /// - /// fragment Error on Error { - /// message + /// + /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { + /// ... SchemaChange + /// location + /// severity + /// __typename /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiKeyCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _deleteApiKeyInputFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public DeleteApiKeyCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _deleteApiKeyInputFormatter = serializerResolver.GetInputValueFormatter("DeleteApiKeyInput"); - } - - private DeleteApiKeyCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter deleteApiKeyInputFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _deleteApiKeyInputFormatter = deleteApiKeyInputFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IDeleteApiKeyCommandMutationResult); - - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyCommandMutationMutation(_operationExecutor, _configure.Add(configure), _deleteApiKeyInputFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput input, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(input); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(input); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput input) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: DeleteApiKeyCommandMutationMutationDocument.Instance.Hash.Value, name: "DeleteApiKeyCommandMutation", document: DeleteApiKeyCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _deleteApiKeyInputFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the DeleteApiKeyCommandMutation GraphQL operation - /// - /// mutation DeleteApiKeyCommandMutation( - /// $input: DeleteApiKeyInput! - /// ) { - /// deleteApiKey(input: $input) { + /// + /// fragment ScalarModifiedChange on ScalarModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { /// __typename - /// apiKey { - /// __typename - /// ... DeleteApiKeyCommand_ApiKey - /// } - /// errors { - /// __typename - /// ... ApiKeyNotFoundError - /// ... Error - /// } + /// ... DescriptionChanged /// } /// } - /// - /// fragment DeleteApiKeyCommand_ApiKey on ApiKey { - /// id - /// ... ApiKeyDetailPrompt_ApiKey - /// } - /// - /// fragment ApiKeyDetailPrompt_ApiKey on ApiKey { - /// id - /// name - /// workspace { + /// + /// fragment EnumModifiedChange on EnumModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { /// __typename - /// name + /// ... DescriptionChanged + /// ... EnumValueRemoved + /// ... EnumValueAdded + /// ... EnumValueChanged /// } /// } - /// - /// fragment ApiKeyNotFoundError on ApiKeyNotFoundError { - /// __typename - /// message - /// apiKeyId + /// + /// fragment EnumValueRemoved on EnumValueRemoved { + /// ... SchemaChange + /// coordinate + /// severity /// } - /// - /// fragment Error on Error { - /// message + /// + /// fragment EnumValueAdded on EnumValueAdded { + /// ... SchemaChange + /// coordinate + /// severity /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteApiKeyCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the UploadMcpFeatureCollectionCommandMutation GraphQL operation - /// - /// mutation UploadMcpFeatureCollectionCommandMutation( - /// $input: UploadMcpFeatureCollectionInput! - /// ) { - /// uploadMcpFeatureCollection(input: $input) { + /// + /// fragment EnumValueChanged on EnumValueChanged { + /// ... SchemaChange + /// coordinate + /// severity + /// changes { /// __typename - /// mcpFeatureCollectionVersion { - /// __typename - /// id - /// } - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... McpFeatureCollectionNotFoundError - /// ... InvalidMcpFeatureCollectionArchiveError - /// ... DuplicatedTagError - /// ... ConcurrentOperationError - /// ... Error - /// } + /// ... DeprecatedChange + /// ... DescriptionChanged /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// + /// fragment UnionModifiedChange on UnionModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity /// __typename - /// message - /// ... Error + /// changes { + /// __typename + /// ... DescriptionChanged + /// ... UnionMemberRemoved + /// ... UnionMemberAdded + /// } /// } - /// - /// fragment Error on Error { - /// message + /// + /// fragment UnionMemberRemoved on UnionMemberRemoved { + /// ... SchemaChange + /// typeName + /// severity /// } - /// - /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { - /// mcpFeatureCollectionId - /// ... Error + /// + /// fragment UnionMemberAdded on UnionMemberAdded { + /// ... SchemaChange + /// typeName + /// severity /// } - /// - /// fragment InvalidMcpFeatureCollectionArchiveError on InvalidMcpFeatureCollectionArchiveError { - /// message + /// + /// fragment InterfaceModifiedChange on InterfaceModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { + /// __typename + /// ... InterfaceImplementationAdded + /// ... InterfaceImplementationRemoved + /// ... DescriptionChanged + /// ... FieldAddedChange + /// ... FieldRemovedChange + /// ... OutputFieldChanged + /// ... PossibleTypeAdded + /// ... PossibleTypeRemoved + /// } /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { + /// + /// fragment PossibleTypeAdded on PossibleTypeAdded { + /// ... SchemaChange + /// typeName + /// severity + /// } + /// + /// fragment PossibleTypeRemoved on PossibleTypeRemoved { + /// ... SchemaChange + /// typeName + /// severity + /// } + /// + /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message - /// ... Error + /// errors { + /// __typename + /// message + /// code + /// } /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename + /// + /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message - /// ... Error + /// client { + /// __typename + /// id + /// name + /// } + /// queries { + /// __typename + /// deployedTags + /// message + /// hash + /// errors { + /// __typename + /// message + /// code + /// path + /// locations { + /// __typename + /// column + /// line + /// } + /// } + /// } /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadMcpFeatureCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument - { - private UploadMcpFeatureCollectionCommandMutationMutationDocument() - { - } - - public static UploadMcpFeatureCollectionCommandMutationMutationDocument Instance { get; } = new UploadMcpFeatureCollectionCommandMutationMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation UploadMcpFeatureCollectionCommandMutation($input: UploadMcpFeatureCollectionInput!) { uploadMcpFeatureCollection(input: $input) { __typename mcpFeatureCollectionVersion { __typename id } errors { __typename ... UnauthorizedOperation ... McpFeatureCollectionNotFoundError ... InvalidMcpFeatureCollectionArchiveError ... DuplicatedTagError ... ConcurrentOperationError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { mcpFeatureCollectionId ... Error } fragment InvalidMcpFeatureCollectionArchiveError on InvalidMcpFeatureCollectionArchiveError { message } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "eb5219613bc72b416f81729786573163"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the UploadMcpFeatureCollectionCommandMutation GraphQL operation - /// - /// mutation UploadMcpFeatureCollectionCommandMutation( - /// $input: UploadMcpFeatureCollectionInput! - /// ) { - /// uploadMcpFeatureCollection(input: $input) { + /// + /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// collections { /// __typename - /// mcpFeatureCollectionVersion { + /// openApiCollection { /// __typename /// id + /// name /// } - /// errors { + /// entities { /// __typename - /// ... UnauthorizedOperation - /// ... McpFeatureCollectionNotFoundError - /// ... InvalidMcpFeatureCollectionArchiveError - /// ... DuplicatedTagError - /// ... ConcurrentOperationError - /// ... Error + /// errors { + /// __typename + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError + /// } + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route + /// } + /// ... on OpenApiCollectionValidationModel { + /// name + /// } /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// code /// message - /// ... Error + /// path + /// locations { + /// __typename + /// column + /// line + /// } /// } - /// - /// fragment Error on Error { + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message /// } - /// - /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { - /// mcpFeatureCollectionId - /// ... Error - /// } - /// - /// fragment InvalidMcpFeatureCollectionArchiveError on InvalidMcpFeatureCollectionArchiveError { - /// message + /// + /// fragment ProcessingTaskApproved on ProcessingTaskApproved { + /// state /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { - /// __typename - /// message - /// ... Error + /// + /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { + /// ready: __typename /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error + /// + /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { + /// queued: __typename + /// queuePosition /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadMcpFeatureCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation + public partial class PublishMcpFeatureCollectionCommandSubscriptionSubscription : global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscriptionSubscription { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadMcpFeatureCollectionInputFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public UploadMcpFeatureCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _uploadMcpFeatureCollectionInputFormatter = serializerResolver.GetInputValueFormatter("UploadMcpFeatureCollectionInput"); - } - - private UploadMcpFeatureCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter uploadMcpFeatureCollectionInputFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _uploadMcpFeatureCollectionInputFormatter = uploadMcpFeatureCollectionInputFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUploadMcpFeatureCollectionCommandMutationResult); - - public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _uploadMcpFeatureCollectionInputFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(input); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - private void MapFilesFromTypeUploadMcpFeatureCollectionInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput value, global::System.Collections.Generic.Dictionary files) - { - var pathCollection = path + ".collection"; - var valueCollection = value.Collection; - files.Add(pathCollection, valueCollection is global::StrawberryShake.Upload u ? u : null); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); } - private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput value, global::System.Collections.Generic.Dictionary files) - { - if (value is { } value_i) - { - MapFilesFromTypeUploadMcpFeatureCollectionInput(path, value_i, files); - } - } + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IPublishMcpFeatureCollectionCommandSubscriptionResult); - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(input); + var request = CreateRequest(requestId); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String requestId) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); - var files = new global::System.Collections.Generic.Dictionary(); - MapFilesFromArgumentInput("variables.input", input, files); - return CreateRequest(variables, files); + variables.Add("requestId", FormatRequestId(requestId)); + return CreateRequest(variables); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: UploadMcpFeatureCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "UploadMcpFeatureCollectionCommandMutation", document: UploadMcpFeatureCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); + return new global::StrawberryShake.OperationRequest(id: PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument.Instance.Hash.Value, name: "PublishMcpFeatureCollectionCommandSubscription", document: PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput value) + private global::System.Object? FormatRequestId(global::System.String value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _uploadMcpFeatureCollectionInputFormatter.Format(value); + return _iDFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); + return CreateRequest(variables!); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the UploadMcpFeatureCollectionCommandMutation GraphQL operation + /// Represents the operation service of the PublishMcpFeatureCollectionCommandSubscription GraphQL operation /// - /// mutation UploadMcpFeatureCollectionCommandMutation( - /// $input: UploadMcpFeatureCollectionInput! + /// subscription PublishMcpFeatureCollectionCommandSubscription( + /// $requestId: ID! /// ) { - /// uploadMcpFeatureCollection(input: $input) { + /// onMcpFeatureCollectionVersionPublishingUpdate(requestId: $requestId) { /// __typename - /// mcpFeatureCollectionVersion { - /// __typename - /// id - /// } - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... McpFeatureCollectionNotFoundError - /// ... InvalidMcpFeatureCollectionArchiveError - /// ... DuplicatedTagError - /// ... ConcurrentOperationError - /// ... Error - /// } + /// ... McpFeatureCollectionVersionPublishFailed + /// ... McpFeatureCollectionVersionPublishSuccess + /// ... OperationInProgress + /// ... WaitForApproval + /// ... ProcessingTaskApproved + /// ... ProcessingTaskIsReady + /// ... ProcessingTaskIsQueued /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { - /// mcpFeatureCollectionId - /// ... Error + /// + /// fragment McpFeatureCollectionVersionPublishFailed on McpFeatureCollectionVersionPublishFailed { + /// state + /// errors { + /// __typename + /// ... UnexpectedProcessingError + /// ... ProcessingTimeoutError + /// ... ConcurrentOperationError + /// ... McpFeatureCollectionValidationError + /// } /// } - /// - /// fragment InvalidMcpFeatureCollectionArchiveError on InvalidMcpFeatureCollectionArchiveError { + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename /// message /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { /// __typename /// message - /// ... Error /// } - /// + /// /// fragment ConcurrentOperationError on ConcurrentOperationError { /// __typename /// message /// ... Error /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadMcpFeatureCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the ValidateMcpFeatureCollectionCommandMutation GraphQL operation - /// - /// mutation ValidateMcpFeatureCollectionCommandMutation( - /// $input: ValidateMcpFeatureCollectionInput! - /// ) { - /// validateMcpFeatureCollection(input: $input) { + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { + /// collections { /// __typename - /// id - /// errors { + /// mcpFeatureCollection { /// __typename - /// ... UnauthorizedOperation - /// ... StageNotFoundError - /// ... McpFeatureCollectionNotFoundError - /// ... Error + /// id + /// name + /// } + /// entities { + /// __typename + /// errors { + /// __typename + /// ... McpFeatureCollectionValidationDocumentError + /// ... McpFeatureCollectionValidationEntityValidationError + /// } + /// ... on McpFeatureCollectionValidationPrompt { + /// name + /// } + /// ... on McpFeatureCollectionValidationTool { + /// name + /// } /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename + /// + /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { + /// code /// message - /// ... Error + /// path + /// locations { + /// __typename + /// column + /// line + /// } /// } - /// - /// fragment Error on Error { + /// + /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename - /// message - /// name - /// ... Error + /// + /// fragment McpFeatureCollectionVersionPublishSuccess on McpFeatureCollectionVersionPublishSuccess { + /// state /// } - /// - /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { - /// mcpFeatureCollectionId - /// ... Error + /// + /// fragment OperationInProgress on OperationInProgress { + /// state /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument - { - private ValidateMcpFeatureCollectionCommandMutationMutationDocument() - { - } - - public static ValidateMcpFeatureCollectionCommandMutationMutationDocument Instance { get; } = new ValidateMcpFeatureCollectionCommandMutationMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation ValidateMcpFeatureCollectionCommandMutation($input: ValidateMcpFeatureCollectionInput!) { validateMcpFeatureCollection(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... McpFeatureCollectionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { mcpFeatureCollectionId ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "17c73eb7d485a0bf03b77efc0d4b7ecd"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the ValidateMcpFeatureCollectionCommandMutation GraphQL operation - /// - /// mutation ValidateMcpFeatureCollectionCommandMutation( - /// $input: ValidateMcpFeatureCollectionInput! - /// ) { - /// validateMcpFeatureCollection(input: $input) { + /// + /// fragment WaitForApproval on WaitForApproval { + /// state + /// deployment { /// __typename - /// id - /// errors { - /// __typename + /// ... on SchemaDeployment { + /// errors { + /// __typename + /// ... OperationsAreNotAllowedError + /// ... SchemaVersionSyntaxError + /// ... SchemaChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError + /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// ... on ClientDeployment { + /// errors { + /// __typename + /// ... PersistedQueryValidationError + /// } + /// } + /// ... on FusionConfigurationDeployment { + /// errors { + /// __typename + /// ... SchemaChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError + /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// ... on OpenApiCollectionDeployment { + /// errors { + /// __typename + /// ... OpenApiCollectionValidationError + /// } + /// } + /// ... on McpFeatureCollectionDeployment { + /// errors { + /// __typename + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// } + /// } + /// + /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { + /// __typename + /// message + /// } + /// + /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { + /// __typename + /// message + /// column + /// position + /// line + /// } + /// + /// fragment SchemaChangeViolationError on SchemaChangeViolationError { + /// message + /// changes { + /// __typename + /// ... SchemaChangeLogEntry + /// } + /// } + /// + /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { + /// __typename + /// ... TypeSystemMemberAddedChange + /// ... TypeSystemMemberRemovedChange + /// ... ObjectModifiedChange + /// ... InputObjectModifiedChange + /// ... DirectiveModifiedChange + /// ... ScalarModifiedChange + /// ... EnumModifiedChange + /// ... UnionModifiedChange + /// ... InterfaceModifiedChange + /// ... SchemaChange + /// } + /// + /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// } + /// + /// fragment SchemaChange on SchemaChange { + /// severity + /// } + /// + /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// } + /// + /// fragment ObjectModifiedChange on ObjectModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { + /// __typename + /// ... InterfaceImplementationAdded + /// ... InterfaceImplementationRemoved + /// ... DescriptionChanged + /// ... FieldAddedChange + /// ... FieldRemovedChange + /// ... OutputFieldChanged + /// } + /// } + /// + /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { + /// ... SchemaChange + /// interfaceName + /// severity + /// } + /// + /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { + /// ... SchemaChange + /// interfaceName + /// severity + /// } + /// + /// fragment DescriptionChanged on DescriptionChanged { + /// ... SchemaChange + /// old + /// new + /// severity + /// __typename + /// } + /// + /// fragment FieldAddedChange on FieldAddedChange { + /// ... SchemaChange + /// coordinate + /// typeName + /// fieldName + /// severity + /// } + /// + /// fragment FieldRemovedChange on FieldRemovedChange { + /// ... SchemaChange + /// coordinate + /// typeName + /// fieldName + /// severity + /// } + /// + /// fragment OutputFieldChanged on OutputFieldChanged { + /// ... SchemaChange + /// coordinate + /// severity + /// fieldName + /// changes { + /// __typename + /// ... ArgumentRemoved + /// ... ArgumentAdded + /// ... ArgumentChanged + /// ... DescriptionChanged + /// ... TypeChanged + /// ... DeprecatedChange + /// } + /// } + /// + /// fragment ArgumentRemoved on ArgumentRemoved { + /// ... SchemaChange + /// coordinate + /// severity + /// name + /// typeName + /// __typename + /// } + /// + /// fragment ArgumentAdded on ArgumentAdded { + /// ... SchemaChange + /// coordinate + /// severity + /// name + /// typeName + /// __typename + /// } + /// + /// fragment ArgumentChanged on ArgumentChanged { + /// ... SchemaChange + /// coordinate + /// severity + /// name + /// __typename + /// changes { + /// __typename + /// ... DescriptionChanged + /// ... DeprecatedChange + /// ... TypeChanged + /// } + /// } + /// + /// fragment DeprecatedChange on DeprecatedChange { + /// ... SchemaChange + /// deprecationReason + /// severity + /// } + /// + /// fragment TypeChanged on TypeChanged { + /// ... SchemaChange + /// oldType + /// newType + /// severity + /// __typename + /// } + /// + /// fragment InputObjectModifiedChange on InputObjectModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { + /// __typename + /// ... DescriptionChanged + /// ... FieldAddedChange + /// ... FieldRemovedChange + /// ... InputFieldChanged + /// } + /// } + /// + /// fragment InputFieldChanged on InputFieldChanged { + /// ... SchemaChange + /// coordinate + /// severity + /// fieldName + /// changes { + /// __typename + /// ... DescriptionChanged + /// ... TypeChanged + /// ... DeprecatedChange + /// } + /// } + /// + /// fragment DirectiveModifiedChange on DirectiveModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { + /// __typename + /// ... DirectiveLocationAdded + /// ... DirectiveLocationRemoved + /// ... DescriptionChanged + /// ... ArgumentRemoved + /// ... ArgumentChanged + /// ... ArgumentAdded + /// } + /// } + /// + /// fragment DirectiveLocationAdded on DirectiveLocationAdded { + /// ... SchemaChange + /// location + /// severity + /// __typename + /// } + /// + /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { + /// ... SchemaChange + /// location + /// severity + /// __typename + /// } + /// + /// fragment ScalarModifiedChange on ScalarModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { + /// __typename + /// ... DescriptionChanged + /// } + /// } + /// + /// fragment EnumModifiedChange on EnumModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { + /// __typename + /// ... DescriptionChanged + /// ... EnumValueRemoved + /// ... EnumValueAdded + /// ... EnumValueChanged + /// } + /// } + /// + /// fragment EnumValueRemoved on EnumValueRemoved { + /// ... SchemaChange + /// coordinate + /// severity + /// } + /// + /// fragment EnumValueAdded on EnumValueAdded { + /// ... SchemaChange + /// coordinate + /// severity + /// } + /// + /// fragment EnumValueChanged on EnumValueChanged { + /// ... SchemaChange + /// coordinate + /// severity + /// changes { + /// __typename + /// ... DeprecatedChange + /// ... DescriptionChanged + /// } + /// } + /// + /// fragment UnionModifiedChange on UnionModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { + /// __typename + /// ... DescriptionChanged + /// ... UnionMemberRemoved + /// ... UnionMemberAdded + /// } + /// } + /// + /// fragment UnionMemberRemoved on UnionMemberRemoved { + /// ... SchemaChange + /// typeName + /// severity + /// } + /// + /// fragment UnionMemberAdded on UnionMemberAdded { + /// ... SchemaChange + /// typeName + /// severity + /// } + /// + /// fragment InterfaceModifiedChange on InterfaceModifiedChange { + /// ... SchemaChange + /// coordinate + /// severity + /// __typename + /// changes { + /// __typename + /// ... InterfaceImplementationAdded + /// ... InterfaceImplementationRemoved + /// ... DescriptionChanged + /// ... FieldAddedChange + /// ... FieldRemovedChange + /// ... OutputFieldChanged + /// ... PossibleTypeAdded + /// ... PossibleTypeRemoved + /// } + /// } + /// + /// fragment PossibleTypeAdded on PossibleTypeAdded { + /// ... SchemaChange + /// typeName + /// severity + /// } + /// + /// fragment PossibleTypeRemoved on PossibleTypeRemoved { + /// ... SchemaChange + /// typeName + /// severity + /// } + /// + /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { + /// __typename + /// message + /// errors { + /// __typename + /// message + /// code + /// } + /// } + /// + /// fragment PersistedQueryValidationError on PersistedQueryValidationError { + /// message + /// client { + /// __typename + /// id + /// name + /// } + /// queries { + /// __typename + /// deployedTags + /// message + /// hash + /// errors { + /// __typename + /// message + /// code + /// path + /// locations { + /// __typename + /// column + /// line + /// } + /// } + /// } + /// } + /// + /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// collections { + /// __typename + /// openApiCollection { + /// __typename + /// id + /// name + /// } + /// entities { + /// __typename + /// errors { + /// __typename + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError + /// } + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route + /// } + /// ... on OpenApiCollectionValidationModel { + /// name + /// } + /// } + /// } + /// } + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// code + /// message + /// path + /// locations { + /// __typename + /// column + /// line + /// } + /// } + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { + /// message + /// } + /// + /// fragment ProcessingTaskApproved on ProcessingTaskApproved { + /// state + /// } + /// + /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { + /// ready: __typename + /// } + /// + /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { + /// queued: __typename + /// queuePosition + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishMcpFeatureCollectionCommandSubscriptionSubscription : global::StrawberryShake.IOperationRequestFactory + { + global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the UploadMcpFeatureCollectionCommandMutation GraphQL operation + /// + /// mutation UploadMcpFeatureCollectionCommandMutation( + /// $input: UploadMcpFeatureCollectionInput! + /// ) { + /// uploadMcpFeatureCollection(input: $input) { + /// __typename + /// mcpFeatureCollectionVersion { + /// __typename + /// id + /// } + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... McpFeatureCollectionNotFoundError + /// ... InvalidMcpFeatureCollectionArchiveError + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... Error + /// } + /// } + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { + /// mcpFeatureCollectionId + /// ... Error + /// } + /// + /// fragment InvalidMcpFeatureCollectionArchiveError on InvalidMcpFeatureCollectionArchiveError { + /// message + /// } + /// + /// fragment DuplicatedTagError on DuplicatedTagError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UploadMcpFeatureCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument + { + private UploadMcpFeatureCollectionCommandMutationMutationDocument() + { + } + + public static UploadMcpFeatureCollectionCommandMutationMutationDocument Instance { get; } = new UploadMcpFeatureCollectionCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "eb5219613bc72b416f81729786573163"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the UploadMcpFeatureCollectionCommandMutation GraphQL operation + /// + /// mutation UploadMcpFeatureCollectionCommandMutation( + /// $input: UploadMcpFeatureCollectionInput! + /// ) { + /// uploadMcpFeatureCollection(input: $input) { + /// __typename + /// mcpFeatureCollectionVersion { + /// __typename + /// id + /// } + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... McpFeatureCollectionNotFoundError + /// ... InvalidMcpFeatureCollectionArchiveError + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... Error + /// } + /// } + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { + /// mcpFeatureCollectionId + /// ... Error + /// } + /// + /// fragment InvalidMcpFeatureCollectionArchiveError on InvalidMcpFeatureCollectionArchiveError { + /// message + /// } + /// + /// fragment DuplicatedTagError on DuplicatedTagError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UploadMcpFeatureCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation + { + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadMcpFeatureCollectionInputFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public UploadMcpFeatureCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _uploadMcpFeatureCollectionInputFormatter = serializerResolver.GetInputValueFormatter("UploadMcpFeatureCollectionInput"); + } + + private UploadMcpFeatureCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter uploadMcpFeatureCollectionInputFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _uploadMcpFeatureCollectionInputFormatter = uploadMcpFeatureCollectionInputFormatter; + } + + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUploadMcpFeatureCollectionCommandMutationResult); + + public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _uploadMcpFeatureCollectionInputFormatter); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } + + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(input); + foreach (var configure in _configure) + { + configure(request); + } + + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } + + private void MapFilesFromTypeUploadMcpFeatureCollectionInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput value, global::System.Collections.Generic.Dictionary files) + { + var pathCollection = path + ".collection"; + var valueCollection = value.Collection; + files.Add(pathCollection, valueCollection is global::StrawberryShake.Upload u ? u : null); + } + + private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput value, global::System.Collections.Generic.Dictionary files) + { + if (value is { } value_i) + { + MapFilesFromTypeUploadMcpFeatureCollectionInput(path, value_i, files); + } + } + + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(input); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput input) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("input", FormatInput(input)); + var files = new global::System.Collections.Generic.Dictionary(); + MapFilesFromArgumentInput("variables.input", input, files); + return CreateRequest(variables, files); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) + { + return new global::StrawberryShake.OperationRequest(id: UploadMcpFeatureCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "UploadMcpFeatureCollectionCommandMutation", document: UploadMcpFeatureCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); + } + + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _uploadMcpFeatureCollectionInputFormatter.Format(value); + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the UploadMcpFeatureCollectionCommandMutation GraphQL operation + /// + /// mutation UploadMcpFeatureCollectionCommandMutation( + /// $input: UploadMcpFeatureCollectionInput! + /// ) { + /// uploadMcpFeatureCollection(input: $input) { + /// __typename + /// mcpFeatureCollectionVersion { + /// __typename + /// id + /// } + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... McpFeatureCollectionNotFoundError + /// ... InvalidMcpFeatureCollectionArchiveError + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... Error + /// } + /// } + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { + /// mcpFeatureCollectionId + /// ... Error + /// } + /// + /// fragment InvalidMcpFeatureCollectionArchiveError on InvalidMcpFeatureCollectionArchiveError { + /// message + /// } + /// + /// fragment DuplicatedTagError on DuplicatedTagError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUploadMcpFeatureCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadMcpFeatureCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the ValidateMcpFeatureCollectionCommandMutation GraphQL operation + /// + /// mutation ValidateMcpFeatureCollectionCommandMutation( + /// $input: ValidateMcpFeatureCollectionInput! + /// ) { + /// validateMcpFeatureCollection(input: $input) { + /// __typename + /// id + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... McpFeatureCollectionNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name + /// ... Error + /// } + /// + /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { + /// mcpFeatureCollectionId + /// ... Error + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ValidateMcpFeatureCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument + { + private ValidateMcpFeatureCollectionCommandMutationMutationDocument() + { + } + + public static ValidateMcpFeatureCollectionCommandMutationMutationDocument Instance { get; } = new ValidateMcpFeatureCollectionCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "17c73eb7d485a0bf03b77efc0d4b7ecd"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the ValidateMcpFeatureCollectionCommandMutation GraphQL operation + /// + /// mutation ValidateMcpFeatureCollectionCommandMutation( + /// $input: ValidateMcpFeatureCollectionInput! + /// ) { + /// validateMcpFeatureCollection(input: $input) { + /// __typename + /// id + /// errors { + /// __typename /// ... UnauthorizedOperation /// ... StageNotFoundError /// ... McpFeatureCollectionNotFoundError @@ -151611,24 +152766,24 @@ private ValidateMcpFeatureCollectionCommandMutationMutationDocument() /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message /// name /// ... Error /// } - /// + /// /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { /// mcpFeatureCollectionId /// ... Error @@ -151714,7 +152869,7 @@ private void MapFilesFromArgumentInput(global::System.String path, global::Chill private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) { - return new global::StrawberryShake.OperationRequest(id: ValidateMcpFeatureCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "ValidateMcpFeatureCollectionCommandMutation", document: ValidateMcpFeatureCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ValidateMcpFeatureCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "ValidateMcpFeatureCollectionCommandMutation", document: ValidateMcpFeatureCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); } private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.ValidateMcpFeatureCollectionInput value) @@ -151752,24 +152907,24 @@ private void MapFilesFromArgumentInput(global::System.String path, global::Chill /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message /// name /// ... Error /// } - /// + /// /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { /// mcpFeatureCollectionId /// ... Error @@ -151801,7 +152956,7 @@ public partial interface IValidateMcpFeatureCollectionCommandMutationMutation : /// ... ValidationInProgress /// } /// } - /// + /// /// fragment McpFeatureCollectionVersionValidationFailed on McpFeatureCollectionVersionValidationFailed { /// state /// errors { @@ -151812,17 +152967,17 @@ public partial interface IValidateMcpFeatureCollectionCommandMutationMutation : /// ... McpFeatureCollectionValidationArchiveError /// } /// } - /// + /// /// fragment ProcessingTimeoutError on ProcessingTimeoutError { /// __typename /// message /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename @@ -151847,7 +153002,7 @@ public partial interface IValidateMcpFeatureCollectionCommandMutationMutation : /// } /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message @@ -151858,23 +153013,23 @@ public partial interface IValidateMcpFeatureCollectionCommandMutationMutation : /// line /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationArchiveError on McpFeatureCollectionValidationArchiveError { /// message /// } - /// + /// /// fragment McpFeatureCollectionVersionValidationSuccess on McpFeatureCollectionVersionValidationSuccess { /// state /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment ValidationInProgress on ValidationInProgress { /// state /// } @@ -151889,7 +153044,7 @@ private ValidateMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() public static ValidateMcpFeatureCollectionCommandSubscriptionSubscriptionDocument Instance { get; } = new ValidateMcpFeatureCollectionCommandSubscriptionSubscriptionDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; - public global::System.ReadOnlySpan Body => "subscription ValidateMcpFeatureCollectionCommandSubscription($requestId: ID!) { onMcpFeatureCollectionVersionValidationUpdate(requestId: $requestId) { __typename ... McpFeatureCollectionVersionValidationFailed ... McpFeatureCollectionVersionValidationSuccess ... OperationInProgress ... ValidationInProgress } } fragment McpFeatureCollectionVersionValidationFailed on McpFeatureCollectionVersionValidationFailed { state errors { __typename ... ProcessingTimeoutError ... UnexpectedProcessingError ... McpFeatureCollectionValidationError ... McpFeatureCollectionValidationArchiveError } } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationArchiveError on McpFeatureCollectionValidationArchiveError { message } fragment McpFeatureCollectionVersionValidationSuccess on McpFeatureCollectionVersionValidationSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment ValidationInProgress on ValidationInProgress { state }"u8; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "9a5ac6c756ae69d3cb53bae89f844cb6"); public override global::System.String ToString() @@ -151917,7 +153072,7 @@ private ValidateMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... ValidationInProgress /// } /// } - /// + /// /// fragment McpFeatureCollectionVersionValidationFailed on McpFeatureCollectionVersionValidationFailed { /// state /// errors { @@ -151928,17 +153083,17 @@ private ValidateMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... McpFeatureCollectionValidationArchiveError /// } /// } - /// + /// /// fragment ProcessingTimeoutError on ProcessingTimeoutError { /// __typename /// message /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename @@ -151963,7 +153118,7 @@ private ValidateMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// } /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message @@ -151974,23 +153129,23 @@ private ValidateMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// line /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationArchiveError on McpFeatureCollectionValidationArchiveError { /// message /// } - /// + /// /// fragment McpFeatureCollectionVersionValidationSuccess on McpFeatureCollectionVersionValidationSuccess { /// state /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment ValidationInProgress on ValidationInProgress { /// state /// } @@ -152024,7 +153179,7 @@ public ValidateMcpFeatureCollectionCommandSubscriptionSubscription(global::Straw private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: ValidateMcpFeatureCollectionCommandSubscriptionSubscriptionDocument.Instance.Hash.Value, name: "ValidateMcpFeatureCollectionCommandSubscription", document: ValidateMcpFeatureCollectionCommandSubscriptionSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ValidateMcpFeatureCollectionCommandSubscriptionSubscriptionDocument.Instance.Hash.Value, name: "ValidateMcpFeatureCollectionCommandSubscription", document: ValidateMcpFeatureCollectionCommandSubscriptionSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatRequestId(global::System.String value) @@ -152058,7 +153213,7 @@ public ValidateMcpFeatureCollectionCommandSubscriptionSubscription(global::Straw /// ... ValidationInProgress /// } /// } - /// + /// /// fragment McpFeatureCollectionVersionValidationFailed on McpFeatureCollectionVersionValidationFailed { /// state /// errors { @@ -152069,17 +153224,17 @@ public ValidateMcpFeatureCollectionCommandSubscriptionSubscription(global::Straw /// ... McpFeatureCollectionValidationArchiveError /// } /// } - /// + /// /// fragment ProcessingTimeoutError on ProcessingTimeoutError { /// __typename /// message /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename @@ -152104,7 +153259,7 @@ public ValidateMcpFeatureCollectionCommandSubscriptionSubscription(global::Straw /// } /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message @@ -152115,23 +153270,23 @@ public ValidateMcpFeatureCollectionCommandSubscriptionSubscription(global::Straw /// line /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationArchiveError on McpFeatureCollectionValidationArchiveError { /// message /// } - /// + /// /// fragment McpFeatureCollectionVersionValidationSuccess on McpFeatureCollectionVersionValidationSuccess { /// state /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment ValidationInProgress on ValidationInProgress { /// state /// } @@ -152145,64 +153300,77 @@ public partial interface IValidateMcpFeatureCollectionCommandSubscriptionSubscri // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the DeleteMcpFeatureCollectionByIdCommandMutation GraphQL operation + /// Represents the operation service of the CreateMockSchema GraphQL operation /// - /// mutation DeleteMcpFeatureCollectionByIdCommandMutation( - /// $input: DeleteMcpFeatureCollectionByIdInput! + /// mutation CreateMockSchema( + /// $apiId: ID! + /// $baseSchemaFile: Upload! + /// $downstreamUrl: String! + /// $extensionsSchemaFile: Upload! + /// $name: String! /// ) { - /// deleteMcpFeatureCollectionById(input: $input) { + /// createMockSchema(input: { apiId: $apiId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { /// __typename - /// mcpFeatureCollection { + /// mockSchema { /// __typename - /// ... DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection + /// id + /// ... MockSchemaDetailPrompt /// } /// errors { /// __typename - /// ... Error - /// ... McpFeatureCollectionNotFoundError - /// ... UnauthorizedOperation + /// ... ApiNotFoundError + /// ... MockSchemaNonUniqueNameError /// } /// } /// } - /// - /// fragment DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection on McpFeatureCollection { - /// name - /// id - /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection - /// } - /// - /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { + /// + /// fragment MockSchemaDetailPrompt on MockSchema { /// id /// name + /// createdAt + /// createdBy { + /// __typename + /// username + /// } + /// modifiedAt + /// modifiedBy { + /// __typename + /// username + /// } + /// downstreamUrl + /// url /// } - /// - /// fragment Error on Error { + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename /// message - /// } - /// - /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { - /// mcpFeatureCollectionId + /// apiId /// ... Error /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { /// __typename /// message + /// name /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class CreateMockSchemaMutationDocument : global::StrawberryShake.IDocument { - private DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument() + private CreateMockSchemaMutationDocument() { } - public static DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument Instance { get; } = new DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument(); + public static CreateMockSchemaMutationDocument Instance { get; } = new CreateMockSchemaMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation DeleteMcpFeatureCollectionByIdCommandMutation($input: DeleteMcpFeatureCollectionByIdInput!) { deleteMcpFeatureCollectionById(input: $input) { __typename mcpFeatureCollection { __typename ... DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection } errors { __typename ... Error ... McpFeatureCollectionNotFoundError ... UnauthorizedOperation } } } fragment DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection on McpFeatureCollection { name id ... McpFeatureCollectionDetailPrompt_McpFeatureCollection } fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { id name } fragment Error on Error { message } fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { mcpFeatureCollectionId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "a87294003c8142e3996f1398a866c64f"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "dc1c3bda5bde62cf3e0b9afcaf32824e"); public override global::System.String ToString() { @@ -152216,92 +153384,111 @@ private DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the DeleteMcpFeatureCollectionByIdCommandMutation GraphQL operation + /// Represents the operation service of the CreateMockSchema GraphQL operation /// - /// mutation DeleteMcpFeatureCollectionByIdCommandMutation( - /// $input: DeleteMcpFeatureCollectionByIdInput! + /// mutation CreateMockSchema( + /// $apiId: ID! + /// $baseSchemaFile: Upload! + /// $downstreamUrl: String! + /// $extensionsSchemaFile: Upload! + /// $name: String! /// ) { - /// deleteMcpFeatureCollectionById(input: $input) { + /// createMockSchema(input: { apiId: $apiId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { /// __typename - /// mcpFeatureCollection { + /// mockSchema { /// __typename - /// ... DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection + /// id + /// ... MockSchemaDetailPrompt /// } /// errors { /// __typename - /// ... Error - /// ... McpFeatureCollectionNotFoundError - /// ... UnauthorizedOperation + /// ... ApiNotFoundError + /// ... MockSchemaNonUniqueNameError /// } /// } /// } - /// - /// fragment DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection on McpFeatureCollection { - /// name - /// id - /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection - /// } - /// - /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { + /// + /// fragment MockSchemaDetailPrompt on MockSchema { /// id /// name + /// createdAt + /// createdBy { + /// __typename + /// username + /// } + /// modifiedAt + /// modifiedBy { + /// __typename + /// username + /// } + /// downstreamUrl + /// url /// } - /// - /// fragment Error on Error { + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename /// message - /// } - /// - /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { - /// mcpFeatureCollectionId + /// apiId /// ... Error /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { /// __typename /// message + /// name /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteMcpFeatureCollectionByIdCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation + public partial class CreateMockSchemaMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _deleteMcpFeatureCollectionByIdInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public DeleteMcpFeatureCollectionByIdCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public CreateMockSchemaMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _deleteMcpFeatureCollectionByIdInputFormatter = serializerResolver.GetInputValueFormatter("DeleteMcpFeatureCollectionByIdInput"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } - private DeleteMcpFeatureCollectionByIdCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter deleteMcpFeatureCollectionByIdInputFormatter) + private CreateMockSchemaMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter uploadFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _deleteMcpFeatureCollectionByIdInputFormatter = deleteMcpFeatureCollectionByIdInputFormatter; + _iDFormatter = iDFormatter; + _uploadFormatter = uploadFormatter; + _stringFormatter = @stringFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IDeleteMcpFeatureCollectionByIdCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateMockSchemaResult); - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdCommandMutationMutation(_operationExecutor, _configure.Add(configure), _deleteMcpFeatureCollectionByIdInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.CreateMockSchemaMutation(_operationExecutor, _configure.Add(configure), _iDFormatter, _uploadFormatter, _stringFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::StrawberryShake.Upload baseSchemaFile, global::System.String downstreamUrl, global::StrawberryShake.Upload extensionsSchemaFile, global::System.String name, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(input); + var request = CreateRequest(apiId, baseSchemaFile, downstreamUrl, extensionsSchemaFile, name); foreach (var configure in _configure) { configure(request); @@ -152310,161 +153497,234 @@ private DeleteMcpFeatureCollectionByIdCommandMutationMutation(global::Strawberry return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + private void MapFilesFromArgumentBaseSchemaFile(global::System.String path, global::StrawberryShake.Upload value, global::System.Collections.Generic.Dictionary files) { - var request = CreateRequest(input); + files.Add(path, value is global::StrawberryShake.Upload u ? u : null); + } + + private void MapFilesFromArgumentExtensionsSchemaFile(global::System.String path, global::StrawberryShake.Upload value, global::System.Collections.Generic.Dictionary files) + { + files.Add(path, value is global::StrawberryShake.Upload u ? u : null); + } + + public global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.Upload baseSchemaFile, global::System.String downstreamUrl, global::StrawberryShake.Upload extensionsSchemaFile, global::System.String name, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(apiId, baseSchemaFile, downstreamUrl, extensionsSchemaFile, name); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::StrawberryShake.Upload baseSchemaFile, global::System.String downstreamUrl, global::StrawberryShake.Upload extensionsSchemaFile, global::System.String name) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); - return CreateRequest(variables); + variables.Add("apiId", FormatApiId(apiId)); + variables.Add("baseSchemaFile", FormatBaseSchemaFile(baseSchemaFile)); + variables.Add("downstreamUrl", FormatDownstreamUrl(downstreamUrl)); + variables.Add("extensionsSchemaFile", FormatExtensionsSchemaFile(extensionsSchemaFile)); + variables.Add("name", FormatName(name)); + var files = new global::System.Collections.Generic.Dictionary(); + MapFilesFromArgumentBaseSchemaFile("variables.baseSchemaFile", baseSchemaFile, files); + MapFilesFromArgumentExtensionsSchemaFile("variables.extensionsSchemaFile", extensionsSchemaFile, files); + return CreateRequest(variables, files); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) { - return new global::StrawberryShake.OperationRequest(id: DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument.Instance.Hash.Value, name: "DeleteMcpFeatureCollectionByIdCommandMutation", document: DeleteMcpFeatureCollectionByIdCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: CreateMockSchemaMutationDocument.Instance.Hash.Value, name: "CreateMockSchema", document: CreateMockSchemaMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput value) + private global::System.Object? FormatApiId(global::System.String value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _deleteMcpFeatureCollectionByIdInputFormatter.Format(value); + return _iDFormatter.Format(value); + } + + private global::System.Object? FormatBaseSchemaFile(global::StrawberryShake.Upload value) + { + return _uploadFormatter.Format(value); + } + + private global::System.Object? FormatDownstreamUrl(global::System.String value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _stringFormatter.Format(value); + } + + private global::System.Object? FormatExtensionsSchemaFile(global::StrawberryShake.Upload value) + { + return _uploadFormatter.Format(value); + } + + private global::System.Object? FormatName(global::System.String value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _stringFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!); + return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the DeleteMcpFeatureCollectionByIdCommandMutation GraphQL operation + /// Represents the operation service of the CreateMockSchema GraphQL operation /// - /// mutation DeleteMcpFeatureCollectionByIdCommandMutation( - /// $input: DeleteMcpFeatureCollectionByIdInput! + /// mutation CreateMockSchema( + /// $apiId: ID! + /// $baseSchemaFile: Upload! + /// $downstreamUrl: String! + /// $extensionsSchemaFile: Upload! + /// $name: String! /// ) { - /// deleteMcpFeatureCollectionById(input: $input) { + /// createMockSchema(input: { apiId: $apiId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { /// __typename - /// mcpFeatureCollection { + /// mockSchema { /// __typename - /// ... DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection + /// id + /// ... MockSchemaDetailPrompt /// } /// errors { /// __typename - /// ... Error - /// ... McpFeatureCollectionNotFoundError - /// ... UnauthorizedOperation + /// ... ApiNotFoundError + /// ... MockSchemaNonUniqueNameError /// } /// } /// } - /// - /// fragment DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection on McpFeatureCollection { - /// name - /// id - /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection - /// } - /// - /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { + /// + /// fragment MockSchemaDetailPrompt on MockSchema { /// id /// name + /// createdAt + /// createdBy { + /// __typename + /// username + /// } + /// modifiedAt + /// modifiedBy { + /// __typename + /// username + /// } + /// downstreamUrl + /// url /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { - /// mcpFeatureCollectionId + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename + /// message + /// apiId /// ... Error /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { /// __typename /// message + /// name /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteMcpFeatureCollectionByIdCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface ICreateMockSchemaMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::StrawberryShake.Upload baseSchemaFile, global::System.String downstreamUrl, global::StrawberryShake.Upload extensionsSchemaFile, global::System.String name, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.Upload baseSchemaFile, global::System.String downstreamUrl, global::StrawberryShake.Upload extensionsSchemaFile, global::System.String name, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the CreateMcpFeatureCollectionCommandMutation GraphQL operation + /// Represents the operation service of the ListMockCommandQuery GraphQL operation /// - /// mutation CreateMcpFeatureCollectionCommandMutation( - /// $input: CreateMcpFeatureCollectionInput! + /// query ListMockCommandQuery( + /// $apiId: ID! + /// $after: String + /// $first: Int /// ) { - /// createMcpFeatureCollection(input: $input) { + /// apiById(id: $apiId) { /// __typename - /// mcpFeatureCollection { - /// __typename - /// ... CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection - /// } - /// errors { + /// mockSchemas(after: $after, first: $first) { /// __typename - /// ... Error - /// ... ApiNotFoundError - /// ... UnauthorizedOperation + /// edges { + /// __typename + /// ... ListMockCommand_MockEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } /// } /// } /// } - /// - /// fragment CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection on McpFeatureCollection { - /// name - /// id - /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection + /// + /// fragment ListMockCommand_MockEdge on MockSchemasEdge { + /// cursor + /// node { + /// __typename + /// ... ListMockCommand_Mock + /// } /// } - /// - /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { + /// + /// fragment ListMockCommand_Mock on MockSchema { /// id /// name + /// ... MockSchemaDetailPrompt /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error + /// + /// fragment MockSchemaDetailPrompt on MockSchema { + /// id + /// name + /// createdAt + /// createdBy { + /// __typename + /// username + /// } + /// modifiedAt + /// modifiedBy { + /// __typename + /// username + /// } + /// downstreamUrl + /// url /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMcpFeatureCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class ListMockCommandQueryQueryDocument : global::StrawberryShake.IDocument { - private CreateMcpFeatureCollectionCommandMutationMutationDocument() + private ListMockCommandQueryQueryDocument() { } - public static CreateMcpFeatureCollectionCommandMutationMutationDocument Instance { get; } = new CreateMcpFeatureCollectionCommandMutationMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation CreateMcpFeatureCollectionCommandMutation($input: CreateMcpFeatureCollectionInput!) { createMcpFeatureCollection(input: $input) { __typename mcpFeatureCollection { __typename ... CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection } errors { __typename ... Error ... ApiNotFoundError ... UnauthorizedOperation } } } fragment CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection on McpFeatureCollection { name id ... McpFeatureCollectionDetailPrompt_McpFeatureCollection } fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { id name } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "ba70847f71df37bf6b676e2c4ef91570"); + public static ListMockCommandQueryQueryDocument Instance { get; } = new ListMockCommandQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "1b7ebd5e95b4f31767e0271f30d34242"); public override global::System.String ToString() { @@ -152478,94 +153738,113 @@ private CreateMcpFeatureCollectionCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the CreateMcpFeatureCollectionCommandMutation GraphQL operation + /// Represents the operation service of the ListMockCommandQuery GraphQL operation /// - /// mutation CreateMcpFeatureCollectionCommandMutation( - /// $input: CreateMcpFeatureCollectionInput! + /// query ListMockCommandQuery( + /// $apiId: ID! + /// $after: String + /// $first: Int /// ) { - /// createMcpFeatureCollection(input: $input) { + /// apiById(id: $apiId) { /// __typename - /// mcpFeatureCollection { - /// __typename - /// ... CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection - /// } - /// errors { + /// mockSchemas(after: $after, first: $first) { /// __typename - /// ... Error - /// ... ApiNotFoundError - /// ... UnauthorizedOperation + /// edges { + /// __typename + /// ... ListMockCommand_MockEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } /// } /// } /// } - /// - /// fragment CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection on McpFeatureCollection { - /// name - /// id - /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection + /// + /// fragment ListMockCommand_MockEdge on MockSchemasEdge { + /// cursor + /// node { + /// __typename + /// ... ListMockCommand_Mock + /// } /// } - /// - /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { + /// + /// fragment ListMockCommand_Mock on MockSchema { /// id /// name + /// ... MockSchemaDetailPrompt /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error + /// + /// fragment MockSchemaDetailPrompt on MockSchema { + /// id + /// name + /// createdAt + /// createdBy { + /// __typename + /// username + /// } + /// modifiedAt + /// modifiedBy { + /// __typename + /// username + /// } + /// downstreamUrl + /// url /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMcpFeatureCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation + public partial class ListMockCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _createMcpFeatureCollectionInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public CreateMcpFeatureCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ListMockCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _createMcpFeatureCollectionInputFormatter = serializerResolver.GetInputValueFormatter("CreateMcpFeatureCollectionInput"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _intFormatter = serializerResolver.GetInputValueFormatter("Int"); } - private CreateMcpFeatureCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter createMcpFeatureCollectionInputFormatter) + private ListMockCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _createMcpFeatureCollectionInputFormatter = createMcpFeatureCollectionInputFormatter; + _stringFormatter = @stringFormatter; + _iDFormatter = iDFormatter; + _intFormatter = @intFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateMcpFeatureCollectionCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListMockCommandQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _createMcpFeatureCollectionInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.ListMockCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(input); + var request = CreateRequest(apiId, after, first); foreach (var configure in _configure) { configure(request); @@ -152574,32 +153853,58 @@ private CreateMcpFeatureCollectionCommandMutationMutation(global::StrawberryShak return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(input); + var request = CreateRequest(apiId, after, first); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::System.String? after, global::System.Int32? first) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); + variables.Add("apiId", FormatApiId(apiId)); + variables.Add("after", FormatAfter(after)); + variables.Add("first", FormatFirst(first)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: CreateMcpFeatureCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateMcpFeatureCollectionCommandMutation", document: CreateMcpFeatureCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ListMockCommandQueryQueryDocument.Instance.Hash.Value, name: "ListMockCommandQuery", document: ListMockCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput value) + private global::System.Object? FormatApiId(global::System.String value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _createMcpFeatureCollectionInputFormatter.Format(value); + return _iDFormatter.Format(value); + } + + private global::System.Object? FormatAfter(global::System.String? value) + { + if (value is null) + { + return value; + } + else + { + return _stringFormatter.Format(value); + } + } + + private global::System.Object? FormatFirst(global::System.Int32? value) + { + if (value is null) + { + return value; + } + else + { + return _intFormatter.Format(value); + } } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -152610,130 +153915,150 @@ private CreateMcpFeatureCollectionCommandMutationMutation(global::StrawberryShak // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the CreateMcpFeatureCollectionCommandMutation GraphQL operation + /// Represents the operation service of the ListMockCommandQuery GraphQL operation /// - /// mutation CreateMcpFeatureCollectionCommandMutation( - /// $input: CreateMcpFeatureCollectionInput! + /// query ListMockCommandQuery( + /// $apiId: ID! + /// $after: String + /// $first: Int /// ) { - /// createMcpFeatureCollection(input: $input) { + /// apiById(id: $apiId) { /// __typename - /// mcpFeatureCollection { - /// __typename - /// ... CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection - /// } - /// errors { + /// mockSchemas(after: $after, first: $first) { /// __typename - /// ... Error - /// ... ApiNotFoundError - /// ... UnauthorizedOperation + /// edges { + /// __typename + /// ... ListMockCommand_MockEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } /// } /// } /// } - /// - /// fragment CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection on McpFeatureCollection { - /// name - /// id - /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection + /// + /// fragment ListMockCommand_MockEdge on MockSchemasEdge { + /// cursor + /// node { + /// __typename + /// ... ListMockCommand_Mock + /// } /// } - /// - /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { + /// + /// fragment ListMockCommand_Mock on MockSchema { /// id /// name + /// ... MockSchemaDetailPrompt /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error + /// + /// fragment MockSchemaDetailPrompt on MockSchema { + /// id + /// name + /// createdAt + /// createdBy { + /// __typename + /// username + /// } + /// modifiedAt + /// modifiedBy { + /// __typename + /// username + /// } + /// downstreamUrl + /// url /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateMcpFeatureCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface IListMockCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ListMcpFeatureCollectionCommandQuery GraphQL operation + /// Represents the operation service of the UpdateMockSchema GraphQL operation /// - /// query ListMcpFeatureCollectionCommandQuery( - /// $apiId: ID! - /// $after: String - /// $first: Int + /// mutation UpdateMockSchema( + /// $mockSchemaId: ID! + /// $baseSchemaFile: Upload + /// $downstreamUrl: String + /// $extensionsSchemaFile: Upload + /// $name: String /// ) { - /// node(id: $apiId) { + /// updateMockSchema(input: { id: $mockSchemaId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { /// __typename - /// ... on Api { - /// mcpFeatureCollections(first: $first, after: $after) { - /// __typename - /// edges { - /// __typename - /// ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } + /// mockSchema { + /// __typename + /// id + /// ... MockSchemaDetailPrompt + /// } + /// errors { + /// __typename + /// ... MockSchemaNotFoundError + /// ... MockSchemaNonUniqueNameError /// } /// } /// } - /// - /// fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { - /// cursor - /// node { + /// + /// fragment MockSchemaDetailPrompt on MockSchema { + /// id + /// name + /// createdAt + /// createdBy { /// __typename - /// ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollection + /// username + /// } + /// modifiedAt + /// modifiedBy { + /// __typename + /// username /// } + /// downstreamUrl + /// url /// } - /// - /// fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollection on McpFeatureCollection { - /// id - /// name - /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection + /// + /// fragment MockSchemaNotFoundError on MockSchemaNotFoundError { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { - /// id - /// name + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { + /// __typename + /// message + /// name + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQueryQueryDocument : global::StrawberryShake.IDocument + public partial class UpdateMockSchemaMutationDocument : global::StrawberryShake.IDocument { - private ListMcpFeatureCollectionCommandQueryQueryDocument() + private UpdateMockSchemaMutationDocument() { } - public static ListMcpFeatureCollectionCommandQueryQueryDocument Instance { get; } = new ListMcpFeatureCollectionCommandQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ListMcpFeatureCollectionCommandQuery($apiId: ID!, $after: String, $first: Int) { node(id: $apiId) { __typename ... on Api { mcpFeatureCollections(first: $first, after: $after) { __typename edges { __typename ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge } pageInfo { __typename ... PageInfo } } } } } fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { cursor node { __typename ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollection } } fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollection on McpFeatureCollection { id name ... McpFeatureCollectionDetailPrompt_McpFeatureCollection } fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { id name } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "7fed272d6aaed647d16d156856db0eed"); + public static UpdateMockSchemaMutationDocument Instance { get; } = new UpdateMockSchemaMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "b111cbd352fbdf127d499cd8d4f84433"); public override global::System.String ToString() { @@ -152747,103 +154072,110 @@ private ListMcpFeatureCollectionCommandQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ListMcpFeatureCollectionCommandQuery GraphQL operation + /// Represents the operation service of the UpdateMockSchema GraphQL operation /// - /// query ListMcpFeatureCollectionCommandQuery( - /// $apiId: ID! - /// $after: String - /// $first: Int + /// mutation UpdateMockSchema( + /// $mockSchemaId: ID! + /// $baseSchemaFile: Upload + /// $downstreamUrl: String + /// $extensionsSchemaFile: Upload + /// $name: String /// ) { - /// node(id: $apiId) { + /// updateMockSchema(input: { id: $mockSchemaId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { /// __typename - /// ... on Api { - /// mcpFeatureCollections(first: $first, after: $after) { - /// __typename - /// edges { - /// __typename - /// ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } + /// mockSchema { + /// __typename + /// id + /// ... MockSchemaDetailPrompt + /// } + /// errors { + /// __typename + /// ... MockSchemaNotFoundError + /// ... MockSchemaNonUniqueNameError /// } /// } /// } - /// - /// fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { - /// cursor - /// node { + /// + /// fragment MockSchemaDetailPrompt on MockSchema { + /// id + /// name + /// createdAt + /// createdBy { /// __typename - /// ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollection + /// username + /// } + /// modifiedAt + /// modifiedBy { + /// __typename + /// username /// } + /// downstreamUrl + /// url /// } - /// - /// fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollection on McpFeatureCollection { - /// id - /// name - /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection + /// + /// fragment MockSchemaNotFoundError on MockSchemaNotFoundError { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { - /// id - /// name + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { + /// __typename + /// message + /// name + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery + public partial class UpdateMockSchemaMutation : global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadFormatter; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ListMcpFeatureCollectionCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public UpdateMockSchemaMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _uploadFormatter = serializerResolver.GetInputValueFormatter("Upload"); _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - _intFormatter = serializerResolver.GetInputValueFormatter("Int"); } - private ListMcpFeatureCollectionCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) + private UpdateMockSchemaMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter uploadFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { _operationExecutor = operationExecutor; _configure = configure; + _uploadFormatter = uploadFormatter; _stringFormatter = @stringFormatter; _iDFormatter = iDFormatter; - _intFormatter = @intFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListMcpFeatureCollectionCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUpdateMockSchemaResult); - public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.UpdateMockSchemaMutation(_operationExecutor, _configure.Add(configure), _uploadFormatter, _stringFormatter, _iDFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String mockSchemaId, global::StrawberryShake.Upload? baseSchemaFile, global::System.String? downstreamUrl, global::StrawberryShake.Upload? extensionsSchemaFile, global::System.String? name, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(apiId, after, first); + var request = CreateRequest(mockSchemaId, baseSchemaFile, downstreamUrl, extensionsSchemaFile, name); foreach (var configure in _configure) { configure(request); @@ -152852,27 +154184,42 @@ private ListMcpFeatureCollectionCommandQueryQuery(global::StrawberryShake.IOpera return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + private void MapFilesFromArgumentBaseSchemaFile(global::System.String path, global::StrawberryShake.Upload? value, global::System.Collections.Generic.Dictionary files) { - var request = CreateRequest(apiId, after, first); + files.Add(path, value is global::StrawberryShake.Upload u ? u : null); + } + + private void MapFilesFromArgumentExtensionsSchemaFile(global::System.String path, global::StrawberryShake.Upload? value, global::System.Collections.Generic.Dictionary files) + { + files.Add(path, value is global::StrawberryShake.Upload u ? u : null); + } + + public global::System.IObservable> Watch(global::System.String mockSchemaId, global::StrawberryShake.Upload? baseSchemaFile, global::System.String? downstreamUrl, global::StrawberryShake.Upload? extensionsSchemaFile, global::System.String? name, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(mockSchemaId, baseSchemaFile, downstreamUrl, extensionsSchemaFile, name); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::System.String? after, global::System.Int32? first) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String mockSchemaId, global::StrawberryShake.Upload? baseSchemaFile, global::System.String? downstreamUrl, global::StrawberryShake.Upload? extensionsSchemaFile, global::System.String? name) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("apiId", FormatApiId(apiId)); - variables.Add("after", FormatAfter(after)); - variables.Add("first", FormatFirst(first)); - return CreateRequest(variables); + variables.Add("mockSchemaId", FormatMockSchemaId(mockSchemaId)); + variables.Add("baseSchemaFile", FormatBaseSchemaFile(baseSchemaFile)); + variables.Add("downstreamUrl", FormatDownstreamUrl(downstreamUrl)); + variables.Add("extensionsSchemaFile", FormatExtensionsSchemaFile(extensionsSchemaFile)); + variables.Add("name", FormatName(name)); + var files = new global::System.Collections.Generic.Dictionary(); + MapFilesFromArgumentBaseSchemaFile("variables.baseSchemaFile", baseSchemaFile, files); + MapFilesFromArgumentExtensionsSchemaFile("variables.extensionsSchemaFile", extensionsSchemaFile, files); + return CreateRequest(variables, files); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) { - return new global::StrawberryShake.OperationRequest(id: ListMcpFeatureCollectionCommandQueryQueryDocument.Instance.Hash.Value, name: "ListMcpFeatureCollectionCommandQuery", document: ListMcpFeatureCollectionCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: UpdateMockSchemaMutationDocument.Instance.Hash.Value, name: "UpdateMockSchema", document: UpdateMockSchemaMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); } - private global::System.Object? FormatApiId(global::System.String value) + private global::System.Object? FormatMockSchemaId(global::System.String value) { if (value is null) { @@ -152882,7 +154229,19 @@ private ListMcpFeatureCollectionCommandQueryQuery(global::StrawberryShake.IOpera return _iDFormatter.Format(value); } - private global::System.Object? FormatAfter(global::System.String? value) + private global::System.Object? FormatBaseSchemaFile(global::StrawberryShake.Upload? value) + { + if (value is null) + { + return value; + } + else + { + return _uploadFormatter.Format(value); + } + } + + private global::System.Object? FormatDownstreamUrl(global::System.String? value) { if (value is null) { @@ -152894,7 +154253,7 @@ private ListMcpFeatureCollectionCommandQueryQuery(global::StrawberryShake.IOpera } } - private global::System.Object? FormatFirst(global::System.Int32? value) + private global::System.Object? FormatExtensionsSchemaFile(global::StrawberryShake.Upload? value) { if (value is null) { @@ -152902,142 +154261,161 @@ private ListMcpFeatureCollectionCommandQueryQuery(global::StrawberryShake.IOpera } else { - return _intFormatter.Format(value); + return _uploadFormatter.Format(value); + } + } + + private global::System.Object? FormatName(global::System.String? value) + { + if (value is null) + { + return value; + } + else + { + return _stringFormatter.Format(value); } } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!); + return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the ListMcpFeatureCollectionCommandQuery GraphQL operation + /// Represents the operation service of the UpdateMockSchema GraphQL operation /// - /// query ListMcpFeatureCollectionCommandQuery( - /// $apiId: ID! - /// $after: String - /// $first: Int + /// mutation UpdateMockSchema( + /// $mockSchemaId: ID! + /// $baseSchemaFile: Upload + /// $downstreamUrl: String + /// $extensionsSchemaFile: Upload + /// $name: String /// ) { - /// node(id: $apiId) { + /// updateMockSchema(input: { id: $mockSchemaId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { /// __typename - /// ... on Api { - /// mcpFeatureCollections(first: $first, after: $after) { - /// __typename - /// edges { - /// __typename - /// ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } + /// mockSchema { + /// __typename + /// id + /// ... MockSchemaDetailPrompt + /// } + /// errors { + /// __typename + /// ... MockSchemaNotFoundError + /// ... MockSchemaNonUniqueNameError /// } /// } /// } - /// - /// fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { - /// cursor - /// node { + /// + /// fragment MockSchemaDetailPrompt on MockSchema { + /// id + /// name + /// createdAt + /// createdBy { /// __typename - /// ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollection + /// username + /// } + /// modifiedAt + /// modifiedBy { + /// __typename + /// username /// } + /// downstreamUrl + /// url /// } - /// - /// fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollection on McpFeatureCollection { - /// id - /// name - /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection + /// + /// fragment MockSchemaNotFoundError on MockSchemaNotFoundError { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { - /// id - /// name + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { + /// __typename + /// message + /// name + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListMcpFeatureCollectionCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface IUpdateMockSchemaMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String mockSchemaId, global::StrawberryShake.Upload? baseSchemaFile, global::System.String? downstreamUrl, global::StrawberryShake.Upload? extensionsSchemaFile, global::System.String? name, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String mockSchemaId, global::StrawberryShake.Upload? baseSchemaFile, global::System.String? downstreamUrl, global::StrawberryShake.Upload? extensionsSchemaFile, global::System.String? name, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the PublishMcpFeatureCollectionCommandMutation GraphQL operation + /// Represents the operation service of the CreateOpenApiCollectionCommandMutation GraphQL operation /// - /// mutation PublishMcpFeatureCollectionCommandMutation( - /// $input: PublishMcpFeatureCollectionInput! + /// mutation CreateOpenApiCollectionCommandMutation( + /// $input: CreateOpenApiCollectionInput! /// ) { - /// publishMcpFeatureCollection(input: $input) { + /// createOpenApiCollection(input: $input) { /// __typename - /// id + /// openApiCollection { + /// __typename + /// ... CreateOpenApiCollectionCommandMutation_OpenApiCollection + /// } /// errors { /// __typename - /// ... UnauthorizedOperation - /// ... StageNotFoundError - /// ... McpFeatureCollectionNotFoundError - /// ... McpFeatureCollectionVersionNotFoundError /// ... Error + /// ... ApiNotFoundError + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error + /// + /// fragment CreateOpenApiCollectionCommandMutation_OpenApiCollection on OpenApiCollection { + /// name + /// id + /// ... OpenApiCollectionDetailPrompt_OpenApiCollection + /// } + /// + /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { + /// id + /// name /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message - /// name - /// ... Error - /// } - /// - /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { - /// mcpFeatureCollectionId + /// apiId /// ... Error /// } - /// - /// fragment McpFeatureCollectionVersionNotFoundError on McpFeatureCollectionVersionNotFoundError { - /// tag + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename /// message - /// mcpFeatureCollectionId /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class CreateOpenApiCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument { - private PublishMcpFeatureCollectionCommandMutationMutationDocument() + private CreateOpenApiCollectionCommandMutationMutationDocument() { } - public static PublishMcpFeatureCollectionCommandMutationMutationDocument Instance { get; } = new PublishMcpFeatureCollectionCommandMutationMutationDocument(); + public static CreateOpenApiCollectionCommandMutationMutationDocument Instance { get; } = new CreateOpenApiCollectionCommandMutationMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation PublishMcpFeatureCollectionCommandMutation($input: PublishMcpFeatureCollectionInput!) { publishMcpFeatureCollection(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... McpFeatureCollectionNotFoundError ... McpFeatureCollectionVersionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { mcpFeatureCollectionId ... Error } fragment McpFeatureCollectionVersionNotFoundError on McpFeatureCollectionVersionNotFoundError { tag message mcpFeatureCollectionId ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "736b80b8a3e39c5fcb5c192b42e084b4"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "5758d2edb80ceb1aa05694485dfdaeed"); public override global::System.String ToString() { @@ -153051,92 +154429,92 @@ private PublishMcpFeatureCollectionCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the PublishMcpFeatureCollectionCommandMutation GraphQL operation + /// Represents the operation service of the CreateOpenApiCollectionCommandMutation GraphQL operation /// - /// mutation PublishMcpFeatureCollectionCommandMutation( - /// $input: PublishMcpFeatureCollectionInput! + /// mutation CreateOpenApiCollectionCommandMutation( + /// $input: CreateOpenApiCollectionInput! /// ) { - /// publishMcpFeatureCollection(input: $input) { + /// createOpenApiCollection(input: $input) { /// __typename - /// id + /// openApiCollection { + /// __typename + /// ... CreateOpenApiCollectionCommandMutation_OpenApiCollection + /// } /// errors { /// __typename - /// ... UnauthorizedOperation - /// ... StageNotFoundError - /// ... McpFeatureCollectionNotFoundError - /// ... McpFeatureCollectionVersionNotFoundError /// ... Error + /// ... ApiNotFoundError + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error + /// + /// fragment CreateOpenApiCollectionCommandMutation_OpenApiCollection on OpenApiCollection { + /// name + /// id + /// ... OpenApiCollectionDetailPrompt_OpenApiCollection + /// } + /// + /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { + /// id + /// name /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message - /// name - /// ... Error - /// } - /// - /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { - /// mcpFeatureCollectionId + /// apiId /// ... Error /// } - /// - /// fragment McpFeatureCollectionVersionNotFoundError on McpFeatureCollectionVersionNotFoundError { - /// tag + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename /// message - /// mcpFeatureCollectionId /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation + public partial class CreateOpenApiCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _publishMcpFeatureCollectionInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _createOpenApiCollectionInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public PublishMcpFeatureCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public CreateOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _publishMcpFeatureCollectionInputFormatter = serializerResolver.GetInputValueFormatter("PublishMcpFeatureCollectionInput"); + _createOpenApiCollectionInputFormatter = serializerResolver.GetInputValueFormatter("CreateOpenApiCollectionInput"); } - private PublishMcpFeatureCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter publishMcpFeatureCollectionInputFormatter) + private CreateOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter createOpenApiCollectionInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _publishMcpFeatureCollectionInputFormatter = publishMcpFeatureCollectionInputFormatter; + _createOpenApiCollectionInputFormatter = createOpenApiCollectionInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IPublishMcpFeatureCollectionCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateOpenApiCollectionCommandMutationResult); - public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _publishMcpFeatureCollectionInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _createOpenApiCollectionInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) { var request = CreateRequest(input); foreach (var configure in _configure) @@ -153147,13 +154525,13 @@ private PublishMcpFeatureCollectionCommandMutationMutation(global::StrawberrySha return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput input) { var variables = new global::System.Collections.Generic.Dictionary(); variables.Add("input", FormatInput(input)); @@ -153162,17 +154540,17 @@ private PublishMcpFeatureCollectionCommandMutationMutation(global::StrawberrySha private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: PublishMcpFeatureCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "PublishMcpFeatureCollectionCommandMutation", document: PublishMcpFeatureCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: CreateOpenApiCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateOpenApiCollectionCommandMutation", document: CreateOpenApiCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _publishMcpFeatureCollectionInputFormatter.Format(value); + return _createOpenApiCollectionInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -153183,175 +154561,1009 @@ private PublishMcpFeatureCollectionCommandMutationMutation(global::StrawberrySha // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the PublishMcpFeatureCollectionCommandMutation GraphQL operation + /// Represents the operation service of the CreateOpenApiCollectionCommandMutation GraphQL operation /// - /// mutation PublishMcpFeatureCollectionCommandMutation( - /// $input: PublishMcpFeatureCollectionInput! + /// mutation CreateOpenApiCollectionCommandMutation( + /// $input: CreateOpenApiCollectionInput! /// ) { - /// publishMcpFeatureCollection(input: $input) { + /// createOpenApiCollection(input: $input) { /// __typename - /// id + /// openApiCollection { + /// __typename + /// ... CreateOpenApiCollectionCommandMutation_OpenApiCollection + /// } /// errors { /// __typename - /// ... UnauthorizedOperation - /// ... StageNotFoundError - /// ... McpFeatureCollectionNotFoundError - /// ... McpFeatureCollectionVersionNotFoundError /// ... Error + /// ... ApiNotFoundError + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error + /// + /// fragment CreateOpenApiCollectionCommandMutation_OpenApiCollection on OpenApiCollection { + /// name + /// id + /// ... OpenApiCollectionDetailPrompt_OpenApiCollection + /// } + /// + /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { + /// id + /// name /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message - /// name - /// ... Error - /// } - /// - /// fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { - /// mcpFeatureCollectionId + /// apiId /// ... Error /// } - /// - /// fragment McpFeatureCollectionVersionNotFoundError on McpFeatureCollectionVersionNotFoundError { - /// tag + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename /// message - /// mcpFeatureCollectionId /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface ICreateOpenApiCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the PublishMcpFeatureCollectionCommandSubscription GraphQL operation + /// Represents the operation service of the DeleteOpenApiCollectionByIdCommandMutation GraphQL operation /// - /// subscription PublishMcpFeatureCollectionCommandSubscription( - /// $requestId: ID! + /// mutation DeleteOpenApiCollectionByIdCommandMutation( + /// $input: DeleteOpenApiCollectionByIdInput! /// ) { - /// onMcpFeatureCollectionVersionPublishingUpdate(requestId: $requestId) { + /// deleteOpenApiCollectionById(input: $input) { /// __typename - /// ... McpFeatureCollectionVersionPublishFailed - /// ... McpFeatureCollectionVersionPublishSuccess - /// ... OperationInProgress - /// ... WaitForApproval - /// ... ProcessingTaskApproved - /// ... ProcessingTaskIsReady - /// ... ProcessingTaskIsQueued + /// openApiCollection { + /// __typename + /// ... DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection + /// } + /// errors { + /// __typename + /// ... Error + /// ... OpenApiCollectionNotFoundError + /// ... UnauthorizedOperation + /// } /// } /// } - /// - /// fragment McpFeatureCollectionVersionPublishFailed on McpFeatureCollectionVersionPublishFailed { - /// state - /// errors { - /// __typename - /// ... UnexpectedProcessingError - /// ... ProcessingTimeoutError - /// ... ConcurrentOperationError - /// ... McpFeatureCollectionValidationError - /// } + /// + /// fragment DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection on OpenApiCollection { + /// name + /// id + /// ... OpenApiCollectionDetailPrompt_OpenApiCollection /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { - /// __typename - /// message + /// + /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { + /// id + /// name /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { - /// __typename + /// + /// fragment Error on Error { /// message /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message + /// + /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { + /// openApiCollectionId /// ... Error /// } - /// - /// fragment Error on Error { + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename /// message + /// ... Error /// } - /// - /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { - /// collections { + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class DeleteOpenApiCollectionByIdCommandMutationMutationDocument : global::StrawberryShake.IDocument + { + private DeleteOpenApiCollectionByIdCommandMutationMutationDocument() + { + } + + public static DeleteOpenApiCollectionByIdCommandMutationMutationDocument Instance { get; } = new DeleteOpenApiCollectionByIdCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "e7828352aef7a0d78376c52b11a5f54e"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the DeleteOpenApiCollectionByIdCommandMutation GraphQL operation + /// + /// mutation DeleteOpenApiCollectionByIdCommandMutation( + /// $input: DeleteOpenApiCollectionByIdInput! + /// ) { + /// deleteOpenApiCollectionById(input: $input) { /// __typename - /// mcpFeatureCollection { + /// openApiCollection { /// __typename - /// id - /// name + /// ... DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection /// } - /// entities { + /// errors { /// __typename - /// errors { - /// __typename - /// ... McpFeatureCollectionValidationDocumentError - /// ... McpFeatureCollectionValidationEntityValidationError - /// } - /// ... on McpFeatureCollectionValidationPrompt { - /// name - /// } - /// ... on McpFeatureCollectionValidationTool { - /// name - /// } + /// ... Error + /// ... OpenApiCollectionNotFoundError + /// ... UnauthorizedOperation /// } /// } /// } - /// - /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } + /// + /// fragment DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection on OpenApiCollection { + /// name + /// id + /// ... OpenApiCollectionDetailPrompt_OpenApiCollection /// } - /// - /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { + /// + /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { + /// id + /// name + /// } + /// + /// fragment Error on Error { /// message /// } - /// - /// fragment McpFeatureCollectionVersionPublishSuccess on McpFeatureCollectionVersionPublishSuccess { - /// state + /// + /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { + /// openApiCollectionId + /// ... Error /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment WaitForApproval on WaitForApproval { - /// state - /// deployment { - /// __typename - /// ... on SchemaDeployment { - /// errors { - /// __typename - /// ... OperationsAreNotAllowedError - /// ... SchemaVersionSyntaxError - /// ... SchemaChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class DeleteOpenApiCollectionByIdCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation + { + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _deleteOpenApiCollectionByIdInputFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public DeleteOpenApiCollectionByIdCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _deleteOpenApiCollectionByIdInputFormatter = serializerResolver.GetInputValueFormatter("DeleteOpenApiCollectionByIdInput"); + } + + private DeleteOpenApiCollectionByIdCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter deleteOpenApiCollectionByIdInputFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _deleteOpenApiCollectionByIdInputFormatter = deleteOpenApiCollectionByIdInputFormatter; + } + + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IDeleteOpenApiCollectionByIdCommandMutationResult); + + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdCommandMutationMutation(_operationExecutor, _configure.Add(configure), _deleteOpenApiCollectionByIdInputFormatter); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } + + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput input, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(input); + foreach (var configure in _configure) + { + configure(request); + } + + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } + + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(input); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput input) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("input", FormatInput(input)); + return CreateRequest(variables); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: DeleteOpenApiCollectionByIdCommandMutationMutationDocument.Instance.Hash.Value, name: "DeleteOpenApiCollectionByIdCommandMutation", document: DeleteOpenApiCollectionByIdCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } + + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _deleteOpenApiCollectionByIdInputFormatter.Format(value); + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the DeleteOpenApiCollectionByIdCommandMutation GraphQL operation + /// + /// mutation DeleteOpenApiCollectionByIdCommandMutation( + /// $input: DeleteOpenApiCollectionByIdInput! + /// ) { + /// deleteOpenApiCollectionById(input: $input) { + /// __typename + /// openApiCollection { + /// __typename + /// ... DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection + /// } + /// errors { + /// __typename + /// ... Error + /// ... OpenApiCollectionNotFoundError + /// ... UnauthorizedOperation + /// } + /// } + /// } + /// + /// fragment DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection on OpenApiCollection { + /// name + /// id + /// ... OpenApiCollectionDetailPrompt_OpenApiCollection + /// } + /// + /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { + /// id + /// name + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { + /// openApiCollectionId + /// ... Error + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IDeleteOpenApiCollectionByIdCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the ListOpenApiCollectionCommandQuery GraphQL operation + /// + /// query ListOpenApiCollectionCommandQuery( + /// $apiId: ID! + /// $after: String + /// $first: Int + /// ) { + /// node(id: $apiId) { + /// __typename + /// ... on Api { + /// openApiCollections(first: $first, after: $after) { + /// __typename + /// edges { + /// __typename + /// ... ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } + /// } + /// } + /// } + /// + /// fragment ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { + /// cursor + /// node { + /// __typename + /// ... ListOpenApiCollectionCommandQuery_OpenApiCollection + /// } + /// } + /// + /// fragment ListOpenApiCollectionCommandQuery_OpenApiCollection on OpenApiCollection { + /// id + /// name + /// ... OpenApiCollectionDetailPrompt_OpenApiCollection + /// } + /// + /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { + /// id + /// name + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListOpenApiCollectionCommandQueryQueryDocument : global::StrawberryShake.IDocument + { + private ListOpenApiCollectionCommandQueryQueryDocument() + { + } + + public static ListOpenApiCollectionCommandQueryQueryDocument Instance { get; } = new ListOpenApiCollectionCommandQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "cd98258e9a04da627abb631685b299df"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the ListOpenApiCollectionCommandQuery GraphQL operation + /// + /// query ListOpenApiCollectionCommandQuery( + /// $apiId: ID! + /// $after: String + /// $first: Int + /// ) { + /// node(id: $apiId) { + /// __typename + /// ... on Api { + /// openApiCollections(first: $first, after: $after) { + /// __typename + /// edges { + /// __typename + /// ... ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } + /// } + /// } + /// } + /// + /// fragment ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { + /// cursor + /// node { + /// __typename + /// ... ListOpenApiCollectionCommandQuery_OpenApiCollection + /// } + /// } + /// + /// fragment ListOpenApiCollectionCommandQuery_OpenApiCollection on OpenApiCollection { + /// id + /// name + /// ... OpenApiCollectionDetailPrompt_OpenApiCollection + /// } + /// + /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { + /// id + /// name + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListOpenApiCollectionCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery + { + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public ListOpenApiCollectionCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _intFormatter = serializerResolver.GetInputValueFormatter("Int"); + } + + private ListOpenApiCollectionCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _stringFormatter = @stringFormatter; + _iDFormatter = iDFormatter; + _intFormatter = @intFormatter; + } + + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListOpenApiCollectionCommandQueryResult); + + public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } + + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(apiId, after, first); + foreach (var configure in _configure) + { + configure(request); + } + + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } + + public global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(apiId, after, first); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::System.String? after, global::System.Int32? first) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("apiId", FormatApiId(apiId)); + variables.Add("after", FormatAfter(after)); + variables.Add("first", FormatFirst(first)); + return CreateRequest(variables); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: ListOpenApiCollectionCommandQueryQueryDocument.Instance.Hash.Value, name: "ListOpenApiCollectionCommandQuery", document: ListOpenApiCollectionCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } + + private global::System.Object? FormatApiId(global::System.String value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _iDFormatter.Format(value); + } + + private global::System.Object? FormatAfter(global::System.String? value) + { + if (value is null) + { + return value; + } + else + { + return _stringFormatter.Format(value); + } + } + + private global::System.Object? FormatFirst(global::System.Int32? value) + { + if (value is null) + { + return value; + } + else + { + return _intFormatter.Format(value); + } + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the ListOpenApiCollectionCommandQuery GraphQL operation + /// + /// query ListOpenApiCollectionCommandQuery( + /// $apiId: ID! + /// $after: String + /// $first: Int + /// ) { + /// node(id: $apiId) { + /// __typename + /// ... on Api { + /// openApiCollections(first: $first, after: $after) { + /// __typename + /// edges { + /// __typename + /// ... ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } + /// } + /// } + /// } + /// + /// fragment ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { + /// cursor + /// node { + /// __typename + /// ... ListOpenApiCollectionCommandQuery_OpenApiCollection + /// } + /// } + /// + /// fragment ListOpenApiCollectionCommandQuery_OpenApiCollection on OpenApiCollection { + /// id + /// name + /// ... OpenApiCollectionDetailPrompt_OpenApiCollection + /// } + /// + /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { + /// id + /// name + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListOpenApiCollectionCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the PublishOpenApiCollectionCommandMutation GraphQL operation + /// + /// mutation PublishOpenApiCollectionCommandMutation( + /// $input: PublishOpenApiCollectionInput! + /// ) { + /// publishOpenApiCollection(input: $input) { + /// __typename + /// id + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... OpenApiCollectionNotFoundError + /// ... OpenApiCollectionVersionNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name + /// ... Error + /// } + /// + /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { + /// openApiCollectionId + /// ... Error + /// } + /// + /// fragment OpenApiCollectionVersionNotFoundError on OpenApiCollectionVersionNotFoundError { + /// tag + /// message + /// openApiCollectionId + /// ... Error + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class PublishOpenApiCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument + { + private PublishOpenApiCollectionCommandMutationMutationDocument() + { + } + + public static PublishOpenApiCollectionCommandMutationMutationDocument Instance { get; } = new PublishOpenApiCollectionCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "3b9dd305052255f2532cc87618161446"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the PublishOpenApiCollectionCommandMutation GraphQL operation + /// + /// mutation PublishOpenApiCollectionCommandMutation( + /// $input: PublishOpenApiCollectionInput! + /// ) { + /// publishOpenApiCollection(input: $input) { + /// __typename + /// id + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... OpenApiCollectionNotFoundError + /// ... OpenApiCollectionVersionNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name + /// ... Error + /// } + /// + /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { + /// openApiCollectionId + /// ... Error + /// } + /// + /// fragment OpenApiCollectionVersionNotFoundError on OpenApiCollectionVersionNotFoundError { + /// tag + /// message + /// openApiCollectionId + /// ... Error + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class PublishOpenApiCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation + { + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _publishOpenApiCollectionInputFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public PublishOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _publishOpenApiCollectionInputFormatter = serializerResolver.GetInputValueFormatter("PublishOpenApiCollectionInput"); + } + + private PublishOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter publishOpenApiCollectionInputFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _publishOpenApiCollectionInputFormatter = publishOpenApiCollectionInputFormatter; + } + + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IPublishOpenApiCollectionCommandMutationResult); + + public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _publishOpenApiCollectionInputFormatter); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } + + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(input); + foreach (var configure in _configure) + { + configure(request); + } + + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } + + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(input); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput input) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("input", FormatInput(input)); + return CreateRequest(variables); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: PublishOpenApiCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "PublishOpenApiCollectionCommandMutation", document: PublishOpenApiCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } + + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _publishOpenApiCollectionInputFormatter.Format(value); + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the PublishOpenApiCollectionCommandMutation GraphQL operation + /// + /// mutation PublishOpenApiCollectionCommandMutation( + /// $input: PublishOpenApiCollectionInput! + /// ) { + /// publishOpenApiCollection(input: $input) { + /// __typename + /// id + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... OpenApiCollectionNotFoundError + /// ... OpenApiCollectionVersionNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name + /// ... Error + /// } + /// + /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { + /// openApiCollectionId + /// ... Error + /// } + /// + /// fragment OpenApiCollectionVersionNotFoundError on OpenApiCollectionVersionNotFoundError { + /// tag + /// message + /// openApiCollectionId + /// ... Error + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IPublishOpenApiCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the PublishOpenApiCollectionCommandSubscription GraphQL operation + /// + /// subscription PublishOpenApiCollectionCommandSubscription( + /// $requestId: ID! + /// ) { + /// onOpenApiCollectionVersionPublishingUpdate(requestId: $requestId) { + /// __typename + /// ... OpenApiCollectionVersionPublishFailed + /// ... OpenApiCollectionVersionPublishSuccess + /// ... OperationInProgress + /// ... WaitForApproval + /// ... ProcessingTaskApproved + /// ... ProcessingTaskIsReady + /// ... ProcessingTaskIsQueued + /// } + /// } + /// + /// fragment OpenApiCollectionVersionPublishFailed on OpenApiCollectionVersionPublishFailed { + /// state + /// errors { + /// __typename + /// ... UnexpectedProcessingError + /// ... ProcessingTimeoutError + /// ... ConcurrentOperationError + /// ... OpenApiCollectionValidationError + /// } + /// } + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename + /// message + /// } + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename + /// message + /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// collections { + /// __typename + /// openApiCollection { + /// __typename + /// id + /// name + /// } + /// entities { + /// __typename + /// errors { + /// __typename + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError + /// } + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route + /// } + /// ... on OpenApiCollectionValidationModel { + /// name + /// } + /// } + /// } + /// } + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// code + /// message + /// path + /// locations { + /// __typename + /// column + /// line + /// } + /// } + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { + /// message + /// } + /// + /// fragment OpenApiCollectionVersionPublishSuccess on OpenApiCollectionVersionPublishSuccess { + /// state + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment WaitForApproval on WaitForApproval { + /// state + /// deployment { + /// __typename + /// ... on SchemaDeployment { + /// errors { + /// __typename + /// ... OperationsAreNotAllowedError + /// ... SchemaVersionSyntaxError + /// ... SchemaChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError /// ... OpenApiCollectionValidationError /// ... McpFeatureCollectionValidationError /// } @@ -153386,12 +155598,12 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// } /// } /// } - /// + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -153399,7 +155611,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// position /// line /// } - /// + /// /// fragment SchemaChangeViolationError on SchemaChangeViolationError { /// message /// changes { @@ -153407,7 +155619,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -153421,25 +155633,25 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -153455,19 +155667,19 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -153475,7 +155687,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -153483,7 +155695,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -153491,7 +155703,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -153507,7 +155719,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -153516,7 +155728,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -153525,7 +155737,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -153539,13 +155751,13 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -153553,7 +155765,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -153567,7 +155779,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -153580,7 +155792,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -153596,21 +155808,21 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -153621,7 +155833,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -153635,19 +155847,19 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -153658,7 +155870,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -153671,19 +155883,19 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -153701,19 +155913,19 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -153723,7 +155935,7 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// code /// } /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -153749,11 +155961,11 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// } /// } /// } - /// - /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// + /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename - /// openApiCollection { + /// mcpFeatureCollection { /// __typename /// id /// name @@ -153762,21 +155974,20 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// __typename /// errors { /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError + /// ... McpFeatureCollectionValidationDocumentError + /// ... McpFeatureCollectionValidationEntityValidationError /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route + /// ... on McpFeatureCollectionValidationPrompt { + /// name /// } - /// ... on OpenApiCollectionValidationModel { + /// ... on McpFeatureCollectionValidationTool { /// name /// } /// } /// } /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// + /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message /// path @@ -153786,19 +155997,19 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// line /// } /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { + /// + /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment ProcessingTaskApproved on ProcessingTaskApproved { /// state /// } - /// + /// /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { /// ready: __typename /// } - /// + /// /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { /// queued: __typename /// queuePosition @@ -153806,16 +156017,16 @@ public partial interface IPublishMcpFeatureCollectionCommandMutationMutation : g /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument : global::StrawberryShake.IDocument + public partial class PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument : global::StrawberryShake.IDocument { - private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() + private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() { } - public static PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument Instance { get; } = new PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument(); + public static PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument Instance { get; } = new PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; - public global::System.ReadOnlySpan Body => "subscription PublishMcpFeatureCollectionCommandSubscription($requestId: ID!) { onMcpFeatureCollectionVersionPublishingUpdate(requestId: $requestId) { __typename ... McpFeatureCollectionVersionPublishFailed ... McpFeatureCollectionVersionPublishSuccess ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved ... ProcessingTaskIsReady ... ProcessingTaskIsQueued } } fragment McpFeatureCollectionVersionPublishFailed on McpFeatureCollectionVersionPublishFailed { state errors { __typename ... UnexpectedProcessingError ... ProcessingTimeoutError ... ConcurrentOperationError ... McpFeatureCollectionValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionVersionPublishSuccess on McpFeatureCollectionVersionPublishSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment ProcessingTaskApproved on ProcessingTaskApproved { state } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "953b6423bcadc90c2f30315980801a9d"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "3cb7cfb1e2c00815ac6b61d95b84b060"); public override global::System.String ToString() { @@ -153829,15 +156040,15 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the PublishMcpFeatureCollectionCommandSubscription GraphQL operation + /// Represents the operation service of the PublishOpenApiCollectionCommandSubscription GraphQL operation /// - /// subscription PublishMcpFeatureCollectionCommandSubscription( + /// subscription PublishOpenApiCollectionCommandSubscription( /// $requestId: ID! /// ) { - /// onMcpFeatureCollectionVersionPublishingUpdate(requestId: $requestId) { + /// onOpenApiCollectionVersionPublishingUpdate(requestId: $requestId) { /// __typename - /// ... McpFeatureCollectionVersionPublishFailed - /// ... McpFeatureCollectionVersionPublishSuccess + /// ... OpenApiCollectionVersionPublishFailed + /// ... OpenApiCollectionVersionPublishSuccess /// ... OperationInProgress /// ... WaitForApproval /// ... ProcessingTaskApproved @@ -153845,42 +156056,42 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... ProcessingTaskIsQueued /// } /// } - /// - /// fragment McpFeatureCollectionVersionPublishFailed on McpFeatureCollectionVersionPublishFailed { + /// + /// fragment OpenApiCollectionVersionPublishFailed on OpenApiCollectionVersionPublishFailed { /// state /// errors { /// __typename /// ... UnexpectedProcessingError /// ... ProcessingTimeoutError /// ... ConcurrentOperationError - /// ... McpFeatureCollectionValidationError + /// ... OpenApiCollectionValidationError /// } /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment ProcessingTimeoutError on ProcessingTimeoutError { /// __typename /// message /// } - /// + /// /// fragment ConcurrentOperationError on ConcurrentOperationError { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { + /// + /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { /// collections { /// __typename - /// mcpFeatureCollection { + /// openApiCollection { /// __typename /// id /// name @@ -153889,20 +156100,21 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// __typename /// errors { /// __typename - /// ... McpFeatureCollectionValidationDocumentError - /// ... McpFeatureCollectionValidationEntityValidationError + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError /// } - /// ... on McpFeatureCollectionValidationPrompt { - /// name + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route /// } - /// ... on McpFeatureCollectionValidationTool { + /// ... on OpenApiCollectionValidationModel { /// name /// } /// } /// } /// } - /// - /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { /// code /// message /// path @@ -153912,19 +156124,19 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// line /// } /// } - /// - /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message /// } - /// - /// fragment McpFeatureCollectionVersionPublishSuccess on McpFeatureCollectionVersionPublishSuccess { + /// + /// fragment OpenApiCollectionVersionPublishSuccess on OpenApiCollectionVersionPublishSuccess { /// state /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment WaitForApproval on WaitForApproval { /// state /// deployment { @@ -153971,12 +156183,12 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// } /// } /// } - /// + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -153984,7 +156196,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// position /// line /// } - /// + /// /// fragment SchemaChangeViolationError on SchemaChangeViolationError { /// message /// changes { @@ -153992,7 +156204,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -154006,25 +156218,25 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -154040,19 +156252,19 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -154060,7 +156272,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -154068,7 +156280,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -154076,7 +156288,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -154092,7 +156304,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -154101,7 +156313,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -154110,7 +156322,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -154124,13 +156336,13 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -154138,7 +156350,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -154152,7 +156364,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -154165,7 +156377,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -154181,21 +156393,21 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -154206,7 +156418,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -154220,19 +156432,19 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -154243,7 +156455,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -154256,19 +156468,19 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -154286,19 +156498,19 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -154308,7 +156520,7 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// code /// } /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -154334,11 +156546,11 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// } /// } /// } - /// - /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// + /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename - /// openApiCollection { + /// mcpFeatureCollection { /// __typename /// id /// name @@ -154347,21 +156559,20 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// __typename /// errors { /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError + /// ... McpFeatureCollectionValidationDocumentError + /// ... McpFeatureCollectionValidationEntityValidationError /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route + /// ... on McpFeatureCollectionValidationPrompt { + /// name /// } - /// ... on OpenApiCollectionValidationModel { + /// ... on McpFeatureCollectionValidationTool { /// name /// } /// } /// } /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// + /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message /// path @@ -154371,19 +156582,19 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// line /// } /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { + /// + /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment ProcessingTaskApproved on ProcessingTaskApproved { /// state /// } - /// + /// /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { /// ready: __typename /// } - /// + /// /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { /// queued: __typename /// queuePosition @@ -154391,19 +156602,19 @@ private PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument() /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscriptionSubscription : global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscriptionSubscription + public partial class PublishOpenApiCollectionCommandSubscriptionSubscription : global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscriptionSubscription { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public PublishOpenApiCollectionCommandSubscriptionSubscription(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IPublishMcpFeatureCollectionCommandSubscriptionResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IPublishOpenApiCollectionCommandSubscriptionResult); - public global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(requestId); return _operationExecutor.Watch(request, strategy); @@ -154418,7 +156629,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument.Instance.Hash.Value, name: "PublishMcpFeatureCollectionCommandSubscription", document: PublishMcpFeatureCollectionCommandSubscriptionSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument.Instance.Hash.Value, name: "PublishOpenApiCollectionCommandSubscription", document: PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatRequestId(global::System.String value) @@ -154439,15 +156650,15 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the PublishMcpFeatureCollectionCommandSubscription GraphQL operation + /// Represents the operation service of the PublishOpenApiCollectionCommandSubscription GraphQL operation /// - /// subscription PublishMcpFeatureCollectionCommandSubscription( + /// subscription PublishOpenApiCollectionCommandSubscription( /// $requestId: ID! /// ) { - /// onMcpFeatureCollectionVersionPublishingUpdate(requestId: $requestId) { + /// onOpenApiCollectionVersionPublishingUpdate(requestId: $requestId) { /// __typename - /// ... McpFeatureCollectionVersionPublishFailed - /// ... McpFeatureCollectionVersionPublishSuccess + /// ... OpenApiCollectionVersionPublishFailed + /// ... OpenApiCollectionVersionPublishSuccess /// ... OperationInProgress /// ... WaitForApproval /// ... ProcessingTaskApproved @@ -154455,42 +156666,42 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... ProcessingTaskIsQueued /// } /// } - /// - /// fragment McpFeatureCollectionVersionPublishFailed on McpFeatureCollectionVersionPublishFailed { + /// + /// fragment OpenApiCollectionVersionPublishFailed on OpenApiCollectionVersionPublishFailed { /// state /// errors { /// __typename /// ... UnexpectedProcessingError /// ... ProcessingTimeoutError /// ... ConcurrentOperationError - /// ... McpFeatureCollectionValidationError + /// ... OpenApiCollectionValidationError /// } /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment ProcessingTimeoutError on ProcessingTimeoutError { /// __typename /// message /// } - /// + /// /// fragment ConcurrentOperationError on ConcurrentOperationError { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { + /// + /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { /// collections { /// __typename - /// mcpFeatureCollection { + /// openApiCollection { /// __typename /// id /// name @@ -154499,20 +156710,21 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// __typename /// errors { /// __typename - /// ... McpFeatureCollectionValidationDocumentError - /// ... McpFeatureCollectionValidationEntityValidationError + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError /// } - /// ... on McpFeatureCollectionValidationPrompt { - /// name + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route /// } - /// ... on McpFeatureCollectionValidationTool { + /// ... on OpenApiCollectionValidationModel { /// name /// } /// } /// } /// } - /// - /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { /// code /// message /// path @@ -154522,19 +156734,19 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// line /// } /// } - /// - /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message /// } - /// - /// fragment McpFeatureCollectionVersionPublishSuccess on McpFeatureCollectionVersionPublishSuccess { + /// + /// fragment OpenApiCollectionVersionPublishSuccess on OpenApiCollectionVersionPublishSuccess { /// state /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment WaitForApproval on WaitForApproval { /// state /// deployment { @@ -154581,12 +156793,12 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// } /// } /// } - /// + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -154594,7 +156806,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// position /// line /// } - /// + /// /// fragment SchemaChangeViolationError on SchemaChangeViolationError { /// message /// changes { @@ -154602,7 +156814,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -154616,25 +156828,25 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -154650,19 +156862,19 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -154670,7 +156882,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -154678,7 +156890,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -154686,7 +156898,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -154702,7 +156914,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -154711,7 +156923,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -154720,7 +156932,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -154734,13 +156946,13 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -154748,7 +156960,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -154762,7 +156974,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -154775,7 +156987,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -154791,21 +157003,21 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -154816,7 +157028,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -154830,19 +157042,19 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -154853,7 +157065,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -154866,19 +157078,19 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -154896,19 +157108,19 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -154918,7 +157130,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// code /// } /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -154944,11 +157156,11 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// } /// } /// } - /// - /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// + /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename - /// openApiCollection { + /// mcpFeatureCollection { /// __typename /// id /// name @@ -154957,21 +157169,20 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// __typename /// errors { /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError + /// ... McpFeatureCollectionValidationDocumentError + /// ... McpFeatureCollectionValidationEntityValidationError /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route + /// ... on McpFeatureCollectionValidationPrompt { + /// name /// } - /// ... on OpenApiCollectionValidationModel { + /// ... on McpFeatureCollectionValidationTool { /// name /// } /// } /// } /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// + /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message /// path @@ -154981,19 +157192,19 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// line /// } /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { + /// + /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment ProcessingTaskApproved on ProcessingTaskApproved { /// state /// } - /// + /// /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { /// ready: __typename /// } - /// + /// /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { /// queued: __typename /// queuePosition @@ -155001,77 +157212,79 @@ public PublishMcpFeatureCollectionCommandSubscriptionSubscription(global::Strawb /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishMcpFeatureCollectionCommandSubscriptionSubscription : global::StrawberryShake.IOperationRequestFactory + public partial interface IPublishOpenApiCollectionCommandSubscriptionSubscription : global::StrawberryShake.IOperationRequestFactory { - global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ListPersonalAccessTokenCommandQuery GraphQL operation + /// Represents the operation service of the UploadOpenApiCollectionCommandMutation GraphQL operation /// - /// query ListPersonalAccessTokenCommandQuery( - /// $after: String - /// $first: Int + /// mutation UploadOpenApiCollectionCommandMutation( + /// $input: UploadOpenApiCollectionInput! /// ) { - /// me { + /// uploadOpenApiCollection(input: $input) { /// __typename - /// personalAccessTokens(after: $after, first: $first) { + /// openApiCollectionVersion { /// __typename - /// edges { - /// __typename - /// ... ListPersonalAccessTokenCommand_PersonalAccessTokenEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } + /// id + /// } + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... OpenApiCollectionNotFoundError + /// ... InvalidOpenApiCollectionArchiveError + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... Error /// } /// } /// } - /// - /// fragment ListPersonalAccessTokenCommand_PersonalAccessTokenEdge on PersonalAccessTokensEdge { - /// cursor - /// node { - /// __typename - /// ... ListPersonalAccessTokenCommand_PersonalAccessToken - /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment ListPersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// expiresAt - /// createdAt - /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// createdAt - /// expiresAt + /// + /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { + /// openApiCollectionId + /// ... Error /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment InvalidOpenApiCollectionArchiveError on InvalidOpenApiCollectionArchiveError { + /// message + /// } + /// + /// fragment DuplicatedTagError on DuplicatedTagError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListPersonalAccessTokenCommandQueryQueryDocument : global::StrawberryShake.IDocument + public partial class UploadOpenApiCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument { - private ListPersonalAccessTokenCommandQueryQueryDocument() + private UploadOpenApiCollectionCommandMutationMutationDocument() { } - public static ListPersonalAccessTokenCommandQueryQueryDocument Instance { get; } = new ListPersonalAccessTokenCommandQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ListPersonalAccessTokenCommandQuery($after: String, $first: Int) { me { __typename personalAccessTokens(after: $after, first: $first) { __typename edges { __typename ... ListPersonalAccessTokenCommand_PersonalAccessTokenEdge } pageInfo { __typename ... PageInfo } } } } fragment ListPersonalAccessTokenCommand_PersonalAccessTokenEdge on PersonalAccessTokensEdge { cursor node { __typename ... ListPersonalAccessTokenCommand_PersonalAccessToken } } fragment ListPersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { id description expiresAt createdAt ... PersonalAccessTokenDetailPrompt_PersonalAccessToken } fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { id description createdAt expiresAt } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "8403a76012480cacf4ff791dfdf9ab03"); + public static UploadOpenApiCollectionCommandMutationMutationDocument Instance { get; } = new UploadOpenApiCollectionCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "7fec40ddb8a7c93a69817de82959f38a"); public override global::System.String ToString() { @@ -155085,101 +157298,100 @@ private ListPersonalAccessTokenCommandQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ListPersonalAccessTokenCommandQuery GraphQL operation + /// Represents the operation service of the UploadOpenApiCollectionCommandMutation GraphQL operation /// - /// query ListPersonalAccessTokenCommandQuery( - /// $after: String - /// $first: Int + /// mutation UploadOpenApiCollectionCommandMutation( + /// $input: UploadOpenApiCollectionInput! /// ) { - /// me { + /// uploadOpenApiCollection(input: $input) { /// __typename - /// personalAccessTokens(after: $after, first: $first) { + /// openApiCollectionVersion { /// __typename - /// edges { - /// __typename - /// ... ListPersonalAccessTokenCommand_PersonalAccessTokenEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } + /// id + /// } + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... OpenApiCollectionNotFoundError + /// ... InvalidOpenApiCollectionArchiveError + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... Error /// } /// } /// } - /// - /// fragment ListPersonalAccessTokenCommand_PersonalAccessTokenEdge on PersonalAccessTokensEdge { - /// cursor - /// node { - /// __typename - /// ... ListPersonalAccessTokenCommand_PersonalAccessToken - /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment ListPersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// expiresAt - /// createdAt - /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// createdAt - /// expiresAt + /// + /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { + /// openApiCollectionId + /// ... Error /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment InvalidOpenApiCollectionArchiveError on InvalidOpenApiCollectionArchiveError { + /// message + /// } + /// + /// fragment DuplicatedTagError on DuplicatedTagError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListPersonalAccessTokenCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery + public partial class UploadOpenApiCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadOpenApiCollectionInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ListPersonalAccessTokenCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public UploadOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - _intFormatter = serializerResolver.GetInputValueFormatter("Int"); + _uploadOpenApiCollectionInputFormatter = serializerResolver.GetInputValueFormatter("UploadOpenApiCollectionInput"); } - private ListPersonalAccessTokenCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) + private UploadOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter uploadOpenApiCollectionInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _stringFormatter = @stringFormatter; - _intFormatter = @intFormatter; + _uploadOpenApiCollectionInputFormatter = uploadOpenApiCollectionInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListPersonalAccessTokenCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUploadOpenApiCollectionCommandMutationResult); - public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ListPersonalAccessTokenCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _intFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _uploadOpenApiCollectionInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(after, first); + var request = CreateRequest(input); foreach (var configure in _configure) { configure(request); @@ -155188,179 +157400,178 @@ private ListPersonalAccessTokenCommandQueryQuery(global::StrawberryShake.IOperat return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + private void MapFilesFromTypeUploadOpenApiCollectionInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput value, global::System.Collections.Generic.Dictionary files) { - var request = CreateRequest(after, first); - return _operationExecutor.Watch(request, strategy); + var pathCollection = path + ".collection"; + var valueCollection = value.Collection; + files.Add(pathCollection, valueCollection is global::StrawberryShake.Upload u ? u : null); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String? after, global::System.Int32? first) + private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput value, global::System.Collections.Generic.Dictionary files) { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("after", FormatAfter(after)); - variables.Add("first", FormatFirst(first)); - return CreateRequest(variables); + if (value is { } value_i) + { + MapFilesFromTypeUploadOpenApiCollectionInput(path, value_i, files); + } } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { - return new global::StrawberryShake.OperationRequest(id: ListPersonalAccessTokenCommandQueryQueryDocument.Instance.Hash.Value, name: "ListPersonalAccessTokenCommandQuery", document: ListPersonalAccessTokenCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + var request = CreateRequest(input); + return _operationExecutor.Watch(request, strategy); } - private global::System.Object? FormatAfter(global::System.String? value) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput input) { - if (value is null) - { - return value; - } - else - { - return _stringFormatter.Format(value); - } + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("input", FormatInput(input)); + var files = new global::System.Collections.Generic.Dictionary(); + MapFilesFromArgumentInput("variables.input", input, files); + return CreateRequest(variables, files); } - private global::System.Object? FormatFirst(global::System.Int32? value) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) + { + return new global::StrawberryShake.OperationRequest(id: UploadOpenApiCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "UploadOpenApiCollectionCommandMutation", document: UploadOpenApiCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); + } + + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput value) { if (value is null) { - return value; - } - else - { - return _intFormatter.Format(value); + throw new global::System.ArgumentNullException(nameof(value)); } + + return _uploadOpenApiCollectionInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!); + return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the ListPersonalAccessTokenCommandQuery GraphQL operation + /// Represents the operation service of the UploadOpenApiCollectionCommandMutation GraphQL operation /// - /// query ListPersonalAccessTokenCommandQuery( - /// $after: String - /// $first: Int + /// mutation UploadOpenApiCollectionCommandMutation( + /// $input: UploadOpenApiCollectionInput! /// ) { - /// me { + /// uploadOpenApiCollection(input: $input) { /// __typename - /// personalAccessTokens(after: $after, first: $first) { + /// openApiCollectionVersion { /// __typename - /// edges { - /// __typename - /// ... ListPersonalAccessTokenCommand_PersonalAccessTokenEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } + /// id + /// } + /// errors { + /// __typename + /// ... UnauthorizedOperation + /// ... OpenApiCollectionNotFoundError + /// ... InvalidOpenApiCollectionArchiveError + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... Error /// } /// } /// } - /// - /// fragment ListPersonalAccessTokenCommand_PersonalAccessTokenEdge on PersonalAccessTokensEdge { - /// cursor - /// node { - /// __typename - /// ... ListPersonalAccessTokenCommand_PersonalAccessToken - /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment ListPersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// expiresAt - /// createdAt - /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// createdAt - /// expiresAt + /// + /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { + /// openApiCollectionId + /// ... Error /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment InvalidOpenApiCollectionArchiveError on InvalidOpenApiCollectionArchiveError { + /// message + /// } + /// + /// fragment DuplicatedTagError on DuplicatedTagError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListPersonalAccessTokenCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface IUploadOpenApiCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the CreatePersonalAccessTokenCommandMutation GraphQL operation + /// Represents the operation service of the ValidateOpenApiCollectionCommandMutation GraphQL operation /// - /// mutation CreatePersonalAccessTokenCommandMutation( - /// $input: CreatePersonalAccessTokenInput! + /// mutation ValidateOpenApiCollectionCommandMutation( + /// $input: ValidateOpenApiCollectionInput! /// ) { - /// createPersonalAccessToken(input: $input) { + /// validateOpenApiCollection(input: $input) { /// __typename - /// result { - /// __typename - /// token { - /// __typename - /// ... CreatePersonalAccessTokenCommandMutation_PersonalAccessToken - /// } - /// secret - /// } + /// id /// errors { /// __typename /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... OpenApiCollectionNotFoundError /// ... Error /// } /// } /// } - /// - /// fragment CreatePersonalAccessTokenCommandMutation_PersonalAccessToken on PersonalAccessToken { - /// id - /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken - /// } - /// - /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// createdAt - /// expiresAt - /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name + /// ... Error + /// } + /// + /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { + /// openApiCollectionId + /// ... Error + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreatePersonalAccessTokenCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class ValidateOpenApiCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument { - private CreatePersonalAccessTokenCommandMutationMutationDocument() + private ValidateOpenApiCollectionCommandMutationMutationDocument() { } - public static CreatePersonalAccessTokenCommandMutationMutationDocument Instance { get; } = new CreatePersonalAccessTokenCommandMutationMutationDocument(); + public static ValidateOpenApiCollectionCommandMutationMutationDocument Instance { get; } = new ValidateOpenApiCollectionCommandMutationMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation CreatePersonalAccessTokenCommandMutation($input: CreatePersonalAccessTokenInput!) { createPersonalAccessToken(input: $input) { __typename result { __typename token { __typename ... CreatePersonalAccessTokenCommandMutation_PersonalAccessToken } secret } errors { __typename ... UnauthorizedOperation ... Error } } } fragment CreatePersonalAccessTokenCommandMutation_PersonalAccessToken on PersonalAccessToken { id ... PersonalAccessTokenDetailPrompt_PersonalAccessToken } fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { id description createdAt expiresAt } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "46cc5ecdb98af795749ecb6f2d419092"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "e3e054b46fe9354a8fe15a8b0dea1624"); public override global::System.String ToString() { @@ -155374,89 +157585,84 @@ private CreatePersonalAccessTokenCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the CreatePersonalAccessTokenCommandMutation GraphQL operation + /// Represents the operation service of the ValidateOpenApiCollectionCommandMutation GraphQL operation /// - /// mutation CreatePersonalAccessTokenCommandMutation( - /// $input: CreatePersonalAccessTokenInput! + /// mutation ValidateOpenApiCollectionCommandMutation( + /// $input: ValidateOpenApiCollectionInput! /// ) { - /// createPersonalAccessToken(input: $input) { + /// validateOpenApiCollection(input: $input) { /// __typename - /// result { - /// __typename - /// token { - /// __typename - /// ... CreatePersonalAccessTokenCommandMutation_PersonalAccessToken - /// } - /// secret - /// } + /// id /// errors { /// __typename /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... OpenApiCollectionNotFoundError /// ... Error /// } /// } /// } - /// - /// fragment CreatePersonalAccessTokenCommandMutation_PersonalAccessToken on PersonalAccessToken { - /// id - /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken - /// } - /// - /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// createdAt - /// expiresAt - /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name + /// ... Error + /// } + /// + /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { + /// openApiCollectionId + /// ... Error + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreatePersonalAccessTokenCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation + public partial class ValidateOpenApiCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _createPersonalAccessTokenInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _validateOpenApiCollectionInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public CreatePersonalAccessTokenCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ValidateOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _createPersonalAccessTokenInputFormatter = serializerResolver.GetInputValueFormatter("CreatePersonalAccessTokenInput"); + _validateOpenApiCollectionInputFormatter = serializerResolver.GetInputValueFormatter("ValidateOpenApiCollectionInput"); } - private CreatePersonalAccessTokenCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter createPersonalAccessTokenInputFormatter) + private ValidateOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter validateOpenApiCollectionInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _createPersonalAccessTokenInputFormatter = createPersonalAccessTokenInputFormatter; + _validateOpenApiCollectionInputFormatter = validateOpenApiCollectionInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreatePersonalAccessTokenCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IValidateOpenApiCollectionCommandMutationResult); - public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenCommandMutationMutation(_operationExecutor, _configure.Add(configure), _createPersonalAccessTokenInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _validateOpenApiCollectionInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) { var request = CreateRequest(input); foreach (var configure in _configure) @@ -155467,154 +157673,216 @@ private CreatePersonalAccessTokenCommandMutationMutation(global::StrawberryShake return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + private void MapFilesFromTypeValidateOpenApiCollectionInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput value, global::System.Collections.Generic.Dictionary files) + { + var pathCollection = path + ".collection"; + var valueCollection = value.Collection; + files.Add(pathCollection, valueCollection is global::StrawberryShake.Upload u ? u : null); + } + + private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput value, global::System.Collections.Generic.Dictionary files) + { + if (value is { } value_i) + { + MapFilesFromTypeValidateOpenApiCollectionInput(path, value_i, files); + } + } + + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput input) { var variables = new global::System.Collections.Generic.Dictionary(); variables.Add("input", FormatInput(input)); - return CreateRequest(variables); + var files = new global::System.Collections.Generic.Dictionary(); + MapFilesFromArgumentInput("variables.input", input, files); + return CreateRequest(variables, files); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) { - return new global::StrawberryShake.OperationRequest(id: CreatePersonalAccessTokenCommandMutationMutationDocument.Instance.Hash.Value, name: "CreatePersonalAccessTokenCommandMutation", document: CreatePersonalAccessTokenCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ValidateOpenApiCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "ValidateOpenApiCollectionCommandMutation", document: ValidateOpenApiCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _createPersonalAccessTokenInputFormatter.Format(value); + return _validateOpenApiCollectionInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!); + return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the CreatePersonalAccessTokenCommandMutation GraphQL operation + /// Represents the operation service of the ValidateOpenApiCollectionCommandMutation GraphQL operation /// - /// mutation CreatePersonalAccessTokenCommandMutation( - /// $input: CreatePersonalAccessTokenInput! + /// mutation ValidateOpenApiCollectionCommandMutation( + /// $input: ValidateOpenApiCollectionInput! /// ) { - /// createPersonalAccessToken(input: $input) { + /// validateOpenApiCollection(input: $input) { /// __typename - /// result { - /// __typename - /// token { - /// __typename - /// ... CreatePersonalAccessTokenCommandMutation_PersonalAccessToken - /// } - /// secret - /// } + /// id /// errors { /// __typename /// ... UnauthorizedOperation + /// ... StageNotFoundError + /// ... OpenApiCollectionNotFoundError /// ... Error /// } /// } /// } - /// - /// fragment CreatePersonalAccessTokenCommandMutation_PersonalAccessToken on PersonalAccessToken { - /// id - /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken - /// } - /// - /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// createdAt - /// expiresAt - /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name + /// ... Error + /// } + /// + /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { + /// openApiCollectionId + /// ... Error + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreatePersonalAccessTokenCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface IValidateOpenApiCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the RevokePersonalAccessTokenCommandMutation GraphQL operation + /// Represents the operation service of the ValidateOpenApiCollectionCommandSubscription GraphQL operation /// - /// mutation RevokePersonalAccessTokenCommandMutation( - /// $input: RevokePersonalAccessTokenInput! + /// subscription ValidateOpenApiCollectionCommandSubscription( + /// $requestId: ID! /// ) { - /// revokePersonalAccessToken(input: $input) { + /// onOpenApiCollectionVersionValidationUpdate(requestId: $requestId) { /// __typename - /// personalAccessToken { + /// ... OpenApiCollectionVersionValidationFailed + /// ... OpenApiCollectionVersionValidationSuccess + /// ... OperationInProgress + /// ... ValidationInProgress + /// } + /// } + /// + /// fragment OpenApiCollectionVersionValidationFailed on OpenApiCollectionVersionValidationFailed { + /// state + /// errors { + /// __typename + /// ... ProcessingTimeoutError + /// ... UnexpectedProcessingError + /// ... OpenApiCollectionValidationError + /// ... OpenApiCollectionValidationArchiveError + /// } + /// } + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename + /// message + /// } + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename + /// message + /// } + /// + /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// collections { + /// __typename + /// openApiCollection { /// __typename - /// ... RevokePersonalAccessTokenCommand_PersonalAccessToken + /// id + /// name /// } - /// errors { + /// entities { /// __typename - /// ... PersonalAccessTokenNotFoundError - /// ... Error + /// errors { + /// __typename + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError + /// } + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route + /// } + /// ... on OpenApiCollectionValidationModel { + /// name + /// } /// } /// } /// } - /// - /// fragment RevokePersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken - /// } - /// - /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// createdAt - /// expiresAt + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// code + /// message + /// path + /// locations { + /// __typename + /// column + /// line + /// } /// } - /// - /// fragment PersonalAccessTokenNotFoundError on PersonalAccessTokenNotFoundError { - /// __typename + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message - /// ... Error /// } - /// - /// fragment Error on Error { + /// + /// fragment OpenApiCollectionValidationArchiveError on OpenApiCollectionValidationArchiveError { /// message /// } + /// + /// fragment OpenApiCollectionVersionValidationSuccess on OpenApiCollectionVersionValidationSuccess { + /// state + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment ValidationInProgress on ValidationInProgress { + /// state + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class RevokePersonalAccessTokenCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class ValidateOpenApiCollectionCommandSubscriptionSubscriptionDocument : global::StrawberryShake.IDocument { - private RevokePersonalAccessTokenCommandMutationMutationDocument() + private ValidateOpenApiCollectionCommandSubscriptionSubscriptionDocument() { } - public static RevokePersonalAccessTokenCommandMutationMutationDocument Instance { get; } = new RevokePersonalAccessTokenCommandMutationMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation RevokePersonalAccessTokenCommandMutation($input: RevokePersonalAccessTokenInput!) { revokePersonalAccessToken(input: $input) { __typename personalAccessToken { __typename ... RevokePersonalAccessTokenCommand_PersonalAccessToken } errors { __typename ... PersonalAccessTokenNotFoundError ... Error } } } fragment RevokePersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { id description ... PersonalAccessTokenDetailPrompt_PersonalAccessToken } fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { id description createdAt expiresAt } fragment PersonalAccessTokenNotFoundError on PersonalAccessTokenNotFoundError { __typename message ... Error } fragment Error on Error { message }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "147298b7a2e237b07f06e5a7c2b1ef84"); + public static ValidateOpenApiCollectionCommandSubscriptionSubscriptionDocument Instance { get; } = new ValidateOpenApiCollectionCommandSubscriptionSubscriptionDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "f230bc4d51fb6f5456e272f3aa163aff"); public override global::System.String ToString() { @@ -155628,122 +157896,138 @@ private RevokePersonalAccessTokenCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the RevokePersonalAccessTokenCommandMutation GraphQL operation + /// Represents the operation service of the ValidateOpenApiCollectionCommandSubscription GraphQL operation /// - /// mutation RevokePersonalAccessTokenCommandMutation( - /// $input: RevokePersonalAccessTokenInput! + /// subscription ValidateOpenApiCollectionCommandSubscription( + /// $requestId: ID! /// ) { - /// revokePersonalAccessToken(input: $input) { + /// onOpenApiCollectionVersionValidationUpdate(requestId: $requestId) { /// __typename - /// personalAccessToken { + /// ... OpenApiCollectionVersionValidationFailed + /// ... OpenApiCollectionVersionValidationSuccess + /// ... OperationInProgress + /// ... ValidationInProgress + /// } + /// } + /// + /// fragment OpenApiCollectionVersionValidationFailed on OpenApiCollectionVersionValidationFailed { + /// state + /// errors { + /// __typename + /// ... ProcessingTimeoutError + /// ... UnexpectedProcessingError + /// ... OpenApiCollectionValidationError + /// ... OpenApiCollectionValidationArchiveError + /// } + /// } + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename + /// message + /// } + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename + /// message + /// } + /// + /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// collections { + /// __typename + /// openApiCollection { /// __typename - /// ... RevokePersonalAccessTokenCommand_PersonalAccessToken + /// id + /// name /// } - /// errors { + /// entities { /// __typename - /// ... PersonalAccessTokenNotFoundError - /// ... Error + /// errors { + /// __typename + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError + /// } + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route + /// } + /// ... on OpenApiCollectionValidationModel { + /// name + /// } /// } /// } /// } - /// - /// fragment RevokePersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken - /// } - /// - /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// createdAt - /// expiresAt + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// code + /// message + /// path + /// locations { + /// __typename + /// column + /// line + /// } /// } - /// - /// fragment PersonalAccessTokenNotFoundError on PersonalAccessTokenNotFoundError { - /// __typename + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message - /// ... Error /// } - /// - /// fragment Error on Error { + /// + /// fragment OpenApiCollectionValidationArchiveError on OpenApiCollectionValidationArchiveError { /// message /// } + /// + /// fragment OpenApiCollectionVersionValidationSuccess on OpenApiCollectionVersionValidationSuccess { + /// state + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment ValidationInProgress on ValidationInProgress { + /// state + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class RevokePersonalAccessTokenCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation + public partial class ValidateOpenApiCollectionCommandSubscriptionSubscription : global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscriptionSubscription { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _revokePersonalAccessTokenInputFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public RevokePersonalAccessTokenCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + public ValidateOpenApiCollectionCommandSubscriptionSubscription(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _revokePersonalAccessTokenInputFormatter = serializerResolver.GetInputValueFormatter("RevokePersonalAccessTokenInput"); - } - - private RevokePersonalAccessTokenCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter revokePersonalAccessTokenInputFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _revokePersonalAccessTokenInputFormatter = revokePersonalAccessTokenInputFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IRevokePersonalAccessTokenCommandMutationResult); - - public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenCommandMutationMutation(_operationExecutor, _configure.Add(configure), _revokePersonalAccessTokenInputFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput input, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(input); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IValidateOpenApiCollectionCommandSubscriptionResult); - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(input); + var request = CreateRequest(requestId); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String requestId) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); + variables.Add("requestId", FormatRequestId(requestId)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: RevokePersonalAccessTokenCommandMutationMutationDocument.Instance.Hash.Value, name: "RevokePersonalAccessTokenCommandMutation", document: RevokePersonalAccessTokenCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ValidateOpenApiCollectionCommandSubscriptionSubscriptionDocument.Instance.Hash.Value, name: "ValidateOpenApiCollectionCommandSubscription", document: ValidateOpenApiCollectionCommandSubscriptionSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput value) + private global::System.Object? FormatRequestId(global::System.String value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _revokePersonalAccessTokenInputFormatter.Format(value); + return _iDFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -155754,127 +158038,164 @@ private RevokePersonalAccessTokenCommandMutationMutation(global::StrawberryShake // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the RevokePersonalAccessTokenCommandMutation GraphQL operation + /// Represents the operation service of the ValidateOpenApiCollectionCommandSubscription GraphQL operation /// - /// mutation RevokePersonalAccessTokenCommandMutation( - /// $input: RevokePersonalAccessTokenInput! + /// subscription ValidateOpenApiCollectionCommandSubscription( + /// $requestId: ID! /// ) { - /// revokePersonalAccessToken(input: $input) { + /// onOpenApiCollectionVersionValidationUpdate(requestId: $requestId) { /// __typename - /// personalAccessToken { + /// ... OpenApiCollectionVersionValidationFailed + /// ... OpenApiCollectionVersionValidationSuccess + /// ... OperationInProgress + /// ... ValidationInProgress + /// } + /// } + /// + /// fragment OpenApiCollectionVersionValidationFailed on OpenApiCollectionVersionValidationFailed { + /// state + /// errors { + /// __typename + /// ... ProcessingTimeoutError + /// ... UnexpectedProcessingError + /// ... OpenApiCollectionValidationError + /// ... OpenApiCollectionValidationArchiveError + /// } + /// } + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename + /// message + /// } + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename + /// message + /// } + /// + /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// collections { + /// __typename + /// openApiCollection { /// __typename - /// ... RevokePersonalAccessTokenCommand_PersonalAccessToken + /// id + /// name /// } - /// errors { + /// entities { /// __typename - /// ... PersonalAccessTokenNotFoundError - /// ... Error + /// errors { + /// __typename + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError + /// } + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route + /// } + /// ... on OpenApiCollectionValidationModel { + /// name + /// } /// } /// } /// } - /// - /// fragment RevokePersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken - /// } - /// - /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { - /// id - /// description - /// createdAt - /// expiresAt + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// code + /// message + /// path + /// locations { + /// __typename + /// column + /// line + /// } /// } - /// - /// fragment PersonalAccessTokenNotFoundError on PersonalAccessTokenNotFoundError { - /// __typename + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message - /// ... Error /// } - /// - /// fragment Error on Error { + /// + /// fragment OpenApiCollectionValidationArchiveError on OpenApiCollectionValidationArchiveError { /// message /// } + /// + /// fragment OpenApiCollectionVersionValidationSuccess on OpenApiCollectionVersionValidationSuccess { + /// state + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment ValidationInProgress on ValidationInProgress { + /// state + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IRevokePersonalAccessTokenCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface IValidateOpenApiCollectionCommandSubscriptionSubscription : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the UploadOpenApiCollectionCommandMutation GraphQL operation + /// Represents the operation service of the CreatePersonalAccessTokenCommandMutation GraphQL operation /// - /// mutation UploadOpenApiCollectionCommandMutation( - /// $input: UploadOpenApiCollectionInput! + /// mutation CreatePersonalAccessTokenCommandMutation( + /// $input: CreatePersonalAccessTokenInput! /// ) { - /// uploadOpenApiCollection(input: $input) { + /// createPersonalAccessToken(input: $input) { /// __typename - /// openApiCollectionVersion { + /// result { /// __typename - /// id + /// token { + /// __typename + /// ... CreatePersonalAccessTokenCommandMutation_PersonalAccessToken + /// } + /// secret /// } /// errors { /// __typename /// ... UnauthorizedOperation - /// ... OpenApiCollectionNotFoundError - /// ... InvalidOpenApiCollectionArchiveError - /// ... DuplicatedTagError - /// ... ConcurrentOperationError /// ... Error /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { - /// openApiCollectionId - /// ... Error + /// + /// fragment CreatePersonalAccessTokenCommandMutation_PersonalAccessToken on PersonalAccessToken { + /// id + /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken /// } - /// - /// fragment InvalidOpenApiCollectionArchiveError on InvalidOpenApiCollectionArchiveError { - /// message + /// + /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { + /// id + /// description + /// createdAt + /// expiresAt /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename + /// + /// fragment Error on Error { /// message - /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class CreatePersonalAccessTokenCommandMutationMutationDocument : global::StrawberryShake.IDocument { - private UploadOpenApiCollectionCommandMutationMutationDocument() + private CreatePersonalAccessTokenCommandMutationMutationDocument() { } - public static UploadOpenApiCollectionCommandMutationMutationDocument Instance { get; } = new UploadOpenApiCollectionCommandMutationMutationDocument(); + public static CreatePersonalAccessTokenCommandMutationMutationDocument Instance { get; } = new CreatePersonalAccessTokenCommandMutationMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation UploadOpenApiCollectionCommandMutation($input: UploadOpenApiCollectionInput!) { uploadOpenApiCollection(input: $input) { __typename openApiCollectionVersion { __typename id } errors { __typename ... UnauthorizedOperation ... OpenApiCollectionNotFoundError ... InvalidOpenApiCollectionArchiveError ... DuplicatedTagError ... ConcurrentOperationError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { openApiCollectionId ... Error } fragment InvalidOpenApiCollectionArchiveError on InvalidOpenApiCollectionArchiveError { message } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "7fec40ddb8a7c93a69817de82959f38a"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "46cc5ecdb98af795749ecb6f2d419092"); public override global::System.String ToString() { @@ -155888,98 +158209,89 @@ private UploadOpenApiCollectionCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the UploadOpenApiCollectionCommandMutation GraphQL operation + /// Represents the operation service of the CreatePersonalAccessTokenCommandMutation GraphQL operation /// - /// mutation UploadOpenApiCollectionCommandMutation( - /// $input: UploadOpenApiCollectionInput! + /// mutation CreatePersonalAccessTokenCommandMutation( + /// $input: CreatePersonalAccessTokenInput! /// ) { - /// uploadOpenApiCollection(input: $input) { + /// createPersonalAccessToken(input: $input) { /// __typename - /// openApiCollectionVersion { + /// result { /// __typename - /// id + /// token { + /// __typename + /// ... CreatePersonalAccessTokenCommandMutation_PersonalAccessToken + /// } + /// secret /// } /// errors { /// __typename /// ... UnauthorizedOperation - /// ... OpenApiCollectionNotFoundError - /// ... InvalidOpenApiCollectionArchiveError - /// ... DuplicatedTagError - /// ... ConcurrentOperationError /// ... Error /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { - /// openApiCollectionId - /// ... Error + /// + /// fragment CreatePersonalAccessTokenCommandMutation_PersonalAccessToken on PersonalAccessToken { + /// id + /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken /// } - /// - /// fragment InvalidOpenApiCollectionArchiveError on InvalidOpenApiCollectionArchiveError { - /// message + /// + /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { + /// id + /// description + /// createdAt + /// expiresAt /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename + /// + /// fragment Error on Error { /// message - /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation + public partial class CreatePersonalAccessTokenCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadOpenApiCollectionInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _createPersonalAccessTokenInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public UploadOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public CreatePersonalAccessTokenCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _uploadOpenApiCollectionInputFormatter = serializerResolver.GetInputValueFormatter("UploadOpenApiCollectionInput"); + _createPersonalAccessTokenInputFormatter = serializerResolver.GetInputValueFormatter("CreatePersonalAccessTokenInput"); } - private UploadOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter uploadOpenApiCollectionInputFormatter) + private CreatePersonalAccessTokenCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter createPersonalAccessTokenInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _uploadOpenApiCollectionInputFormatter = uploadOpenApiCollectionInputFormatter; + _createPersonalAccessTokenInputFormatter = createPersonalAccessTokenInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUploadOpenApiCollectionCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreatePersonalAccessTokenCommandMutationResult); - public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _uploadOpenApiCollectionInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenCommandMutationMutation(_operationExecutor, _configure.Add(configure), _createPersonalAccessTokenInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput input, global::System.Threading.CancellationToken cancellationToken = default) { var request = CreateRequest(input); foreach (var configure in _configure) @@ -155990,170 +158302,145 @@ private UploadOpenApiCollectionCommandMutationMutation(global::StrawberryShake.I return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - private void MapFilesFromTypeUploadOpenApiCollectionInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput value, global::System.Collections.Generic.Dictionary files) - { - var pathCollection = path + ".collection"; - var valueCollection = value.Collection; - files.Add(pathCollection, valueCollection is global::StrawberryShake.Upload u ? u : null); - } - - private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput value, global::System.Collections.Generic.Dictionary files) - { - if (value is { } value_i) - { - MapFilesFromTypeUploadOpenApiCollectionInput(path, value_i, files); - } - } - - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput input) { var variables = new global::System.Collections.Generic.Dictionary(); variables.Add("input", FormatInput(input)); - var files = new global::System.Collections.Generic.Dictionary(); - MapFilesFromArgumentInput("variables.input", input, files); - return CreateRequest(variables, files); + return CreateRequest(variables); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: UploadOpenApiCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "UploadOpenApiCollectionCommandMutation", document: UploadOpenApiCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); + return new global::StrawberryShake.OperationRequest(id: CreatePersonalAccessTokenCommandMutationMutationDocument.Instance.Hash.Value, name: "CreatePersonalAccessTokenCommandMutation", document: CreatePersonalAccessTokenCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _uploadOpenApiCollectionInputFormatter.Format(value); + return _createPersonalAccessTokenInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); + return CreateRequest(variables!); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the UploadOpenApiCollectionCommandMutation GraphQL operation + /// Represents the operation service of the CreatePersonalAccessTokenCommandMutation GraphQL operation /// - /// mutation UploadOpenApiCollectionCommandMutation( - /// $input: UploadOpenApiCollectionInput! + /// mutation CreatePersonalAccessTokenCommandMutation( + /// $input: CreatePersonalAccessTokenInput! /// ) { - /// uploadOpenApiCollection(input: $input) { + /// createPersonalAccessToken(input: $input) { /// __typename - /// openApiCollectionVersion { + /// result { /// __typename - /// id + /// token { + /// __typename + /// ... CreatePersonalAccessTokenCommandMutation_PersonalAccessToken + /// } + /// secret /// } /// errors { /// __typename /// ... UnauthorizedOperation - /// ... OpenApiCollectionNotFoundError - /// ... InvalidOpenApiCollectionArchiveError - /// ... DuplicatedTagError - /// ... ConcurrentOperationError /// ... Error /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { - /// openApiCollectionId - /// ... Error + /// + /// fragment CreatePersonalAccessTokenCommandMutation_PersonalAccessToken on PersonalAccessToken { + /// id + /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken /// } - /// - /// fragment InvalidOpenApiCollectionArchiveError on InvalidOpenApiCollectionArchiveError { - /// message + /// + /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { + /// id + /// description + /// createdAt + /// expiresAt /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename + /// + /// fragment Error on Error { /// message - /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadOpenApiCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface ICreatePersonalAccessTokenCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ListOpenApiCollectionCommandQuery GraphQL operation + /// Represents the operation service of the ListPersonalAccessTokenCommandQuery GraphQL operation /// - /// query ListOpenApiCollectionCommandQuery( - /// $apiId: ID! - /// $after: String + /// query ListPersonalAccessTokenCommandQuery( + /// $after: String /// $first: Int /// ) { - /// node(id: $apiId) { + /// me { /// __typename - /// ... on Api { - /// openApiCollections(first: $first, after: $after) { + /// personalAccessTokens(after: $after, first: $first) { + /// __typename + /// edges { /// __typename - /// edges { - /// __typename - /// ... ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } + /// ... ListPersonalAccessTokenCommand_PersonalAccessTokenEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo /// } /// } /// } /// } - /// - /// fragment ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { + /// + /// fragment ListPersonalAccessTokenCommand_PersonalAccessTokenEdge on PersonalAccessTokensEdge { /// cursor /// node { /// __typename - /// ... ListOpenApiCollectionCommandQuery_OpenApiCollection + /// ... ListPersonalAccessTokenCommand_PersonalAccessToken /// } /// } - /// - /// fragment ListOpenApiCollectionCommandQuery_OpenApiCollection on OpenApiCollection { + /// + /// fragment ListPersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { /// id - /// name - /// ... OpenApiCollectionDetailPrompt_OpenApiCollection + /// description + /// expiresAt + /// createdAt + /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken /// } - /// - /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { + /// + /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { /// id - /// name + /// description + /// createdAt + /// expiresAt /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -156163,16 +158450,16 @@ public partial interface IUploadOpenApiCollectionCommandMutationMutation : globa /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQueryQueryDocument : global::StrawberryShake.IDocument + public partial class ListPersonalAccessTokenCommandQueryQueryDocument : global::StrawberryShake.IDocument { - private ListOpenApiCollectionCommandQueryQueryDocument() + private ListPersonalAccessTokenCommandQueryQueryDocument() { } - public static ListOpenApiCollectionCommandQueryQueryDocument Instance { get; } = new ListOpenApiCollectionCommandQueryQueryDocument(); + public static ListPersonalAccessTokenCommandQueryQueryDocument Instance { get; } = new ListPersonalAccessTokenCommandQueryQueryDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ListOpenApiCollectionCommandQuery($apiId: ID!, $after: String, $first: Int) { node(id: $apiId) { __typename ... on Api { openApiCollections(first: $first, after: $after) { __typename edges { __typename ... ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge } pageInfo { __typename ... PageInfo } } } } } fragment ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { cursor node { __typename ... ListOpenApiCollectionCommandQuery_OpenApiCollection } } fragment ListOpenApiCollectionCommandQuery_OpenApiCollection on OpenApiCollection { id name ... OpenApiCollectionDetailPrompt_OpenApiCollection } fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { id name } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "cd98258e9a04da627abb631685b299df"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "8403a76012480cacf4ff791dfdf9ab03"); public override global::System.String ToString() { @@ -156186,50 +158473,51 @@ private ListOpenApiCollectionCommandQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ListOpenApiCollectionCommandQuery GraphQL operation + /// Represents the operation service of the ListPersonalAccessTokenCommandQuery GraphQL operation /// - /// query ListOpenApiCollectionCommandQuery( - /// $apiId: ID! - /// $after: String + /// query ListPersonalAccessTokenCommandQuery( + /// $after: String /// $first: Int /// ) { - /// node(id: $apiId) { + /// me { /// __typename - /// ... on Api { - /// openApiCollections(first: $first, after: $after) { + /// personalAccessTokens(after: $after, first: $first) { + /// __typename + /// edges { /// __typename - /// edges { - /// __typename - /// ... ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } + /// ... ListPersonalAccessTokenCommand_PersonalAccessTokenEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo /// } /// } /// } /// } - /// - /// fragment ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { + /// + /// fragment ListPersonalAccessTokenCommand_PersonalAccessTokenEdge on PersonalAccessTokensEdge { /// cursor /// node { /// __typename - /// ... ListOpenApiCollectionCommandQuery_OpenApiCollection + /// ... ListPersonalAccessTokenCommand_PersonalAccessToken /// } /// } - /// - /// fragment ListOpenApiCollectionCommandQuery_OpenApiCollection on OpenApiCollection { + /// + /// fragment ListPersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { /// id - /// name - /// ... OpenApiCollectionDetailPrompt_OpenApiCollection + /// description + /// expiresAt + /// createdAt + /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken /// } - /// - /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { + /// + /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { /// id - /// name + /// description + /// createdAt + /// expiresAt /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -156239,50 +158527,47 @@ private ListOpenApiCollectionCommandQueryQueryDocument() /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery + public partial class ListPersonalAccessTokenCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ListOpenApiCollectionCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ListPersonalAccessTokenCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); _stringFormatter = serializerResolver.GetInputValueFormatter("String"); _intFormatter = serializerResolver.GetInputValueFormatter("Int"); } - private ListOpenApiCollectionCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) + private ListPersonalAccessTokenCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) { _operationExecutor = operationExecutor; _configure = configure; _stringFormatter = @stringFormatter; - _iDFormatter = iDFormatter; _intFormatter = @intFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListOpenApiCollectionCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListPersonalAccessTokenCommandQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.ListPersonalAccessTokenCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _intFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(apiId, after, first); + var request = CreateRequest(after, first); foreach (var configure in _configure) { configure(request); @@ -156291,16 +158576,15 @@ private ListOpenApiCollectionCommandQueryQuery(global::StrawberryShake.IOperatio return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(apiId, after, first); + var request = CreateRequest(after, first); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::System.String? after, global::System.Int32? first) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String? after, global::System.Int32? first) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("apiId", FormatApiId(apiId)); variables.Add("after", FormatAfter(after)); variables.Add("first", FormatFirst(first)); return CreateRequest(variables); @@ -156308,17 +158592,7 @@ private ListOpenApiCollectionCommandQueryQuery(global::StrawberryShake.IOperatio private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: ListOpenApiCollectionCommandQueryQueryDocument.Instance.Hash.Value, name: "ListOpenApiCollectionCommandQuery", document: ListOpenApiCollectionCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatApiId(global::System.String value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _iDFormatter.Format(value); + return new global::StrawberryShake.OperationRequest(id: ListPersonalAccessTokenCommandQueryQueryDocument.Instance.Hash.Value, name: "ListPersonalAccessTokenCommandQuery", document: ListPersonalAccessTokenCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatAfter(global::System.String? value) @@ -156353,50 +158627,51 @@ private ListOpenApiCollectionCommandQueryQuery(global::StrawberryShake.IOperatio // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the ListOpenApiCollectionCommandQuery GraphQL operation + /// Represents the operation service of the ListPersonalAccessTokenCommandQuery GraphQL operation /// - /// query ListOpenApiCollectionCommandQuery( - /// $apiId: ID! - /// $after: String + /// query ListPersonalAccessTokenCommandQuery( + /// $after: String /// $first: Int /// ) { - /// node(id: $apiId) { + /// me { /// __typename - /// ... on Api { - /// openApiCollections(first: $first, after: $after) { + /// personalAccessTokens(after: $after, first: $first) { + /// __typename + /// edges { /// __typename - /// edges { - /// __typename - /// ... ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } + /// ... ListPersonalAccessTokenCommand_PersonalAccessTokenEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo /// } /// } /// } /// } - /// - /// fragment ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { + /// + /// fragment ListPersonalAccessTokenCommand_PersonalAccessTokenEdge on PersonalAccessTokensEdge { /// cursor /// node { /// __typename - /// ... ListOpenApiCollectionCommandQuery_OpenApiCollection + /// ... ListPersonalAccessTokenCommand_PersonalAccessToken /// } /// } - /// - /// fragment ListOpenApiCollectionCommandQuery_OpenApiCollection on OpenApiCollection { + /// + /// fragment ListPersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { /// id - /// name - /// ... OpenApiCollectionDetailPrompt_OpenApiCollection + /// description + /// expiresAt + /// createdAt + /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken /// } - /// - /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { + /// + /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { /// id - /// name + /// description + /// createdAt + /// expiresAt /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -156406,77 +158681,327 @@ private ListOpenApiCollectionCommandQueryQuery(global::StrawberryShake.IOperatio /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListOpenApiCollectionCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface IListPersonalAccessTokenCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the PublishOpenApiCollectionCommandMutation GraphQL operation + /// Represents the operation service of the RevokePersonalAccessTokenCommandMutation GraphQL operation /// - /// mutation PublishOpenApiCollectionCommandMutation( - /// $input: PublishOpenApiCollectionInput! + /// mutation RevokePersonalAccessTokenCommandMutation( + /// $input: RevokePersonalAccessTokenInput! /// ) { - /// publishOpenApiCollection(input: $input) { + /// revokePersonalAccessToken(input: $input) { + /// __typename + /// personalAccessToken { + /// __typename + /// ... RevokePersonalAccessTokenCommand_PersonalAccessToken + /// } + /// errors { + /// __typename + /// ... PersonalAccessTokenNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment RevokePersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { + /// id + /// description + /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken + /// } + /// + /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { + /// id + /// description + /// createdAt + /// expiresAt + /// } + /// + /// fragment PersonalAccessTokenNotFoundError on PersonalAccessTokenNotFoundError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class RevokePersonalAccessTokenCommandMutationMutationDocument : global::StrawberryShake.IDocument + { + private RevokePersonalAccessTokenCommandMutationMutationDocument() + { + } + + public static RevokePersonalAccessTokenCommandMutationMutationDocument Instance { get; } = new RevokePersonalAccessTokenCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "147298b7a2e237b07f06e5a7c2b1ef84"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the RevokePersonalAccessTokenCommandMutation GraphQL operation + /// + /// mutation RevokePersonalAccessTokenCommandMutation( + /// $input: RevokePersonalAccessTokenInput! + /// ) { + /// revokePersonalAccessToken(input: $input) { + /// __typename + /// personalAccessToken { + /// __typename + /// ... RevokePersonalAccessTokenCommand_PersonalAccessToken + /// } + /// errors { + /// __typename + /// ... PersonalAccessTokenNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment RevokePersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { + /// id + /// description + /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken + /// } + /// + /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { + /// id + /// description + /// createdAt + /// expiresAt + /// } + /// + /// fragment PersonalAccessTokenNotFoundError on PersonalAccessTokenNotFoundError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class RevokePersonalAccessTokenCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation + { + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _revokePersonalAccessTokenInputFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public RevokePersonalAccessTokenCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _revokePersonalAccessTokenInputFormatter = serializerResolver.GetInputValueFormatter("RevokePersonalAccessTokenInput"); + } + + private RevokePersonalAccessTokenCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter revokePersonalAccessTokenInputFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _revokePersonalAccessTokenInputFormatter = revokePersonalAccessTokenInputFormatter; + } + + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IRevokePersonalAccessTokenCommandMutationResult); + + public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenCommandMutationMutation(_operationExecutor, _configure.Add(configure), _revokePersonalAccessTokenInputFormatter); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } + + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput input, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(input); + foreach (var configure in _configure) + { + configure(request); + } + + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } + + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(input); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput input) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("input", FormatInput(input)); + return CreateRequest(variables); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: RevokePersonalAccessTokenCommandMutationMutationDocument.Instance.Hash.Value, name: "RevokePersonalAccessTokenCommandMutation", document: RevokePersonalAccessTokenCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } + + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _revokePersonalAccessTokenInputFormatter.Format(value); + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the RevokePersonalAccessTokenCommandMutation GraphQL operation + /// + /// mutation RevokePersonalAccessTokenCommandMutation( + /// $input: RevokePersonalAccessTokenInput! + /// ) { + /// revokePersonalAccessToken(input: $input) { + /// __typename + /// personalAccessToken { + /// __typename + /// ... RevokePersonalAccessTokenCommand_PersonalAccessToken + /// } + /// errors { + /// __typename + /// ... PersonalAccessTokenNotFoundError + /// ... Error + /// } + /// } + /// } + /// + /// fragment RevokePersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { + /// id + /// description + /// ... PersonalAccessTokenDetailPrompt_PersonalAccessToken + /// } + /// + /// fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { + /// id + /// description + /// createdAt + /// expiresAt + /// } + /// + /// fragment PersonalAccessTokenNotFoundError on PersonalAccessTokenNotFoundError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IRevokePersonalAccessTokenCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.RevokePersonalAccessTokenInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the PublishSchemaVersion GraphQL operation + /// + /// mutation PublishSchemaVersion( + /// $input: PublishSchemaInput! + /// ) { + /// publishSchema(input: $input) { /// __typename /// id /// errors { /// __typename /// ... UnauthorizedOperation + /// ... ApiNotFoundError /// ... StageNotFoundError - /// ... OpenApiCollectionNotFoundError - /// ... OpenApiCollectionVersionNotFoundError + /// ... SchemaNotFoundError /// ... Error /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message - /// name + /// apiId /// ... Error /// } - /// - /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { - /// openApiCollectionId + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name /// ... Error /// } - /// - /// fragment OpenApiCollectionVersionNotFoundError on OpenApiCollectionVersionNotFoundError { - /// tag + /// + /// fragment SchemaNotFoundError on SchemaNotFoundError { /// message - /// openApiCollectionId + /// apiId + /// tag /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class PublishSchemaVersionMutationDocument : global::StrawberryShake.IDocument { - private PublishOpenApiCollectionCommandMutationMutationDocument() + private PublishSchemaVersionMutationDocument() { } - public static PublishOpenApiCollectionCommandMutationMutationDocument Instance { get; } = new PublishOpenApiCollectionCommandMutationMutationDocument(); + public static PublishSchemaVersionMutationDocument Instance { get; } = new PublishSchemaVersionMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation PublishOpenApiCollectionCommandMutation($input: PublishOpenApiCollectionInput!) { publishOpenApiCollection(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... OpenApiCollectionNotFoundError ... OpenApiCollectionVersionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { openApiCollectionId ... Error } fragment OpenApiCollectionVersionNotFoundError on OpenApiCollectionVersionNotFoundError { tag message openApiCollectionId ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "3b9dd305052255f2532cc87618161446"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "d38a43a7b864ae9c3d787807b5f5f460"); public override global::System.String ToString() { @@ -156490,92 +159015,94 @@ private PublishOpenApiCollectionCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the PublishOpenApiCollectionCommandMutation GraphQL operation + /// Represents the operation service of the PublishSchemaVersion GraphQL operation /// - /// mutation PublishOpenApiCollectionCommandMutation( - /// $input: PublishOpenApiCollectionInput! + /// mutation PublishSchemaVersion( + /// $input: PublishSchemaInput! /// ) { - /// publishOpenApiCollection(input: $input) { + /// publishSchema(input: $input) { /// __typename /// id /// errors { /// __typename /// ... UnauthorizedOperation + /// ... ApiNotFoundError /// ... StageNotFoundError - /// ... OpenApiCollectionNotFoundError - /// ... OpenApiCollectionVersionNotFoundError + /// ... SchemaNotFoundError /// ... Error /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message - /// name + /// apiId /// ... Error /// } - /// - /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { - /// openApiCollectionId + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name /// ... Error /// } - /// - /// fragment OpenApiCollectionVersionNotFoundError on OpenApiCollectionVersionNotFoundError { - /// tag + /// + /// fragment SchemaNotFoundError on SchemaNotFoundError { /// message - /// openApiCollectionId + /// apiId + /// tag /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation + public partial class PublishSchemaVersionMutation : global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _publishOpenApiCollectionInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _publishSchemaInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public PublishOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public PublishSchemaVersionMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _publishOpenApiCollectionInputFormatter = serializerResolver.GetInputValueFormatter("PublishOpenApiCollectionInput"); + _publishSchemaInputFormatter = serializerResolver.GetInputValueFormatter("PublishSchemaInput"); } - private PublishOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter publishOpenApiCollectionInputFormatter) + private PublishSchemaVersionMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter publishSchemaInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _publishOpenApiCollectionInputFormatter = publishOpenApiCollectionInputFormatter; + _publishSchemaInputFormatter = publishSchemaInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IPublishOpenApiCollectionCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IPublishSchemaVersionResult); - public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _publishOpenApiCollectionInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaVersionMutation(_operationExecutor, _configure.Add(configure), _publishSchemaInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput input, global::System.Threading.CancellationToken cancellationToken = default) { var request = CreateRequest(input); foreach (var configure in _configure) @@ -156586,13 +159113,13 @@ private PublishOpenApiCollectionCommandMutationMutation(global::StrawberryShake. return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput input) { var variables = new global::System.Collections.Generic.Dictionary(); variables.Add("input", FormatInput(input)); @@ -156601,17 +159128,17 @@ private PublishOpenApiCollectionCommandMutationMutation(global::StrawberryShake. private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: PublishOpenApiCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "PublishOpenApiCollectionCommandMutation", document: PublishOpenApiCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: PublishSchemaVersionMutationDocument.Instance.Hash.Value, name: "PublishSchemaVersion", document: PublishSchemaVersionMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _publishOpenApiCollectionInputFormatter.Format(value); + return _publishSchemaInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -156622,76 +159149,78 @@ private PublishOpenApiCollectionCommandMutationMutation(global::StrawberryShake. // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the PublishOpenApiCollectionCommandMutation GraphQL operation + /// Represents the operation service of the PublishSchemaVersion GraphQL operation /// - /// mutation PublishOpenApiCollectionCommandMutation( - /// $input: PublishOpenApiCollectionInput! + /// mutation PublishSchemaVersion( + /// $input: PublishSchemaInput! /// ) { - /// publishOpenApiCollection(input: $input) { + /// publishSchema(input: $input) { /// __typename /// id /// errors { /// __typename /// ... UnauthorizedOperation + /// ... ApiNotFoundError /// ... StageNotFoundError - /// ... OpenApiCollectionNotFoundError - /// ... OpenApiCollectionVersionNotFoundError + /// ... SchemaNotFoundError /// ... Error /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message - /// name + /// apiId /// ... Error /// } - /// - /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { - /// openApiCollectionId + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name /// ... Error /// } - /// - /// fragment OpenApiCollectionVersionNotFoundError on OpenApiCollectionVersionNotFoundError { - /// tag + /// + /// fragment SchemaNotFoundError on SchemaNotFoundError { /// message - /// openApiCollectionId + /// apiId + /// tag /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface IPublishSchemaVersionMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the PublishOpenApiCollectionCommandSubscription GraphQL operation + /// Represents the operation service of the OnSchemaVersionPublishUpdated GraphQL operation /// - /// subscription PublishOpenApiCollectionCommandSubscription( + /// subscription OnSchemaVersionPublishUpdated( /// $requestId: ID! /// ) { - /// onOpenApiCollectionVersionPublishingUpdate(requestId: $requestId) { + /// onSchemaVersionPublishingUpdate(requestId: $requestId) { /// __typename - /// ... OpenApiCollectionVersionPublishFailed - /// ... OpenApiCollectionVersionPublishSuccess + /// ... SchemaVersionPublishFailed + /// ... SchemaVersionPublishSuccess /// ... OperationInProgress /// ... WaitForApproval /// ... ProcessingTaskApproved @@ -156699,139 +159228,40 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... ProcessingTaskIsQueued /// } /// } - /// - /// fragment OpenApiCollectionVersionPublishFailed on OpenApiCollectionVersionPublishFailed { + /// + /// fragment SchemaVersionPublishFailed on SchemaVersionPublishFailed { + /// __typename /// state /// errors { /// __typename + /// ... ConcurrentOperationError + /// ... OperationsAreNotAllowedError + /// ... SchemaVersionSyntaxError + /// ... SchemaVersionChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError /// ... UnexpectedProcessingError /// ... ProcessingTimeoutError - /// ... ConcurrentOperationError /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError /// } /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { - /// __typename - /// message - /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { - /// __typename - /// message - /// } - /// + /// /// fragment ConcurrentOperationError on ConcurrentOperationError { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { - /// collections { - /// __typename - /// openApiCollection { - /// __typename - /// id - /// name - /// } - /// entities { - /// __typename - /// errors { - /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError - /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route - /// } - /// ... on OpenApiCollectionValidationModel { - /// name - /// } - /// } - /// } - /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { - /// message - /// } - /// - /// fragment OpenApiCollectionVersionPublishSuccess on OpenApiCollectionVersionPublishSuccess { - /// state - /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state - /// } - /// - /// fragment WaitForApproval on WaitForApproval { - /// state - /// deployment { - /// __typename - /// ... on SchemaDeployment { - /// errors { - /// __typename - /// ... OperationsAreNotAllowedError - /// ... SchemaVersionSyntaxError - /// ... SchemaChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// ... on ClientDeployment { - /// errors { - /// __typename - /// ... PersistedQueryValidationError - /// } - /// } - /// ... on FusionConfigurationDeployment { - /// errors { - /// __typename - /// ... SchemaChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// ... on OpenApiCollectionDeployment { - /// errors { - /// __typename - /// ... OpenApiCollectionValidationError - /// } - /// } - /// ... on McpFeatureCollectionDeployment { - /// errors { - /// __typename - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// } - /// } - /// + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -156839,15 +159269,15 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// position /// line /// } - /// - /// fragment SchemaChangeViolationError on SchemaChangeViolationError { - /// message + /// + /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { + /// __typename /// changes { /// __typename /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -156861,25 +159291,25 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -156895,19 +159325,19 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -156915,7 +159345,7 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -156923,7 +159353,7 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -156931,7 +159361,7 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -156947,7 +159377,7 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -156956,7 +159386,7 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -156965,7 +159395,7 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -156979,13 +159409,13 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -156993,7 +159423,7 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -157007,7 +159437,7 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -157020,7 +159450,7 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -157036,21 +159466,21 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -157061,7 +159491,7 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -157075,19 +159505,19 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -157098,7 +159528,7 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -157111,19 +159541,19 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -157141,19 +159571,19 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -157163,7 +159593,7 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// code /// } /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -157189,11 +159619,21 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// } /// } /// } - /// - /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename + /// message + /// } + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename + /// message + /// } + /// + /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { /// collections { /// __typename - /// mcpFeatureCollection { + /// openApiCollection { /// __typename /// id /// name @@ -157202,20 +159642,21 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// __typename /// errors { /// __typename - /// ... McpFeatureCollectionValidationDocumentError - /// ... McpFeatureCollectionValidationEntityValidationError + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError /// } - /// ... on McpFeatureCollectionValidationPrompt { - /// name + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route /// } - /// ... on McpFeatureCollectionValidationTool { + /// ... on OpenApiCollectionValidationModel { /// name /// } /// } /// } /// } - /// - /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { /// code /// message /// path @@ -157225,101 +159666,15 @@ public partial interface IPublishOpenApiCollectionCommandMutationMutation : glob /// line /// } /// } - /// - /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { - /// message - /// } - /// - /// fragment ProcessingTaskApproved on ProcessingTaskApproved { - /// state - /// } - /// - /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { - /// ready: __typename - /// } - /// - /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { - /// queued: __typename - /// queuePosition - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument : global::StrawberryShake.IDocument - { - private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() - { - } - - public static PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument Instance { get; } = new PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; - public global::System.ReadOnlySpan Body => "subscription PublishOpenApiCollectionCommandSubscription($requestId: ID!) { onOpenApiCollectionVersionPublishingUpdate(requestId: $requestId) { __typename ... OpenApiCollectionVersionPublishFailed ... OpenApiCollectionVersionPublishSuccess ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved ... ProcessingTaskIsReady ... ProcessingTaskIsQueued } } fragment OpenApiCollectionVersionPublishFailed on OpenApiCollectionVersionPublishFailed { state errors { __typename ... UnexpectedProcessingError ... ProcessingTimeoutError ... ConcurrentOperationError ... OpenApiCollectionValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment OpenApiCollectionVersionPublishSuccess on OpenApiCollectionVersionPublishSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment ProcessingTaskApproved on ProcessingTaskApproved { state } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "3cb7cfb1e2c00815ac6b61d95b84b060"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the PublishOpenApiCollectionCommandSubscription GraphQL operation - /// - /// subscription PublishOpenApiCollectionCommandSubscription( - /// $requestId: ID! - /// ) { - /// onOpenApiCollectionVersionPublishingUpdate(requestId: $requestId) { - /// __typename - /// ... OpenApiCollectionVersionPublishFailed - /// ... OpenApiCollectionVersionPublishSuccess - /// ... OperationInProgress - /// ... WaitForApproval - /// ... ProcessingTaskApproved - /// ... ProcessingTaskIsReady - /// ... ProcessingTaskIsQueued - /// } - /// } - /// - /// fragment OpenApiCollectionVersionPublishFailed on OpenApiCollectionVersionPublishFailed { - /// state - /// errors { - /// __typename - /// ... UnexpectedProcessingError - /// ... ProcessingTimeoutError - /// ... ConcurrentOperationError - /// ... OpenApiCollectionValidationError - /// } - /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { - /// __typename - /// message - /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { - /// __typename - /// message - /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message /// } - /// - /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// + /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename - /// openApiCollection { + /// mcpFeatureCollection { /// __typename /// id /// name @@ -157328,21 +159683,20 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// __typename /// errors { /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError + /// ... McpFeatureCollectionValidationDocumentError + /// ... McpFeatureCollectionValidationEntityValidationError /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route + /// ... on McpFeatureCollectionValidationPrompt { + /// name /// } - /// ... on OpenApiCollectionValidationModel { + /// ... on McpFeatureCollectionValidationTool { /// name /// } /// } /// } /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// + /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message /// path @@ -157352,19 +159706,20 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// line /// } /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { + /// + /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// - /// fragment OpenApiCollectionVersionPublishSuccess on OpenApiCollectionVersionPublishSuccess { + /// + /// fragment SchemaVersionPublishSuccess on SchemaVersionPublishSuccess { + /// __typename /// state /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment WaitForApproval on WaitForApproval { /// state /// deployment { @@ -157411,12 +159766,103 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// } /// } /// } - /// + /// + /// fragment SchemaChangeViolationError on SchemaChangeViolationError { + /// message + /// changes { + /// __typename + /// ... SchemaChangeLogEntry + /// } + /// } + /// + /// fragment ProcessingTaskApproved on ProcessingTaskApproved { + /// state + /// } + /// + /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { + /// ready: __typename + /// } + /// + /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { + /// queued: __typename + /// queuePosition + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnSchemaVersionPublishUpdatedSubscriptionDocument : global::StrawberryShake.IDocument + { + private OnSchemaVersionPublishUpdatedSubscriptionDocument() + { + } + + public static OnSchemaVersionPublishUpdatedSubscriptionDocument Instance { get; } = new OnSchemaVersionPublishUpdatedSubscriptionDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "a299690b49723e3cdbf46ea56ec77e25"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the OnSchemaVersionPublishUpdated GraphQL operation + /// + /// subscription OnSchemaVersionPublishUpdated( + /// $requestId: ID! + /// ) { + /// onSchemaVersionPublishingUpdate(requestId: $requestId) { + /// __typename + /// ... SchemaVersionPublishFailed + /// ... SchemaVersionPublishSuccess + /// ... OperationInProgress + /// ... WaitForApproval + /// ... ProcessingTaskApproved + /// ... ProcessingTaskIsReady + /// ... ProcessingTaskIsQueued + /// } + /// } + /// + /// fragment SchemaVersionPublishFailed on SchemaVersionPublishFailed { + /// __typename + /// state + /// errors { + /// __typename + /// ... ConcurrentOperationError + /// ... OperationsAreNotAllowedError + /// ... SchemaVersionSyntaxError + /// ... SchemaVersionChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError + /// ... UnexpectedProcessingError + /// ... ProcessingTimeoutError + /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -157424,15 +159870,15 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// position /// line /// } - /// - /// fragment SchemaChangeViolationError on SchemaChangeViolationError { - /// message + /// + /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { + /// __typename /// changes { /// __typename /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -157446,25 +159892,25 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -157480,19 +159926,19 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -157500,7 +159946,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -157508,7 +159954,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -157516,7 +159962,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -157532,7 +159978,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -157541,7 +159987,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -157550,7 +159996,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -157564,13 +160010,13 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -157578,7 +160024,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -157592,7 +160038,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -157605,7 +160051,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -157621,21 +160067,21 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -157646,7 +160092,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -157660,19 +160106,19 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -157683,7 +160129,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -157696,19 +160142,19 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -157726,19 +160172,19 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -157748,7 +160194,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// code /// } /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -157774,7 +160220,58 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// } /// } /// } - /// + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename + /// message + /// } + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename + /// message + /// } + /// + /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// collections { + /// __typename + /// openApiCollection { + /// __typename + /// id + /// name + /// } + /// entities { + /// __typename + /// errors { + /// __typename + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError + /// } + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route + /// } + /// ... on OpenApiCollectionValidationModel { + /// name + /// } + /// } + /// } + /// } + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// code + /// message + /// path + /// locations { + /// __typename + /// column + /// line + /// } + /// } + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { + /// message + /// } + /// /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename @@ -157799,7 +160296,7 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// } /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message @@ -157810,19 +160307,83 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// line /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// + /// fragment SchemaVersionPublishSuccess on SchemaVersionPublishSuccess { + /// __typename + /// state + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment WaitForApproval on WaitForApproval { + /// state + /// deployment { + /// __typename + /// ... on SchemaDeployment { + /// errors { + /// __typename + /// ... OperationsAreNotAllowedError + /// ... SchemaVersionSyntaxError + /// ... SchemaChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError + /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// ... on ClientDeployment { + /// errors { + /// __typename + /// ... PersistedQueryValidationError + /// } + /// } + /// ... on FusionConfigurationDeployment { + /// errors { + /// __typename + /// ... SchemaChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError + /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// ... on OpenApiCollectionDeployment { + /// errors { + /// __typename + /// ... OpenApiCollectionValidationError + /// } + /// } + /// ... on McpFeatureCollectionDeployment { + /// errors { + /// __typename + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// } + /// } + /// + /// fragment SchemaChangeViolationError on SchemaChangeViolationError { + /// message + /// changes { + /// __typename + /// ... SchemaChangeLogEntry + /// } + /// } + /// /// fragment ProcessingTaskApproved on ProcessingTaskApproved { /// state /// } - /// + /// /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { /// ready: __typename /// } - /// + /// /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { /// queued: __typename /// queuePosition @@ -157830,19 +160391,19 @@ private PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument() /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscriptionSubscription : global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscriptionSubscription + public partial class OnSchemaVersionPublishUpdatedSubscription : global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdatedSubscription { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - public PublishOpenApiCollectionCommandSubscriptionSubscription(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IPublishOpenApiCollectionCommandSubscriptionResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IOnSchemaVersionPublishUpdatedResult); - public global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(requestId); return _operationExecutor.Watch(request, strategy); @@ -157857,7 +160418,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument.Instance.Hash.Value, name: "PublishOpenApiCollectionCommandSubscription", document: PublishOpenApiCollectionCommandSubscriptionSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: OnSchemaVersionPublishUpdatedSubscriptionDocument.Instance.Hash.Value, name: "OnSchemaVersionPublishUpdated", document: OnSchemaVersionPublishUpdatedSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatRequestId(global::System.String value) @@ -157878,15 +160439,15 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the PublishOpenApiCollectionCommandSubscription GraphQL operation + /// Represents the operation service of the OnSchemaVersionPublishUpdated GraphQL operation /// - /// subscription PublishOpenApiCollectionCommandSubscription( + /// subscription OnSchemaVersionPublishUpdated( /// $requestId: ID! /// ) { - /// onOpenApiCollectionVersionPublishingUpdate(requestId: $requestId) { + /// onSchemaVersionPublishingUpdate(requestId: $requestId) { /// __typename - /// ... OpenApiCollectionVersionPublishFailed - /// ... OpenApiCollectionVersionPublishSuccess + /// ... SchemaVersionPublishFailed + /// ... SchemaVersionPublishSuccess /// ... OperationInProgress /// ... WaitForApproval /// ... ProcessingTaskApproved @@ -157894,155 +160455,56 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... ProcessingTaskIsQueued /// } /// } - /// - /// fragment OpenApiCollectionVersionPublishFailed on OpenApiCollectionVersionPublishFailed { + /// + /// fragment SchemaVersionPublishFailed on SchemaVersionPublishFailed { + /// __typename /// state /// errors { /// __typename + /// ... ConcurrentOperationError + /// ... OperationsAreNotAllowedError + /// ... SchemaVersionSyntaxError + /// ... SchemaVersionChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError /// ... UnexpectedProcessingError /// ... ProcessingTimeoutError - /// ... ConcurrentOperationError /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError /// } /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { /// __typename /// message + /// ... Error /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { - /// __typename + /// + /// fragment Error on Error { /// message /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// + /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message - /// ... Error /// } - /// - /// fragment Error on Error { + /// + /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { + /// __typename /// message + /// column + /// position + /// line /// } - /// - /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { - /// collections { - /// __typename - /// openApiCollection { - /// __typename - /// id - /// name - /// } - /// entities { - /// __typename - /// errors { - /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError - /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route - /// } - /// ... on OpenApiCollectionValidationModel { - /// name - /// } - /// } - /// } - /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { - /// message - /// } - /// - /// fragment OpenApiCollectionVersionPublishSuccess on OpenApiCollectionVersionPublishSuccess { - /// state - /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state - /// } - /// - /// fragment WaitForApproval on WaitForApproval { - /// state - /// deployment { - /// __typename - /// ... on SchemaDeployment { - /// errors { - /// __typename - /// ... OperationsAreNotAllowedError - /// ... SchemaVersionSyntaxError - /// ... SchemaChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// ... on ClientDeployment { - /// errors { - /// __typename - /// ... PersistedQueryValidationError - /// } - /// } - /// ... on FusionConfigurationDeployment { - /// errors { - /// __typename - /// ... SchemaChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// ... on OpenApiCollectionDeployment { - /// errors { - /// __typename - /// ... OpenApiCollectionValidationError - /// } - /// } - /// ... on McpFeatureCollectionDeployment { - /// errors { - /// __typename - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// } - /// } - /// - /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { - /// __typename - /// message - /// } - /// - /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { - /// __typename - /// message - /// column - /// position - /// line - /// } - /// - /// fragment SchemaChangeViolationError on SchemaChangeViolationError { - /// message - /// changes { + /// + /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { + /// __typename + /// changes { /// __typename /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -158056,25 +160518,25 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -158090,19 +160552,19 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -158110,7 +160572,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -158118,7 +160580,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -158126,7 +160588,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -158142,7 +160604,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -158151,7 +160613,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -158160,7 +160622,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -158174,13 +160636,13 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -158188,7 +160650,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -158202,7 +160664,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -158215,7 +160677,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -158231,21 +160693,21 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -158256,7 +160718,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -158270,19 +160732,19 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -158293,7 +160755,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -158306,19 +160768,19 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -158336,19 +160798,19 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -158358,7 +160820,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// code /// } /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -158384,7 +160846,58 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// } /// } /// } - /// + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename + /// message + /// } + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename + /// message + /// } + /// + /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { + /// collections { + /// __typename + /// openApiCollection { + /// __typename + /// id + /// name + /// } + /// entities { + /// __typename + /// errors { + /// __typename + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError + /// } + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route + /// } + /// ... on OpenApiCollectionValidationModel { + /// name + /// } + /// } + /// } + /// } + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// code + /// message + /// path + /// locations { + /// __typename + /// column + /// line + /// } + /// } + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { + /// message + /// } + /// /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename @@ -158409,7 +160922,7 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// } /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message @@ -158420,19 +160933,83 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// line /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// + /// fragment SchemaVersionPublishSuccess on SchemaVersionPublishSuccess { + /// __typename + /// state + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment WaitForApproval on WaitForApproval { + /// state + /// deployment { + /// __typename + /// ... on SchemaDeployment { + /// errors { + /// __typename + /// ... OperationsAreNotAllowedError + /// ... SchemaVersionSyntaxError + /// ... SchemaChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError + /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// ... on ClientDeployment { + /// errors { + /// __typename + /// ... PersistedQueryValidationError + /// } + /// } + /// ... on FusionConfigurationDeployment { + /// errors { + /// __typename + /// ... SchemaChangeViolationError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError + /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// ... on OpenApiCollectionDeployment { + /// errors { + /// __typename + /// ... OpenApiCollectionValidationError + /// } + /// } + /// ... on McpFeatureCollectionDeployment { + /// errors { + /// __typename + /// ... McpFeatureCollectionValidationError + /// } + /// } + /// } + /// } + /// + /// fragment SchemaChangeViolationError on SchemaChangeViolationError { + /// message + /// changes { + /// __typename + /// ... SchemaChangeLogEntry + /// } + /// } + /// /// fragment ProcessingTaskApproved on ProcessingTaskApproved { /// state /// } - /// + /// /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { /// ready: __typename /// } - /// + /// /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { /// queued: __typename /// queuePosition @@ -158440,65 +161017,76 @@ public PublishOpenApiCollectionCommandSubscriptionSubscription(global::Strawberr /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishOpenApiCollectionCommandSubscriptionSubscription : global::StrawberryShake.IOperationRequestFactory + public partial interface IOnSchemaVersionPublishUpdatedSubscription : global::StrawberryShake.IOperationRequestFactory { - global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ValidateOpenApiCollectionCommandMutation GraphQL operation + /// Represents the operation service of the UploadSchema GraphQL operation /// - /// mutation ValidateOpenApiCollectionCommandMutation( - /// $input: ValidateOpenApiCollectionInput! + /// mutation UploadSchema( + /// $input: UploadSchemaInput! /// ) { - /// validateOpenApiCollection(input: $input) { + /// uploadSchema(input: $input) { /// __typename - /// id + /// schemaVersion { + /// __typename + /// id + /// } /// errors { /// __typename /// ... UnauthorizedOperation - /// ... StageNotFoundError - /// ... OpenApiCollectionNotFoundError + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... ApiNotFoundError /// ... Error /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment DuplicatedTagError on DuplicatedTagError { /// __typename /// message - /// name /// ... Error /// } - /// - /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { - /// openApiCollectionId + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename + /// message + /// apiId /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class UploadSchemaMutationDocument : global::StrawberryShake.IDocument { - private ValidateOpenApiCollectionCommandMutationMutationDocument() + private UploadSchemaMutationDocument() { } - public static ValidateOpenApiCollectionCommandMutationMutationDocument Instance { get; } = new ValidateOpenApiCollectionCommandMutationMutationDocument(); + public static UploadSchemaMutationDocument Instance { get; } = new UploadSchemaMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation ValidateOpenApiCollectionCommandMutation($input: ValidateOpenApiCollectionInput!) { validateOpenApiCollection(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... OpenApiCollectionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { openApiCollectionId ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "e3e054b46fe9354a8fe15a8b0dea1624"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "6f2552b2efab37e84bf41e0fd2ef37e1"); public override global::System.String ToString() { @@ -158512,84 +161100,95 @@ private ValidateOpenApiCollectionCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ValidateOpenApiCollectionCommandMutation GraphQL operation + /// Represents the operation service of the UploadSchema GraphQL operation /// - /// mutation ValidateOpenApiCollectionCommandMutation( - /// $input: ValidateOpenApiCollectionInput! + /// mutation UploadSchema( + /// $input: UploadSchemaInput! /// ) { - /// validateOpenApiCollection(input: $input) { + /// uploadSchema(input: $input) { /// __typename - /// id + /// schemaVersion { + /// __typename + /// id + /// } /// errors { /// __typename /// ... UnauthorizedOperation - /// ... StageNotFoundError - /// ... OpenApiCollectionNotFoundError + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... ApiNotFoundError /// ... Error /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment DuplicatedTagError on DuplicatedTagError { /// __typename /// message - /// name /// ... Error /// } - /// - /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { - /// openApiCollectionId + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename + /// message + /// apiId /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation + public partial class UploadSchemaMutation : global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _validateOpenApiCollectionInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadSchemaInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ValidateOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public UploadSchemaMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _validateOpenApiCollectionInputFormatter = serializerResolver.GetInputValueFormatter("ValidateOpenApiCollectionInput"); + _uploadSchemaInputFormatter = serializerResolver.GetInputValueFormatter("UploadSchemaInput"); } - private ValidateOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter validateOpenApiCollectionInputFormatter) + private UploadSchemaMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter uploadSchemaInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _validateOpenApiCollectionInputFormatter = validateOpenApiCollectionInputFormatter; + _uploadSchemaInputFormatter = uploadSchemaInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IValidateOpenApiCollectionCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUploadSchemaResult); - public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _validateOpenApiCollectionInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaMutation(_operationExecutor, _configure.Add(configure), _uploadSchemaInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput input, global::System.Threading.CancellationToken cancellationToken = default) { var request = CreateRequest(input); foreach (var configure in _configure) @@ -158600,28 +161199,28 @@ private ValidateOpenApiCollectionCommandMutationMutation(global::StrawberryShake return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - private void MapFilesFromTypeValidateOpenApiCollectionInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput value, global::System.Collections.Generic.Dictionary files) + private void MapFilesFromTypeUploadSchemaInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput value, global::System.Collections.Generic.Dictionary files) { - var pathCollection = path + ".collection"; - var valueCollection = value.Collection; - files.Add(pathCollection, valueCollection is global::StrawberryShake.Upload u ? u : null); + var pathSchema = path + ".schema"; + var valueSchema = value.Schema; + files.Add(pathSchema, valueSchema is global::StrawberryShake.Upload u ? u : null); } - private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput value, global::System.Collections.Generic.Dictionary files) + private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput value, global::System.Collections.Generic.Dictionary files) { if (value is { } value_i) { - MapFilesFromTypeValidateOpenApiCollectionInput(path, value_i, files); + MapFilesFromTypeUploadSchemaInput(path, value_i, files); } } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput input) { var variables = new global::System.Collections.Generic.Dictionary(); variables.Add("input", FormatInput(input)); @@ -158632,17 +161231,17 @@ private void MapFilesFromArgumentInput(global::System.String path, global::Chill private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) { - return new global::StrawberryShake.OperationRequest(id: ValidateOpenApiCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "ValidateOpenApiCollectionCommandMutation", document: ValidateOpenApiCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); + return new global::StrawberryShake.OperationRequest(id: UploadSchemaMutationDocument.Instance.Hash.Value, name: "UploadSchema", document: UploadSchemaMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _validateOpenApiCollectionInputFormatter.Format(value); + return _uploadSchemaInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -158653,479 +161252,132 @@ private void MapFilesFromArgumentInput(global::System.String path, global::Chill // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the ValidateOpenApiCollectionCommandMutation GraphQL operation + /// Represents the operation service of the UploadSchema GraphQL operation /// - /// mutation ValidateOpenApiCollectionCommandMutation( - /// $input: ValidateOpenApiCollectionInput! + /// mutation UploadSchema( + /// $input: UploadSchemaInput! /// ) { - /// validateOpenApiCollection(input: $input) { + /// uploadSchema(input: $input) { /// __typename - /// id + /// schemaVersion { + /// __typename + /// id + /// } /// errors { /// __typename /// ... UnauthorizedOperation - /// ... StageNotFoundError - /// ... OpenApiCollectionNotFoundError + /// ... DuplicatedTagError + /// ... ConcurrentOperationError + /// ... ApiNotFoundError /// ... Error /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { + /// + /// fragment DuplicatedTagError on DuplicatedTagError { /// __typename /// message - /// name - /// ... Error - /// } - /// - /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { - /// openApiCollectionId /// ... Error /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the ValidateOpenApiCollectionCommandSubscription GraphQL operation - /// - /// subscription ValidateOpenApiCollectionCommandSubscription( - /// $requestId: ID! - /// ) { - /// onOpenApiCollectionVersionValidationUpdate(requestId: $requestId) { - /// __typename - /// ... OpenApiCollectionVersionValidationFailed - /// ... OpenApiCollectionVersionValidationSuccess - /// ... OperationInProgress - /// ... ValidationInProgress - /// } - /// } - /// - /// fragment OpenApiCollectionVersionValidationFailed on OpenApiCollectionVersionValidationFailed { - /// state - /// errors { - /// __typename - /// ... ProcessingTimeoutError - /// ... UnexpectedProcessingError - /// ... OpenApiCollectionValidationError - /// ... OpenApiCollectionValidationArchiveError - /// } - /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { - /// __typename - /// message - /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { - /// __typename - /// message - /// } - /// - /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { - /// collections { - /// __typename - /// openApiCollection { - /// __typename - /// id - /// name - /// } - /// entities { - /// __typename - /// errors { - /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError - /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route - /// } - /// ... on OpenApiCollectionValidationModel { - /// name - /// } - /// } - /// } - /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { - /// message - /// } - /// - /// fragment OpenApiCollectionValidationArchiveError on OpenApiCollectionValidationArchiveError { - /// message - /// } - /// - /// fragment OpenApiCollectionVersionValidationSuccess on OpenApiCollectionVersionValidationSuccess { - /// state - /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state - /// } - /// - /// fragment ValidationInProgress on ValidationInProgress { - /// state - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscriptionSubscriptionDocument : global::StrawberryShake.IDocument - { - private ValidateOpenApiCollectionCommandSubscriptionSubscriptionDocument() - { - } - - public static ValidateOpenApiCollectionCommandSubscriptionSubscriptionDocument Instance { get; } = new ValidateOpenApiCollectionCommandSubscriptionSubscriptionDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; - public global::System.ReadOnlySpan Body => "subscription ValidateOpenApiCollectionCommandSubscription($requestId: ID!) { onOpenApiCollectionVersionValidationUpdate(requestId: $requestId) { __typename ... OpenApiCollectionVersionValidationFailed ... OpenApiCollectionVersionValidationSuccess ... OperationInProgress ... ValidationInProgress } } fragment OpenApiCollectionVersionValidationFailed on OpenApiCollectionVersionValidationFailed { state errors { __typename ... ProcessingTimeoutError ... UnexpectedProcessingError ... OpenApiCollectionValidationError ... OpenApiCollectionValidationArchiveError } } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment OpenApiCollectionValidationArchiveError on OpenApiCollectionValidationArchiveError { message } fragment OpenApiCollectionVersionValidationSuccess on OpenApiCollectionVersionValidationSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment ValidationInProgress on ValidationInProgress { state }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "f230bc4d51fb6f5456e272f3aa163aff"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the ValidateOpenApiCollectionCommandSubscription GraphQL operation - /// - /// subscription ValidateOpenApiCollectionCommandSubscription( - /// $requestId: ID! - /// ) { - /// onOpenApiCollectionVersionValidationUpdate(requestId: $requestId) { - /// __typename - /// ... OpenApiCollectionVersionValidationFailed - /// ... OpenApiCollectionVersionValidationSuccess - /// ... OperationInProgress - /// ... ValidationInProgress - /// } - /// } - /// - /// fragment OpenApiCollectionVersionValidationFailed on OpenApiCollectionVersionValidationFailed { - /// state - /// errors { - /// __typename - /// ... ProcessingTimeoutError - /// ... UnexpectedProcessingError - /// ... OpenApiCollectionValidationError - /// ... OpenApiCollectionValidationArchiveError - /// } - /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { - /// __typename - /// message - /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { - /// __typename - /// message - /// } - /// - /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { - /// collections { - /// __typename - /// openApiCollection { - /// __typename - /// id - /// name - /// } - /// entities { - /// __typename - /// errors { - /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError - /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route - /// } - /// ... on OpenApiCollectionValidationModel { - /// name - /// } - /// } - /// } - /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { - /// message - /// } - /// - /// fragment OpenApiCollectionValidationArchiveError on OpenApiCollectionValidationArchiveError { - /// message - /// } - /// - /// fragment OpenApiCollectionVersionValidationSuccess on OpenApiCollectionVersionValidationSuccess { - /// state - /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state - /// } - /// - /// fragment ValidationInProgress on ValidationInProgress { - /// state - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscriptionSubscription : global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscriptionSubscription - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - public ValidateOpenApiCollectionCommandSubscriptionSubscription(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IValidateOpenApiCollectionCommandSubscriptionResult); - - public global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(requestId); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String requestId) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("requestId", FormatRequestId(requestId)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: ValidateOpenApiCollectionCommandSubscriptionSubscriptionDocument.Instance.Hash.Value, name: "ValidateOpenApiCollectionCommandSubscription", document: ValidateOpenApiCollectionCommandSubscriptionSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatRequestId(global::System.String value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _iDFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the ValidateOpenApiCollectionCommandSubscription GraphQL operation - /// - /// subscription ValidateOpenApiCollectionCommandSubscription( - /// $requestId: ID! - /// ) { - /// onOpenApiCollectionVersionValidationUpdate(requestId: $requestId) { - /// __typename - /// ... OpenApiCollectionVersionValidationFailed - /// ... OpenApiCollectionVersionValidationSuccess - /// ... OperationInProgress - /// ... ValidationInProgress - /// } - /// } - /// - /// fragment OpenApiCollectionVersionValidationFailed on OpenApiCollectionVersionValidationFailed { - /// state - /// errors { - /// __typename - /// ... ProcessingTimeoutError - /// ... UnexpectedProcessingError - /// ... OpenApiCollectionValidationError - /// ... OpenApiCollectionValidationArchiveError - /// } - /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// + /// fragment ConcurrentOperationError on ConcurrentOperationError { /// __typename /// message + /// ... Error /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// + /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message - /// } - /// - /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { - /// collections { - /// __typename - /// openApiCollection { - /// __typename - /// id - /// name - /// } - /// entities { - /// __typename - /// errors { - /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError - /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route - /// } - /// ... on OpenApiCollectionValidationModel { - /// name - /// } - /// } - /// } - /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { - /// message - /// } - /// - /// fragment OpenApiCollectionValidationArchiveError on OpenApiCollectionValidationArchiveError { - /// message - /// } - /// - /// fragment OpenApiCollectionVersionValidationSuccess on OpenApiCollectionVersionValidationSuccess { - /// state - /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state - /// } - /// - /// fragment ValidationInProgress on ValidationInProgress { - /// state + /// apiId + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateOpenApiCollectionCommandSubscriptionSubscription : global::StrawberryShake.IOperationRequestFactory + public partial interface IUploadSchemaMutation : global::StrawberryShake.IOperationRequestFactory { - global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the CreateOpenApiCollectionCommandMutation GraphQL operation + /// Represents the operation service of the ValidateSchemaVersion GraphQL operation /// - /// mutation CreateOpenApiCollectionCommandMutation( - /// $input: CreateOpenApiCollectionInput! + /// mutation ValidateSchemaVersion( + /// $input: ValidateSchemaInput! /// ) { - /// createOpenApiCollection(input: $input) { + /// validateSchema(input: $input) { /// __typename - /// openApiCollection { - /// __typename - /// ... CreateOpenApiCollectionCommandMutation_OpenApiCollection - /// } + /// id /// errors { /// __typename - /// ... Error - /// ... ApiNotFoundError /// ... UnauthorizedOperation + /// ... ApiNotFoundError + /// ... StageNotFoundError + /// ... SchemaNotFoundError + /// ... Error /// } /// } /// } - /// - /// fragment CreateOpenApiCollectionCommandMutation_OpenApiCollection on OpenApiCollection { - /// name - /// id - /// ... OpenApiCollectionDetailPrompt_OpenApiCollection - /// } - /// - /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { - /// id - /// name + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message /// apiId /// ... Error /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// + /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message + /// name + /// ... Error + /// } + /// + /// fragment SchemaNotFoundError on SchemaNotFoundError { + /// message + /// apiId + /// tag /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateOpenApiCollectionCommandMutationMutationDocument : global::StrawberryShake.IDocument + public partial class ValidateSchemaVersionMutationDocument : global::StrawberryShake.IDocument { - private CreateOpenApiCollectionCommandMutationMutationDocument() + private ValidateSchemaVersionMutationDocument() { } - public static CreateOpenApiCollectionCommandMutationMutationDocument Instance { get; } = new CreateOpenApiCollectionCommandMutationMutationDocument(); + public static ValidateSchemaVersionMutationDocument Instance { get; } = new ValidateSchemaVersionMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation CreateOpenApiCollectionCommandMutation($input: CreateOpenApiCollectionInput!) { createOpenApiCollection(input: $input) { __typename openApiCollection { __typename ... CreateOpenApiCollectionCommandMutation_OpenApiCollection } errors { __typename ... Error ... ApiNotFoundError ... UnauthorizedOperation } } } fragment CreateOpenApiCollectionCommandMutation_OpenApiCollection on OpenApiCollection { name id ... OpenApiCollectionDetailPrompt_OpenApiCollection } fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { id name } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "5758d2edb80ceb1aa05694485dfdaeed"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "20f39ffae2a0c07009008b6836aba650"); public override global::System.String ToString() { @@ -159139,92 +161391,94 @@ private CreateOpenApiCollectionCommandMutationMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the CreateOpenApiCollectionCommandMutation GraphQL operation + /// Represents the operation service of the ValidateSchemaVersion GraphQL operation /// - /// mutation CreateOpenApiCollectionCommandMutation( - /// $input: CreateOpenApiCollectionInput! + /// mutation ValidateSchemaVersion( + /// $input: ValidateSchemaInput! /// ) { - /// createOpenApiCollection(input: $input) { + /// validateSchema(input: $input) { /// __typename - /// openApiCollection { - /// __typename - /// ... CreateOpenApiCollectionCommandMutation_OpenApiCollection - /// } + /// id /// errors { /// __typename - /// ... Error - /// ... ApiNotFoundError /// ... UnauthorizedOperation + /// ... ApiNotFoundError + /// ... StageNotFoundError + /// ... SchemaNotFoundError + /// ... Error /// } /// } /// } - /// - /// fragment CreateOpenApiCollectionCommandMutation_OpenApiCollection on OpenApiCollection { - /// name - /// id - /// ... OpenApiCollectionDetailPrompt_OpenApiCollection - /// } - /// - /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { - /// id - /// name + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message /// apiId /// ... Error /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// + /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message + /// name + /// ... Error + /// } + /// + /// fragment SchemaNotFoundError on SchemaNotFoundError { + /// message + /// apiId + /// tag /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateOpenApiCollectionCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation + public partial class ValidateSchemaVersionMutation : global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _createOpenApiCollectionInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _validateSchemaInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public CreateOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ValidateSchemaVersionMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _createOpenApiCollectionInputFormatter = serializerResolver.GetInputValueFormatter("CreateOpenApiCollectionInput"); + _validateSchemaInputFormatter = serializerResolver.GetInputValueFormatter("ValidateSchemaInput"); } - private CreateOpenApiCollectionCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter createOpenApiCollectionInputFormatter) + private ValidateSchemaVersionMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter validateSchemaInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _createOpenApiCollectionInputFormatter = createOpenApiCollectionInputFormatter; + _validateSchemaInputFormatter = validateSchemaInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateOpenApiCollectionCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IValidateSchemaVersionResult); - public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionCommandMutationMutation(_operationExecutor, _configure.Add(configure), _createOpenApiCollectionInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaVersionMutation(_operationExecutor, _configure.Add(configure), _validateSchemaInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput input, global::System.Threading.CancellationToken cancellationToken = default) { var request = CreateRequest(input); foreach (var configure in _configure) @@ -159235,2872 +161489,214 @@ private CreateOpenApiCollectionCommandMutationMutation(global::StrawberryShake.I return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + private void MapFilesFromTypeValidateSchemaInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput value, global::System.Collections.Generic.Dictionary files) + { + var pathSchema = path + ".schema"; + var valueSchema = value.Schema; + files.Add(pathSchema, valueSchema is global::StrawberryShake.Upload u ? u : null); + } + + private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput value, global::System.Collections.Generic.Dictionary files) + { + if (value is { } value_i) + { + MapFilesFromTypeValidateSchemaInput(path, value_i, files); + } + } + + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput input) { var variables = new global::System.Collections.Generic.Dictionary(); variables.Add("input", FormatInput(input)); - return CreateRequest(variables); + var files = new global::System.Collections.Generic.Dictionary(); + MapFilesFromArgumentInput("variables.input", input, files); + return CreateRequest(variables, files); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) { - return new global::StrawberryShake.OperationRequest(id: CreateOpenApiCollectionCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateOpenApiCollectionCommandMutation", document: CreateOpenApiCollectionCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ValidateSchemaVersionMutationDocument.Instance.Hash.Value, name: "ValidateSchemaVersion", document: ValidateSchemaVersionMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _createOpenApiCollectionInputFormatter.Format(value); + return _validateSchemaInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!); + return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the CreateOpenApiCollectionCommandMutation GraphQL operation + /// Represents the operation service of the ValidateSchemaVersion GraphQL operation /// - /// mutation CreateOpenApiCollectionCommandMutation( - /// $input: CreateOpenApiCollectionInput! + /// mutation ValidateSchemaVersion( + /// $input: ValidateSchemaInput! /// ) { - /// createOpenApiCollection(input: $input) { + /// validateSchema(input: $input) { /// __typename - /// openApiCollection { - /// __typename - /// ... CreateOpenApiCollectionCommandMutation_OpenApiCollection - /// } + /// id /// errors { /// __typename - /// ... Error - /// ... ApiNotFoundError /// ... UnauthorizedOperation + /// ... ApiNotFoundError + /// ... StageNotFoundError + /// ... SchemaNotFoundError + /// ... Error /// } /// } /// } - /// - /// fragment CreateOpenApiCollectionCommandMutation_OpenApiCollection on OpenApiCollection { - /// name - /// id - /// ... OpenApiCollectionDetailPrompt_OpenApiCollection - /// } - /// - /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { - /// id - /// name + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message /// apiId /// ... Error /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// + /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message + /// name + /// ... Error + /// } + /// + /// fragment SchemaNotFoundError on SchemaNotFoundError { + /// message + /// apiId + /// tag /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateOpenApiCollectionCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface IValidateSchemaVersionMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the DeleteOpenApiCollectionByIdCommandMutation GraphQL operation + /// Represents the operation service of the OnSchemaVersionValidationUpdated GraphQL operation /// - /// mutation DeleteOpenApiCollectionByIdCommandMutation( - /// $input: DeleteOpenApiCollectionByIdInput! + /// subscription OnSchemaVersionValidationUpdated( + /// $requestId: ID! /// ) { - /// deleteOpenApiCollectionById(input: $input) { + /// onSchemaVersionValidationUpdate(requestId: $requestId) { /// __typename - /// openApiCollection { - /// __typename - /// ... DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection - /// } - /// errors { - /// __typename - /// ... Error - /// ... OpenApiCollectionNotFoundError - /// ... UnauthorizedOperation - /// } + /// ... SchemaVersionValidationFailed + /// ... SchemaVersionValidationSuccess + /// ... OperationInProgress + /// ... ValidationInProgress /// } /// } - /// - /// fragment DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection on OpenApiCollection { - /// name - /// id - /// ... OpenApiCollectionDetailPrompt_OpenApiCollection + /// + /// fragment SchemaVersionValidationFailed on SchemaVersionValidationFailed { + /// state + /// errors { + /// __typename + /// ... UnexpectedProcessingError + /// ... ProcessingTimeoutError + /// ... SchemaVersionSyntaxError + /// ... InvalidGraphQLSchemaError + /// ... PersistedQueryValidationError + /// ... SchemaVersionChangeViolationError + /// ... OperationsAreNotAllowedError + /// ... OpenApiCollectionValidationError + /// ... McpFeatureCollectionValidationError + /// } /// } - /// - /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { - /// id - /// name + /// + /// fragment UnexpectedProcessingError on UnexpectedProcessingError { + /// __typename + /// message /// } - /// - /// fragment Error on Error { + /// + /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// __typename /// message /// } - /// - /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { - /// openApiCollectionId - /// ... Error + /// + /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { + /// __typename + /// message + /// column + /// position + /// line /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// + /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message - /// ... Error + /// errors { + /// __typename + /// message + /// code + /// } /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteOpenApiCollectionByIdCommandMutationMutationDocument : global::StrawberryShake.IDocument - { - private DeleteOpenApiCollectionByIdCommandMutationMutationDocument() - { - } - - public static DeleteOpenApiCollectionByIdCommandMutationMutationDocument Instance { get; } = new DeleteOpenApiCollectionByIdCommandMutationMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation DeleteOpenApiCollectionByIdCommandMutation($input: DeleteOpenApiCollectionByIdInput!) { deleteOpenApiCollectionById(input: $input) { __typename openApiCollection { __typename ... DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection } errors { __typename ... Error ... OpenApiCollectionNotFoundError ... UnauthorizedOperation } } } fragment DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection on OpenApiCollection { name id ... OpenApiCollectionDetailPrompt_OpenApiCollection } fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { id name } fragment Error on Error { message } fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { openApiCollectionId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "e7828352aef7a0d78376c52b11a5f54e"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the DeleteOpenApiCollectionByIdCommandMutation GraphQL operation - /// - /// mutation DeleteOpenApiCollectionByIdCommandMutation( - /// $input: DeleteOpenApiCollectionByIdInput! - /// ) { - /// deleteOpenApiCollectionById(input: $input) { + /// + /// fragment PersistedQueryValidationError on PersistedQueryValidationError { + /// message + /// client { /// __typename - /// openApiCollection { - /// __typename - /// ... DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection - /// } + /// id + /// name + /// } + /// queries { + /// __typename + /// deployedTags + /// message + /// hash /// errors { /// __typename - /// ... Error - /// ... OpenApiCollectionNotFoundError - /// ... UnauthorizedOperation + /// message + /// code + /// path + /// locations { + /// __typename + /// column + /// line + /// } /// } /// } /// } - /// - /// fragment DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection on OpenApiCollection { - /// name - /// id - /// ... OpenApiCollectionDetailPrompt_OpenApiCollection - /// } - /// - /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { - /// id - /// name + /// + /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { + /// __typename + /// changes { + /// __typename + /// ... SchemaChangeLogEntry + /// } /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { - /// openApiCollectionId - /// ... Error - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteOpenApiCollectionByIdCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _deleteOpenApiCollectionByIdInputFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public DeleteOpenApiCollectionByIdCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _deleteOpenApiCollectionByIdInputFormatter = serializerResolver.GetInputValueFormatter("DeleteOpenApiCollectionByIdInput"); - } - - private DeleteOpenApiCollectionByIdCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter deleteOpenApiCollectionByIdInputFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _deleteOpenApiCollectionByIdInputFormatter = deleteOpenApiCollectionByIdInputFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IDeleteOpenApiCollectionByIdCommandMutationResult); - - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdCommandMutationMutation(_operationExecutor, _configure.Add(configure), _deleteOpenApiCollectionByIdInputFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput input, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(input); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(input); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput input) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: DeleteOpenApiCollectionByIdCommandMutationMutationDocument.Instance.Hash.Value, name: "DeleteOpenApiCollectionByIdCommandMutation", document: DeleteOpenApiCollectionByIdCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _deleteOpenApiCollectionByIdInputFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the DeleteOpenApiCollectionByIdCommandMutation GraphQL operation - /// - /// mutation DeleteOpenApiCollectionByIdCommandMutation( - /// $input: DeleteOpenApiCollectionByIdInput! - /// ) { - /// deleteOpenApiCollectionById(input: $input) { - /// __typename - /// openApiCollection { - /// __typename - /// ... DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection - /// } - /// errors { - /// __typename - /// ... Error - /// ... OpenApiCollectionNotFoundError - /// ... UnauthorizedOperation - /// } - /// } - /// } - /// - /// fragment DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection on OpenApiCollection { - /// name - /// id - /// ... OpenApiCollectionDetailPrompt_OpenApiCollection - /// } - /// - /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { - /// id - /// name - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { - /// openApiCollectionId - /// ... Error - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IDeleteOpenApiCollectionByIdCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the ShowWorkspaceCommandQuery GraphQL operation - /// - /// query ShowWorkspaceCommandQuery( - /// $workspaceId: ID! - /// ) { - /// node(id: $workspaceId) { - /// __typename - /// ... WorkspaceDetailPrompt_Workspace - /// } - /// } - /// - /// fragment WorkspaceDetailPrompt_Workspace on Workspace { - /// id - /// name - /// personal - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQueryQueryDocument : global::StrawberryShake.IDocument - { - private ShowWorkspaceCommandQueryQueryDocument() - { - } - - public static ShowWorkspaceCommandQueryQueryDocument Instance { get; } = new ShowWorkspaceCommandQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ShowWorkspaceCommandQuery($workspaceId: ID!) { node(id: $workspaceId) { __typename ... WorkspaceDetailPrompt_Workspace } } fragment WorkspaceDetailPrompt_Workspace on Workspace { id name personal }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "c46bc0ec07d6718f937f666a59f957b0"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the ShowWorkspaceCommandQuery GraphQL operation - /// - /// query ShowWorkspaceCommandQuery( - /// $workspaceId: ID! - /// ) { - /// node(id: $workspaceId) { - /// __typename - /// ... WorkspaceDetailPrompt_Workspace - /// } - /// } - /// - /// fragment WorkspaceDetailPrompt_Workspace on Workspace { - /// id - /// name - /// personal - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ShowWorkspaceCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - } - - private ShowWorkspaceCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _iDFormatter = iDFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IShowWorkspaceCommandQueryResult); - - public global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQueryQuery(_operationExecutor, _configure.Add(configure), _iDFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(workspaceId); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - public global::System.IObservable> Watch(global::System.String workspaceId, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(workspaceId); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: ShowWorkspaceCommandQueryQueryDocument.Instance.Hash.Value, name: "ShowWorkspaceCommandQuery", document: ShowWorkspaceCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatWorkspaceId(global::System.String value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _iDFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the ShowWorkspaceCommandQuery GraphQL operation - /// - /// query ShowWorkspaceCommandQuery( - /// $workspaceId: ID! - /// ) { - /// node(id: $workspaceId) { - /// __typename - /// ... WorkspaceDetailPrompt_Workspace - /// } - /// } - /// - /// fragment WorkspaceDetailPrompt_Workspace on Workspace { - /// id - /// name - /// personal - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IShowWorkspaceCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String workspaceId, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the CreateWorkspaceCommandMutation GraphQL operation - /// - /// mutation CreateWorkspaceCommandMutation( - /// $input: CreateWorkspaceInput! - /// ) { - /// createWorkspace(input: $input) { - /// __typename - /// workspace { - /// __typename - /// id - /// name - /// ... WorkspaceDetailPrompt_Workspace - /// } - /// errors { - /// __typename - /// ... on UnauthorizedOperation { - /// message - /// } - /// ... on ValidationError { - /// message - /// } - /// ... on Error { - /// message - /// } - /// } - /// } - /// } - /// - /// fragment WorkspaceDetailPrompt_Workspace on Workspace { - /// id - /// name - /// personal - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateWorkspaceCommandMutationMutationDocument : global::StrawberryShake.IDocument - { - private CreateWorkspaceCommandMutationMutationDocument() - { - } - - public static CreateWorkspaceCommandMutationMutationDocument Instance { get; } = new CreateWorkspaceCommandMutationMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation CreateWorkspaceCommandMutation($input: CreateWorkspaceInput!) { createWorkspace(input: $input) { __typename workspace { __typename id name ... WorkspaceDetailPrompt_Workspace } errors { __typename ... on UnauthorizedOperation { message } ... on ValidationError { message } ... on Error { message } } } } fragment WorkspaceDetailPrompt_Workspace on Workspace { id name personal }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "c8d21a0bb621a01952ffb6224bbbfe0d"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the CreateWorkspaceCommandMutation GraphQL operation - /// - /// mutation CreateWorkspaceCommandMutation( - /// $input: CreateWorkspaceInput! - /// ) { - /// createWorkspace(input: $input) { - /// __typename - /// workspace { - /// __typename - /// id - /// name - /// ... WorkspaceDetailPrompt_Workspace - /// } - /// errors { - /// __typename - /// ... on UnauthorizedOperation { - /// message - /// } - /// ... on ValidationError { - /// message - /// } - /// ... on Error { - /// message - /// } - /// } - /// } - /// } - /// - /// fragment WorkspaceDetailPrompt_Workspace on Workspace { - /// id - /// name - /// personal - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateWorkspaceCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _createWorkspaceInputFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public CreateWorkspaceCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _createWorkspaceInputFormatter = serializerResolver.GetInputValueFormatter("CreateWorkspaceInput"); - } - - private CreateWorkspaceCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter createWorkspaceInputFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _createWorkspaceInputFormatter = createWorkspaceInputFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateWorkspaceCommandMutationResult); - - public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceCommandMutationMutation(_operationExecutor, _configure.Add(configure), _createWorkspaceInputFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput input, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(input); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(input); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput input) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: CreateWorkspaceCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateWorkspaceCommandMutation", document: CreateWorkspaceCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _createWorkspaceInputFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the CreateWorkspaceCommandMutation GraphQL operation - /// - /// mutation CreateWorkspaceCommandMutation( - /// $input: CreateWorkspaceInput! - /// ) { - /// createWorkspace(input: $input) { - /// __typename - /// workspace { - /// __typename - /// id - /// name - /// ... WorkspaceDetailPrompt_Workspace - /// } - /// errors { - /// __typename - /// ... on UnauthorizedOperation { - /// message - /// } - /// ... on ValidationError { - /// message - /// } - /// ... on Error { - /// message - /// } - /// } - /// } - /// } - /// - /// fragment WorkspaceDetailPrompt_Workspace on Workspace { - /// id - /// name - /// personal - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICreateWorkspaceCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the ListWorkspaceCommandQuery GraphQL operation - /// - /// query ListWorkspaceCommandQuery( - /// $after: String - /// $first: Int - /// ) { - /// me { - /// __typename - /// workspaces(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// ... ListWorkspaceCommand_WorkspaceEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } - /// } - /// } - /// - /// fragment ListWorkspaceCommand_WorkspaceEdge on WorkspacesEdge { - /// cursor - /// node { - /// __typename - /// ... ListWorkspaceCommand_Workspace - /// } - /// } - /// - /// fragment ListWorkspaceCommand_Workspace on Workspace { - /// id - /// name - /// personal - /// ... WorkspaceDetailPrompt_Workspace - /// } - /// - /// fragment WorkspaceDetailPrompt_Workspace on Workspace { - /// id - /// name - /// personal - /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListWorkspaceCommandQueryQueryDocument : global::StrawberryShake.IDocument - { - private ListWorkspaceCommandQueryQueryDocument() - { - } - - public static ListWorkspaceCommandQueryQueryDocument Instance { get; } = new ListWorkspaceCommandQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query ListWorkspaceCommandQuery($after: String, $first: Int) { me { __typename workspaces(after: $after, first: $first) { __typename edges { __typename ... ListWorkspaceCommand_WorkspaceEdge } pageInfo { __typename ... PageInfo } } } } fragment ListWorkspaceCommand_WorkspaceEdge on WorkspacesEdge { cursor node { __typename ... ListWorkspaceCommand_Workspace } } fragment ListWorkspaceCommand_Workspace on Workspace { id name personal ... WorkspaceDetailPrompt_Workspace } fragment WorkspaceDetailPrompt_Workspace on Workspace { id name personal } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "81090212b99490332c1b0614e4509b64"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the ListWorkspaceCommandQuery GraphQL operation - /// - /// query ListWorkspaceCommandQuery( - /// $after: String - /// $first: Int - /// ) { - /// me { - /// __typename - /// workspaces(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// ... ListWorkspaceCommand_WorkspaceEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } - /// } - /// } - /// - /// fragment ListWorkspaceCommand_WorkspaceEdge on WorkspacesEdge { - /// cursor - /// node { - /// __typename - /// ... ListWorkspaceCommand_Workspace - /// } - /// } - /// - /// fragment ListWorkspaceCommand_Workspace on Workspace { - /// id - /// name - /// personal - /// ... WorkspaceDetailPrompt_Workspace - /// } - /// - /// fragment WorkspaceDetailPrompt_Workspace on Workspace { - /// id - /// name - /// personal - /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListWorkspaceCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ListWorkspaceCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - _intFormatter = serializerResolver.GetInputValueFormatter("Int"); - } - - private ListWorkspaceCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _stringFormatter = @stringFormatter; - _intFormatter = @intFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListWorkspaceCommandQueryResult); - - public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.ListWorkspaceCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _intFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(after, first); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - public global::System.IObservable> Watch(global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(after, first); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String? after, global::System.Int32? first) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("after", FormatAfter(after)); - variables.Add("first", FormatFirst(first)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: ListWorkspaceCommandQueryQueryDocument.Instance.Hash.Value, name: "ListWorkspaceCommandQuery", document: ListWorkspaceCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatAfter(global::System.String? value) - { - if (value is null) - { - return value; - } - else - { - return _stringFormatter.Format(value); - } - } - - private global::System.Object? FormatFirst(global::System.Int32? value) - { - if (value is null) - { - return value; - } - else - { - return _intFormatter.Format(value); - } - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the ListWorkspaceCommandQuery GraphQL operation - /// - /// query ListWorkspaceCommandQuery( - /// $after: String - /// $first: Int - /// ) { - /// me { - /// __typename - /// workspaces(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// ... ListWorkspaceCommand_WorkspaceEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } - /// } - /// } - /// - /// fragment ListWorkspaceCommand_WorkspaceEdge on WorkspacesEdge { - /// cursor - /// node { - /// __typename - /// ... ListWorkspaceCommand_Workspace - /// } - /// } - /// - /// fragment ListWorkspaceCommand_Workspace on Workspace { - /// id - /// name - /// personal - /// ... WorkspaceDetailPrompt_Workspace - /// } - /// - /// fragment WorkspaceDetailPrompt_Workspace on Workspace { - /// id - /// name - /// personal - /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IListWorkspaceCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the SetDefaultWorkspaceCommand_SelectWorkspace_Query GraphQL operation - /// - /// query SetDefaultWorkspaceCommand_SelectWorkspace_Query( - /// $after: String - /// $first: Int - /// ) { - /// me { - /// __typename - /// workspaces(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// cursor - /// node { - /// __typename - /// ... SetDefaultWorkspaceCommand_Workspace - /// } - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } - /// } - /// } - /// - /// fragment SetDefaultWorkspaceCommand_Workspace on Workspace { - /// id - /// name - /// personal - /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetDefaultWorkspaceCommand_SelectWorkspace_QueryQueryDocument : global::StrawberryShake.IDocument - { - private SetDefaultWorkspaceCommand_SelectWorkspace_QueryQueryDocument() - { - } - - public static SetDefaultWorkspaceCommand_SelectWorkspace_QueryQueryDocument Instance { get; } = new SetDefaultWorkspaceCommand_SelectWorkspace_QueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query SetDefaultWorkspaceCommand_SelectWorkspace_Query($after: String, $first: Int) { me { __typename workspaces(after: $after, first: $first) { __typename edges { __typename cursor node { __typename ... SetDefaultWorkspaceCommand_Workspace } } pageInfo { __typename ... PageInfo } } } } fragment SetDefaultWorkspaceCommand_Workspace on Workspace { id name personal } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "bb47ed5730c7751c64b0f1fdcc3f0bf5"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the SetDefaultWorkspaceCommand_SelectWorkspace_Query GraphQL operation - /// - /// query SetDefaultWorkspaceCommand_SelectWorkspace_Query( - /// $after: String - /// $first: Int - /// ) { - /// me { - /// __typename - /// workspaces(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// cursor - /// node { - /// __typename - /// ... SetDefaultWorkspaceCommand_Workspace - /// } - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } - /// } - /// } - /// - /// fragment SetDefaultWorkspaceCommand_Workspace on Workspace { - /// id - /// name - /// personal - /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery : global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public SetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - _intFormatter = serializerResolver.GetInputValueFormatter("Int"); - } - - private SetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _stringFormatter = @stringFormatter; - _intFormatter = @intFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ISetDefaultWorkspaceCommand_SelectWorkspace_QueryResult); - - public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.SetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _intFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(after, first); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - public global::System.IObservable> Watch(global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(after, first); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String? after, global::System.Int32? first) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("after", FormatAfter(after)); - variables.Add("first", FormatFirst(first)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: SetDefaultWorkspaceCommand_SelectWorkspace_QueryQueryDocument.Instance.Hash.Value, name: "SetDefaultWorkspaceCommand_SelectWorkspace_Query", document: SetDefaultWorkspaceCommand_SelectWorkspace_QueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatAfter(global::System.String? value) - { - if (value is null) - { - return value; - } - else - { - return _stringFormatter.Format(value); - } - } - - private global::System.Object? FormatFirst(global::System.Int32? value) - { - if (value is null) - { - return value; - } - else - { - return _intFormatter.Format(value); - } - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the SetDefaultWorkspaceCommand_SelectWorkspace_Query GraphQL operation - /// - /// query SetDefaultWorkspaceCommand_SelectWorkspace_Query( - /// $after: String - /// $first: Int - /// ) { - /// me { - /// __typename - /// workspaces(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// cursor - /// node { - /// __typename - /// ... SetDefaultWorkspaceCommand_Workspace - /// } - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } - /// } - /// } - /// - /// fragment SetDefaultWorkspaceCommand_Workspace on Workspace { - /// id - /// name - /// personal - /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the PublishSchemaVersion GraphQL operation - /// - /// mutation PublishSchemaVersion( - /// $input: PublishSchemaInput! - /// ) { - /// publishSchema(input: $input) { - /// __typename - /// id - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... ApiNotFoundError - /// ... StageNotFoundError - /// ... SchemaNotFoundError - /// ... Error - /// } - /// } - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename - /// message - /// name - /// ... Error - /// } - /// - /// fragment SchemaNotFoundError on SchemaNotFoundError { - /// message - /// apiId - /// tag - /// ... Error - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishSchemaVersionMutationDocument : global::StrawberryShake.IDocument - { - private PublishSchemaVersionMutationDocument() - { - } - - public static PublishSchemaVersionMutationDocument Instance { get; } = new PublishSchemaVersionMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation PublishSchemaVersion($input: PublishSchemaInput!) { publishSchema(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... ApiNotFoundError ... StageNotFoundError ... SchemaNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment SchemaNotFoundError on SchemaNotFoundError { message apiId tag ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "d38a43a7b864ae9c3d787807b5f5f460"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the PublishSchemaVersion GraphQL operation - /// - /// mutation PublishSchemaVersion( - /// $input: PublishSchemaInput! - /// ) { - /// publishSchema(input: $input) { - /// __typename - /// id - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... ApiNotFoundError - /// ... StageNotFoundError - /// ... SchemaNotFoundError - /// ... Error - /// } - /// } - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename - /// message - /// name - /// ... Error - /// } - /// - /// fragment SchemaNotFoundError on SchemaNotFoundError { - /// message - /// apiId - /// tag - /// ... Error - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishSchemaVersionMutation : global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _publishSchemaInputFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public PublishSchemaVersionMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _publishSchemaInputFormatter = serializerResolver.GetInputValueFormatter("PublishSchemaInput"); - } - - private PublishSchemaVersionMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter publishSchemaInputFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _publishSchemaInputFormatter = publishSchemaInputFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IPublishSchemaVersionResult); - - public global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaVersionMutation(_operationExecutor, _configure.Add(configure), _publishSchemaInputFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput input, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(input); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(input); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput input) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: PublishSchemaVersionMutationDocument.Instance.Hash.Value, name: "PublishSchemaVersion", document: PublishSchemaVersionMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _publishSchemaInputFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the PublishSchemaVersion GraphQL operation - /// - /// mutation PublishSchemaVersion( - /// $input: PublishSchemaInput! - /// ) { - /// publishSchema(input: $input) { - /// __typename - /// id - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... ApiNotFoundError - /// ... StageNotFoundError - /// ... SchemaNotFoundError - /// ... Error - /// } - /// } - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename - /// message - /// name - /// ... Error - /// } - /// - /// fragment SchemaNotFoundError on SchemaNotFoundError { - /// message - /// apiId - /// tag - /// ... Error - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPublishSchemaVersionMutation : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the OnSchemaVersionPublishUpdated GraphQL operation - /// - /// subscription OnSchemaVersionPublishUpdated( - /// $requestId: ID! - /// ) { - /// onSchemaVersionPublishingUpdate(requestId: $requestId) { - /// __typename - /// ... SchemaVersionPublishFailed - /// ... SchemaVersionPublishSuccess - /// ... OperationInProgress - /// ... WaitForApproval - /// ... ProcessingTaskApproved - /// ... ProcessingTaskIsReady - /// ... ProcessingTaskIsQueued - /// } - /// } - /// - /// fragment SchemaVersionPublishFailed on SchemaVersionPublishFailed { - /// __typename - /// state - /// errors { - /// __typename - /// ... ConcurrentOperationError - /// ... OperationsAreNotAllowedError - /// ... SchemaVersionSyntaxError - /// ... SchemaVersionChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... UnexpectedProcessingError - /// ... ProcessingTimeoutError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { - /// __typename - /// message - /// } - /// - /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { - /// __typename - /// message - /// column - /// position - /// line - /// } - /// - /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { - /// __typename - /// changes { - /// __typename - /// ... SchemaChangeLogEntry - /// } - /// } - /// - /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { - /// __typename - /// ... TypeSystemMemberAddedChange - /// ... TypeSystemMemberRemovedChange - /// ... ObjectModifiedChange - /// ... InputObjectModifiedChange - /// ... DirectiveModifiedChange - /// ... ScalarModifiedChange - /// ... EnumModifiedChange - /// ... UnionModifiedChange - /// ... InterfaceModifiedChange - /// ... SchemaChange - /// } - /// - /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// } - /// - /// fragment SchemaChange on SchemaChange { - /// severity - /// } - /// - /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// } - /// - /// fragment ObjectModifiedChange on ObjectModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... InterfaceImplementationAdded - /// ... InterfaceImplementationRemoved - /// ... DescriptionChanged - /// ... FieldAddedChange - /// ... FieldRemovedChange - /// ... OutputFieldChanged - /// } - /// } - /// - /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { - /// ... SchemaChange - /// interfaceName - /// severity - /// } - /// - /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { - /// ... SchemaChange - /// interfaceName - /// severity - /// } - /// - /// fragment DescriptionChanged on DescriptionChanged { - /// ... SchemaChange - /// old - /// new - /// severity - /// __typename - /// } - /// - /// fragment FieldAddedChange on FieldAddedChange { - /// ... SchemaChange - /// coordinate - /// typeName - /// fieldName - /// severity - /// } - /// - /// fragment FieldRemovedChange on FieldRemovedChange { - /// ... SchemaChange - /// coordinate - /// typeName - /// fieldName - /// severity - /// } - /// - /// fragment OutputFieldChanged on OutputFieldChanged { - /// ... SchemaChange - /// coordinate - /// severity - /// fieldName - /// changes { - /// __typename - /// ... ArgumentRemoved - /// ... ArgumentAdded - /// ... ArgumentChanged - /// ... DescriptionChanged - /// ... TypeChanged - /// ... DeprecatedChange - /// } - /// } - /// - /// fragment ArgumentRemoved on ArgumentRemoved { - /// ... SchemaChange - /// coordinate - /// severity - /// name - /// typeName - /// __typename - /// } - /// - /// fragment ArgumentAdded on ArgumentAdded { - /// ... SchemaChange - /// coordinate - /// severity - /// name - /// typeName - /// __typename - /// } - /// - /// fragment ArgumentChanged on ArgumentChanged { - /// ... SchemaChange - /// coordinate - /// severity - /// name - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... DeprecatedChange - /// ... TypeChanged - /// } - /// } - /// - /// fragment DeprecatedChange on DeprecatedChange { - /// ... SchemaChange - /// deprecationReason - /// severity - /// } - /// - /// fragment TypeChanged on TypeChanged { - /// ... SchemaChange - /// oldType - /// newType - /// severity - /// __typename - /// } - /// - /// fragment InputObjectModifiedChange on InputObjectModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... FieldAddedChange - /// ... FieldRemovedChange - /// ... InputFieldChanged - /// } - /// } - /// - /// fragment InputFieldChanged on InputFieldChanged { - /// ... SchemaChange - /// coordinate - /// severity - /// fieldName - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... TypeChanged - /// ... DeprecatedChange - /// } - /// } - /// - /// fragment DirectiveModifiedChange on DirectiveModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... DirectiveLocationAdded - /// ... DirectiveLocationRemoved - /// ... DescriptionChanged - /// ... ArgumentRemoved - /// ... ArgumentChanged - /// ... ArgumentAdded - /// } - /// } - /// - /// fragment DirectiveLocationAdded on DirectiveLocationAdded { - /// ... SchemaChange - /// location - /// severity - /// __typename - /// } - /// - /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { - /// ... SchemaChange - /// location - /// severity - /// __typename - /// } - /// - /// fragment ScalarModifiedChange on ScalarModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// } - /// } - /// - /// fragment EnumModifiedChange on EnumModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... EnumValueRemoved - /// ... EnumValueAdded - /// ... EnumValueChanged - /// } - /// } - /// - /// fragment EnumValueRemoved on EnumValueRemoved { - /// ... SchemaChange - /// coordinate - /// severity - /// } - /// - /// fragment EnumValueAdded on EnumValueAdded { - /// ... SchemaChange - /// coordinate - /// severity - /// } - /// - /// fragment EnumValueChanged on EnumValueChanged { - /// ... SchemaChange - /// coordinate - /// severity - /// changes { - /// __typename - /// ... DeprecatedChange - /// ... DescriptionChanged - /// } - /// } - /// - /// fragment UnionModifiedChange on UnionModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... UnionMemberRemoved - /// ... UnionMemberAdded - /// } - /// } - /// - /// fragment UnionMemberRemoved on UnionMemberRemoved { - /// ... SchemaChange - /// typeName - /// severity - /// } - /// - /// fragment UnionMemberAdded on UnionMemberAdded { - /// ... SchemaChange - /// typeName - /// severity - /// } - /// - /// fragment InterfaceModifiedChange on InterfaceModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... InterfaceImplementationAdded - /// ... InterfaceImplementationRemoved - /// ... DescriptionChanged - /// ... FieldAddedChange - /// ... FieldRemovedChange - /// ... OutputFieldChanged - /// ... PossibleTypeAdded - /// ... PossibleTypeRemoved - /// } - /// } - /// - /// fragment PossibleTypeAdded on PossibleTypeAdded { - /// ... SchemaChange - /// typeName - /// severity - /// } - /// - /// fragment PossibleTypeRemoved on PossibleTypeRemoved { - /// ... SchemaChange - /// typeName - /// severity - /// } - /// - /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { - /// __typename - /// message - /// errors { - /// __typename - /// message - /// code - /// } - /// } - /// - /// fragment PersistedQueryValidationError on PersistedQueryValidationError { - /// message - /// client { - /// __typename - /// id - /// name - /// } - /// queries { - /// __typename - /// deployedTags - /// message - /// hash - /// errors { - /// __typename - /// message - /// code - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// } - /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { - /// __typename - /// message - /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { - /// __typename - /// message - /// } - /// - /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { - /// collections { - /// __typename - /// openApiCollection { - /// __typename - /// id - /// name - /// } - /// entities { - /// __typename - /// errors { - /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError - /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route - /// } - /// ... on OpenApiCollectionValidationModel { - /// name - /// } - /// } - /// } - /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { - /// message - /// } - /// - /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { - /// collections { - /// __typename - /// mcpFeatureCollection { - /// __typename - /// id - /// name - /// } - /// entities { - /// __typename - /// errors { - /// __typename - /// ... McpFeatureCollectionValidationDocumentError - /// ... McpFeatureCollectionValidationEntityValidationError - /// } - /// ... on McpFeatureCollectionValidationPrompt { - /// name - /// } - /// ... on McpFeatureCollectionValidationTool { - /// name - /// } - /// } - /// } - /// } - /// - /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// - /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { - /// message - /// } - /// - /// fragment SchemaVersionPublishSuccess on SchemaVersionPublishSuccess { - /// __typename - /// state - /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state - /// } - /// - /// fragment WaitForApproval on WaitForApproval { - /// state - /// deployment { - /// __typename - /// ... on SchemaDeployment { - /// errors { - /// __typename - /// ... OperationsAreNotAllowedError - /// ... SchemaVersionSyntaxError - /// ... SchemaChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// ... on ClientDeployment { - /// errors { - /// __typename - /// ... PersistedQueryValidationError - /// } - /// } - /// ... on FusionConfigurationDeployment { - /// errors { - /// __typename - /// ... SchemaChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// ... on OpenApiCollectionDeployment { - /// errors { - /// __typename - /// ... OpenApiCollectionValidationError - /// } - /// } - /// ... on McpFeatureCollectionDeployment { - /// errors { - /// __typename - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// } - /// } - /// - /// fragment SchemaChangeViolationError on SchemaChangeViolationError { - /// message - /// changes { - /// __typename - /// ... SchemaChangeLogEntry - /// } - /// } - /// - /// fragment ProcessingTaskApproved on ProcessingTaskApproved { - /// state - /// } - /// - /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { - /// ready: __typename - /// } - /// - /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { - /// queued: __typename - /// queuePosition - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdatedSubscriptionDocument : global::StrawberryShake.IDocument - { - private OnSchemaVersionPublishUpdatedSubscriptionDocument() - { - } - - public static OnSchemaVersionPublishUpdatedSubscriptionDocument Instance { get; } = new OnSchemaVersionPublishUpdatedSubscriptionDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; - public global::System.ReadOnlySpan Body => "subscription OnSchemaVersionPublishUpdated($requestId: ID!) { onSchemaVersionPublishingUpdate(requestId: $requestId) { __typename ... SchemaVersionPublishFailed ... SchemaVersionPublishSuccess ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved ... ProcessingTaskIsReady ... ProcessingTaskIsQueued } } fragment SchemaVersionPublishFailed on SchemaVersionPublishFailed { __typename state errors { __typename ... ConcurrentOperationError ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaVersionChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... UnexpectedProcessingError ... ProcessingTimeoutError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { __typename changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment SchemaVersionPublishSuccess on SchemaVersionPublishSuccess { __typename state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment ProcessingTaskApproved on ProcessingTaskApproved { state } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "a299690b49723e3cdbf46ea56ec77e25"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the OnSchemaVersionPublishUpdated GraphQL operation - /// - /// subscription OnSchemaVersionPublishUpdated( - /// $requestId: ID! - /// ) { - /// onSchemaVersionPublishingUpdate(requestId: $requestId) { - /// __typename - /// ... SchemaVersionPublishFailed - /// ... SchemaVersionPublishSuccess - /// ... OperationInProgress - /// ... WaitForApproval - /// ... ProcessingTaskApproved - /// ... ProcessingTaskIsReady - /// ... ProcessingTaskIsQueued - /// } - /// } - /// - /// fragment SchemaVersionPublishFailed on SchemaVersionPublishFailed { - /// __typename - /// state - /// errors { - /// __typename - /// ... ConcurrentOperationError - /// ... OperationsAreNotAllowedError - /// ... SchemaVersionSyntaxError - /// ... SchemaVersionChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... UnexpectedProcessingError - /// ... ProcessingTimeoutError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { - /// __typename - /// message - /// } - /// - /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { - /// __typename - /// message - /// column - /// position - /// line - /// } - /// - /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { - /// __typename - /// changes { - /// __typename - /// ... SchemaChangeLogEntry - /// } - /// } - /// - /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { - /// __typename - /// ... TypeSystemMemberAddedChange - /// ... TypeSystemMemberRemovedChange - /// ... ObjectModifiedChange - /// ... InputObjectModifiedChange - /// ... DirectiveModifiedChange - /// ... ScalarModifiedChange - /// ... EnumModifiedChange - /// ... UnionModifiedChange - /// ... InterfaceModifiedChange - /// ... SchemaChange - /// } - /// - /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// } - /// - /// fragment SchemaChange on SchemaChange { - /// severity - /// } - /// - /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// } - /// - /// fragment ObjectModifiedChange on ObjectModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... InterfaceImplementationAdded - /// ... InterfaceImplementationRemoved - /// ... DescriptionChanged - /// ... FieldAddedChange - /// ... FieldRemovedChange - /// ... OutputFieldChanged - /// } - /// } - /// - /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { - /// ... SchemaChange - /// interfaceName - /// severity - /// } - /// - /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { - /// ... SchemaChange - /// interfaceName - /// severity - /// } - /// - /// fragment DescriptionChanged on DescriptionChanged { - /// ... SchemaChange - /// old - /// new - /// severity - /// __typename - /// } - /// - /// fragment FieldAddedChange on FieldAddedChange { - /// ... SchemaChange - /// coordinate - /// typeName - /// fieldName - /// severity - /// } - /// - /// fragment FieldRemovedChange on FieldRemovedChange { - /// ... SchemaChange - /// coordinate - /// typeName - /// fieldName - /// severity - /// } - /// - /// fragment OutputFieldChanged on OutputFieldChanged { - /// ... SchemaChange - /// coordinate - /// severity - /// fieldName - /// changes { - /// __typename - /// ... ArgumentRemoved - /// ... ArgumentAdded - /// ... ArgumentChanged - /// ... DescriptionChanged - /// ... TypeChanged - /// ... DeprecatedChange - /// } - /// } - /// - /// fragment ArgumentRemoved on ArgumentRemoved { - /// ... SchemaChange - /// coordinate - /// severity - /// name - /// typeName - /// __typename - /// } - /// - /// fragment ArgumentAdded on ArgumentAdded { - /// ... SchemaChange - /// coordinate - /// severity - /// name - /// typeName - /// __typename - /// } - /// - /// fragment ArgumentChanged on ArgumentChanged { - /// ... SchemaChange - /// coordinate - /// severity - /// name - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... DeprecatedChange - /// ... TypeChanged - /// } - /// } - /// - /// fragment DeprecatedChange on DeprecatedChange { - /// ... SchemaChange - /// deprecationReason - /// severity - /// } - /// - /// fragment TypeChanged on TypeChanged { - /// ... SchemaChange - /// oldType - /// newType - /// severity - /// __typename - /// } - /// - /// fragment InputObjectModifiedChange on InputObjectModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... FieldAddedChange - /// ... FieldRemovedChange - /// ... InputFieldChanged - /// } - /// } - /// - /// fragment InputFieldChanged on InputFieldChanged { - /// ... SchemaChange - /// coordinate - /// severity - /// fieldName - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... TypeChanged - /// ... DeprecatedChange - /// } - /// } - /// - /// fragment DirectiveModifiedChange on DirectiveModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... DirectiveLocationAdded - /// ... DirectiveLocationRemoved - /// ... DescriptionChanged - /// ... ArgumentRemoved - /// ... ArgumentChanged - /// ... ArgumentAdded - /// } - /// } - /// - /// fragment DirectiveLocationAdded on DirectiveLocationAdded { - /// ... SchemaChange - /// location - /// severity - /// __typename - /// } - /// - /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { - /// ... SchemaChange - /// location - /// severity - /// __typename - /// } - /// - /// fragment ScalarModifiedChange on ScalarModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// } - /// } - /// - /// fragment EnumModifiedChange on EnumModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... EnumValueRemoved - /// ... EnumValueAdded - /// ... EnumValueChanged - /// } - /// } - /// - /// fragment EnumValueRemoved on EnumValueRemoved { - /// ... SchemaChange - /// coordinate - /// severity - /// } - /// - /// fragment EnumValueAdded on EnumValueAdded { - /// ... SchemaChange - /// coordinate - /// severity - /// } - /// - /// fragment EnumValueChanged on EnumValueChanged { - /// ... SchemaChange - /// coordinate - /// severity - /// changes { - /// __typename - /// ... DeprecatedChange - /// ... DescriptionChanged - /// } - /// } - /// - /// fragment UnionModifiedChange on UnionModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... UnionMemberRemoved - /// ... UnionMemberAdded - /// } - /// } - /// - /// fragment UnionMemberRemoved on UnionMemberRemoved { - /// ... SchemaChange - /// typeName - /// severity - /// } - /// - /// fragment UnionMemberAdded on UnionMemberAdded { - /// ... SchemaChange - /// typeName - /// severity - /// } - /// - /// fragment InterfaceModifiedChange on InterfaceModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... InterfaceImplementationAdded - /// ... InterfaceImplementationRemoved - /// ... DescriptionChanged - /// ... FieldAddedChange - /// ... FieldRemovedChange - /// ... OutputFieldChanged - /// ... PossibleTypeAdded - /// ... PossibleTypeRemoved - /// } - /// } - /// - /// fragment PossibleTypeAdded on PossibleTypeAdded { - /// ... SchemaChange - /// typeName - /// severity - /// } - /// - /// fragment PossibleTypeRemoved on PossibleTypeRemoved { - /// ... SchemaChange - /// typeName - /// severity - /// } - /// - /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { - /// __typename - /// message - /// errors { - /// __typename - /// message - /// code - /// } - /// } - /// - /// fragment PersistedQueryValidationError on PersistedQueryValidationError { - /// message - /// client { - /// __typename - /// id - /// name - /// } - /// queries { - /// __typename - /// deployedTags - /// message - /// hash - /// errors { - /// __typename - /// message - /// code - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// } - /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { - /// __typename - /// message - /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { - /// __typename - /// message - /// } - /// - /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { - /// collections { - /// __typename - /// openApiCollection { - /// __typename - /// id - /// name - /// } - /// entities { - /// __typename - /// errors { - /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError - /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route - /// } - /// ... on OpenApiCollectionValidationModel { - /// name - /// } - /// } - /// } - /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { - /// message - /// } - /// - /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { - /// collections { - /// __typename - /// mcpFeatureCollection { - /// __typename - /// id - /// name - /// } - /// entities { - /// __typename - /// errors { - /// __typename - /// ... McpFeatureCollectionValidationDocumentError - /// ... McpFeatureCollectionValidationEntityValidationError - /// } - /// ... on McpFeatureCollectionValidationPrompt { - /// name - /// } - /// ... on McpFeatureCollectionValidationTool { - /// name - /// } - /// } - /// } - /// } - /// - /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// - /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { - /// message - /// } - /// - /// fragment SchemaVersionPublishSuccess on SchemaVersionPublishSuccess { - /// __typename - /// state - /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state - /// } - /// - /// fragment WaitForApproval on WaitForApproval { - /// state - /// deployment { - /// __typename - /// ... on SchemaDeployment { - /// errors { - /// __typename - /// ... OperationsAreNotAllowedError - /// ... SchemaVersionSyntaxError - /// ... SchemaChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// ... on ClientDeployment { - /// errors { - /// __typename - /// ... PersistedQueryValidationError - /// } - /// } - /// ... on FusionConfigurationDeployment { - /// errors { - /// __typename - /// ... SchemaChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// ... on OpenApiCollectionDeployment { - /// errors { - /// __typename - /// ... OpenApiCollectionValidationError - /// } - /// } - /// ... on McpFeatureCollectionDeployment { - /// errors { - /// __typename - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// } - /// } - /// - /// fragment SchemaChangeViolationError on SchemaChangeViolationError { - /// message - /// changes { - /// __typename - /// ... SchemaChangeLogEntry - /// } - /// } - /// - /// fragment ProcessingTaskApproved on ProcessingTaskApproved { - /// state - /// } - /// - /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { - /// ready: __typename - /// } - /// - /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { - /// queued: __typename - /// queuePosition - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdatedSubscription : global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdatedSubscription - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IOnSchemaVersionPublishUpdatedResult); - - public global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(requestId); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String requestId) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("requestId", FormatRequestId(requestId)); - return CreateRequest(variables); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return new global::StrawberryShake.OperationRequest(id: OnSchemaVersionPublishUpdatedSubscriptionDocument.Instance.Hash.Value, name: "OnSchemaVersionPublishUpdated", document: OnSchemaVersionPublishUpdatedSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatRequestId(global::System.String value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _iDFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the OnSchemaVersionPublishUpdated GraphQL operation - /// - /// subscription OnSchemaVersionPublishUpdated( - /// $requestId: ID! - /// ) { - /// onSchemaVersionPublishingUpdate(requestId: $requestId) { - /// __typename - /// ... SchemaVersionPublishFailed - /// ... SchemaVersionPublishSuccess - /// ... OperationInProgress - /// ... WaitForApproval - /// ... ProcessingTaskApproved - /// ... ProcessingTaskIsReady - /// ... ProcessingTaskIsQueued - /// } - /// } - /// - /// fragment SchemaVersionPublishFailed on SchemaVersionPublishFailed { - /// __typename - /// state - /// errors { - /// __typename - /// ... ConcurrentOperationError - /// ... OperationsAreNotAllowedError - /// ... SchemaVersionSyntaxError - /// ... SchemaVersionChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... UnexpectedProcessingError - /// ... ProcessingTimeoutError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { - /// __typename - /// message - /// } - /// - /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { - /// __typename - /// message - /// column - /// position - /// line - /// } - /// - /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { - /// __typename - /// changes { - /// __typename - /// ... SchemaChangeLogEntry - /// } - /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -162114,25 +161710,25 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -162148,19 +161744,19 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -162168,7 +161764,7 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -162176,7 +161772,7 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -162184,7 +161780,7 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -162200,7 +161796,7 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -162209,7 +161805,7 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -162218,7 +161814,7 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -162232,13 +161828,13 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -162246,7 +161842,7 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -162260,7 +161856,7 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -162273,7 +161869,7 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -162289,21 +161885,21 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -162314,7 +161910,7 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -162328,19 +161924,19 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -162351,7 +161947,7 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -162364,19 +161960,19 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -162394,65 +161990,24 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// - /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { - /// __typename - /// message - /// errors { - /// __typename - /// message - /// code - /// } - /// } - /// - /// fragment PersistedQueryValidationError on PersistedQueryValidationError { - /// message - /// client { - /// __typename - /// id - /// name - /// } - /// queries { - /// __typename - /// deployedTags - /// message - /// hash - /// errors { - /// __typename - /// message - /// code - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// } - /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { - /// __typename - /// message - /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { + /// + /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { /// collections { /// __typename @@ -162478,728 +162033,102 @@ public OnSchemaVersionPublishUpdatedSubscription(global::StrawberryShake.IOperat /// } /// } /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { - /// message - /// } - /// - /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { - /// collections { - /// __typename - /// mcpFeatureCollection { - /// __typename - /// id - /// name - /// } - /// entities { - /// __typename - /// errors { - /// __typename - /// ... McpFeatureCollectionValidationDocumentError - /// ... McpFeatureCollectionValidationEntityValidationError - /// } - /// ... on McpFeatureCollectionValidationPrompt { - /// name - /// } - /// ... on McpFeatureCollectionValidationTool { - /// name - /// } - /// } - /// } - /// } - /// - /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// - /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { - /// message - /// } - /// - /// fragment SchemaVersionPublishSuccess on SchemaVersionPublishSuccess { - /// __typename - /// state - /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state - /// } - /// - /// fragment WaitForApproval on WaitForApproval { - /// state - /// deployment { - /// __typename - /// ... on SchemaDeployment { - /// errors { - /// __typename - /// ... OperationsAreNotAllowedError - /// ... SchemaVersionSyntaxError - /// ... SchemaChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// ... on ClientDeployment { - /// errors { - /// __typename - /// ... PersistedQueryValidationError - /// } - /// } - /// ... on FusionConfigurationDeployment { - /// errors { - /// __typename - /// ... SchemaChangeViolationError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// ... on OpenApiCollectionDeployment { - /// errors { - /// __typename - /// ... OpenApiCollectionValidationError - /// } - /// } - /// ... on McpFeatureCollectionDeployment { - /// errors { - /// __typename - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// } - /// } - /// - /// fragment SchemaChangeViolationError on SchemaChangeViolationError { - /// message - /// changes { - /// __typename - /// ... SchemaChangeLogEntry - /// } - /// } - /// - /// fragment ProcessingTaskApproved on ProcessingTaskApproved { - /// state - /// } - /// - /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { - /// ready: __typename - /// } - /// - /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { - /// queued: __typename - /// queuePosition - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionPublishUpdatedSubscription : global::StrawberryShake.IOperationRequestFactory - { - global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the UploadSchema GraphQL operation - /// - /// mutation UploadSchema( - /// $input: UploadSchemaInput! - /// ) { - /// uploadSchema(input: $input) { - /// __typename - /// schemaVersion { - /// __typename - /// id - /// } - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... DuplicatedTagError - /// ... ConcurrentOperationError - /// ... ApiNotFoundError - /// ... Error - /// } - /// } - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchemaMutationDocument : global::StrawberryShake.IDocument - { - private UploadSchemaMutationDocument() - { - } - - public static UploadSchemaMutationDocument Instance { get; } = new UploadSchemaMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation UploadSchema($input: UploadSchemaInput!) { uploadSchema(input: $input) { __typename schemaVersion { __typename id } errors { __typename ... UnauthorizedOperation ... DuplicatedTagError ... ConcurrentOperationError ... ApiNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "6f2552b2efab37e84bf41e0fd2ef37e1"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the UploadSchema GraphQL operation - /// - /// mutation UploadSchema( - /// $input: UploadSchemaInput! - /// ) { - /// uploadSchema(input: $input) { - /// __typename - /// schemaVersion { - /// __typename - /// id - /// } - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... DuplicatedTagError - /// ... ConcurrentOperationError - /// ... ApiNotFoundError - /// ... Error - /// } - /// } - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchemaMutation : global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _uploadSchemaInputFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public UploadSchemaMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _uploadSchemaInputFormatter = serializerResolver.GetInputValueFormatter("UploadSchemaInput"); - } - - private UploadSchemaMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter uploadSchemaInputFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _uploadSchemaInputFormatter = uploadSchemaInputFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUploadSchemaResult); - - public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaMutation(_operationExecutor, _configure.Add(configure), _uploadSchemaInputFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput input, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(input); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - private void MapFilesFromTypeUploadSchemaInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput value, global::System.Collections.Generic.Dictionary files) - { - var pathSchema = path + ".schema"; - var valueSchema = value.Schema; - files.Add(pathSchema, valueSchema is global::StrawberryShake.Upload u ? u : null); - } - - private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput value, global::System.Collections.Generic.Dictionary files) - { - if (value is { } value_i) - { - MapFilesFromTypeUploadSchemaInput(path, value_i, files); - } - } - - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(input); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput input) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); - var files = new global::System.Collections.Generic.Dictionary(); - MapFilesFromArgumentInput("variables.input", input, files); - return CreateRequest(variables, files); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) - { - return new global::StrawberryShake.OperationRequest(id: UploadSchemaMutationDocument.Instance.Hash.Value, name: "UploadSchema", document: UploadSchemaMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); - } - - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _uploadSchemaInputFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the UploadSchema GraphQL operation - /// - /// mutation UploadSchema( - /// $input: UploadSchemaInput! - /// ) { - /// uploadSchema(input: $input) { - /// __typename - /// schemaVersion { - /// __typename - /// id - /// } - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... DuplicatedTagError - /// ... ConcurrentOperationError - /// ... ApiNotFoundError - /// ... Error - /// } - /// } - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment DuplicatedTagError on DuplicatedTagError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ConcurrentOperationError on ConcurrentOperationError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IUploadSchemaMutation : global::StrawberryShake.IOperationRequestFactory - { - global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UploadSchemaInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the ValidateSchemaVersion GraphQL operation - /// - /// mutation ValidateSchemaVersion( - /// $input: ValidateSchemaInput! - /// ) { - /// validateSchema(input: $input) { - /// __typename - /// id - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... ApiNotFoundError - /// ... StageNotFoundError - /// ... SchemaNotFoundError - /// ... Error - /// } - /// } - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename - /// message - /// name - /// ... Error - /// } - /// - /// fragment SchemaNotFoundError on SchemaNotFoundError { - /// message - /// apiId - /// tag - /// ... Error - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateSchemaVersionMutationDocument : global::StrawberryShake.IDocument - { - private ValidateSchemaVersionMutationDocument() - { - } - - public static ValidateSchemaVersionMutationDocument Instance { get; } = new ValidateSchemaVersionMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation ValidateSchemaVersion($input: ValidateSchemaInput!) { validateSchema(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... ApiNotFoundError ... StageNotFoundError ... SchemaNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment SchemaNotFoundError on SchemaNotFoundError { message apiId tag ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "20f39ffae2a0c07009008b6836aba650"); - - public override global::System.String ToString() - { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator - /// - /// Represents the operation service of the ValidateSchemaVersion GraphQL operation - /// - /// mutation ValidateSchemaVersion( - /// $input: ValidateSchemaInput! - /// ) { - /// validateSchema(input: $input) { - /// __typename - /// id - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... ApiNotFoundError - /// ... StageNotFoundError - /// ... SchemaNotFoundError - /// ... Error - /// } - /// } - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error - /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename - /// message - /// name - /// ... Error - /// } - /// - /// fragment SchemaNotFoundError on SchemaNotFoundError { - /// message - /// apiId - /// tag - /// ... Error - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateSchemaVersionMutation : global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation - { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _validateSchemaInputFormatter; - private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ValidateSchemaVersionMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _validateSchemaInputFormatter = serializerResolver.GetInputValueFormatter("ValidateSchemaInput"); - } - - private ValidateSchemaVersionMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter validateSchemaInputFormatter) - { - _operationExecutor = operationExecutor; - _configure = configure; - _validateSchemaInputFormatter = validateSchemaInputFormatter; - } - - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IValidateSchemaVersionResult); - - public global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation With(global::System.Action configure) - { - return new global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaVersionMutation(_operationExecutor, _configure.Add(configure), _validateSchemaInputFormatter); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation WithRequestUri(global::System.Uri requestUri) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); - } - - public global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) - { - return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); - } - - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput input, global::System.Threading.CancellationToken cancellationToken = default) - { - var request = CreateRequest(input); - foreach (var configure in _configure) - { - configure(request); - } - - return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); - } - - private void MapFilesFromTypeValidateSchemaInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput value, global::System.Collections.Generic.Dictionary files) - { - var pathSchema = path + ".schema"; - var valueSchema = value.Schema; - files.Add(pathSchema, valueSchema is global::StrawberryShake.Upload u ? u : null); - } - - private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput value, global::System.Collections.Generic.Dictionary files) - { - if (value is { } value_i) - { - MapFilesFromTypeValidateSchemaInput(path, value_i, files); - } - } - - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) - { - var request = CreateRequest(input); - return _operationExecutor.Watch(request, strategy); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput input) - { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); - var files = new global::System.Collections.Generic.Dictionary(); - MapFilesFromArgumentInput("variables.input", input, files); - return CreateRequest(variables, files); - } - - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) - { - return new global::StrawberryShake.OperationRequest(id: ValidateSchemaVersionMutationDocument.Instance.Hash.Value, name: "ValidateSchemaVersion", document: ValidateSchemaVersionMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); - } - - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _validateSchemaInputFormatter.Format(value); - } - - global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) - { - return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator - /// - /// Represents the operation service of the ValidateSchemaVersion GraphQL operation - /// - /// mutation ValidateSchemaVersion( - /// $input: ValidateSchemaInput! - /// ) { - /// validateSchema(input: $input) { - /// __typename - /// id - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... ApiNotFoundError - /// ... StageNotFoundError - /// ... SchemaNotFoundError - /// ... Error - /// } - /// } - /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// code /// message - /// ... Error + /// path + /// locations { + /// __typename + /// column + /// line + /// } /// } - /// - /// fragment Error on Error { + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message /// } - /// - /// fragment ApiNotFoundError on ApiNotFoundError { - /// __typename - /// message - /// apiId - /// ... Error + /// + /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { + /// collections { + /// __typename + /// mcpFeatureCollection { + /// __typename + /// id + /// name + /// } + /// entities { + /// __typename + /// errors { + /// __typename + /// ... McpFeatureCollectionValidationDocumentError + /// ... McpFeatureCollectionValidationEntityValidationError + /// } + /// ... on McpFeatureCollectionValidationPrompt { + /// name + /// } + /// ... on McpFeatureCollectionValidationTool { + /// name + /// } + /// } + /// } /// } - /// - /// fragment StageNotFoundError on StageNotFoundError { - /// __typename + /// + /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { + /// code /// message - /// name - /// ... Error + /// path + /// locations { + /// __typename + /// column + /// line + /// } /// } - /// - /// fragment SchemaNotFoundError on SchemaNotFoundError { + /// + /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message - /// apiId - /// tag - /// ... Error + /// } + /// + /// fragment SchemaVersionValidationSuccess on SchemaVersionValidationSuccess { + /// state + /// changes { + /// __typename + /// ... SchemaChangeLogEntry + /// } + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment ValidationInProgress on ValidationInProgress { + /// state /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateSchemaVersionMutation : global::StrawberryShake.IOperationRequestFactory + public partial class OnSchemaVersionValidationUpdatedSubscriptionDocument : global::StrawberryShake.IDocument { - global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + private OnSchemaVersionValidationUpdatedSubscriptionDocument() + { + } + + public static OnSchemaVersionValidationUpdatedSubscriptionDocument Instance { get; } = new OnSchemaVersionValidationUpdatedSubscriptionDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "50d28b9daaa1cc64ed3762123b19bc5a"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } } - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// /// Represents the operation service of the OnSchemaVersionValidationUpdated GraphQL operation /// @@ -163214,7 +162143,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... ValidationInProgress /// } /// } - /// + /// /// fragment SchemaVersionValidationFailed on SchemaVersionValidationFailed { /// state /// errors { @@ -163230,17 +162159,17 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... McpFeatureCollectionValidationError /// } /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment ProcessingTimeoutError on ProcessingTimeoutError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -163248,7 +162177,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// position /// line /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -163258,7 +162187,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// code /// } /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -163284,7 +162213,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// } /// } /// } - /// + /// /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { /// __typename /// changes { @@ -163292,7 +162221,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -163306,25 +162235,25 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -163340,19 +162269,19 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -163360,7 +162289,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -163368,7 +162297,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -163376,7 +162305,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -163392,7 +162321,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -163401,7 +162330,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -163410,7 +162339,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -163424,13 +162353,13 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -163438,7 +162367,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -163452,7 +162381,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -163465,7 +162394,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -163481,21 +162410,21 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -163506,7 +162435,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -163520,19 +162449,19 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -163543,7 +162472,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -163556,19 +162485,19 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -163586,24 +162515,24 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { /// collections { /// __typename @@ -163629,7 +162558,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// } /// } /// } - /// + /// /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { /// code /// message @@ -163640,11 +162569,11 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// line /// } /// } - /// + /// /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename @@ -163669,7 +162598,7 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// } /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message @@ -163680,11 +162609,11 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// line /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment SchemaVersionValidationSuccess on SchemaVersionValidationSuccess { /// state /// changes { @@ -163692,39 +162621,64 @@ public partial interface IValidateSchemaVersionMutation : global::StrawberryShak /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment ValidationInProgress on ValidationInProgress { /// state /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdatedSubscriptionDocument : global::StrawberryShake.IDocument + public partial class OnSchemaVersionValidationUpdatedSubscription : global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdatedSubscription { - private OnSchemaVersionValidationUpdatedSubscriptionDocument() + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + public OnSchemaVersionValidationUpdatedSubscription(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); } - public static OnSchemaVersionValidationUpdatedSubscriptionDocument Instance { get; } = new OnSchemaVersionValidationUpdatedSubscriptionDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; - public global::System.ReadOnlySpan Body => "subscription OnSchemaVersionValidationUpdated($requestId: ID!) { onSchemaVersionValidationUpdate(requestId: $requestId) { __typename ... SchemaVersionValidationFailed ... SchemaVersionValidationSuccess ... OperationInProgress ... ValidationInProgress } } fragment SchemaVersionValidationFailed on SchemaVersionValidationFailed { state errors { __typename ... UnexpectedProcessingError ... ProcessingTimeoutError ... SchemaVersionSyntaxError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... SchemaVersionChangeViolationError ... OperationsAreNotAllowedError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { __typename changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment SchemaVersionValidationSuccess on SchemaVersionValidationSuccess { state changes { __typename ... SchemaChangeLogEntry } } fragment OperationInProgress on OperationInProgress { state } fragment ValidationInProgress on ValidationInProgress { state }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "50d28b9daaa1cc64ed3762123b19bc5a"); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IOnSchemaVersionValidationUpdatedResult); - public override global::System.String ToString() + public global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null) { -#if NETCOREAPP3_1_OR_GREATER - return global::System.Text.Encoding.UTF8.GetString(Body); -#else - return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); -#endif + var request = CreateRequest(requestId); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String requestId) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("requestId", FormatRequestId(requestId)); + return CreateRequest(variables); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: OnSchemaVersionValidationUpdatedSubscriptionDocument.Instance.Hash.Value, name: "OnSchemaVersionValidationUpdated", document: OnSchemaVersionValidationUpdatedSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } + + private global::System.Object? FormatRequestId(global::System.String value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _iDFormatter.Format(value); + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!); } } - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// /// Represents the operation service of the OnSchemaVersionValidationUpdated GraphQL operation /// @@ -163739,7 +162693,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... ValidationInProgress /// } /// } - /// + /// /// fragment SchemaVersionValidationFailed on SchemaVersionValidationFailed { /// state /// errors { @@ -163755,17 +162709,17 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... McpFeatureCollectionValidationError /// } /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment ProcessingTimeoutError on ProcessingTimeoutError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -163773,7 +162727,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// position /// line /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -163783,7 +162737,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// code /// } /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -163809,7 +162763,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// } /// } /// } - /// + /// /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { /// __typename /// changes { @@ -163817,7 +162771,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -163831,25 +162785,25 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -163865,19 +162819,19 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -163885,7 +162839,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -163893,7 +162847,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -163901,7 +162855,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -163917,7 +162871,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -163926,7 +162880,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -163935,7 +162889,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -163949,13 +162903,13 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -163963,7 +162917,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -163977,7 +162931,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -163990,7 +162944,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -164006,21 +162960,21 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -164031,7 +162985,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -164045,19 +162999,19 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -164068,7 +163022,7 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -164081,19 +163035,19 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -164111,161 +163065,1223 @@ private OnSchemaVersionValidationUpdatedSubscriptionDocument() /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { /// collections { /// __typename - /// openApiCollection { + /// openApiCollection { + /// __typename + /// id + /// name + /// } + /// entities { + /// __typename + /// errors { + /// __typename + /// ... OpenApiCollectionValidationDocumentError + /// ... OpenApiCollectionValidationEntityValidationError + /// } + /// ... on OpenApiCollectionValidationEndpoint { + /// httpMethod + /// route + /// } + /// ... on OpenApiCollectionValidationModel { + /// name + /// } + /// } + /// } + /// } + /// + /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { + /// code + /// message + /// path + /// locations { + /// __typename + /// column + /// line + /// } + /// } + /// + /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { + /// message + /// } + /// + /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { + /// collections { + /// __typename + /// mcpFeatureCollection { + /// __typename + /// id + /// name + /// } + /// entities { + /// __typename + /// errors { + /// __typename + /// ... McpFeatureCollectionValidationDocumentError + /// ... McpFeatureCollectionValidationEntityValidationError + /// } + /// ... on McpFeatureCollectionValidationPrompt { + /// name + /// } + /// ... on McpFeatureCollectionValidationTool { + /// name + /// } + /// } + /// } + /// } + /// + /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { + /// code + /// message + /// path + /// locations { + /// __typename + /// column + /// line + /// } + /// } + /// + /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { + /// message + /// } + /// + /// fragment SchemaVersionValidationSuccess on SchemaVersionValidationSuccess { + /// state + /// changes { + /// __typename + /// ... SchemaChangeLogEntry + /// } + /// } + /// + /// fragment OperationInProgress on OperationInProgress { + /// state + /// } + /// + /// fragment ValidationInProgress on ValidationInProgress { + /// state + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IOnSchemaVersionValidationUpdatedSubscription : global::StrawberryShake.IOperationRequestFactory + { + global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the UpdateStages GraphQL operation + /// + /// mutation UpdateStages( + /// $input: UpdateStagesInput! + /// ) { + /// updateStages(input: $input) { + /// __typename + /// api { + /// __typename + /// stages { + /// __typename + /// ... StageDetailPrompt_Stage + /// } + /// } + /// errors { + /// __typename + /// ... ApiNotFoundError + /// ... StageNotFoundError + /// ... StagesHavePublishedDependenciesError + /// ... on Error { + /// message + /// __typename + /// } + /// } + /// } + /// } + /// + /// fragment StageDetailPrompt_Stage on Stage { + /// id + /// name + /// displayName + /// conditions { + /// __typename + /// ... StageCondition + /// } + /// } + /// + /// fragment StageCondition on StageCondition { + /// ... AfterStageCondition + /// } + /// + /// fragment AfterStageCondition on AfterStageCondition { + /// afterStage { + /// __typename + /// name + /// } + /// } + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename + /// message + /// apiId + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name + /// ... Error + /// } + /// + /// fragment StagesHavePublishedDependenciesError on StagesHavePublishedDependenciesError { + /// __typename + /// message + /// stages { + /// __typename + /// name + /// publishedSchema { + /// __typename + /// version { + /// __typename + /// tag + /// } + /// } + /// publishedClients { + /// __typename + /// client { + /// __typename + /// name + /// } + /// publishedVersions { + /// __typename + /// version { + /// __typename + /// tag + /// } + /// } + /// } + /// } + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UpdateStagesMutationDocument : global::StrawberryShake.IDocument + { + private UpdateStagesMutationDocument() + { + } + + public static UpdateStagesMutationDocument Instance { get; } = new UpdateStagesMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "a50cce1fa951fcdc164e78c6f8726374"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the UpdateStages GraphQL operation + /// + /// mutation UpdateStages( + /// $input: UpdateStagesInput! + /// ) { + /// updateStages(input: $input) { + /// __typename + /// api { + /// __typename + /// stages { + /// __typename + /// ... StageDetailPrompt_Stage + /// } + /// } + /// errors { + /// __typename + /// ... ApiNotFoundError + /// ... StageNotFoundError + /// ... StagesHavePublishedDependenciesError + /// ... on Error { + /// message + /// __typename + /// } + /// } + /// } + /// } + /// + /// fragment StageDetailPrompt_Stage on Stage { + /// id + /// name + /// displayName + /// conditions { + /// __typename + /// ... StageCondition + /// } + /// } + /// + /// fragment StageCondition on StageCondition { + /// ... AfterStageCondition + /// } + /// + /// fragment AfterStageCondition on AfterStageCondition { + /// afterStage { + /// __typename + /// name + /// } + /// } + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename + /// message + /// apiId + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name + /// ... Error + /// } + /// + /// fragment StagesHavePublishedDependenciesError on StagesHavePublishedDependenciesError { + /// __typename + /// message + /// stages { + /// __typename + /// name + /// publishedSchema { + /// __typename + /// version { + /// __typename + /// tag + /// } + /// } + /// publishedClients { + /// __typename + /// client { + /// __typename + /// name + /// } + /// publishedVersions { + /// __typename + /// version { + /// __typename + /// tag + /// } + /// } + /// } + /// } + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UpdateStagesMutation : global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation + { + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _updateStagesInputFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public UpdateStagesMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _updateStagesInputFormatter = serializerResolver.GetInputValueFormatter("UpdateStagesInput"); + } + + private UpdateStagesMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter updateStagesInputFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _updateStagesInputFormatter = updateStagesInputFormatter; + } + + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IUpdateStagesResult); + + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesMutation(_operationExecutor, _configure.Add(configure), _updateStagesInputFormatter); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } + + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput input, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(input); + foreach (var configure in _configure) + { + configure(request); + } + + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } + + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(input); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput input) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("input", FormatInput(input)); + return CreateRequest(variables); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: UpdateStagesMutationDocument.Instance.Hash.Value, name: "UpdateStages", document: UpdateStagesMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } + + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _updateStagesInputFormatter.Format(value); + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the UpdateStages GraphQL operation + /// + /// mutation UpdateStages( + /// $input: UpdateStagesInput! + /// ) { + /// updateStages(input: $input) { + /// __typename + /// api { + /// __typename + /// stages { + /// __typename + /// ... StageDetailPrompt_Stage + /// } + /// } + /// errors { + /// __typename + /// ... ApiNotFoundError + /// ... StageNotFoundError + /// ... StagesHavePublishedDependenciesError + /// ... on Error { + /// message + /// __typename + /// } + /// } + /// } + /// } + /// + /// fragment StageDetailPrompt_Stage on Stage { + /// id + /// name + /// displayName + /// conditions { + /// __typename + /// ... StageCondition + /// } + /// } + /// + /// fragment StageCondition on StageCondition { + /// ... AfterStageCondition + /// } + /// + /// fragment AfterStageCondition on AfterStageCondition { + /// afterStage { + /// __typename + /// name + /// } + /// } + /// + /// fragment ApiNotFoundError on ApiNotFoundError { + /// __typename + /// message + /// apiId + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment StageNotFoundError on StageNotFoundError { + /// __typename + /// message + /// name + /// ... Error + /// } + /// + /// fragment StagesHavePublishedDependenciesError on StagesHavePublishedDependenciesError { + /// __typename + /// message + /// stages { + /// __typename + /// name + /// publishedSchema { + /// __typename + /// version { + /// __typename + /// tag + /// } + /// } + /// publishedClients { + /// __typename + /// client { + /// __typename + /// name + /// } + /// publishedVersions { + /// __typename + /// version { + /// __typename + /// tag + /// } + /// } + /// } + /// } + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IUpdateStagesMutation : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.UpdateStagesInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the ListStagesQuery GraphQL operation + /// + /// query ListStagesQuery( + /// $apiId: ID! + /// ) { + /// node(id: $apiId) { + /// __typename + /// ... on Api { + /// stages { + /// __typename + /// id + /// name + /// displayName + /// ... StageDetailPrompt_Stage + /// } + /// } + /// } + /// } + /// + /// fragment StageDetailPrompt_Stage on Stage { + /// id + /// name + /// displayName + /// conditions { + /// __typename + /// ... StageCondition + /// } + /// } + /// + /// fragment StageCondition on StageCondition { + /// ... AfterStageCondition + /// } + /// + /// fragment AfterStageCondition on AfterStageCondition { + /// afterStage { + /// __typename + /// name + /// } + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListStagesQueryQueryDocument : global::StrawberryShake.IDocument + { + private ListStagesQueryQueryDocument() + { + } + + public static ListStagesQueryQueryDocument Instance { get; } = new ListStagesQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "ff9fd00b5a96ac47f6aa413a425337d9"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the ListStagesQuery GraphQL operation + /// + /// query ListStagesQuery( + /// $apiId: ID! + /// ) { + /// node(id: $apiId) { + /// __typename + /// ... on Api { + /// stages { + /// __typename + /// id + /// name + /// displayName + /// ... StageDetailPrompt_Stage + /// } + /// } + /// } + /// } + /// + /// fragment StageDetailPrompt_Stage on Stage { + /// id + /// name + /// displayName + /// conditions { + /// __typename + /// ... StageCondition + /// } + /// } + /// + /// fragment StageCondition on StageCondition { + /// ... AfterStageCondition + /// } + /// + /// fragment AfterStageCondition on AfterStageCondition { + /// afterStage { + /// __typename + /// name + /// } + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListStagesQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery + { + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public ListStagesQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + } + + private ListStagesQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _iDFormatter = iDFormatter; + } + + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListStagesQueryResult); + + public global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQueryQuery(_operationExecutor, _configure.Add(configure), _iDFormatter); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } + + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(apiId); + foreach (var configure in _configure) + { + configure(request); + } + + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } + + public global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(apiId); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("apiId", FormatApiId(apiId)); + return CreateRequest(variables); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: ListStagesQueryQueryDocument.Instance.Hash.Value, name: "ListStagesQuery", document: ListStagesQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } + + private global::System.Object? FormatApiId(global::System.String value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _iDFormatter.Format(value); + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the ListStagesQuery GraphQL operation + /// + /// query ListStagesQuery( + /// $apiId: ID! + /// ) { + /// node(id: $apiId) { + /// __typename + /// ... on Api { + /// stages { + /// __typename + /// id + /// name + /// displayName + /// ... StageDetailPrompt_Stage + /// } + /// } + /// } + /// } + /// + /// fragment StageDetailPrompt_Stage on Stage { + /// id + /// name + /// displayName + /// conditions { + /// __typename + /// ... StageCondition + /// } + /// } + /// + /// fragment StageCondition on StageCondition { + /// ... AfterStageCondition + /// } + /// + /// fragment AfterStageCondition on AfterStageCondition { + /// afterStage { + /// __typename + /// name + /// } + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListStagesQueryQuery : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String apiId, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the CreateWorkspaceCommandMutation GraphQL operation + /// + /// mutation CreateWorkspaceCommandMutation( + /// $input: CreateWorkspaceInput! + /// ) { + /// createWorkspace(input: $input) { + /// __typename + /// workspace { + /// __typename + /// id + /// name + /// ... WorkspaceDetailPrompt_Workspace + /// } + /// errors { + /// __typename + /// ... on UnauthorizedOperation { + /// message + /// } + /// ... on ValidationError { + /// message + /// } + /// ... on Error { + /// message + /// } + /// } + /// } + /// } + /// + /// fragment WorkspaceDetailPrompt_Workspace on Workspace { + /// id + /// name + /// personal + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateWorkspaceCommandMutationMutationDocument : global::StrawberryShake.IDocument + { + private CreateWorkspaceCommandMutationMutationDocument() + { + } + + public static CreateWorkspaceCommandMutationMutationDocument Instance { get; } = new CreateWorkspaceCommandMutationMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "c8d21a0bb621a01952ffb6224bbbfe0d"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the CreateWorkspaceCommandMutation GraphQL operation + /// + /// mutation CreateWorkspaceCommandMutation( + /// $input: CreateWorkspaceInput! + /// ) { + /// createWorkspace(input: $input) { + /// __typename + /// workspace { + /// __typename + /// id + /// name + /// ... WorkspaceDetailPrompt_Workspace + /// } + /// errors { + /// __typename + /// ... on UnauthorizedOperation { + /// message + /// } + /// ... on ValidationError { + /// message + /// } + /// ... on Error { + /// message + /// } + /// } + /// } + /// } + /// + /// fragment WorkspaceDetailPrompt_Workspace on Workspace { + /// id + /// name + /// personal + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateWorkspaceCommandMutationMutation : global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation + { + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _createWorkspaceInputFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public CreateWorkspaceCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _createWorkspaceInputFormatter = serializerResolver.GetInputValueFormatter("CreateWorkspaceInput"); + } + + private CreateWorkspaceCommandMutationMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter createWorkspaceInputFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _createWorkspaceInputFormatter = createWorkspaceInputFormatter; + } + + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICreateWorkspaceCommandMutationResult); + + public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceCommandMutationMutation(_operationExecutor, _configure.Add(configure), _createWorkspaceInputFormatter); + } + + public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); + } + + public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } + + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput input, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(input); + foreach (var configure in _configure) + { + configure(request); + } + + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } + + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(input); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput input) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("input", FormatInput(input)); + return CreateRequest(variables); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: CreateWorkspaceCommandMutationMutationDocument.Instance.Hash.Value, name: "CreateWorkspaceCommandMutation", document: CreateWorkspaceCommandMutationMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } + + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _createWorkspaceInputFormatter.Format(value); + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the CreateWorkspaceCommandMutation GraphQL operation + /// + /// mutation CreateWorkspaceCommandMutation( + /// $input: CreateWorkspaceInput! + /// ) { + /// createWorkspace(input: $input) { + /// __typename + /// workspace { /// __typename /// id /// name + /// ... WorkspaceDetailPrompt_Workspace /// } - /// entities { + /// errors { /// __typename - /// errors { - /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError + /// ... on UnauthorizedOperation { + /// message /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route + /// ... on ValidationError { + /// message /// } - /// ... on OpenApiCollectionValidationModel { - /// name + /// ... on Error { + /// message /// } /// } /// } /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { - /// __typename - /// column - /// line - /// } - /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { - /// message + /// + /// fragment WorkspaceDetailPrompt_Workspace on Workspace { + /// id + /// name + /// personal /// } - /// - /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { - /// collections { + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ICreateWorkspaceCommandMutationMutation : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the ListWorkspaceCommandQuery GraphQL operation + /// + /// query ListWorkspaceCommandQuery( + /// $after: String + /// $first: Int + /// ) { + /// me { /// __typename - /// mcpFeatureCollection { - /// __typename - /// id - /// name - /// } - /// entities { + /// workspaces(after: $after, first: $first) { /// __typename - /// errors { + /// edges { /// __typename - /// ... McpFeatureCollectionValidationDocumentError - /// ... McpFeatureCollectionValidationEntityValidationError - /// } - /// ... on McpFeatureCollectionValidationPrompt { - /// name + /// ... ListWorkspaceCommand_WorkspaceEdge /// } - /// ... on McpFeatureCollectionValidationTool { - /// name + /// pageInfo { + /// __typename + /// ... PageInfo /// } /// } /// } /// } - /// - /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { + /// + /// fragment ListWorkspaceCommand_WorkspaceEdge on WorkspacesEdge { + /// cursor + /// node { /// __typename - /// column - /// line + /// ... ListWorkspaceCommand_Workspace /// } /// } - /// - /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { - /// message + /// + /// fragment ListWorkspaceCommand_Workspace on Workspace { + /// id + /// name + /// personal + /// ... WorkspaceDetailPrompt_Workspace /// } - /// - /// fragment SchemaVersionValidationSuccess on SchemaVersionValidationSuccess { - /// state - /// changes { + /// + /// fragment WorkspaceDetailPrompt_Workspace on Workspace { + /// id + /// name + /// personal + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListWorkspaceCommandQueryQueryDocument : global::StrawberryShake.IDocument + { + private ListWorkspaceCommandQueryQueryDocument() + { + } + + public static ListWorkspaceCommandQueryQueryDocument Instance { get; } = new ListWorkspaceCommandQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "81090212b99490332c1b0614e4509b64"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the ListWorkspaceCommandQuery GraphQL operation + /// + /// query ListWorkspaceCommandQuery( + /// $after: String + /// $first: Int + /// ) { + /// me { /// __typename - /// ... SchemaChangeLogEntry + /// workspaces(after: $after, first: $first) { + /// __typename + /// edges { + /// __typename + /// ... ListWorkspaceCommand_WorkspaceEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } /// } /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state + /// + /// fragment ListWorkspaceCommand_WorkspaceEdge on WorkspacesEdge { + /// cursor + /// node { + /// __typename + /// ... ListWorkspaceCommand_Workspace + /// } /// } - /// - /// fragment ValidationInProgress on ValidationInProgress { - /// state + /// + /// fragment ListWorkspaceCommand_Workspace on Workspace { + /// id + /// name + /// personal + /// ... WorkspaceDetailPrompt_Workspace + /// } + /// + /// fragment WorkspaceDetailPrompt_Workspace on Workspace { + /// id + /// name + /// personal + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdatedSubscription : global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdatedSubscription + public partial class ListWorkspaceCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - public OnSchemaVersionValidationUpdatedSubscription(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public ListWorkspaceCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _intFormatter = serializerResolver.GetInputValueFormatter("Int"); } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IOnSchemaVersionValidationUpdatedResult); + private ListWorkspaceCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _stringFormatter = @stringFormatter; + _intFormatter = @intFormatter; + } - public global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null) + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IListWorkspaceCommandQueryResult); + + public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery With(global::System.Action configure) { - var request = CreateRequest(requestId); + return new global::ChilliCream.Nitro.CommandLine.Client.ListWorkspaceCommandQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _intFormatter); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } + + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(after, first); + foreach (var configure in _configure) + { + configure(request); + } + + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } + + public global::System.IObservable> Watch(global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(after, first); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String requestId) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String? after, global::System.Int32? first) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("requestId", FormatRequestId(requestId)); + variables.Add("after", FormatAfter(after)); + variables.Add("first", FormatFirst(first)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: OnSchemaVersionValidationUpdatedSubscriptionDocument.Instance.Hash.Value, name: "OnSchemaVersionValidationUpdated", document: OnSchemaVersionValidationUpdatedSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: ListWorkspaceCommandQueryQueryDocument.Instance.Hash.Value, name: "ListWorkspaceCommandQuery", document: ListWorkspaceCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatRequestId(global::System.String value) + private global::System.Object? FormatAfter(global::System.String? value) { if (value is null) { - throw new global::System.ArgumentNullException(nameof(value)); + return value; + } + else + { + return _stringFormatter.Format(value); } + } - return _iDFormatter.Format(value); + private global::System.Object? FormatFirst(global::System.Int32? value) + { + if (value is null) + { + return value; + } + else + { + return _intFormatter.Format(value); + } } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -164276,566 +164292,575 @@ public OnSchemaVersionValidationUpdatedSubscription(global::StrawberryShake.IOpe // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the OnSchemaVersionValidationUpdated GraphQL operation + /// Represents the operation service of the ListWorkspaceCommandQuery GraphQL operation /// - /// subscription OnSchemaVersionValidationUpdated( - /// $requestId: ID! + /// query ListWorkspaceCommandQuery( + /// $after: String + /// $first: Int /// ) { - /// onSchemaVersionValidationUpdate(requestId: $requestId) { - /// __typename - /// ... SchemaVersionValidationFailed - /// ... SchemaVersionValidationSuccess - /// ... OperationInProgress - /// ... ValidationInProgress - /// } - /// } - /// - /// fragment SchemaVersionValidationFailed on SchemaVersionValidationFailed { - /// state - /// errors { - /// __typename - /// ... UnexpectedProcessingError - /// ... ProcessingTimeoutError - /// ... SchemaVersionSyntaxError - /// ... InvalidGraphQLSchemaError - /// ... PersistedQueryValidationError - /// ... SchemaVersionChangeViolationError - /// ... OperationsAreNotAllowedError - /// ... OpenApiCollectionValidationError - /// ... McpFeatureCollectionValidationError - /// } - /// } - /// - /// fragment UnexpectedProcessingError on UnexpectedProcessingError { - /// __typename - /// message - /// } - /// - /// fragment ProcessingTimeoutError on ProcessingTimeoutError { - /// __typename - /// message - /// } - /// - /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { - /// __typename - /// message - /// column - /// position - /// line - /// } - /// - /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { - /// __typename - /// message - /// errors { - /// __typename - /// message - /// code - /// } - /// } - /// - /// fragment PersistedQueryValidationError on PersistedQueryValidationError { - /// message - /// client { - /// __typename - /// id - /// name - /// } - /// queries { + /// me { /// __typename - /// deployedTags - /// message - /// hash - /// errors { + /// workspaces(after: $after, first: $first) { /// __typename - /// message - /// code - /// path - /// locations { + /// edges { /// __typename - /// column - /// line + /// ... ListWorkspaceCommand_WorkspaceEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo /// } /// } /// } /// } - /// - /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { - /// __typename - /// changes { - /// __typename - /// ... SchemaChangeLogEntry - /// } - /// } - /// - /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { - /// __typename - /// ... TypeSystemMemberAddedChange - /// ... TypeSystemMemberRemovedChange - /// ... ObjectModifiedChange - /// ... InputObjectModifiedChange - /// ... DirectiveModifiedChange - /// ... ScalarModifiedChange - /// ... EnumModifiedChange - /// ... UnionModifiedChange - /// ... InterfaceModifiedChange - /// ... SchemaChange - /// } - /// - /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// } - /// - /// fragment SchemaChange on SchemaChange { - /// severity - /// } - /// - /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// } - /// - /// fragment ObjectModifiedChange on ObjectModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... InterfaceImplementationAdded - /// ... InterfaceImplementationRemoved - /// ... DescriptionChanged - /// ... FieldAddedChange - /// ... FieldRemovedChange - /// ... OutputFieldChanged - /// } - /// } - /// - /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { - /// ... SchemaChange - /// interfaceName - /// severity - /// } - /// - /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { - /// ... SchemaChange - /// interfaceName - /// severity - /// } - /// - /// fragment DescriptionChanged on DescriptionChanged { - /// ... SchemaChange - /// old - /// new - /// severity - /// __typename - /// } - /// - /// fragment FieldAddedChange on FieldAddedChange { - /// ... SchemaChange - /// coordinate - /// typeName - /// fieldName - /// severity - /// } - /// - /// fragment FieldRemovedChange on FieldRemovedChange { - /// ... SchemaChange - /// coordinate - /// typeName - /// fieldName - /// severity - /// } - /// - /// fragment OutputFieldChanged on OutputFieldChanged { - /// ... SchemaChange - /// coordinate - /// severity - /// fieldName - /// changes { + /// + /// fragment ListWorkspaceCommand_WorkspaceEdge on WorkspacesEdge { + /// cursor + /// node { /// __typename - /// ... ArgumentRemoved - /// ... ArgumentAdded - /// ... ArgumentChanged - /// ... DescriptionChanged - /// ... TypeChanged - /// ... DeprecatedChange + /// ... ListWorkspaceCommand_Workspace /// } /// } - /// - /// fragment ArgumentRemoved on ArgumentRemoved { - /// ... SchemaChange - /// coordinate - /// severity - /// name - /// typeName - /// __typename - /// } - /// - /// fragment ArgumentAdded on ArgumentAdded { - /// ... SchemaChange - /// coordinate - /// severity + /// + /// fragment ListWorkspaceCommand_Workspace on Workspace { + /// id /// name - /// typeName - /// __typename + /// personal + /// ... WorkspaceDetailPrompt_Workspace /// } - /// - /// fragment ArgumentChanged on ArgumentChanged { - /// ... SchemaChange - /// coordinate - /// severity + /// + /// fragment WorkspaceDetailPrompt_Workspace on Workspace { + /// id /// name - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... DeprecatedChange - /// ... TypeChanged - /// } - /// } - /// - /// fragment DeprecatedChange on DeprecatedChange { - /// ... SchemaChange - /// deprecationReason - /// severity - /// } - /// - /// fragment TypeChanged on TypeChanged { - /// ... SchemaChange - /// oldType - /// newType - /// severity - /// __typename - /// } - /// - /// fragment InputObjectModifiedChange on InputObjectModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... FieldAddedChange - /// ... FieldRemovedChange - /// ... InputFieldChanged - /// } + /// personal /// } - /// - /// fragment InputFieldChanged on InputFieldChanged { - /// ... SchemaChange - /// coordinate - /// severity - /// fieldName - /// changes { - /// __typename - /// ... DescriptionChanged - /// ... TypeChanged - /// ... DeprecatedChange - /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } - /// - /// fragment DirectiveModifiedChange on DirectiveModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IListWorkspaceCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the SetDefaultWorkspaceCommand_SelectWorkspace_Query GraphQL operation + /// + /// query SetDefaultWorkspaceCommand_SelectWorkspace_Query( + /// $after: String + /// $first: Int + /// ) { + /// me { /// __typename - /// ... DirectiveLocationAdded - /// ... DirectiveLocationRemoved - /// ... DescriptionChanged - /// ... ArgumentRemoved - /// ... ArgumentChanged - /// ... ArgumentAdded + /// workspaces(after: $after, first: $first) { + /// __typename + /// edges { + /// __typename + /// cursor + /// node { + /// __typename + /// ... SetDefaultWorkspaceCommand_Workspace + /// } + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } /// } /// } - /// - /// fragment DirectiveLocationAdded on DirectiveLocationAdded { - /// ... SchemaChange - /// location - /// severity - /// __typename - /// } - /// - /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { - /// ... SchemaChange - /// location - /// severity - /// __typename + /// + /// fragment SetDefaultWorkspaceCommand_Workspace on Workspace { + /// id + /// name + /// personal /// } - /// - /// fragment ScalarModifiedChange on ScalarModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { - /// __typename - /// ... DescriptionChanged - /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } - /// - /// fragment EnumModifiedChange on EnumModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class SetDefaultWorkspaceCommand_SelectWorkspace_QueryQueryDocument : global::StrawberryShake.IDocument + { + private SetDefaultWorkspaceCommand_SelectWorkspace_QueryQueryDocument() + { + } + + public static SetDefaultWorkspaceCommand_SelectWorkspace_QueryQueryDocument Instance { get; } = new SetDefaultWorkspaceCommand_SelectWorkspace_QueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "bb47ed5730c7751c64b0f1fdcc3f0bf5"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the SetDefaultWorkspaceCommand_SelectWorkspace_Query GraphQL operation + /// + /// query SetDefaultWorkspaceCommand_SelectWorkspace_Query( + /// $after: String + /// $first: Int + /// ) { + /// me { /// __typename - /// ... DescriptionChanged - /// ... EnumValueRemoved - /// ... EnumValueAdded - /// ... EnumValueChanged + /// workspaces(after: $after, first: $first) { + /// __typename + /// edges { + /// __typename + /// cursor + /// node { + /// __typename + /// ... SetDefaultWorkspaceCommand_Workspace + /// } + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } /// } /// } - /// - /// fragment EnumValueRemoved on EnumValueRemoved { - /// ... SchemaChange - /// coordinate - /// severity - /// } - /// - /// fragment EnumValueAdded on EnumValueAdded { - /// ... SchemaChange - /// coordinate - /// severity + /// + /// fragment SetDefaultWorkspaceCommand_Workspace on Workspace { + /// id + /// name + /// personal /// } - /// - /// fragment EnumValueChanged on EnumValueChanged { - /// ... SchemaChange - /// coordinate - /// severity - /// changes { - /// __typename - /// ... DeprecatedChange - /// ... DescriptionChanged - /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } - /// - /// fragment UnionModifiedChange on UnionModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class SetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery : global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery + { + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public SetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _intFormatter = serializerResolver.GetInputValueFormatter("Int"); + } + + private SetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _stringFormatter = @stringFormatter; + _intFormatter = @intFormatter; + } + + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ISetDefaultWorkspaceCommand_SelectWorkspace_QueryResult); + + public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.SetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _intFormatter); + } + + public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); + } + + public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } + + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(after, first); + foreach (var configure in _configure) + { + configure(request); + } + + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } + + public global::System.IObservable> Watch(global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(after, first); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String? after, global::System.Int32? first) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("after", FormatAfter(after)); + variables.Add("first", FormatFirst(first)); + return CreateRequest(variables); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: SetDefaultWorkspaceCommand_SelectWorkspace_QueryQueryDocument.Instance.Hash.Value, name: "SetDefaultWorkspaceCommand_SelectWorkspace_Query", document: SetDefaultWorkspaceCommand_SelectWorkspace_QueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } + + private global::System.Object? FormatAfter(global::System.String? value) + { + if (value is null) + { + return value; + } + else + { + return _stringFormatter.Format(value); + } + } + + private global::System.Object? FormatFirst(global::System.Int32? value) + { + if (value is null) + { + return value; + } + else + { + return _intFormatter.Format(value); + } + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the SetDefaultWorkspaceCommand_SelectWorkspace_Query GraphQL operation + /// + /// query SetDefaultWorkspaceCommand_SelectWorkspace_Query( + /// $after: String + /// $first: Int + /// ) { + /// me { /// __typename - /// ... DescriptionChanged - /// ... UnionMemberRemoved - /// ... UnionMemberAdded + /// workspaces(after: $after, first: $first) { + /// __typename + /// edges { + /// __typename + /// cursor + /// node { + /// __typename + /// ... SetDefaultWorkspaceCommand_Workspace + /// } + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } + /// } /// } /// } - /// - /// fragment UnionMemberRemoved on UnionMemberRemoved { - /// ... SchemaChange - /// typeName - /// severity + /// + /// fragment SetDefaultWorkspaceCommand_Workspace on Workspace { + /// id + /// name + /// personal /// } - /// - /// fragment UnionMemberAdded on UnionMemberAdded { - /// ... SchemaChange - /// typeName - /// severity + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } - /// - /// fragment InterfaceModifiedChange on InterfaceModifiedChange { - /// ... SchemaChange - /// coordinate - /// severity - /// __typename - /// changes { + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the ShowWorkspaceCommandQuery GraphQL operation + /// + /// query ShowWorkspaceCommandQuery( + /// $workspaceId: ID! + /// ) { + /// node(id: $workspaceId) { /// __typename - /// ... InterfaceImplementationAdded - /// ... InterfaceImplementationRemoved - /// ... DescriptionChanged - /// ... FieldAddedChange - /// ... FieldRemovedChange - /// ... OutputFieldChanged - /// ... PossibleTypeAdded - /// ... PossibleTypeRemoved + /// ... WorkspaceDetailPrompt_Workspace /// } /// } - /// - /// fragment PossibleTypeAdded on PossibleTypeAdded { - /// ... SchemaChange - /// typeName - /// severity - /// } - /// - /// fragment PossibleTypeRemoved on PossibleTypeRemoved { - /// ... SchemaChange - /// typeName - /// severity - /// } - /// - /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { - /// __typename - /// message + /// + /// fragment WorkspaceDetailPrompt_Workspace on Workspace { + /// id + /// name + /// personal /// } - /// - /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { - /// collections { + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ShowWorkspaceCommandQueryQueryDocument : global::StrawberryShake.IDocument + { + private ShowWorkspaceCommandQueryQueryDocument() + { + } + + public static ShowWorkspaceCommandQueryQueryDocument Instance { get; } = new ShowWorkspaceCommandQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "c46bc0ec07d6718f937f666a59f957b0"); + + public override global::System.String ToString() + { +#if NETCOREAPP3_1_OR_GREATER + return global::System.Text.Encoding.UTF8.GetString(Body); +#else + return global::System.Text.Encoding.UTF8.GetString(Body.ToArray()); +#endif + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator + /// + /// Represents the operation service of the ShowWorkspaceCommandQuery GraphQL operation + /// + /// query ShowWorkspaceCommandQuery( + /// $workspaceId: ID! + /// ) { + /// node(id: $workspaceId) { /// __typename - /// openApiCollection { - /// __typename - /// id - /// name - /// } - /// entities { - /// __typename - /// errors { - /// __typename - /// ... OpenApiCollectionValidationDocumentError - /// ... OpenApiCollectionValidationEntityValidationError - /// } - /// ... on OpenApiCollectionValidationEndpoint { - /// httpMethod - /// route - /// } - /// ... on OpenApiCollectionValidationModel { - /// name - /// } - /// } + /// ... WorkspaceDetailPrompt_Workspace /// } /// } - /// - /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { + /// + /// fragment WorkspaceDetailPrompt_Workspace on Workspace { + /// id + /// name + /// personal + /// } + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ShowWorkspaceCommandQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery + { + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; + public ShowWorkspaceCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + } + + private ShowWorkspaceCommandQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + { + _operationExecutor = operationExecutor; + _configure = configure; + _iDFormatter = iDFormatter; + } + + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IShowWorkspaceCommandQueryResult); + + public global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery With(global::System.Action configure) + { + return new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQueryQuery(_operationExecutor, _configure.Add(configure), _iDFormatter); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery WithRequestUri(global::System.Uri requestUri) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); + } + + public global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + { + return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); + } + + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Threading.CancellationToken cancellationToken = default) + { + var request = CreateRequest(workspaceId); + foreach (var configure in _configure) + { + configure(request); + } + + return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); + } + + public global::System.IObservable> Watch(global::System.String workspaceId, global::StrawberryShake.ExecutionStrategy? strategy = null) + { + var request = CreateRequest(workspaceId); + return _operationExecutor.Watch(request, strategy); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId) + { + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); + return CreateRequest(variables); + } + + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return new global::StrawberryShake.OperationRequest(id: ShowWorkspaceCommandQueryQueryDocument.Instance.Hash.Value, name: "ShowWorkspaceCommandQuery", document: ShowWorkspaceCommandQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); + } + + private global::System.Object? FormatWorkspaceId(global::System.String value) + { + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } + + return _iDFormatter.Format(value); + } + + global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) + { + return CreateRequest(variables!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator + /// + /// Represents the operation service of the ShowWorkspaceCommandQuery GraphQL operation + /// + /// query ShowWorkspaceCommandQuery( + /// $workspaceId: ID! + /// ) { + /// node(id: $workspaceId) { /// __typename - /// column - /// line + /// ... WorkspaceDetailPrompt_Workspace /// } /// } - /// - /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { - /// message + /// + /// fragment WorkspaceDetailPrompt_Workspace on Workspace { + /// id + /// name + /// personal /// } - /// - /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { - /// collections { + /// + /// + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial interface IShowWorkspaceCommandQueryQuery : global::StrawberryShake.IOperationRequestFactory + { + global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String workspaceId, global::StrawberryShake.ExecutionStrategy? strategy = null); + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator + /// + /// Represents the operation service of the SelectApiPromptQuery GraphQL operation + /// + /// query SelectApiPromptQuery( + /// $workspaceId: ID! + /// $after: Version + /// $first: Int + /// ) { + /// workspaceById(workspaceId: $workspaceId) { /// __typename - /// mcpFeatureCollection { - /// __typename - /// id - /// name - /// } - /// entities { + /// apis(after: $after, first: $first) { /// __typename - /// errors { + /// edges { /// __typename - /// ... McpFeatureCollectionValidationDocumentError - /// ... McpFeatureCollectionValidationEntityValidationError - /// } - /// ... on McpFeatureCollectionValidationPrompt { - /// name + /// ... SelectApiPrompt_ApiEdge /// } - /// ... on McpFeatureCollectionValidationTool { - /// name + /// pageInfo { + /// __typename + /// ... PageInfo /// } /// } /// } /// } - /// - /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { - /// code - /// message - /// path - /// locations { + /// + /// fragment SelectApiPrompt_ApiEdge on ApisEdge { + /// cursor + /// node { /// __typename - /// column - /// line + /// ... SelectApiPrompt_Api /// } /// } - /// - /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { - /// message + /// + /// fragment SelectApiPrompt_Api on Api { + /// id + /// name + /// path + /// ... ApiDetailPrompt_Api /// } - /// - /// fragment SchemaVersionValidationSuccess on SchemaVersionValidationSuccess { - /// state - /// changes { + /// + /// fragment ApiDetailPrompt_Api on Api { + /// id + /// name + /// path + /// workspace { /// __typename - /// ... SchemaChangeLogEntry + /// id + /// name /// } - /// } - /// - /// fragment OperationInProgress on OperationInProgress { - /// state - /// } - /// - /// fragment ValidationInProgress on ValidationInProgress { - /// state - /// } - /// - /// - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IOnSchemaVersionValidationUpdatedSubscription : global::StrawberryShake.IOperationRequestFactory - { - global::System.IObservable> Watch(global::System.String requestId, global::StrawberryShake.ExecutionStrategy? strategy = null); - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator - /// - /// Represents the operation service of the CancelFusionConfigurationPublish GraphQL operation - /// - /// mutation CancelFusionConfigurationPublish( - /// $input: CancelFusionConfigurationCompositionInput! - /// ) { - /// cancelFusionConfigurationComposition(input: $input) { + /// settings { /// __typename - /// errors { + /// schemaRegistry { /// __typename - /// ... UnauthorizedOperation - /// ... FusionConfigurationRequestNotFoundError - /// ... InvalidProcessingStateTransitionError - /// ... Error + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { - /// __typename - /// message - /// ... Error + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CancelFusionConfigurationPublishMutationDocument : global::StrawberryShake.IDocument + public partial class SelectApiPromptQueryQueryDocument : global::StrawberryShake.IDocument { - private CancelFusionConfigurationPublishMutationDocument() + private SelectApiPromptQueryQueryDocument() { } - public static CancelFusionConfigurationPublishMutationDocument Instance { get; } = new CancelFusionConfigurationPublishMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation CancelFusionConfigurationPublish($input: CancelFusionConfigurationCompositionInput!) { cancelFusionConfigurationComposition(input: $input) { __typename errors { __typename ... UnauthorizedOperation ... FusionConfigurationRequestNotFoundError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "39e48feb517b1ca240cec144623126c8"); + public static SelectApiPromptQueryQueryDocument Instance { get; } = new SelectApiPromptQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "a99c8cea1f4c187c4b1a8f615aa22fac"); public override global::System.String ToString() { @@ -164849,85 +164874,116 @@ private CancelFusionConfigurationPublishMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the CancelFusionConfigurationPublish GraphQL operation + /// Represents the operation service of the SelectApiPromptQuery GraphQL operation /// - /// mutation CancelFusionConfigurationPublish( - /// $input: CancelFusionConfigurationCompositionInput! + /// query SelectApiPromptQuery( + /// $workspaceId: ID! + /// $after: Version + /// $first: Int /// ) { - /// cancelFusionConfigurationComposition(input: $input) { + /// workspaceById(workspaceId: $workspaceId) { /// __typename - /// errors { + /// apis(after: $after, first: $first) { /// __typename - /// ... UnauthorizedOperation - /// ... FusionConfigurationRequestNotFoundError - /// ... InvalidProcessingStateTransitionError - /// ... Error + /// edges { + /// __typename + /// ... SelectApiPrompt_ApiEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error + /// + /// fragment SelectApiPrompt_ApiEdge on ApisEdge { + /// cursor + /// node { + /// __typename + /// ... SelectApiPrompt_Api + /// } /// } - /// - /// fragment Error on Error { - /// message + /// + /// fragment SelectApiPrompt_Api on Api { + /// id + /// name + /// path + /// ... ApiDetailPrompt_Api /// } - /// - /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { - /// __typename - /// message - /// ... Error + /// + /// fragment ApiDetailPrompt_Api on Api { + /// id + /// name + /// path + /// workspace { + /// __typename + /// id + /// name + /// } + /// settings { + /// __typename + /// schemaRegistry { + /// __typename + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges + /// } + /// } /// } - /// - /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { - /// __typename - /// message - /// ... Error + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CancelFusionConfigurationPublishMutation : global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation + public partial class SelectApiPromptQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _cancelFusionConfigurationCompositionInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _versionFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public CancelFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public SelectApiPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _cancelFusionConfigurationCompositionInputFormatter = serializerResolver.GetInputValueFormatter("CancelFusionConfigurationCompositionInput"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _versionFormatter = serializerResolver.GetInputValueFormatter("Version"); + _intFormatter = serializerResolver.GetInputValueFormatter("Int"); } - private CancelFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter cancelFusionConfigurationCompositionInputFormatter) + private SelectApiPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter versionFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _cancelFusionConfigurationCompositionInputFormatter = cancelFusionConfigurationCompositionInputFormatter; + _versionFormatter = versionFormatter; + _intFormatter = @intFormatter; + _iDFormatter = iDFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICancelFusionConfigurationPublishResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ISelectApiPromptQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationPublishMutation(_operationExecutor, _configure.Add(configure), _cancelFusionConfigurationCompositionInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.SelectApiPromptQueryQuery(_operationExecutor, _configure.Add(configure), _versionFormatter, _intFormatter, _iDFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(input); + var request = CreateRequest(workspaceId, after, first); foreach (var configure in _configure) { configure(request); @@ -164936,32 +164992,58 @@ private CancelFusionConfigurationPublishMutation(global::StrawberryShake.IOperat return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(input); + var request = CreateRequest(workspaceId, after, first); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId, global::System.String? after, global::System.Int32? first) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); + variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); + variables.Add("after", FormatAfter(after)); + variables.Add("first", FormatFirst(first)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: CancelFusionConfigurationPublishMutationDocument.Instance.Hash.Value, name: "CancelFusionConfigurationPublish", document: CancelFusionConfigurationPublishMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: SelectApiPromptQueryQueryDocument.Instance.Hash.Value, name: "SelectApiPromptQuery", document: SelectApiPromptQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput value) + private global::System.Object? FormatWorkspaceId(global::System.String value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _cancelFusionConfigurationCompositionInputFormatter.Format(value); + return _iDFormatter.Format(value); + } + + private global::System.Object? FormatAfter(global::System.String? value) + { + if (value is null) + { + return value; + } + else + { + return _versionFormatter.Format(value); + } + } + + private global::System.Object? FormatFirst(global::System.Int32? value) + { + if (value is null) + { + return value; + } + else + { + return _intFormatter.Format(value); + } } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -164972,109 +165054,137 @@ private CancelFusionConfigurationPublishMutation(global::StrawberryShake.IOperat // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the CancelFusionConfigurationPublish GraphQL operation + /// Represents the operation service of the SelectApiPromptQuery GraphQL operation /// - /// mutation CancelFusionConfigurationPublish( - /// $input: CancelFusionConfigurationCompositionInput! + /// query SelectApiPromptQuery( + /// $workspaceId: ID! + /// $after: Version + /// $first: Int /// ) { - /// cancelFusionConfigurationComposition(input: $input) { + /// workspaceById(workspaceId: $workspaceId) { /// __typename - /// errors { + /// apis(after: $after, first: $first) { /// __typename - /// ... UnauthorizedOperation - /// ... FusionConfigurationRequestNotFoundError - /// ... InvalidProcessingStateTransitionError - /// ... Error + /// edges { + /// __typename + /// ... SelectApiPrompt_ApiEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error + /// + /// fragment SelectApiPrompt_ApiEdge on ApisEdge { + /// cursor + /// node { + /// __typename + /// ... SelectApiPrompt_Api + /// } /// } - /// - /// fragment Error on Error { - /// message + /// + /// fragment SelectApiPrompt_Api on Api { + /// id + /// name + /// path + /// ... ApiDetailPrompt_Api /// } - /// - /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { - /// __typename - /// message - /// ... Error + /// + /// fragment ApiDetailPrompt_Api on Api { + /// id + /// name + /// path + /// workspace { + /// __typename + /// id + /// name + /// } + /// settings { + /// __typename + /// schemaRegistry { + /// __typename + /// treatDangerousAsBreaking + /// allowBreakingSchemaChanges + /// } + /// } /// } - /// - /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { - /// __typename - /// message - /// ... Error + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICancelFusionConfigurationPublishMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface ISelectApiPromptQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the CommitFusionConfigurationPublish GraphQL operation + /// Represents the operation service of the PageClientVersionDetailQuery GraphQL operation /// - /// mutation CommitFusionConfigurationPublish( - /// $input: CommitFusionConfigurationPublishInput! + /// query PageClientVersionDetailQuery( + /// $id: ID! + /// $after: String! /// ) { - /// commitFusionConfigurationPublish(input: $input) { + /// node(id: $id) { /// __typename - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... FusionConfigurationRequestNotFoundError - /// ... InvalidProcessingStateTransitionError - /// ... Error + /// ... on Client { + /// versions(first: 10, after: $after) { + /// __typename + /// pageInfo { + /// __typename + /// hasNextPage + /// endCursor + /// } + /// edges { + /// __typename + /// ... ClientDetailPrompt_ClientVersionEdge + /// } + /// } /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { - /// __typename - /// message - /// ... Error + /// + /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { + /// cursor + /// node { + /// __typename + /// id + /// createdAt + /// tag + /// publishedTo { + /// __typename + /// stage { + /// __typename + /// name + /// } + /// } + /// } /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CommitFusionConfigurationPublishMutationDocument : global::StrawberryShake.IDocument + public partial class PageClientVersionDetailQueryQueryDocument : global::StrawberryShake.IDocument { - private CommitFusionConfigurationPublishMutationDocument() + private PageClientVersionDetailQueryQueryDocument() { } - public static CommitFusionConfigurationPublishMutationDocument Instance { get; } = new CommitFusionConfigurationPublishMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation CommitFusionConfigurationPublish($input: CommitFusionConfigurationPublishInput!) { commitFusionConfigurationPublish(input: $input) { __typename errors { __typename ... UnauthorizedOperation ... FusionConfigurationRequestNotFoundError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "fd942dedfe5e376385ae72436c97104a"); + public static PageClientVersionDetailQueryQueryDocument Instance { get; } = new PageClientVersionDetailQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "d2cc1b6089c0354e5f8addda5f6d5b56"); public override global::System.String ToString() { @@ -165088,85 +165198,91 @@ private CommitFusionConfigurationPublishMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the CommitFusionConfigurationPublish GraphQL operation + /// Represents the operation service of the PageClientVersionDetailQuery GraphQL operation /// - /// mutation CommitFusionConfigurationPublish( - /// $input: CommitFusionConfigurationPublishInput! + /// query PageClientVersionDetailQuery( + /// $id: ID! + /// $after: String! /// ) { - /// commitFusionConfigurationPublish(input: $input) { + /// node(id: $id) { /// __typename - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... FusionConfigurationRequestNotFoundError - /// ... InvalidProcessingStateTransitionError - /// ... Error + /// ... on Client { + /// versions(first: 10, after: $after) { + /// __typename + /// pageInfo { + /// __typename + /// hasNextPage + /// endCursor + /// } + /// edges { + /// __typename + /// ... ClientDetailPrompt_ClientVersionEdge + /// } + /// } /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { - /// __typename - /// message - /// ... Error + /// + /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { + /// cursor + /// node { + /// __typename + /// id + /// createdAt + /// tag + /// publishedTo { + /// __typename + /// stage { + /// __typename + /// name + /// } + /// } + /// } /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CommitFusionConfigurationPublishMutation : global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation + public partial class PageClientVersionDetailQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _commitFusionConfigurationPublishInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public CommitFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public PageClientVersionDetailQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _commitFusionConfigurationPublishInputFormatter = serializerResolver.GetInputValueFormatter("CommitFusionConfigurationPublishInput"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); } - private CommitFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter commitFusionConfigurationPublishInputFormatter) + private PageClientVersionDetailQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _commitFusionConfigurationPublishInputFormatter = commitFusionConfigurationPublishInputFormatter; + _stringFormatter = @stringFormatter; + _iDFormatter = iDFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICommitFusionConfigurationPublishResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IPageClientVersionDetailQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishMutation(_operationExecutor, _configure.Add(configure), _commitFusionConfigurationPublishInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String id, global::System.String after, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(input); + var request = CreateRequest(id, after); foreach (var configure in _configure) { configure(request); @@ -165175,162 +165291,203 @@ private CommitFusionConfigurationPublishMutation(global::StrawberryShake.IOperat return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - private void MapFilesFromTypeCommitFusionConfigurationPublishInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput value, global::System.Collections.Generic.Dictionary files) + public global::System.IObservable> Watch(global::System.String id, global::System.String after, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var pathConfiguration = path + ".configuration"; - var valueConfiguration = value.Configuration; - files.Add(pathConfiguration, valueConfiguration is global::StrawberryShake.Upload u ? u : null); + var request = CreateRequest(id, after); + return _operationExecutor.Watch(request, strategy); } - private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput value, global::System.Collections.Generic.Dictionary files) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String id, global::System.String after) { - if (value is { } value_i) - { - MapFilesFromTypeCommitFusionConfigurationPublishInput(path, value_i, files); - } + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("id", FormatId(id)); + variables.Add("after", FormatAfter(after)); + return CreateRequest(variables); } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - var request = CreateRequest(input); - return _operationExecutor.Watch(request, strategy); + return new global::StrawberryShake.OperationRequest(id: PageClientVersionDetailQueryQueryDocument.Instance.Hash.Value, name: "PageClientVersionDetailQuery", document: PageClientVersionDetailQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput input) + private global::System.Object? FormatId(global::System.String value) { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); - var files = new global::System.Collections.Generic.Dictionary(); - MapFilesFromArgumentInput("variables.input", input, files); - return CreateRequest(variables, files); - } + if (value is null) + { + throw new global::System.ArgumentNullException(nameof(value)); + } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) - { - return new global::StrawberryShake.OperationRequest(id: CommitFusionConfigurationPublishMutationDocument.Instance.Hash.Value, name: "CommitFusionConfigurationPublish", document: CommitFusionConfigurationPublishMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); + return _iDFormatter.Format(value); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput value) + private global::System.Object? FormatAfter(global::System.String value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _commitFusionConfigurationPublishInputFormatter.Format(value); + return _stringFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); + return CreateRequest(variables!); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the CommitFusionConfigurationPublish GraphQL operation + /// Represents the operation service of the PageClientVersionDetailQuery GraphQL operation /// - /// mutation CommitFusionConfigurationPublish( - /// $input: CommitFusionConfigurationPublishInput! + /// query PageClientVersionDetailQuery( + /// $id: ID! + /// $after: String! /// ) { - /// commitFusionConfigurationPublish(input: $input) { + /// node(id: $id) { /// __typename - /// errors { - /// __typename - /// ... UnauthorizedOperation - /// ... FusionConfigurationRequestNotFoundError - /// ... InvalidProcessingStateTransitionError - /// ... Error + /// ... on Client { + /// versions(first: 10, after: $after) { + /// __typename + /// pageInfo { + /// __typename + /// hasNextPage + /// endCursor + /// } + /// edges { + /// __typename + /// ... ClientDetailPrompt_ClientVersionEdge + /// } + /// } /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment Error on Error { - /// message - /// } - /// - /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { - /// __typename - /// message - /// ... Error - /// } - /// - /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { - /// __typename - /// message - /// ... Error + /// + /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { + /// cursor + /// node { + /// __typename + /// id + /// createdAt + /// tag + /// publishedTo { + /// __typename + /// stage { + /// __typename + /// name + /// } + /// } + /// } /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ICommitFusionConfigurationPublishMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface IPageClientVersionDetailQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String id, global::System.String after, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String id, global::System.String after, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the StartFusionConfigurationPublish GraphQL operation + /// Represents the operation service of the SelectClientPromptQuery GraphQL operation /// - /// mutation StartFusionConfigurationPublish( - /// $input: StartFusionConfigurationCompositionInput! + /// query SelectClientPromptQuery( + /// $apiId: ID! + /// $after: String + /// $first: Int /// ) { - /// startFusionConfigurationComposition(input: $input) { + /// apiById(id: $apiId) { /// __typename - /// errors { + /// clients(after: $after, first: $first) { /// __typename - /// ... UnauthorizedOperation - /// ... FusionConfigurationRequestNotFoundError - /// ... InvalidProcessingStateTransitionError - /// ... Error + /// edges { + /// __typename + /// ... SelectClientPrompt_ClientEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error + /// + /// fragment SelectClientPrompt_ClientEdge on ClientsEdge { + /// cursor + /// node { + /// __typename + /// ... SelectClientPrompt_Client + /// } /// } - /// - /// fragment Error on Error { - /// message + /// + /// fragment SelectClientPrompt_Client on Client { + /// id + /// name + /// ... ClientDetailPrompt_Client /// } - /// - /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { - /// __typename - /// message - /// ... Error + /// + /// fragment ClientDetailPrompt_Client on Client { + /// id + /// name + /// api { + /// __typename + /// name + /// path + /// } + /// versions { + /// __typename + /// edges { + /// __typename + /// ... ClientDetailPrompt_ClientVersionEdge + /// } + /// pageInfo { + /// __typename + /// hasNextPage + /// endCursor + /// } + /// } /// } - /// - /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { - /// __typename - /// message - /// ... Error + /// + /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { + /// cursor + /// node { + /// __typename + /// id + /// createdAt + /// tag + /// publishedTo { + /// __typename + /// stage { + /// __typename + /// name + /// } + /// } + /// } + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StartFusionConfigurationPublishMutationDocument : global::StrawberryShake.IDocument + public partial class SelectClientPromptQueryQueryDocument : global::StrawberryShake.IDocument { - private StartFusionConfigurationPublishMutationDocument() + private SelectClientPromptQueryQueryDocument() { } - public static StartFusionConfigurationPublishMutationDocument Instance { get; } = new StartFusionConfigurationPublishMutationDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation StartFusionConfigurationPublish($input: StartFusionConfigurationCompositionInput!) { startFusionConfigurationComposition(input: $input) { __typename errors { __typename ... UnauthorizedOperation ... FusionConfigurationRequestNotFoundError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "2513a57b937300d59ac37db38e3592e5"); + public static SelectClientPromptQueryQueryDocument Instance { get; } = new SelectClientPromptQueryQueryDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "89d9fea06884980ce1721212dff781b9"); public override global::System.String ToString() { @@ -165344,85 +165501,135 @@ private StartFusionConfigurationPublishMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the StartFusionConfigurationPublish GraphQL operation + /// Represents the operation service of the SelectClientPromptQuery GraphQL operation /// - /// mutation StartFusionConfigurationPublish( - /// $input: StartFusionConfigurationCompositionInput! + /// query SelectClientPromptQuery( + /// $apiId: ID! + /// $after: String + /// $first: Int /// ) { - /// startFusionConfigurationComposition(input: $input) { + /// apiById(id: $apiId) { /// __typename - /// errors { + /// clients(after: $after, first: $first) { /// __typename - /// ... UnauthorizedOperation - /// ... FusionConfigurationRequestNotFoundError - /// ... InvalidProcessingStateTransitionError - /// ... Error + /// edges { + /// __typename + /// ... SelectClientPrompt_ClientEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error + /// + /// fragment SelectClientPrompt_ClientEdge on ClientsEdge { + /// cursor + /// node { + /// __typename + /// ... SelectClientPrompt_Client + /// } /// } - /// - /// fragment Error on Error { - /// message + /// + /// fragment SelectClientPrompt_Client on Client { + /// id + /// name + /// ... ClientDetailPrompt_Client /// } - /// - /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { - /// __typename - /// message - /// ... Error + /// + /// fragment ClientDetailPrompt_Client on Client { + /// id + /// name + /// api { + /// __typename + /// name + /// path + /// } + /// versions { + /// __typename + /// edges { + /// __typename + /// ... ClientDetailPrompt_ClientVersionEdge + /// } + /// pageInfo { + /// __typename + /// hasNextPage + /// endCursor + /// } + /// } /// } - /// - /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { - /// __typename - /// message - /// ... Error + /// + /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { + /// cursor + /// node { + /// __typename + /// id + /// createdAt + /// tag + /// publishedTo { + /// __typename + /// stage { + /// __typename + /// name + /// } + /// } + /// } + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StartFusionConfigurationPublishMutation : global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation + public partial class SelectClientPromptQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _startFusionConfigurationCompositionInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public StartFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public SelectClientPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _startFusionConfigurationCompositionInputFormatter = serializerResolver.GetInputValueFormatter("StartFusionConfigurationCompositionInput"); + _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _intFormatter = serializerResolver.GetInputValueFormatter("Int"); } - private StartFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter startFusionConfigurationCompositionInputFormatter) + private SelectClientPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _startFusionConfigurationCompositionInputFormatter = startFusionConfigurationCompositionInputFormatter; + _stringFormatter = @stringFormatter; + _iDFormatter = iDFormatter; + _intFormatter = @intFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IStartFusionConfigurationPublishResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ISelectClientPromptQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationPublishMutation(_operationExecutor, _configure.Add(configure), _startFusionConfigurationCompositionInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.SelectClientPromptQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(input); + var request = CreateRequest(apiId, after, first); foreach (var configure in _configure) { configure(request); @@ -165431,32 +165638,58 @@ private StartFusionConfigurationPublishMutation(global::StrawberryShake.IOperati return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(input); + var request = CreateRequest(apiId, after, first); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::System.String? after, global::System.Int32? first) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("input", FormatInput(input)); + variables.Add("apiId", FormatApiId(apiId)); + variables.Add("after", FormatAfter(after)); + variables.Add("first", FormatFirst(first)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: StartFusionConfigurationPublishMutationDocument.Instance.Hash.Value, name: "StartFusionConfigurationPublish", document: StartFusionConfigurationPublishMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: SelectClientPromptQueryQueryDocument.Instance.Hash.Value, name: "SelectClientPromptQuery", document: SelectClientPromptQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput value) + private global::System.Object? FormatApiId(global::System.String value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _startFusionConfigurationCompositionInputFormatter.Format(value); + return _iDFormatter.Format(value); + } + + private global::System.Object? FormatAfter(global::System.String? value) + { + if (value is null) + { + return value; + } + else + { + return _stringFormatter.Format(value); + } + } + + private global::System.Object? FormatFirst(global::System.Int32? value) + { + if (value is null) + { + return value; + } + else + { + return _intFormatter.Format(value); + } } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -165467,54 +165700,98 @@ private StartFusionConfigurationPublishMutation(global::StrawberryShake.IOperati // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the StartFusionConfigurationPublish GraphQL operation + /// Represents the operation service of the SelectClientPromptQuery GraphQL operation /// - /// mutation StartFusionConfigurationPublish( - /// $input: StartFusionConfigurationCompositionInput! + /// query SelectClientPromptQuery( + /// $apiId: ID! + /// $after: String + /// $first: Int /// ) { - /// startFusionConfigurationComposition(input: $input) { + /// apiById(id: $apiId) { /// __typename - /// errors { + /// clients(after: $after, first: $first) { /// __typename - /// ... UnauthorizedOperation - /// ... FusionConfigurationRequestNotFoundError - /// ... InvalidProcessingStateTransitionError - /// ... Error + /// edges { + /// __typename + /// ... SelectClientPrompt_ClientEdge + /// } + /// pageInfo { + /// __typename + /// ... PageInfo + /// } /// } /// } /// } - /// - /// fragment UnauthorizedOperation on UnauthorizedOperation { - /// __typename - /// message - /// ... Error + /// + /// fragment SelectClientPrompt_ClientEdge on ClientsEdge { + /// cursor + /// node { + /// __typename + /// ... SelectClientPrompt_Client + /// } /// } - /// - /// fragment Error on Error { - /// message + /// + /// fragment SelectClientPrompt_Client on Client { + /// id + /// name + /// ... ClientDetailPrompt_Client /// } - /// - /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { - /// __typename - /// message - /// ... Error + /// + /// fragment ClientDetailPrompt_Client on Client { + /// id + /// name + /// api { + /// __typename + /// name + /// path + /// } + /// versions { + /// __typename + /// edges { + /// __typename + /// ... ClientDetailPrompt_ClientVersionEdge + /// } + /// pageInfo { + /// __typename + /// hasNextPage + /// endCursor + /// } + /// } /// } - /// - /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { - /// __typename - /// message - /// ... Error + /// + /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { + /// cursor + /// node { + /// __typename + /// id + /// createdAt + /// tag + /// publishedTo { + /// __typename + /// stage { + /// __typename + /// name + /// } + /// } + /// } + /// } + /// + /// fragment PageInfo on PageInfo { + /// hasPreviousPage + /// hasNextPage + /// endCursor + /// startCursor /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IStartFusionConfigurationPublishMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface ISelectClientPromptQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator @@ -165538,37 +165815,37 @@ public partial interface IStartFusionConfigurationPublishMutation : global::Stra /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message /// name /// ... Error /// } - /// + /// /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message /// apiId /// ... Error /// } - /// + /// /// fragment SubgraphInvalidError on SubgraphInvalidError { /// __typename /// message /// ... Error /// } - /// + /// /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { /// __typename /// message @@ -165585,7 +165862,7 @@ private BeginFusionConfigurationPublishMutationDocument() public static BeginFusionConfigurationPublishMutationDocument Instance { get; } = new BeginFusionConfigurationPublishMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation BeginFusionConfigurationPublish($input: BeginFusionConfigurationPublishInput!) { beginFusionConfigurationPublish(input: $input) { __typename requestId errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... ApiNotFoundError ... SubgraphInvalidError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment SubgraphInvalidError on SubgraphInvalidError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }"u8; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "300e84eb9429d49f38148115ee5a4681"); public override global::System.String ToString() @@ -165619,37 +165896,37 @@ private BeginFusionConfigurationPublishMutationDocument() /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message /// name /// ... Error /// } - /// + /// /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message /// apiId /// ... Error /// } - /// + /// /// fragment SubgraphInvalidError on SubgraphInvalidError { /// __typename /// message /// ... Error /// } - /// + /// /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { /// __typename /// message @@ -165719,7 +165996,7 @@ private BeginFusionConfigurationPublishMutation(global::StrawberryShake.IOperati private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: BeginFusionConfigurationPublishMutationDocument.Instance.Hash.Value, name: "BeginFusionConfigurationPublish", document: BeginFusionConfigurationPublishMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: BeginFusionConfigurationPublishMutationDocument.Instance.Hash.Value, name: "BeginFusionConfigurationPublish", document: BeginFusionConfigurationPublishMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.BeginFusionConfigurationPublishInput value) @@ -165759,37 +166036,37 @@ private BeginFusionConfigurationPublishMutation(global::StrawberryShake.IOperati /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment StageNotFoundError on StageNotFoundError { /// __typename /// message /// name /// ... Error /// } - /// + /// /// fragment ApiNotFoundError on ApiNotFoundError { /// __typename /// message /// apiId /// ... Error /// } - /// + /// /// fragment SubgraphInvalidError on SubgraphInvalidError { /// __typename /// message /// ... Error /// } - /// + /// /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { /// __typename /// message @@ -165829,20 +166106,20 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... ProcessingTaskApproved /// } /// } - /// + /// /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { /// ready: __typename /// } - /// + /// /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { /// queued: __typename /// queuePosition /// } - /// + /// /// fragment FusionConfigurationPublishingSuccess on FusionConfigurationPublishingSuccess { /// success: __typename /// } - /// + /// /// fragment FusionConfigurationPublishingFailed on FusionConfigurationPublishingFailed { /// failed: __typename /// errors { @@ -165851,7 +166128,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... InvalidGraphQLSchemaError /// } /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -165861,7 +166138,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// code /// } /// } - /// + /// /// fragment FusionConfigurationValidationSuccess on FusionConfigurationValidationSuccess { /// success: __typename /// changes { @@ -165869,7 +166146,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -165883,25 +166160,25 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -165917,19 +166194,19 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -165937,7 +166214,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -165945,7 +166222,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -165953,7 +166230,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -165969,7 +166246,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -165978,7 +166255,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -165987,7 +166264,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -166001,13 +166278,13 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -166015,7 +166292,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -166029,7 +166306,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -166042,7 +166319,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -166058,21 +166335,21 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -166083,7 +166360,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -166097,19 +166374,19 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -166120,7 +166397,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -166133,19 +166410,19 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -166163,19 +166440,19 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment FusionConfigurationValidationFailed on FusionConfigurationValidationFailed { /// failed: __typename /// errors { @@ -166188,12 +166465,12 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... McpFeatureCollectionValidationError /// } /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -166219,7 +166496,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// } /// } /// } - /// + /// /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { /// __typename /// changes { @@ -166227,7 +166504,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { /// collections { /// __typename @@ -166253,7 +166530,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// } /// } /// } - /// + /// /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { /// code /// message @@ -166264,11 +166541,11 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// line /// } /// } - /// + /// /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename @@ -166293,7 +166570,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// } /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message @@ -166304,19 +166581,19 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// line /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment ValidationInProgress on ValidationInProgress { /// state /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment WaitForApproval on WaitForApproval { /// state /// deployment { @@ -166363,12 +166640,12 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// } /// } /// } - /// + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -166376,7 +166653,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// position /// line /// } - /// + /// /// fragment SchemaChangeViolationError on SchemaChangeViolationError { /// message /// changes { @@ -166384,7 +166661,7 @@ public partial interface IBeginFusionConfigurationPublishMutation : global::Stra /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment ProcessingTaskApproved on ProcessingTaskApproved { /// state /// } @@ -166399,7 +166676,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() public static OnFusionConfigurationPublishingTaskChangedSubscriptionDocument Instance { get; } = new OnFusionConfigurationPublishingTaskChangedSubscriptionDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Subscription; - public global::System.ReadOnlySpan Body => "subscription OnFusionConfigurationPublishingTaskChanged($requestId: ID!) { onFusionConfigurationPublishingTaskChanged(requestId: $requestId) { state __typename ... ProcessingTaskIsReady ... ProcessingTaskIsQueued ... FusionConfigurationPublishingSuccess ... FusionConfigurationPublishingFailed ... FusionConfigurationValidationSuccess ... FusionConfigurationValidationFailed ... ValidationInProgress ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved } } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition } fragment FusionConfigurationPublishingSuccess on FusionConfigurationPublishingSuccess { success: __typename } fragment FusionConfigurationPublishingFailed on FusionConfigurationPublishingFailed { failed: __typename errors { __typename message ... InvalidGraphQLSchemaError } } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment FusionConfigurationValidationSuccess on FusionConfigurationValidationSuccess { success: __typename changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment FusionConfigurationValidationFailed on FusionConfigurationValidationFailed { failed: __typename errors { __typename ... UnexpectedProcessingError ... PersistedQueryValidationError ... SchemaVersionChangeViolationError ... InvalidGraphQLSchemaError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { __typename changes { __typename ... SchemaChangeLogEntry } } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment ValidationInProgress on ValidationInProgress { state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment ProcessingTaskApproved on ProcessingTaskApproved { state }"u8; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "ad7832cb824babc85c41b06418596ac6"); public override global::System.String ToString() @@ -166434,20 +166711,20 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... ProcessingTaskApproved /// } /// } - /// + /// /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { /// ready: __typename /// } - /// + /// /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { /// queued: __typename /// queuePosition /// } - /// + /// /// fragment FusionConfigurationPublishingSuccess on FusionConfigurationPublishingSuccess { /// success: __typename /// } - /// + /// /// fragment FusionConfigurationPublishingFailed on FusionConfigurationPublishingFailed { /// failed: __typename /// errors { @@ -166456,7 +166733,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... InvalidGraphQLSchemaError /// } /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -166466,7 +166743,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// code /// } /// } - /// + /// /// fragment FusionConfigurationValidationSuccess on FusionConfigurationValidationSuccess { /// success: __typename /// changes { @@ -166474,7 +166751,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -166488,25 +166765,25 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -166522,19 +166799,19 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -166542,7 +166819,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -166550,7 +166827,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -166558,7 +166835,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -166574,7 +166851,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -166583,7 +166860,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -166592,7 +166869,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -166606,13 +166883,13 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -166620,7 +166897,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -166634,7 +166911,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -166647,7 +166924,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -166663,21 +166940,21 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -166688,7 +166965,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -166702,19 +166979,19 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -166725,7 +167002,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -166738,19 +167015,19 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -166768,19 +167045,19 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment FusionConfigurationValidationFailed on FusionConfigurationValidationFailed { /// failed: __typename /// errors { @@ -166793,12 +167070,12 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... McpFeatureCollectionValidationError /// } /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -166824,7 +167101,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// } /// } /// } - /// + /// /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { /// __typename /// changes { @@ -166832,7 +167109,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { /// collections { /// __typename @@ -166858,7 +167135,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// } /// } /// } - /// + /// /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { /// code /// message @@ -166869,11 +167146,11 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// line /// } /// } - /// + /// /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename @@ -166898,7 +167175,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// } /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message @@ -166909,19 +167186,19 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// line /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment ValidationInProgress on ValidationInProgress { /// state /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment WaitForApproval on WaitForApproval { /// state /// deployment { @@ -166968,12 +167245,12 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// } /// } /// } - /// + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -166981,7 +167258,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// position /// line /// } - /// + /// /// fragment SchemaChangeViolationError on SchemaChangeViolationError { /// message /// changes { @@ -166989,7 +167266,7 @@ private OnFusionConfigurationPublishingTaskChangedSubscriptionDocument() /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment ProcessingTaskApproved on ProcessingTaskApproved { /// state /// } @@ -167023,7 +167300,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: OnFusionConfigurationPublishingTaskChangedSubscriptionDocument.Instance.Hash.Value, name: "OnFusionConfigurationPublishingTaskChanged", document: OnFusionConfigurationPublishingTaskChangedSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: OnFusionConfigurationPublishingTaskChangedSubscriptionDocument.Instance.Hash.Value, name: "OnFusionConfigurationPublishingTaskChanged", document: OnFusionConfigurationPublishingTaskChangedSubscriptionDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatRequestId(global::System.String value) @@ -167064,20 +167341,20 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... ProcessingTaskApproved /// } /// } - /// + /// /// fragment ProcessingTaskIsReady on ProcessingTaskIsReady { /// ready: __typename /// } - /// + /// /// fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { /// queued: __typename /// queuePosition /// } - /// + /// /// fragment FusionConfigurationPublishingSuccess on FusionConfigurationPublishingSuccess { /// success: __typename /// } - /// + /// /// fragment FusionConfigurationPublishingFailed on FusionConfigurationPublishingFailed { /// failed: __typename /// errors { @@ -167086,7 +167363,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... InvalidGraphQLSchemaError /// } /// } - /// + /// /// fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { /// __typename /// message @@ -167096,7 +167373,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// code /// } /// } - /// + /// /// fragment FusionConfigurationValidationSuccess on FusionConfigurationValidationSuccess { /// success: __typename /// changes { @@ -167104,7 +167381,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment SchemaChangeLogEntry on SchemaChangeLogEntry { /// __typename /// ... TypeSystemMemberAddedChange @@ -167118,25 +167395,25 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... InterfaceModifiedChange /// ... SchemaChange /// } - /// + /// /// fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment SchemaChange on SchemaChange { /// severity /// } - /// + /// /// fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { /// ... SchemaChange /// coordinate /// severity /// __typename /// } - /// + /// /// fragment ObjectModifiedChange on ObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -167152,19 +167429,19 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... OutputFieldChanged /// } /// } - /// + /// /// fragment InterfaceImplementationAdded on InterfaceImplementationAdded { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { /// ... SchemaChange /// interfaceName /// severity /// } - /// + /// /// fragment DescriptionChanged on DescriptionChanged { /// ... SchemaChange /// old @@ -167172,7 +167449,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// severity /// __typename /// } - /// + /// /// fragment FieldAddedChange on FieldAddedChange { /// ... SchemaChange /// coordinate @@ -167180,7 +167457,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// fieldName /// severity /// } - /// + /// /// fragment FieldRemovedChange on FieldRemovedChange { /// ... SchemaChange /// coordinate @@ -167188,7 +167465,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// fieldName /// severity /// } - /// + /// /// fragment OutputFieldChanged on OutputFieldChanged { /// ... SchemaChange /// coordinate @@ -167204,7 +167481,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... DeprecatedChange /// } /// } - /// + /// /// fragment ArgumentRemoved on ArgumentRemoved { /// ... SchemaChange /// coordinate @@ -167213,7 +167490,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// typeName /// __typename /// } - /// + /// /// fragment ArgumentAdded on ArgumentAdded { /// ... SchemaChange /// coordinate @@ -167222,7 +167499,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// typeName /// __typename /// } - /// + /// /// fragment ArgumentChanged on ArgumentChanged { /// ... SchemaChange /// coordinate @@ -167236,13 +167513,13 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... TypeChanged /// } /// } - /// + /// /// fragment DeprecatedChange on DeprecatedChange { /// ... SchemaChange /// deprecationReason /// severity /// } - /// + /// /// fragment TypeChanged on TypeChanged { /// ... SchemaChange /// oldType @@ -167250,7 +167527,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// severity /// __typename /// } - /// + /// /// fragment InputObjectModifiedChange on InputObjectModifiedChange { /// ... SchemaChange /// coordinate @@ -167264,7 +167541,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... InputFieldChanged /// } /// } - /// + /// /// fragment InputFieldChanged on InputFieldChanged { /// ... SchemaChange /// coordinate @@ -167277,7 +167554,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... DeprecatedChange /// } /// } - /// + /// /// fragment DirectiveModifiedChange on DirectiveModifiedChange { /// ... SchemaChange /// coordinate @@ -167293,21 +167570,21 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... ArgumentAdded /// } /// } - /// + /// /// fragment DirectiveLocationAdded on DirectiveLocationAdded { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment DirectiveLocationRemoved on DirectiveLocationRemoved { /// ... SchemaChange /// location /// severity /// __typename /// } - /// + /// /// fragment ScalarModifiedChange on ScalarModifiedChange { /// ... SchemaChange /// coordinate @@ -167318,7 +167595,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... DescriptionChanged /// } /// } - /// + /// /// fragment EnumModifiedChange on EnumModifiedChange { /// ... SchemaChange /// coordinate @@ -167332,19 +167609,19 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... EnumValueChanged /// } /// } - /// + /// /// fragment EnumValueRemoved on EnumValueRemoved { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueAdded on EnumValueAdded { /// ... SchemaChange /// coordinate /// severity /// } - /// + /// /// fragment EnumValueChanged on EnumValueChanged { /// ... SchemaChange /// coordinate @@ -167355,7 +167632,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... DescriptionChanged /// } /// } - /// + /// /// fragment UnionModifiedChange on UnionModifiedChange { /// ... SchemaChange /// coordinate @@ -167368,19 +167645,19 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... UnionMemberAdded /// } /// } - /// + /// /// fragment UnionMemberRemoved on UnionMemberRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment UnionMemberAdded on UnionMemberAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment InterfaceModifiedChange on InterfaceModifiedChange { /// ... SchemaChange /// coordinate @@ -167398,19 +167675,19 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... PossibleTypeRemoved /// } /// } - /// + /// /// fragment PossibleTypeAdded on PossibleTypeAdded { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment PossibleTypeRemoved on PossibleTypeRemoved { /// ... SchemaChange /// typeName /// severity /// } - /// + /// /// fragment FusionConfigurationValidationFailed on FusionConfigurationValidationFailed { /// failed: __typename /// errors { @@ -167423,12 +167700,12 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... McpFeatureCollectionValidationError /// } /// } - /// + /// /// fragment UnexpectedProcessingError on UnexpectedProcessingError { /// __typename /// message /// } - /// + /// /// fragment PersistedQueryValidationError on PersistedQueryValidationError { /// message /// client { @@ -167454,7 +167731,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// } /// } /// } - /// + /// /// fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { /// __typename /// changes { @@ -167462,7 +167739,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { /// collections { /// __typename @@ -167488,7 +167765,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// } /// } /// } - /// + /// /// fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { /// code /// message @@ -167499,11 +167776,11 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// line /// } /// } - /// + /// /// fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { /// collections { /// __typename @@ -167528,7 +167805,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// } /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { /// code /// message @@ -167539,19 +167816,19 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// line /// } /// } - /// + /// /// fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { /// message /// } - /// + /// /// fragment ValidationInProgress on ValidationInProgress { /// state /// } - /// + /// /// fragment OperationInProgress on OperationInProgress { /// state /// } - /// + /// /// fragment WaitForApproval on WaitForApproval { /// state /// deployment { @@ -167598,12 +167875,12 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// } /// } /// } - /// + /// /// fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { /// __typename /// message /// } - /// + /// /// fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { /// __typename /// message @@ -167611,7 +167888,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// position /// line /// } - /// + /// /// fragment SchemaChangeViolationError on SchemaChangeViolationError { /// message /// changes { @@ -167619,7 +167896,7 @@ public OnFusionConfigurationPublishingTaskChangedSubscription(global::Strawberry /// ... SchemaChangeLogEntry /// } /// } - /// + /// /// fragment ProcessingTaskApproved on ProcessingTaskApproved { /// state /// } @@ -167633,12 +167910,12 @@ public partial interface IOnFusionConfigurationPublishingTaskChangedSubscription // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the ValidateFusionConfigurationPublish GraphQL operation + /// Represents the operation service of the CancelFusionConfigurationPublish GraphQL operation /// - /// mutation ValidateFusionConfigurationPublish( - /// $input: ValidateFusionConfigurationCompositionInput! + /// mutation CancelFusionConfigurationPublish( + /// $input: CancelFusionConfigurationCompositionInput! /// ) { - /// validateFusionConfigurationComposition(input: $input) { + /// cancelFusionConfigurationComposition(input: $input) { /// __typename /// errors { /// __typename @@ -167649,23 +167926,23 @@ public partial interface IOnFusionConfigurationPublishingTaskChangedSubscription /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { /// __typename /// message /// ... Error /// } - /// + /// /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { /// __typename /// message @@ -167674,16 +167951,16 @@ public partial interface IOnFusionConfigurationPublishingTaskChangedSubscription /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateFusionConfigurationPublishMutationDocument : global::StrawberryShake.IDocument + public partial class CancelFusionConfigurationPublishMutationDocument : global::StrawberryShake.IDocument { - private ValidateFusionConfigurationPublishMutationDocument() + private CancelFusionConfigurationPublishMutationDocument() { } - public static ValidateFusionConfigurationPublishMutationDocument Instance { get; } = new ValidateFusionConfigurationPublishMutationDocument(); + public static CancelFusionConfigurationPublishMutationDocument Instance { get; } = new CancelFusionConfigurationPublishMutationDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; - public global::System.ReadOnlySpan Body => "mutation ValidateFusionConfigurationPublish($input: ValidateFusionConfigurationCompositionInput!) { validateFusionConfigurationComposition(input: $input) { __typename errors { __typename ... UnauthorizedOperation ... FusionConfigurationRequestNotFoundError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "6795a8c7e7e54136f9b2b563753a134e"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "39e48feb517b1ca240cec144623126c8"); public override global::System.String ToString() { @@ -167697,12 +167974,12 @@ private ValidateFusionConfigurationPublishMutationDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the ValidateFusionConfigurationPublish GraphQL operation + /// Represents the operation service of the CancelFusionConfigurationPublish GraphQL operation /// - /// mutation ValidateFusionConfigurationPublish( - /// $input: ValidateFusionConfigurationCompositionInput! + /// mutation CancelFusionConfigurationPublish( + /// $input: CancelFusionConfigurationCompositionInput! /// ) { - /// validateFusionConfigurationComposition(input: $input) { + /// cancelFusionConfigurationComposition(input: $input) { /// __typename /// errors { /// __typename @@ -167713,23 +167990,23 @@ private ValidateFusionConfigurationPublishMutationDocument() /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { /// __typename /// message /// ... Error /// } - /// + /// /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { /// __typename /// message @@ -167738,42 +168015,42 @@ private ValidateFusionConfigurationPublishMutationDocument() /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateFusionConfigurationPublishMutation : global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation + public partial class CancelFusionConfigurationPublishMutation : global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _validateFusionConfigurationCompositionInputFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _cancelFusionConfigurationCompositionInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public ValidateFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public CancelFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _validateFusionConfigurationCompositionInputFormatter = serializerResolver.GetInputValueFormatter("ValidateFusionConfigurationCompositionInput"); + _cancelFusionConfigurationCompositionInputFormatter = serializerResolver.GetInputValueFormatter("CancelFusionConfigurationCompositionInput"); } - private ValidateFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter validateFusionConfigurationCompositionInputFormatter) + private CancelFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter cancelFusionConfigurationCompositionInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _validateFusionConfigurationCompositionInputFormatter = validateFusionConfigurationCompositionInputFormatter; + _cancelFusionConfigurationCompositionInputFormatter = cancelFusionConfigurationCompositionInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IValidateFusionConfigurationPublishResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICancelFusionConfigurationPublishResult); - public global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationPublishMutation(_operationExecutor, _configure.Add(configure), _validateFusionConfigurationCompositionInputFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationPublishMutation(_operationExecutor, _configure.Add(configure), _cancelFusionConfigurationCompositionInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput input, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput input, global::System.Threading.CancellationToken cancellationToken = default) { var request = CreateRequest(input); foreach (var configure in _configure) @@ -167784,65 +168061,48 @@ private ValidateFusionConfigurationPublishMutation(global::StrawberryShake.IOper return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - private void MapFilesFromTypeValidateFusionConfigurationCompositionInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput value, global::System.Collections.Generic.Dictionary files) - { - var pathConfiguration = path + ".configuration"; - var valueConfiguration = value.Configuration; - files.Add(pathConfiguration, valueConfiguration is global::StrawberryShake.Upload u ? u : null); - } - - private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput value, global::System.Collections.Generic.Dictionary files) - { - if (value is { } value_i) - { - MapFilesFromTypeValidateFusionConfigurationCompositionInput(path, value_i, files); - } - } - - public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput input) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput input) { var variables = new global::System.Collections.Generic.Dictionary(); variables.Add("input", FormatInput(input)); - var files = new global::System.Collections.Generic.Dictionary(); - MapFilesFromArgumentInput("variables.input", input, files); - return CreateRequest(variables, files); + return CreateRequest(variables); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: ValidateFusionConfigurationPublishMutationDocument.Instance.Hash.Value, name: "ValidateFusionConfigurationPublish", document: ValidateFusionConfigurationPublishMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, files: files, variables: variables); + return new global::StrawberryShake.OperationRequest(id: CancelFusionConfigurationPublishMutationDocument.Instance.Hash.Value, name: "CancelFusionConfigurationPublish", document: CancelFusionConfigurationPublishMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _validateFusionConfigurationCompositionInputFormatter.Format(value); + return _cancelFusionConfigurationCompositionInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); + return CreateRequest(variables!); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the ValidateFusionConfigurationPublish GraphQL operation + /// Represents the operation service of the CancelFusionConfigurationPublish GraphQL operation /// - /// mutation ValidateFusionConfigurationPublish( - /// $input: ValidateFusionConfigurationCompositionInput! + /// mutation CancelFusionConfigurationPublish( + /// $input: CancelFusionConfigurationCompositionInput! /// ) { - /// validateFusionConfigurationComposition(input: $input) { + /// cancelFusionConfigurationComposition(input: $input) { /// __typename /// errors { /// __typename @@ -167853,23 +168113,23 @@ private void MapFilesFromArgumentInput(global::System.String path, global::Chill /// } /// } /// } - /// + /// /// fragment UnauthorizedOperation on UnauthorizedOperation { /// __typename /// message /// ... Error /// } - /// + /// /// fragment Error on Error { /// message /// } - /// + /// /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { /// __typename /// message /// ... Error /// } - /// + /// /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { /// __typename /// message @@ -167878,90 +168138,68 @@ private void MapFilesFromArgumentInput(global::System.String path, global::Chill /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IValidateFusionConfigurationPublishMutation : global::StrawberryShake.IOperationRequestFactory + public partial interface ICancelFusionConfigurationPublishMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput input, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationCompositionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the SelectMockSchemaPromptQuery GraphQL operation + /// Represents the operation service of the CommitFusionConfigurationPublish GraphQL operation /// - /// query SelectMockSchemaPromptQuery( - /// $apiId: ID! - /// $after: String - /// $first: Int + /// mutation CommitFusionConfigurationPublish( + /// $input: CommitFusionConfigurationPublishInput! /// ) { - /// apiById(id: $apiId) { + /// commitFusionConfigurationPublish(input: $input) { /// __typename - /// mockSchemas(after: $after, first: $first) { + /// errors { /// __typename - /// edges { - /// __typename - /// ... SelectMockCommand_MockEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } + /// ... UnauthorizedOperation + /// ... FusionConfigurationRequestNotFoundError + /// ... InvalidProcessingStateTransitionError + /// ... Error /// } /// } /// } - /// - /// fragment SelectMockCommand_MockEdge on MockSchemasEdge { - /// cursor - /// node { - /// __typename - /// ... SelectMockCommand_Mock - /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment SelectMockCommand_Mock on MockSchema { - /// id - /// name - /// ... MockSchemaDetailPrompt + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment MockSchemaDetailPrompt on MockSchema { - /// id - /// name - /// createdAt - /// createdBy { - /// __typename - /// username - /// } - /// modifiedAt - /// modifiedBy { - /// __typename - /// username - /// } - /// downstreamUrl - /// url + /// + /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQueryQueryDocument : global::StrawberryShake.IDocument + public partial class CommitFusionConfigurationPublishMutationDocument : global::StrawberryShake.IDocument { - private SelectMockSchemaPromptQueryQueryDocument() + private CommitFusionConfigurationPublishMutationDocument() { } - public static SelectMockSchemaPromptQueryQueryDocument Instance { get; } = new SelectMockSchemaPromptQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query SelectMockSchemaPromptQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename mockSchemas(after: $after, first: $first) { __typename edges { __typename ... SelectMockCommand_MockEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectMockCommand_MockEdge on MockSchemasEdge { cursor node { __typename ... SelectMockCommand_Mock } } fragment SelectMockCommand_Mock on MockSchema { id name ... MockSchemaDetailPrompt } fragment MockSchemaDetailPrompt on MockSchema { id name createdAt createdBy { __typename username } modifiedAt modifiedBy { __typename username } downstreamUrl url } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "8e45bab85454282aa6a1f07c57c013a1"); + public static CommitFusionConfigurationPublishMutationDocument Instance { get; } = new CommitFusionConfigurationPublishMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "fd942dedfe5e376385ae72436c97104a"); public override global::System.String ToString() { @@ -167975,113 +168213,85 @@ private SelectMockSchemaPromptQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the SelectMockSchemaPromptQuery GraphQL operation + /// Represents the operation service of the CommitFusionConfigurationPublish GraphQL operation /// - /// query SelectMockSchemaPromptQuery( - /// $apiId: ID! - /// $after: String - /// $first: Int + /// mutation CommitFusionConfigurationPublish( + /// $input: CommitFusionConfigurationPublishInput! /// ) { - /// apiById(id: $apiId) { + /// commitFusionConfigurationPublish(input: $input) { /// __typename - /// mockSchemas(after: $after, first: $first) { + /// errors { /// __typename - /// edges { - /// __typename - /// ... SelectMockCommand_MockEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } + /// ... UnauthorizedOperation + /// ... FusionConfigurationRequestNotFoundError + /// ... InvalidProcessingStateTransitionError + /// ... Error /// } /// } /// } - /// - /// fragment SelectMockCommand_MockEdge on MockSchemasEdge { - /// cursor - /// node { - /// __typename - /// ... SelectMockCommand_Mock - /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment SelectMockCommand_Mock on MockSchema { - /// id - /// name - /// ... MockSchemaDetailPrompt + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment MockSchemaDetailPrompt on MockSchema { - /// id - /// name - /// createdAt - /// createdBy { - /// __typename - /// username - /// } - /// modifiedAt - /// modifiedBy { - /// __typename - /// username - /// } - /// downstreamUrl - /// url + /// + /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery + public partial class CommitFusionConfigurationPublishMutation : global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _commitFusionConfigurationPublishInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public SelectMockSchemaPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public CommitFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - _intFormatter = serializerResolver.GetInputValueFormatter("Int"); + _commitFusionConfigurationPublishInputFormatter = serializerResolver.GetInputValueFormatter("CommitFusionConfigurationPublishInput"); } - private SelectMockSchemaPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) + private CommitFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter commitFusionConfigurationPublishInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _stringFormatter = @stringFormatter; - _iDFormatter = iDFormatter; - _intFormatter = @intFormatter; + _commitFusionConfigurationPublishInputFormatter = commitFusionConfigurationPublishInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ISelectMockSchemaPromptQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ICommitFusionConfigurationPublishResult); - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.SelectMockSchemaPromptQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishMutation(_operationExecutor, _configure.Add(configure), _commitFusionConfigurationPublishInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput input, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(apiId, after, first); + var request = CreateRequest(input); foreach (var configure in _configure) { configure(request); @@ -168090,196 +168300,162 @@ private SelectMockSchemaPromptQueryQuery(global::StrawberryShake.IOperationExecu return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + private void MapFilesFromTypeCommitFusionConfigurationPublishInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput value, global::System.Collections.Generic.Dictionary files) { - var request = CreateRequest(apiId, after, first); - return _operationExecutor.Watch(request, strategy); + var pathConfiguration = path + ".configuration"; + var valueConfiguration = value.Configuration; + files.Add(pathConfiguration, valueConfiguration is global::StrawberryShake.Upload u ? u : null); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::System.String? after, global::System.Int32? first) + private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput value, global::System.Collections.Generic.Dictionary files) { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("apiId", FormatApiId(apiId)); - variables.Add("after", FormatAfter(after)); - variables.Add("first", FormatFirst(first)); - return CreateRequest(variables); + if (value is { } value_i) + { + MapFilesFromTypeCommitFusionConfigurationPublishInput(path, value_i, files); + } } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { - return new global::StrawberryShake.OperationRequest(id: SelectMockSchemaPromptQueryQueryDocument.Instance.Hash.Value, name: "SelectMockSchemaPromptQuery", document: SelectMockSchemaPromptQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + var request = CreateRequest(input); + return _operationExecutor.Watch(request, strategy); } - private global::System.Object? FormatApiId(global::System.String value) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput input) { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _iDFormatter.Format(value); + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("input", FormatInput(input)); + var files = new global::System.Collections.Generic.Dictionary(); + MapFilesFromArgumentInput("variables.input", input, files); + return CreateRequest(variables, files); } - private global::System.Object? FormatAfter(global::System.String? value) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) { - if (value is null) - { - return value; - } - else - { - return _stringFormatter.Format(value); - } + return new global::StrawberryShake.OperationRequest(id: CommitFusionConfigurationPublishMutationDocument.Instance.Hash.Value, name: "CommitFusionConfigurationPublish", document: CommitFusionConfigurationPublishMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); } - private global::System.Object? FormatFirst(global::System.Int32? value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput value) { if (value is null) { - return value; - } - else - { - return _intFormatter.Format(value); + throw new global::System.ArgumentNullException(nameof(value)); } + + return _commitFusionConfigurationPublishInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!); + return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the SelectMockSchemaPromptQuery GraphQL operation + /// Represents the operation service of the CommitFusionConfigurationPublish GraphQL operation /// - /// query SelectMockSchemaPromptQuery( - /// $apiId: ID! - /// $after: String - /// $first: Int + /// mutation CommitFusionConfigurationPublish( + /// $input: CommitFusionConfigurationPublishInput! /// ) { - /// apiById(id: $apiId) { + /// commitFusionConfigurationPublish(input: $input) { /// __typename - /// mockSchemas(after: $after, first: $first) { + /// errors { /// __typename - /// edges { - /// __typename - /// ... SelectMockCommand_MockEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } + /// ... UnauthorizedOperation + /// ... FusionConfigurationRequestNotFoundError + /// ... InvalidProcessingStateTransitionError + /// ... Error /// } /// } /// } - /// - /// fragment SelectMockCommand_MockEdge on MockSchemasEdge { - /// cursor - /// node { - /// __typename - /// ... SelectMockCommand_Mock - /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment SelectMockCommand_Mock on MockSchema { - /// id - /// name - /// ... MockSchemaDetailPrompt + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment MockSchemaDetailPrompt on MockSchema { - /// id - /// name - /// createdAt - /// createdBy { - /// __typename - /// username - /// } - /// modifiedAt - /// modifiedBy { - /// __typename - /// username - /// } - /// downstreamUrl - /// url + /// + /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMockSchemaPromptQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface ICommitFusionConfigurationPublishMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublishInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the PageClientVersionDetailQuery GraphQL operation + /// Represents the operation service of the StartFusionConfigurationPublish GraphQL operation /// - /// query PageClientVersionDetailQuery( - /// $id: ID! - /// $after: String! + /// mutation StartFusionConfigurationPublish( + /// $input: StartFusionConfigurationCompositionInput! /// ) { - /// node(id: $id) { - /// __typename - /// ... on Client { - /// versions(first: 10, after: $after) { - /// __typename - /// pageInfo { - /// __typename - /// hasNextPage - /// endCursor - /// } - /// edges { - /// __typename - /// ... ClientDetailPrompt_ClientVersionEdge - /// } - /// } - /// } - /// } - /// } - /// - /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { - /// cursor - /// node { + /// startFusionConfigurationComposition(input: $input) { /// __typename - /// id - /// createdAt - /// tag - /// publishedTo { + /// errors { /// __typename - /// stage { - /// __typename - /// name - /// } + /// ... UnauthorizedOperation + /// ... FusionConfigurationRequestNotFoundError + /// ... InvalidProcessingStateTransitionError + /// ... Error /// } /// } /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { + /// __typename + /// message + /// ... Error + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQueryQueryDocument : global::StrawberryShake.IDocument + public partial class StartFusionConfigurationPublishMutationDocument : global::StrawberryShake.IDocument { - private PageClientVersionDetailQueryQueryDocument() + private StartFusionConfigurationPublishMutationDocument() { } - public static PageClientVersionDetailQueryQueryDocument Instance { get; } = new PageClientVersionDetailQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query PageClientVersionDetailQuery($id: ID!, $after: String!) { node(id: $id) { __typename ... on Client { versions(first: 10, after: $after) { __typename pageInfo { __typename hasNextPage endCursor } edges { __typename ... ClientDetailPrompt_ClientVersionEdge } } } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "d2cc1b6089c0354e5f8addda5f6d5b56"); + public static StartFusionConfigurationPublishMutationDocument Instance { get; } = new StartFusionConfigurationPublishMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "2513a57b937300d59ac37db38e3592e5"); public override global::System.String ToString() { @@ -168293,91 +168469,85 @@ private PageClientVersionDetailQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the PageClientVersionDetailQuery GraphQL operation + /// Represents the operation service of the StartFusionConfigurationPublish GraphQL operation /// - /// query PageClientVersionDetailQuery( - /// $id: ID! - /// $after: String! + /// mutation StartFusionConfigurationPublish( + /// $input: StartFusionConfigurationCompositionInput! /// ) { - /// node(id: $id) { - /// __typename - /// ... on Client { - /// versions(first: 10, after: $after) { - /// __typename - /// pageInfo { - /// __typename - /// hasNextPage - /// endCursor - /// } - /// edges { - /// __typename - /// ... ClientDetailPrompt_ClientVersionEdge - /// } - /// } - /// } - /// } - /// } - /// - /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { - /// cursor - /// node { + /// startFusionConfigurationComposition(input: $input) { /// __typename - /// id - /// createdAt - /// tag - /// publishedTo { + /// errors { /// __typename - /// stage { - /// __typename - /// name - /// } + /// ... UnauthorizedOperation + /// ... FusionConfigurationRequestNotFoundError + /// ... InvalidProcessingStateTransitionError + /// ... Error /// } /// } /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { + /// __typename + /// message + /// ... Error + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery + public partial class StartFusionConfigurationPublishMutation : global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _startFusionConfigurationCompositionInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public PageClientVersionDetailQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public StartFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); + _startFusionConfigurationCompositionInputFormatter = serializerResolver.GetInputValueFormatter("StartFusionConfigurationCompositionInput"); } - private PageClientVersionDetailQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + private StartFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter startFusionConfigurationCompositionInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _stringFormatter = @stringFormatter; - _iDFormatter = iDFormatter; + _startFusionConfigurationCompositionInputFormatter = startFusionConfigurationCompositionInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IPageClientVersionDetailQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IStartFusionConfigurationPublishResult); - public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationPublishMutation(_operationExecutor, _configure.Add(configure), _startFusionConfigurationCompositionInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String id, global::System.String after, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput input, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(id, after); + var request = CreateRequest(input); foreach (var configure in _configure) { configure(request); @@ -168386,43 +168556,32 @@ private PageClientVersionDetailQueryQuery(global::StrawberryShake.IOperationExec return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::System.String id, global::System.String after, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(id, after); + var request = CreateRequest(input); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String id, global::System.String after) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput input) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("id", FormatId(id)); - variables.Add("after", FormatAfter(after)); + variables.Add("input", FormatInput(input)); return CreateRequest(variables); } private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: PageClientVersionDetailQueryQueryDocument.Instance.Hash.Value, name: "PageClientVersionDetailQuery", document: PageClientVersionDetailQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); - } - - private global::System.Object? FormatId(global::System.String value) - { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _iDFormatter.Format(value); + return new global::StrawberryShake.OperationRequest(id: StartFusionConfigurationPublishMutationDocument.Instance.Hash.Value, name: "StartFusionConfigurationPublish", document: StartFusionConfigurationPublishMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatAfter(global::System.String value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput value) { if (value is null) { throw new global::System.ArgumentNullException(nameof(value)); } - return _stringFormatter.Format(value); + return _startFusionConfigurationCompositionInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) @@ -168433,156 +168592,109 @@ private PageClientVersionDetailQueryQuery(global::StrawberryShake.IOperationExec // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the PageClientVersionDetailQuery GraphQL operation + /// Represents the operation service of the StartFusionConfigurationPublish GraphQL operation /// - /// query PageClientVersionDetailQuery( - /// $id: ID! - /// $after: String! + /// mutation StartFusionConfigurationPublish( + /// $input: StartFusionConfigurationCompositionInput! /// ) { - /// node(id: $id) { - /// __typename - /// ... on Client { - /// versions(first: 10, after: $after) { - /// __typename - /// pageInfo { - /// __typename - /// hasNextPage - /// endCursor - /// } - /// edges { - /// __typename - /// ... ClientDetailPrompt_ClientVersionEdge - /// } - /// } - /// } - /// } - /// } - /// - /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { - /// cursor - /// node { + /// startFusionConfigurationComposition(input: $input) { /// __typename - /// id - /// createdAt - /// tag - /// publishedTo { + /// errors { /// __typename - /// stage { - /// __typename - /// name - /// } + /// ... UnauthorizedOperation + /// ... FusionConfigurationRequestNotFoundError + /// ... InvalidProcessingStateTransitionError + /// ... Error /// } /// } /// } + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { + /// __typename + /// message + /// ... Error + /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface IPageClientVersionDetailQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface IStartFusionConfigurationPublishMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String id, global::System.String after, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String id, global::System.String after, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationCompositionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the SelectClientPromptQuery GraphQL operation + /// Represents the operation service of the ValidateFusionConfigurationPublish GraphQL operation /// - /// query SelectClientPromptQuery( - /// $apiId: ID! - /// $after: String - /// $first: Int + /// mutation ValidateFusionConfigurationPublish( + /// $input: ValidateFusionConfigurationCompositionInput! /// ) { - /// apiById(id: $apiId) { + /// validateFusionConfigurationComposition(input: $input) { /// __typename - /// clients(after: $after, first: $first) { + /// errors { /// __typename - /// edges { - /// __typename - /// ... SelectClientPrompt_ClientEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } + /// ... UnauthorizedOperation + /// ... FusionConfigurationRequestNotFoundError + /// ... InvalidProcessingStateTransitionError + /// ... Error /// } /// } /// } - /// - /// fragment SelectClientPrompt_ClientEdge on ClientsEdge { - /// cursor - /// node { - /// __typename - /// ... SelectClientPrompt_Client - /// } - /// } - /// - /// fragment SelectClientPrompt_Client on Client { - /// id - /// name - /// ... ClientDetailPrompt_Client + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment ClientDetailPrompt_Client on Client { - /// id - /// name - /// api { - /// __typename - /// name - /// path - /// } - /// versions { - /// __typename - /// edges { - /// __typename - /// ... ClientDetailPrompt_ClientVersionEdge - /// } - /// pageInfo { - /// __typename - /// hasNextPage - /// endCursor - /// } - /// } + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { - /// cursor - /// node { - /// __typename - /// id - /// createdAt - /// tag - /// publishedTo { - /// __typename - /// stage { - /// __typename - /// name - /// } - /// } - /// } + /// + /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQueryQueryDocument : global::StrawberryShake.IDocument + public partial class ValidateFusionConfigurationPublishMutationDocument : global::StrawberryShake.IDocument { - private SelectClientPromptQueryQueryDocument() + private ValidateFusionConfigurationPublishMutationDocument() { } - public static SelectClientPromptQueryQueryDocument Instance { get; } = new SelectClientPromptQueryQueryDocument(); - public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query SelectClientPromptQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename clients(after: $after, first: $first) { __typename edges { __typename ... SelectClientPrompt_ClientEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectClientPrompt_ClientEdge on ClientsEdge { cursor node { __typename ... SelectClientPrompt_Client } } fragment SelectClientPrompt_Client on Client { id name ... ClientDetailPrompt_Client } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "89d9fea06884980ce1721212dff781b9"); + public static ValidateFusionConfigurationPublishMutationDocument Instance { get; } = new ValidateFusionConfigurationPublishMutationDocument(); + public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Mutation; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "6795a8c7e7e54136f9b2b563753a134e"); public override global::System.String ToString() { @@ -168596,135 +168708,85 @@ private SelectClientPromptQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the SelectClientPromptQuery GraphQL operation + /// Represents the operation service of the ValidateFusionConfigurationPublish GraphQL operation /// - /// query SelectClientPromptQuery( - /// $apiId: ID! - /// $after: String - /// $first: Int + /// mutation ValidateFusionConfigurationPublish( + /// $input: ValidateFusionConfigurationCompositionInput! /// ) { - /// apiById(id: $apiId) { + /// validateFusionConfigurationComposition(input: $input) { /// __typename - /// clients(after: $after, first: $first) { + /// errors { /// __typename - /// edges { - /// __typename - /// ... SelectClientPrompt_ClientEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } + /// ... UnauthorizedOperation + /// ... FusionConfigurationRequestNotFoundError + /// ... InvalidProcessingStateTransitionError + /// ... Error /// } /// } /// } - /// - /// fragment SelectClientPrompt_ClientEdge on ClientsEdge { - /// cursor - /// node { - /// __typename - /// ... SelectClientPrompt_Client - /// } - /// } - /// - /// fragment SelectClientPrompt_Client on Client { - /// id - /// name - /// ... ClientDetailPrompt_Client + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment ClientDetailPrompt_Client on Client { - /// id - /// name - /// api { - /// __typename - /// name - /// path - /// } - /// versions { - /// __typename - /// edges { - /// __typename - /// ... ClientDetailPrompt_ClientVersionEdge - /// } - /// pageInfo { - /// __typename - /// hasNextPage - /// endCursor - /// } - /// } + /// + /// fragment Error on Error { + /// message /// } - /// - /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { - /// cursor - /// node { - /// __typename - /// id - /// createdAt - /// tag - /// publishedTo { - /// __typename - /// stage { - /// __typename - /// name - /// } - /// } - /// } + /// + /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { + /// __typename + /// message + /// ... Error /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery + public partial class ValidateFusionConfigurationPublishMutation : global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _validateFusionConfigurationCompositionInputFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public SelectClientPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ValidateFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); - _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _stringFormatter = serializerResolver.GetInputValueFormatter("String"); - _intFormatter = serializerResolver.GetInputValueFormatter("Int"); + _validateFusionConfigurationCompositionInputFormatter = serializerResolver.GetInputValueFormatter("ValidateFusionConfigurationCompositionInput"); } - private SelectClientPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) + private ValidateFusionConfigurationPublishMutation(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter validateFusionConfigurationCompositionInputFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _stringFormatter = @stringFormatter; - _iDFormatter = iDFormatter; - _intFormatter = @intFormatter; + _validateFusionConfigurationCompositionInputFormatter = validateFusionConfigurationCompositionInputFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ISelectClientPromptQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(IValidateFusionConfigurationPublishResult); - public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.SelectClientPromptQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationPublishMutation(_operationExecutor, _configure.Add(configure), _validateFusionConfigurationCompositionInputFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput input, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(apiId, after, first); + var request = CreateRequest(input); foreach (var configure in _configure) { configure(request); @@ -168733,178 +168795,125 @@ private SelectClientPromptQueryQuery(global::StrawberryShake.IOperationExecutor< return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + private void MapFilesFromTypeValidateFusionConfigurationCompositionInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput value, global::System.Collections.Generic.Dictionary files) { - var request = CreateRequest(apiId, after, first); - return _operationExecutor.Watch(request, strategy); + var pathConfiguration = path + ".configuration"; + var valueConfiguration = value.Configuration; + files.Add(pathConfiguration, valueConfiguration is global::StrawberryShake.Upload u ? u : null); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::System.String? after, global::System.Int32? first) + private void MapFilesFromArgumentInput(global::System.String path, global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput value, global::System.Collections.Generic.Dictionary files) { - var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("apiId", FormatApiId(apiId)); - variables.Add("after", FormatAfter(after)); - variables.Add("first", FormatFirst(first)); - return CreateRequest(variables); + if (value is { } value_i) + { + MapFilesFromTypeValidateFusionConfigurationCompositionInput(path, value_i, files); + } } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) + public global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null) { - return new global::StrawberryShake.OperationRequest(id: SelectClientPromptQueryQueryDocument.Instance.Hash.Value, name: "SelectClientPromptQuery", document: SelectClientPromptQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + var request = CreateRequest(input); + return _operationExecutor.Watch(request, strategy); } - private global::System.Object? FormatApiId(global::System.String value) + private global::StrawberryShake.OperationRequest CreateRequest(global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput input) { - if (value is null) - { - throw new global::System.ArgumentNullException(nameof(value)); - } - - return _iDFormatter.Format(value); + var variables = new global::System.Collections.Generic.Dictionary(); + variables.Add("input", FormatInput(input)); + var files = new global::System.Collections.Generic.Dictionary(); + MapFilesFromArgumentInput("variables.input", input, files); + return CreateRequest(variables, files); } - private global::System.Object? FormatAfter(global::System.String? value) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables, global::System.Collections.Generic.Dictionary files) { - if (value is null) - { - return value; - } - else - { - return _stringFormatter.Format(value); - } + return new global::StrawberryShake.OperationRequest(id: ValidateFusionConfigurationPublishMutationDocument.Instance.Hash.Value, name: "ValidateFusionConfigurationPublish", document: ValidateFusionConfigurationPublishMutationDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, files: files, variables: variables); } - private global::System.Object? FormatFirst(global::System.Int32? value) + private global::System.Object? FormatInput(global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput value) { if (value is null) { - return value; - } - else - { - return _intFormatter.Format(value); + throw new global::System.ArgumentNullException(nameof(value)); } + + return _validateFusionConfigurationCompositionInputFormatter.Format(value); } global::StrawberryShake.OperationRequest global::StrawberryShake.IOperationRequestFactory.Create(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return CreateRequest(variables!); + return CreateRequest(variables!, new global::System.Collections.Generic.Dictionary()); } } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the SelectClientPromptQuery GraphQL operation + /// Represents the operation service of the ValidateFusionConfigurationPublish GraphQL operation /// - /// query SelectClientPromptQuery( - /// $apiId: ID! - /// $after: String - /// $first: Int + /// mutation ValidateFusionConfigurationPublish( + /// $input: ValidateFusionConfigurationCompositionInput! /// ) { - /// apiById(id: $apiId) { - /// __typename - /// clients(after: $after, first: $first) { - /// __typename - /// edges { - /// __typename - /// ... SelectClientPrompt_ClientEdge - /// } - /// pageInfo { - /// __typename - /// ... PageInfo - /// } - /// } - /// } - /// } - /// - /// fragment SelectClientPrompt_ClientEdge on ClientsEdge { - /// cursor - /// node { - /// __typename - /// ... SelectClientPrompt_Client - /// } - /// } - /// - /// fragment SelectClientPrompt_Client on Client { - /// id - /// name - /// ... ClientDetailPrompt_Client - /// } - /// - /// fragment ClientDetailPrompt_Client on Client { - /// id - /// name - /// api { - /// __typename - /// name - /// path - /// } - /// versions { - /// __typename - /// edges { - /// __typename - /// ... ClientDetailPrompt_ClientVersionEdge - /// } - /// pageInfo { - /// __typename - /// hasNextPage - /// endCursor - /// } - /// } - /// } - /// - /// fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { - /// cursor - /// node { + /// validateFusionConfigurationComposition(input: $input) { /// __typename - /// id - /// createdAt - /// tag - /// publishedTo { + /// errors { /// __typename - /// stage { - /// __typename - /// name - /// } + /// ... UnauthorizedOperation + /// ... FusionConfigurationRequestNotFoundError + /// ... InvalidProcessingStateTransitionError + /// ... Error /// } /// } /// } - /// - /// fragment PageInfo on PageInfo { - /// hasPreviousPage - /// hasNextPage - /// endCursor - /// startCursor + /// + /// fragment UnauthorizedOperation on UnauthorizedOperation { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment Error on Error { + /// message + /// } + /// + /// fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { + /// __typename + /// message + /// ... Error + /// } + /// + /// fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { + /// __typename + /// message + /// ... Error /// } /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectClientPromptQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface IValidateFusionConfigurationPublishMutation : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput input, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationCompositionInput input, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the SelectApiPromptQuery GraphQL operation + /// Represents the operation service of the SelectMcpFeatureCollectionPromptQuery GraphQL operation /// - /// query SelectApiPromptQuery( - /// $workspaceId: ID! - /// $after: Version + /// query SelectMcpFeatureCollectionPromptQuery( + /// $apiId: ID! + /// $after: String /// $first: Int /// ) { - /// workspaceById(workspaceId: $workspaceId) { + /// apiById(id: $apiId) { /// __typename - /// apis(after: $after, first: $first) { + /// mcpFeatureCollections(after: $after, first: $first) { /// __typename /// edges { /// __typename - /// ... SelectApiPrompt_ApiEdge + /// ... SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge /// } /// pageInfo { /// __typename @@ -168913,41 +168922,26 @@ public partial interface ISelectClientPromptQueryQuery : global::StrawberryShake /// } /// } /// } - /// - /// fragment SelectApiPrompt_ApiEdge on ApisEdge { + /// + /// fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { /// cursor /// node { /// __typename - /// ... SelectApiPrompt_Api + /// ... SelectMcpFeatureCollectionPrompt_McpFeatureCollection /// } /// } - /// - /// fragment SelectApiPrompt_Api on Api { + /// + /// fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// path - /// ... ApiDetailPrompt_Api + /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection /// } - /// - /// fragment ApiDetailPrompt_Api on Api { + /// + /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// path - /// workspace { - /// __typename - /// id - /// name - /// } - /// settings { - /// __typename - /// schemaRegistry { - /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges - /// } - /// } /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -168957,16 +168951,16 @@ public partial interface ISelectClientPromptQueryQuery : global::StrawberryShake /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQueryQueryDocument : global::StrawberryShake.IDocument + public partial class SelectMcpFeatureCollectionPromptQueryQueryDocument : global::StrawberryShake.IDocument { - private SelectApiPromptQueryQueryDocument() + private SelectMcpFeatureCollectionPromptQueryQueryDocument() { } - public static SelectApiPromptQueryQueryDocument Instance { get; } = new SelectApiPromptQueryQueryDocument(); + public static SelectMcpFeatureCollectionPromptQueryQueryDocument Instance { get; } = new SelectMcpFeatureCollectionPromptQueryQueryDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query SelectApiPromptQuery($workspaceId: ID!, $after: Version, $first: Int) { workspaceById(workspaceId: $workspaceId) { __typename apis(after: $after, first: $first) { __typename edges { __typename ... SelectApiPrompt_ApiEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectApiPrompt_ApiEdge on ApisEdge { cursor node { __typename ... SelectApiPrompt_Api } } fragment SelectApiPrompt_Api on Api { id name path ... ApiDetailPrompt_Api } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "a99c8cea1f4c187c4b1a8f615aa22fac"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "021d1bafc7178634565bd5543b9e55b7"); public override global::System.String ToString() { @@ -168980,20 +168974,20 @@ private SelectApiPromptQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the SelectApiPromptQuery GraphQL operation + /// Represents the operation service of the SelectMcpFeatureCollectionPromptQuery GraphQL operation /// - /// query SelectApiPromptQuery( - /// $workspaceId: ID! - /// $after: Version + /// query SelectMcpFeatureCollectionPromptQuery( + /// $apiId: ID! + /// $after: String /// $first: Int /// ) { - /// workspaceById(workspaceId: $workspaceId) { + /// apiById(id: $apiId) { /// __typename - /// apis(after: $after, first: $first) { + /// mcpFeatureCollections(after: $after, first: $first) { /// __typename /// edges { /// __typename - /// ... SelectApiPrompt_ApiEdge + /// ... SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge /// } /// pageInfo { /// __typename @@ -169002,41 +168996,26 @@ private SelectApiPromptQueryQueryDocument() /// } /// } /// } - /// - /// fragment SelectApiPrompt_ApiEdge on ApisEdge { + /// + /// fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { /// cursor /// node { /// __typename - /// ... SelectApiPrompt_Api + /// ... SelectMcpFeatureCollectionPrompt_McpFeatureCollection /// } /// } - /// - /// fragment SelectApiPrompt_Api on Api { + /// + /// fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// path - /// ... ApiDetailPrompt_Api + /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection /// } - /// - /// fragment ApiDetailPrompt_Api on Api { + /// + /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { /// id /// name - /// path - /// workspace { - /// __typename - /// id - /// name - /// } - /// settings { - /// __typename - /// schemaRegistry { - /// __typename - /// treatDangerousAsBreaking - /// allowBreakingSchemaChanges - /// } - /// } /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -169046,50 +169025,50 @@ private SelectApiPromptQueryQueryDocument() /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery + public partial class SelectMcpFeatureCollectionPromptQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; - private readonly global::StrawberryShake.Serialization.IInputValueFormatter _versionFormatter; + private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public SelectApiPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public SelectMcpFeatureCollectionPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); - _versionFormatter = serializerResolver.GetInputValueFormatter("Version"); + _stringFormatter = serializerResolver.GetInputValueFormatter("String"); _intFormatter = serializerResolver.GetInputValueFormatter("Int"); } - private SelectApiPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter versionFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter) + private SelectMcpFeatureCollectionPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) { _operationExecutor = operationExecutor; _configure = configure; - _versionFormatter = versionFormatter; - _intFormatter = @intFormatter; + _stringFormatter = @stringFormatter; _iDFormatter = iDFormatter; + _intFormatter = @intFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ISelectApiPromptQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ISelectMcpFeatureCollectionPromptQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.SelectApiPromptQueryQuery(_operationExecutor, _configure.Add(configure), _versionFormatter, _intFormatter, _iDFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.SelectMcpFeatureCollectionPromptQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) { - var request = CreateRequest(workspaceId, after, first); + var request = CreateRequest(apiId, after, first); foreach (var configure in _configure) { configure(request); @@ -169098,16 +169077,16 @@ private SelectApiPromptQueryQuery(global::StrawberryShake.IOperationExecutor> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) { - var request = CreateRequest(workspaceId, after, first); + var request = CreateRequest(apiId, after, first); return _operationExecutor.Watch(request, strategy); } - private global::StrawberryShake.OperationRequest CreateRequest(global::System.String workspaceId, global::System.String? after, global::System.Int32? first) + private global::StrawberryShake.OperationRequest CreateRequest(global::System.String apiId, global::System.String? after, global::System.Int32? first) { var variables = new global::System.Collections.Generic.Dictionary(); - variables.Add("workspaceId", FormatWorkspaceId(workspaceId)); + variables.Add("apiId", FormatApiId(apiId)); variables.Add("after", FormatAfter(after)); variables.Add("first", FormatFirst(first)); return CreateRequest(variables); @@ -169115,10 +169094,10 @@ private SelectApiPromptQueryQuery(global::StrawberryShake.IOperationExecutor? variables) { - return new global::StrawberryShake.OperationRequest(id: SelectApiPromptQueryQueryDocument.Instance.Hash.Value, name: "SelectApiPromptQuery", document: SelectApiPromptQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: SelectMcpFeatureCollectionPromptQueryQueryDocument.Instance.Hash.Value, name: "SelectMcpFeatureCollectionPromptQuery", document: SelectMcpFeatureCollectionPromptQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } - private global::System.Object? FormatWorkspaceId(global::System.String value) + private global::System.Object? FormatApiId(global::System.String value) { if (value is null) { @@ -169136,7 +169115,7 @@ private SelectApiPromptQueryQuery(global::StrawberryShake.IOperationExecutor - /// Represents the operation service of the SelectApiPromptQuery GraphQL operation + /// Represents the operation service of the SelectMcpFeatureCollectionPromptQuery GraphQL operation /// - /// query SelectApiPromptQuery( - /// $workspaceId: ID! - /// $after: Version + /// query SelectMcpFeatureCollectionPromptQuery( + /// $apiId: ID! + /// $after: String /// $first: Int /// ) { - /// workspaceById(workspaceId: $workspaceId) { + /// apiById(id: $apiId) { /// __typename - /// apis(after: $after, first: $first) { + /// mcpFeatureCollections(after: $after, first: $first) { /// __typename /// edges { /// __typename - /// ... SelectApiPrompt_ApiEdge + /// ... SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge /// } /// pageInfo { /// __typename @@ -169182,41 +169161,26 @@ private SelectApiPromptQueryQuery(global::StrawberryShake.IOperationExecutor /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectApiPromptQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface ISelectMcpFeatureCollectionPromptQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String workspaceId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator /// - /// Represents the operation service of the SelectMcpFeatureCollectionPromptQuery GraphQL operation + /// Represents the operation service of the SelectMockSchemaPromptQuery GraphQL operation /// - /// query SelectMcpFeatureCollectionPromptQuery( + /// query SelectMockSchemaPromptQuery( /// $apiId: ID! /// $after: String /// $first: Int /// ) { /// apiById(id: $apiId) { /// __typename - /// mcpFeatureCollections(after: $after, first: $first) { + /// mockSchemas(after: $after, first: $first) { /// __typename /// edges { /// __typename - /// ... SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge + /// ... SelectMockCommand_MockEdge /// } /// pageInfo { /// __typename @@ -169259,26 +169223,38 @@ public partial interface ISelectApiPromptQueryQuery : global::StrawberryShake.IO /// } /// } /// } - /// - /// fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { + /// + /// fragment SelectMockCommand_MockEdge on MockSchemasEdge { /// cursor /// node { /// __typename - /// ... SelectMcpFeatureCollectionPrompt_McpFeatureCollection + /// ... SelectMockCommand_Mock /// } /// } - /// - /// fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollection on McpFeatureCollection { + /// + /// fragment SelectMockCommand_Mock on MockSchema { /// id /// name - /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection + /// ... MockSchemaDetailPrompt /// } - /// - /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { + /// + /// fragment MockSchemaDetailPrompt on MockSchema { /// id /// name + /// createdAt + /// createdBy { + /// __typename + /// username + /// } + /// modifiedAt + /// modifiedBy { + /// __typename + /// username + /// } + /// downstreamUrl + /// url /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -169288,16 +169264,16 @@ public partial interface ISelectApiPromptQueryQuery : global::StrawberryShake.IO /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMcpFeatureCollectionPromptQueryQueryDocument : global::StrawberryShake.IDocument + public partial class SelectMockSchemaPromptQueryQueryDocument : global::StrawberryShake.IDocument { - private SelectMcpFeatureCollectionPromptQueryQueryDocument() + private SelectMockSchemaPromptQueryQueryDocument() { } - public static SelectMcpFeatureCollectionPromptQueryQueryDocument Instance { get; } = new SelectMcpFeatureCollectionPromptQueryQueryDocument(); + public static SelectMockSchemaPromptQueryQueryDocument Instance { get; } = new SelectMockSchemaPromptQueryQueryDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query SelectMcpFeatureCollectionPromptQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename mcpFeatureCollections(after: $after, first: $first) { __typename edges { __typename ... SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { cursor node { __typename ... SelectMcpFeatureCollectionPrompt_McpFeatureCollection } } fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollection on McpFeatureCollection { id name ... McpFeatureCollectionDetailPrompt_McpFeatureCollection } fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { id name } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "021d1bafc7178634565bd5543b9e55b7"); + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "8e45bab85454282aa6a1f07c57c013a1"); public override global::System.String ToString() { @@ -169311,20 +169287,20 @@ private SelectMcpFeatureCollectionPromptQueryQueryDocument() // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator /// - /// Represents the operation service of the SelectMcpFeatureCollectionPromptQuery GraphQL operation + /// Represents the operation service of the SelectMockSchemaPromptQuery GraphQL operation /// - /// query SelectMcpFeatureCollectionPromptQuery( + /// query SelectMockSchemaPromptQuery( /// $apiId: ID! /// $after: String /// $first: Int /// ) { /// apiById(id: $apiId) { /// __typename - /// mcpFeatureCollections(after: $after, first: $first) { + /// mockSchemas(after: $after, first: $first) { /// __typename /// edges { /// __typename - /// ... SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge + /// ... SelectMockCommand_MockEdge /// } /// pageInfo { /// __typename @@ -169333,26 +169309,38 @@ private SelectMcpFeatureCollectionPromptQueryQueryDocument() /// } /// } /// } - /// - /// fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { + /// + /// fragment SelectMockCommand_MockEdge on MockSchemasEdge { /// cursor /// node { /// __typename - /// ... SelectMcpFeatureCollectionPrompt_McpFeatureCollection + /// ... SelectMockCommand_Mock /// } /// } - /// - /// fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollection on McpFeatureCollection { + /// + /// fragment SelectMockCommand_Mock on MockSchema { /// id /// name - /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection + /// ... MockSchemaDetailPrompt /// } - /// - /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { + /// + /// fragment MockSchemaDetailPrompt on MockSchema { /// id /// name + /// createdAt + /// createdBy { + /// __typename + /// username + /// } + /// modifiedAt + /// modifiedBy { + /// __typename + /// username + /// } + /// downstreamUrl + /// url /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -169362,14 +169350,14 @@ private SelectMcpFeatureCollectionPromptQueryQueryDocument() /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMcpFeatureCollectionPromptQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery + public partial class SelectMockSchemaPromptQueryQuery : global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery { - private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; + private readonly global::StrawberryShake.IOperationExecutor _operationExecutor; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _iDFormatter; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _stringFormatter; private readonly global::StrawberryShake.Serialization.IInputValueFormatter _intFormatter; private readonly global::System.Collections.Immutable.ImmutableArray> _configure = global::System.Collections.Immutable.ImmutableArray>.Empty; - public SelectMcpFeatureCollectionPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public SelectMockSchemaPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { _operationExecutor = operationExecutor ?? throw new global::System.ArgumentNullException(nameof(operationExecutor)); _iDFormatter = serializerResolver.GetInputValueFormatter("ID"); @@ -169377,7 +169365,7 @@ public SelectMcpFeatureCollectionPromptQueryQuery(global::StrawberryShake.IOpera _intFormatter = serializerResolver.GetInputValueFormatter("Int"); } - private SelectMcpFeatureCollectionPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) + private SelectMockSchemaPromptQueryQuery(global::StrawberryShake.IOperationExecutor operationExecutor, global::System.Collections.Immutable.ImmutableArray> configure, global::StrawberryShake.Serialization.IInputValueFormatter @stringFormatter, global::StrawberryShake.Serialization.IInputValueFormatter iDFormatter, global::StrawberryShake.Serialization.IInputValueFormatter @intFormatter) { _operationExecutor = operationExecutor; _configure = configure; @@ -169386,24 +169374,24 @@ private SelectMcpFeatureCollectionPromptQueryQuery(global::StrawberryShake.IOper _intFormatter = @intFormatter; } - global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ISelectMcpFeatureCollectionPromptQueryResult); + global::System.Type global::StrawberryShake.IOperationRequestFactory.ResultType => typeof(ISelectMockSchemaPromptQueryResult); - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery With(global::System.Action configure) + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery With(global::System.Action configure) { - return new global::ChilliCream.Nitro.CommandLine.Client.SelectMcpFeatureCollectionPromptQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); + return new global::ChilliCream.Nitro.CommandLine.Client.SelectMockSchemaPromptQueryQuery(_operationExecutor, _configure.Add(configure), _stringFormatter, _iDFormatter, _intFormatter); } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery WithRequestUri(global::System.Uri requestUri) + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery WithRequestUri(global::System.Uri requestUri) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.RequestUri"] = requestUri); } - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient) { return With(r => r.ContextData["StrawberryShake.Transport.Http.HttpConnection.HttpClient"] = httpClient); } - public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) + public async global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default) { var request = CreateRequest(apiId, after, first); foreach (var configure in _configure) @@ -169414,7 +169402,7 @@ private SelectMcpFeatureCollectionPromptQueryQuery(global::StrawberryShake.IOper return await _operationExecutor.ExecuteAsync(request, cancellationToken).ConfigureAwait(false); } - public global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) + public global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null) { var request = CreateRequest(apiId, after, first); return _operationExecutor.Watch(request, strategy); @@ -169431,7 +169419,7 @@ private SelectMcpFeatureCollectionPromptQueryQuery(global::StrawberryShake.IOper private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: SelectMcpFeatureCollectionPromptQueryQueryDocument.Instance.Hash.Value, name: "SelectMcpFeatureCollectionPromptQuery", document: SelectMcpFeatureCollectionPromptQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: SelectMockSchemaPromptQueryQueryDocument.Instance.Hash.Value, name: "SelectMockSchemaPromptQuery", document: SelectMockSchemaPromptQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatApiId(global::System.String value) @@ -169476,20 +169464,20 @@ private SelectMcpFeatureCollectionPromptQueryQuery(global::StrawberryShake.IOper // StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator /// - /// Represents the operation service of the SelectMcpFeatureCollectionPromptQuery GraphQL operation + /// Represents the operation service of the SelectMockSchemaPromptQuery GraphQL operation /// - /// query SelectMcpFeatureCollectionPromptQuery( + /// query SelectMockSchemaPromptQuery( /// $apiId: ID! /// $after: String /// $first: Int /// ) { /// apiById(id: $apiId) { /// __typename - /// mcpFeatureCollections(after: $after, first: $first) { + /// mockSchemas(after: $after, first: $first) { /// __typename /// edges { /// __typename - /// ... SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge + /// ... SelectMockCommand_MockEdge /// } /// pageInfo { /// __typename @@ -169498,26 +169486,38 @@ private SelectMcpFeatureCollectionPromptQueryQuery(global::StrawberryShake.IOper /// } /// } /// } - /// - /// fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { + /// + /// fragment SelectMockCommand_MockEdge on MockSchemasEdge { /// cursor /// node { /// __typename - /// ... SelectMcpFeatureCollectionPrompt_McpFeatureCollection + /// ... SelectMockCommand_Mock /// } /// } - /// - /// fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollection on McpFeatureCollection { + /// + /// fragment SelectMockCommand_Mock on MockSchema { /// id /// name - /// ... McpFeatureCollectionDetailPrompt_McpFeatureCollection + /// ... MockSchemaDetailPrompt /// } - /// - /// fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { + /// + /// fragment MockSchemaDetailPrompt on MockSchema { /// id /// name + /// createdAt + /// createdBy { + /// __typename + /// username + /// } + /// modifiedAt + /// modifiedBy { + /// __typename + /// username + /// } + /// downstreamUrl + /// url /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -169527,13 +169527,13 @@ private SelectMcpFeatureCollectionPromptQueryQuery(global::StrawberryShake.IOper /// /// [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial interface ISelectMcpFeatureCollectionPromptQueryQuery : global::StrawberryShake.IOperationRequestFactory + public partial interface ISelectMockSchemaPromptQueryQuery : global::StrawberryShake.IOperationRequestFactory { - global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery With(global::System.Action configure); - global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery WithRequestUri(global::System.Uri requestUri); - global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); - global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); - global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); + global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery With(global::System.Action configure); + global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery WithRequestUri(global::System.Uri requestUri); + global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery WithHttpClient(global::System.Net.Http.HttpClient httpClient); + global::System.Threading.Tasks.Task> ExecuteAsync(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::System.Threading.CancellationToken cancellationToken = default); + global::System.IObservable> Watch(global::System.String apiId, global::System.String? after, global::System.Int32? first, global::StrawberryShake.ExecutionStrategy? strategy = null); } // StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator @@ -169560,7 +169560,7 @@ public partial interface ISelectMcpFeatureCollectionPromptQueryQuery : global::S /// } /// } /// } - /// + /// /// fragment SelectOpenApiCollectionPrompt_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { /// cursor /// node { @@ -169568,18 +169568,18 @@ public partial interface ISelectMcpFeatureCollectionPromptQueryQuery : global::S /// ... SelectOpenApiCollectionPrompt_OpenApiCollection /// } /// } - /// + /// /// fragment SelectOpenApiCollectionPrompt_OpenApiCollection on OpenApiCollection { /// id /// name /// ... OpenApiCollectionDetailPrompt_OpenApiCollection /// } - /// + /// /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { /// id /// name /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -169597,7 +169597,7 @@ private SelectOpenApiCollectionPromptQueryQueryDocument() public static SelectOpenApiCollectionPromptQueryQueryDocument Instance { get; } = new SelectOpenApiCollectionPromptQueryQueryDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query SelectOpenApiCollectionPromptQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename openApiCollections(after: $after, first: $first) { __typename edges { __typename ... SelectOpenApiCollectionPrompt_OpenApiCollectionEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectOpenApiCollectionPrompt_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { cursor node { __typename ... SelectOpenApiCollectionPrompt_OpenApiCollection } } fragment SelectOpenApiCollectionPrompt_OpenApiCollection on OpenApiCollection { id name ... OpenApiCollectionDetailPrompt_OpenApiCollection } fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { id name } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }"u8; + public global::System.ReadOnlySpan Body => new global::System.Byte[0]; public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("md5Hash", "cac7b1f4800fb9c9c07bed47c5bbd775"); public override global::System.String ToString() @@ -169634,7 +169634,7 @@ private SelectOpenApiCollectionPromptQueryQueryDocument() /// } /// } /// } - /// + /// /// fragment SelectOpenApiCollectionPrompt_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { /// cursor /// node { @@ -169642,18 +169642,18 @@ private SelectOpenApiCollectionPromptQueryQueryDocument() /// ... SelectOpenApiCollectionPrompt_OpenApiCollection /// } /// } - /// + /// /// fragment SelectOpenApiCollectionPrompt_OpenApiCollection on OpenApiCollection { /// id /// name /// ... OpenApiCollectionDetailPrompt_OpenApiCollection /// } - /// + /// /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { /// id /// name /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -169732,7 +169732,7 @@ private SelectOpenApiCollectionPromptQueryQuery(global::StrawberryShake.IOperati private global::StrawberryShake.OperationRequest CreateRequest(global::System.Collections.Generic.IReadOnlyDictionary? variables) { - return new global::StrawberryShake.OperationRequest(id: SelectOpenApiCollectionPromptQueryQueryDocument.Instance.Hash.Value, name: "SelectOpenApiCollectionPromptQuery", document: SelectOpenApiCollectionPromptQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.Default, variables: variables); + return new global::StrawberryShake.OperationRequest(id: SelectOpenApiCollectionPromptQueryQueryDocument.Instance.Hash.Value, name: "SelectOpenApiCollectionPromptQuery", document: SelectOpenApiCollectionPromptQueryQueryDocument.Instance, strategy: global::StrawberryShake.RequestStrategy.PersistedOperation, variables: variables); } private global::System.Object? FormatApiId(global::System.String value) @@ -169799,7 +169799,7 @@ private SelectOpenApiCollectionPromptQueryQuery(global::StrawberryShake.IOperati /// } /// } /// } - /// + /// /// fragment SelectOpenApiCollectionPrompt_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { /// cursor /// node { @@ -169807,18 +169807,18 @@ private SelectOpenApiCollectionPromptQueryQuery(global::StrawberryShake.IOperati /// ... SelectOpenApiCollectionPrompt_OpenApiCollection /// } /// } - /// + /// /// fragment SelectOpenApiCollectionPrompt_OpenApiCollection on OpenApiCollection { /// id /// name /// ... OpenApiCollectionDetailPrompt_OpenApiCollection /// } - /// + /// /// fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { /// id /// name /// } - /// + /// /// fragment PageInfo on PageInfo { /// hasPreviousPage /// hasNextPage @@ -169844,214 +169844,214 @@ public partial interface ISelectOpenApiCollectionPromptQueryQuery : global::Stra [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] public partial class ApiClient : global::ChilliCream.Nitro.CommandLine.Client.IApiClient { - private readonly global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation _uploadFusionSubgraph; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation _createMockSchema; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation _updateMockSchema; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery _listMockCommandQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation _createApiKeyCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation _deleteApiKeyCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery _listApiKeyCommandQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation _createApiCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery _deleteApiCommandQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation _deleteApiCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery _listApiCommandQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation _setApiSettingsCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery _showApiCommandQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation _createClientCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutationMutation _deleteClientByIdCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery _listClientCommandQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersionMutation _publishClientVersion; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdatedSubscription _onClientVersionPublishUpdated; private readonly global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery _showClientCommandQuery; private readonly global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation _unpublishClient; private readonly global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation _uploadClient; private readonly global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation _validateClientVersion; private readonly global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdatedSubscription _onClientVersionValidationUpdated; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutationMutation _deleteClientByIdCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersionMutation _publishClientVersion; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdatedSubscription _onClientVersionPublishUpdated; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery _listClientCommandQuery; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation _createClientCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery _showApiCommandQuery; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery _deleteApiCommandQuery; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation _deleteApiCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery _listApiCommandQuery; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation _setApiSettingsCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation _createApiCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation _updateStages; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery _listStagesQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation _createEnvironmentCommandMutation; private readonly global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery _listEnvironmentCommandQuery; private readonly global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery _showEnvironmentCommandQuery; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation _createEnvironmentCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery _listApiKeyCommandQuery; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation _createApiKeyCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation _deleteApiKeyCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation _uploadMcpFeatureCollectionCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandMutationMutation _validateMcpFeatureCollectionCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscriptionSubscription _validateMcpFeatureCollectionCommandSubscription; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation _deleteMcpFeatureCollectionByIdCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation _uploadFusionSubgraph; private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation _createMcpFeatureCollectionCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation _deleteMcpFeatureCollectionByIdCommandMutation; private readonly global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery _listMcpFeatureCollectionCommandQuery; private readonly global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation _publishMcpFeatureCollectionCommandMutation; private readonly global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscriptionSubscription _publishMcpFeatureCollectionCommandSubscription; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery _listPersonalAccessTokenCommandQuery; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation _createPersonalAccessTokenCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation _revokePersonalAccessTokenCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation _uploadOpenApiCollectionCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation _uploadMcpFeatureCollectionCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandMutationMutation _validateMcpFeatureCollectionCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscriptionSubscription _validateMcpFeatureCollectionCommandSubscription; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation _createMockSchema; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery _listMockCommandQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation _updateMockSchema; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation _createOpenApiCollectionCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation _deleteOpenApiCollectionByIdCommandMutation; private readonly global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery _listOpenApiCollectionCommandQuery; private readonly global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation _publishOpenApiCollectionCommandMutation; private readonly global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscriptionSubscription _publishOpenApiCollectionCommandSubscription; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation _uploadOpenApiCollectionCommandMutation; private readonly global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation _validateOpenApiCollectionCommandMutation; private readonly global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscriptionSubscription _validateOpenApiCollectionCommandSubscription; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation _createOpenApiCollectionCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation _deleteOpenApiCollectionByIdCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery _showWorkspaceCommandQuery; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation _createWorkspaceCommandMutation; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery _listWorkspaceCommandQuery; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery _setDefaultWorkspaceCommand_SelectWorkspace_Query; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation _createPersonalAccessTokenCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery _listPersonalAccessTokenCommandQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation _revokePersonalAccessTokenCommandMutation; private readonly global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation _publishSchemaVersion; private readonly global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdatedSubscription _onSchemaVersionPublishUpdated; private readonly global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation _uploadSchema; private readonly global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation _validateSchemaVersion; private readonly global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdatedSubscription _onSchemaVersionValidationUpdated; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation _updateStages; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery _listStagesQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation _createWorkspaceCommandMutation; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery _listWorkspaceCommandQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery _setDefaultWorkspaceCommand_SelectWorkspace_Query; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery _showWorkspaceCommandQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery _selectApiPromptQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery _pageClientVersionDetailQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery _selectClientPromptQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublishMutation _beginFusionConfigurationPublish; + private readonly global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChangedSubscription _onFusionConfigurationPublishingTaskChanged; private readonly global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation _cancelFusionConfigurationPublish; private readonly global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation _commitFusionConfigurationPublish; private readonly global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation _startFusionConfigurationPublish; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublishMutation _beginFusionConfigurationPublish; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChangedSubscription _onFusionConfigurationPublishingTaskChanged; private readonly global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation _validateFusionConfigurationPublish; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery _selectMockSchemaPromptQuery; - private readonly global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery _pageClientVersionDetailQuery; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery _selectClientPromptQuery; - private readonly global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery _selectApiPromptQuery; private readonly global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery _selectMcpFeatureCollectionPromptQuery; + private readonly global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery _selectMockSchemaPromptQuery; private readonly global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQueryQuery _selectOpenApiCollectionPromptQuery; - public ApiClient(global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation uploadFusionSubgraph, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation createMockSchema, global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation updateMockSchema, global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery listMockCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery showClientCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation unpublishClient, global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation uploadClient, global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation validateClientVersion, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdatedSubscription onClientVersionValidationUpdated, global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutationMutation deleteClientByIdCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersionMutation publishClientVersion, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdatedSubscription onClientVersionPublishUpdated, global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery listClientCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation createClientCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery showApiCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery deleteApiCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation deleteApiCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery listApiCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation setApiSettingsCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation createApiCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation updateStages, global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery listStagesQuery, global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery listEnvironmentCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery showEnvironmentCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation createEnvironmentCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery listApiKeyCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation createApiKeyCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation deleteApiKeyCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation uploadMcpFeatureCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandMutationMutation validateMcpFeatureCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscriptionSubscription validateMcpFeatureCollectionCommandSubscription, global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation deleteMcpFeatureCollectionByIdCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation createMcpFeatureCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery listMcpFeatureCollectionCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation publishMcpFeatureCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscriptionSubscription publishMcpFeatureCollectionCommandSubscription, global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery listPersonalAccessTokenCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation createPersonalAccessTokenCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation revokePersonalAccessTokenCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation uploadOpenApiCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery listOpenApiCollectionCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation publishOpenApiCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscriptionSubscription publishOpenApiCollectionCommandSubscription, global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation validateOpenApiCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscriptionSubscription validateOpenApiCollectionCommandSubscription, global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation createOpenApiCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation deleteOpenApiCollectionByIdCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery showWorkspaceCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation createWorkspaceCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery listWorkspaceCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery setDefaultWorkspaceCommand_SelectWorkspace_Query, global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation publishSchemaVersion, global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdatedSubscription onSchemaVersionPublishUpdated, global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation uploadSchema, global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation validateSchemaVersion, global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdatedSubscription onSchemaVersionValidationUpdated, global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation cancelFusionConfigurationPublish, global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation commitFusionConfigurationPublish, global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation startFusionConfigurationPublish, global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublishMutation beginFusionConfigurationPublish, global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChangedSubscription onFusionConfigurationPublishingTaskChanged, global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation validateFusionConfigurationPublish, global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery selectMockSchemaPromptQuery, global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery pageClientVersionDetailQuery, global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery selectClientPromptQuery, global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery selectApiPromptQuery, global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery selectMcpFeatureCollectionPromptQuery, global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQueryQuery selectOpenApiCollectionPromptQuery) + public ApiClient(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation createApiKeyCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation deleteApiKeyCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery listApiKeyCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation createApiCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery deleteApiCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation deleteApiCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery listApiCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation setApiSettingsCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery showApiCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation createClientCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutationMutation deleteClientByIdCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery listClientCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersionMutation publishClientVersion, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdatedSubscription onClientVersionPublishUpdated, global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery showClientCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation unpublishClient, global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation uploadClient, global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation validateClientVersion, global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdatedSubscription onClientVersionValidationUpdated, global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation createEnvironmentCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery listEnvironmentCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery showEnvironmentCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation uploadFusionSubgraph, global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation createMcpFeatureCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation deleteMcpFeatureCollectionByIdCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery listMcpFeatureCollectionCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation publishMcpFeatureCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscriptionSubscription publishMcpFeatureCollectionCommandSubscription, global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation uploadMcpFeatureCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandMutationMutation validateMcpFeatureCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscriptionSubscription validateMcpFeatureCollectionCommandSubscription, global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation createMockSchema, global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery listMockCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation updateMockSchema, global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation createOpenApiCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation deleteOpenApiCollectionByIdCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery listOpenApiCollectionCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation publishOpenApiCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscriptionSubscription publishOpenApiCollectionCommandSubscription, global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation uploadOpenApiCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation validateOpenApiCollectionCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscriptionSubscription validateOpenApiCollectionCommandSubscription, global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation createPersonalAccessTokenCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery listPersonalAccessTokenCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation revokePersonalAccessTokenCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation publishSchemaVersion, global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdatedSubscription onSchemaVersionPublishUpdated, global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation uploadSchema, global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation validateSchemaVersion, global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdatedSubscription onSchemaVersionValidationUpdated, global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation updateStages, global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery listStagesQuery, global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation createWorkspaceCommandMutation, global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery listWorkspaceCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery setDefaultWorkspaceCommand_SelectWorkspace_Query, global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery showWorkspaceCommandQuery, global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery selectApiPromptQuery, global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery pageClientVersionDetailQuery, global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery selectClientPromptQuery, global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublishMutation beginFusionConfigurationPublish, global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChangedSubscription onFusionConfigurationPublishingTaskChanged, global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation cancelFusionConfigurationPublish, global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation commitFusionConfigurationPublish, global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation startFusionConfigurationPublish, global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation validateFusionConfigurationPublish, global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery selectMcpFeatureCollectionPromptQuery, global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery selectMockSchemaPromptQuery, global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQueryQuery selectOpenApiCollectionPromptQuery) { - _uploadFusionSubgraph = uploadFusionSubgraph ?? throw new global::System.ArgumentNullException(nameof(uploadFusionSubgraph)); - _createMockSchema = createMockSchema ?? throw new global::System.ArgumentNullException(nameof(createMockSchema)); - _updateMockSchema = updateMockSchema ?? throw new global::System.ArgumentNullException(nameof(updateMockSchema)); - _listMockCommandQuery = listMockCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listMockCommandQuery)); + _createApiKeyCommandMutation = createApiKeyCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createApiKeyCommandMutation)); + _deleteApiKeyCommandMutation = deleteApiKeyCommandMutation ?? throw new global::System.ArgumentNullException(nameof(deleteApiKeyCommandMutation)); + _listApiKeyCommandQuery = listApiKeyCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listApiKeyCommandQuery)); + _createApiCommandMutation = createApiCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createApiCommandMutation)); + _deleteApiCommandQuery = deleteApiCommandQuery ?? throw new global::System.ArgumentNullException(nameof(deleteApiCommandQuery)); + _deleteApiCommandMutation = deleteApiCommandMutation ?? throw new global::System.ArgumentNullException(nameof(deleteApiCommandMutation)); + _listApiCommandQuery = listApiCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listApiCommandQuery)); + _setApiSettingsCommandMutation = setApiSettingsCommandMutation ?? throw new global::System.ArgumentNullException(nameof(setApiSettingsCommandMutation)); + _showApiCommandQuery = showApiCommandQuery ?? throw new global::System.ArgumentNullException(nameof(showApiCommandQuery)); + _createClientCommandMutation = createClientCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createClientCommandMutation)); + _deleteClientByIdCommandMutation = deleteClientByIdCommandMutation ?? throw new global::System.ArgumentNullException(nameof(deleteClientByIdCommandMutation)); + _listClientCommandQuery = listClientCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listClientCommandQuery)); + _publishClientVersion = publishClientVersion ?? throw new global::System.ArgumentNullException(nameof(publishClientVersion)); + _onClientVersionPublishUpdated = onClientVersionPublishUpdated ?? throw new global::System.ArgumentNullException(nameof(onClientVersionPublishUpdated)); _showClientCommandQuery = showClientCommandQuery ?? throw new global::System.ArgumentNullException(nameof(showClientCommandQuery)); _unpublishClient = unpublishClient ?? throw new global::System.ArgumentNullException(nameof(unpublishClient)); _uploadClient = uploadClient ?? throw new global::System.ArgumentNullException(nameof(uploadClient)); _validateClientVersion = validateClientVersion ?? throw new global::System.ArgumentNullException(nameof(validateClientVersion)); _onClientVersionValidationUpdated = onClientVersionValidationUpdated ?? throw new global::System.ArgumentNullException(nameof(onClientVersionValidationUpdated)); - _deleteClientByIdCommandMutation = deleteClientByIdCommandMutation ?? throw new global::System.ArgumentNullException(nameof(deleteClientByIdCommandMutation)); - _publishClientVersion = publishClientVersion ?? throw new global::System.ArgumentNullException(nameof(publishClientVersion)); - _onClientVersionPublishUpdated = onClientVersionPublishUpdated ?? throw new global::System.ArgumentNullException(nameof(onClientVersionPublishUpdated)); - _listClientCommandQuery = listClientCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listClientCommandQuery)); - _createClientCommandMutation = createClientCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createClientCommandMutation)); - _showApiCommandQuery = showApiCommandQuery ?? throw new global::System.ArgumentNullException(nameof(showApiCommandQuery)); - _deleteApiCommandQuery = deleteApiCommandQuery ?? throw new global::System.ArgumentNullException(nameof(deleteApiCommandQuery)); - _deleteApiCommandMutation = deleteApiCommandMutation ?? throw new global::System.ArgumentNullException(nameof(deleteApiCommandMutation)); - _listApiCommandQuery = listApiCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listApiCommandQuery)); - _setApiSettingsCommandMutation = setApiSettingsCommandMutation ?? throw new global::System.ArgumentNullException(nameof(setApiSettingsCommandMutation)); - _createApiCommandMutation = createApiCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createApiCommandMutation)); - _updateStages = updateStages ?? throw new global::System.ArgumentNullException(nameof(updateStages)); - _listStagesQuery = listStagesQuery ?? throw new global::System.ArgumentNullException(nameof(listStagesQuery)); + _createEnvironmentCommandMutation = createEnvironmentCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createEnvironmentCommandMutation)); _listEnvironmentCommandQuery = listEnvironmentCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listEnvironmentCommandQuery)); _showEnvironmentCommandQuery = showEnvironmentCommandQuery ?? throw new global::System.ArgumentNullException(nameof(showEnvironmentCommandQuery)); - _createEnvironmentCommandMutation = createEnvironmentCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createEnvironmentCommandMutation)); - _listApiKeyCommandQuery = listApiKeyCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listApiKeyCommandQuery)); - _createApiKeyCommandMutation = createApiKeyCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createApiKeyCommandMutation)); - _deleteApiKeyCommandMutation = deleteApiKeyCommandMutation ?? throw new global::System.ArgumentNullException(nameof(deleteApiKeyCommandMutation)); - _uploadMcpFeatureCollectionCommandMutation = uploadMcpFeatureCollectionCommandMutation ?? throw new global::System.ArgumentNullException(nameof(uploadMcpFeatureCollectionCommandMutation)); - _validateMcpFeatureCollectionCommandMutation = validateMcpFeatureCollectionCommandMutation ?? throw new global::System.ArgumentNullException(nameof(validateMcpFeatureCollectionCommandMutation)); - _validateMcpFeatureCollectionCommandSubscription = validateMcpFeatureCollectionCommandSubscription ?? throw new global::System.ArgumentNullException(nameof(validateMcpFeatureCollectionCommandSubscription)); - _deleteMcpFeatureCollectionByIdCommandMutation = deleteMcpFeatureCollectionByIdCommandMutation ?? throw new global::System.ArgumentNullException(nameof(deleteMcpFeatureCollectionByIdCommandMutation)); + _uploadFusionSubgraph = uploadFusionSubgraph ?? throw new global::System.ArgumentNullException(nameof(uploadFusionSubgraph)); _createMcpFeatureCollectionCommandMutation = createMcpFeatureCollectionCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createMcpFeatureCollectionCommandMutation)); + _deleteMcpFeatureCollectionByIdCommandMutation = deleteMcpFeatureCollectionByIdCommandMutation ?? throw new global::System.ArgumentNullException(nameof(deleteMcpFeatureCollectionByIdCommandMutation)); _listMcpFeatureCollectionCommandQuery = listMcpFeatureCollectionCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listMcpFeatureCollectionCommandQuery)); _publishMcpFeatureCollectionCommandMutation = publishMcpFeatureCollectionCommandMutation ?? throw new global::System.ArgumentNullException(nameof(publishMcpFeatureCollectionCommandMutation)); _publishMcpFeatureCollectionCommandSubscription = publishMcpFeatureCollectionCommandSubscription ?? throw new global::System.ArgumentNullException(nameof(publishMcpFeatureCollectionCommandSubscription)); - _listPersonalAccessTokenCommandQuery = listPersonalAccessTokenCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listPersonalAccessTokenCommandQuery)); - _createPersonalAccessTokenCommandMutation = createPersonalAccessTokenCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createPersonalAccessTokenCommandMutation)); - _revokePersonalAccessTokenCommandMutation = revokePersonalAccessTokenCommandMutation ?? throw new global::System.ArgumentNullException(nameof(revokePersonalAccessTokenCommandMutation)); - _uploadOpenApiCollectionCommandMutation = uploadOpenApiCollectionCommandMutation ?? throw new global::System.ArgumentNullException(nameof(uploadOpenApiCollectionCommandMutation)); + _uploadMcpFeatureCollectionCommandMutation = uploadMcpFeatureCollectionCommandMutation ?? throw new global::System.ArgumentNullException(nameof(uploadMcpFeatureCollectionCommandMutation)); + _validateMcpFeatureCollectionCommandMutation = validateMcpFeatureCollectionCommandMutation ?? throw new global::System.ArgumentNullException(nameof(validateMcpFeatureCollectionCommandMutation)); + _validateMcpFeatureCollectionCommandSubscription = validateMcpFeatureCollectionCommandSubscription ?? throw new global::System.ArgumentNullException(nameof(validateMcpFeatureCollectionCommandSubscription)); + _createMockSchema = createMockSchema ?? throw new global::System.ArgumentNullException(nameof(createMockSchema)); + _listMockCommandQuery = listMockCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listMockCommandQuery)); + _updateMockSchema = updateMockSchema ?? throw new global::System.ArgumentNullException(nameof(updateMockSchema)); + _createOpenApiCollectionCommandMutation = createOpenApiCollectionCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createOpenApiCollectionCommandMutation)); + _deleteOpenApiCollectionByIdCommandMutation = deleteOpenApiCollectionByIdCommandMutation ?? throw new global::System.ArgumentNullException(nameof(deleteOpenApiCollectionByIdCommandMutation)); _listOpenApiCollectionCommandQuery = listOpenApiCollectionCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listOpenApiCollectionCommandQuery)); _publishOpenApiCollectionCommandMutation = publishOpenApiCollectionCommandMutation ?? throw new global::System.ArgumentNullException(nameof(publishOpenApiCollectionCommandMutation)); _publishOpenApiCollectionCommandSubscription = publishOpenApiCollectionCommandSubscription ?? throw new global::System.ArgumentNullException(nameof(publishOpenApiCollectionCommandSubscription)); + _uploadOpenApiCollectionCommandMutation = uploadOpenApiCollectionCommandMutation ?? throw new global::System.ArgumentNullException(nameof(uploadOpenApiCollectionCommandMutation)); _validateOpenApiCollectionCommandMutation = validateOpenApiCollectionCommandMutation ?? throw new global::System.ArgumentNullException(nameof(validateOpenApiCollectionCommandMutation)); _validateOpenApiCollectionCommandSubscription = validateOpenApiCollectionCommandSubscription ?? throw new global::System.ArgumentNullException(nameof(validateOpenApiCollectionCommandSubscription)); - _createOpenApiCollectionCommandMutation = createOpenApiCollectionCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createOpenApiCollectionCommandMutation)); - _deleteOpenApiCollectionByIdCommandMutation = deleteOpenApiCollectionByIdCommandMutation ?? throw new global::System.ArgumentNullException(nameof(deleteOpenApiCollectionByIdCommandMutation)); - _showWorkspaceCommandQuery = showWorkspaceCommandQuery ?? throw new global::System.ArgumentNullException(nameof(showWorkspaceCommandQuery)); - _createWorkspaceCommandMutation = createWorkspaceCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createWorkspaceCommandMutation)); - _listWorkspaceCommandQuery = listWorkspaceCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listWorkspaceCommandQuery)); - _setDefaultWorkspaceCommand_SelectWorkspace_Query = setDefaultWorkspaceCommand_SelectWorkspace_Query ?? throw new global::System.ArgumentNullException(nameof(setDefaultWorkspaceCommand_SelectWorkspace_Query)); + _createPersonalAccessTokenCommandMutation = createPersonalAccessTokenCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createPersonalAccessTokenCommandMutation)); + _listPersonalAccessTokenCommandQuery = listPersonalAccessTokenCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listPersonalAccessTokenCommandQuery)); + _revokePersonalAccessTokenCommandMutation = revokePersonalAccessTokenCommandMutation ?? throw new global::System.ArgumentNullException(nameof(revokePersonalAccessTokenCommandMutation)); _publishSchemaVersion = publishSchemaVersion ?? throw new global::System.ArgumentNullException(nameof(publishSchemaVersion)); _onSchemaVersionPublishUpdated = onSchemaVersionPublishUpdated ?? throw new global::System.ArgumentNullException(nameof(onSchemaVersionPublishUpdated)); _uploadSchema = uploadSchema ?? throw new global::System.ArgumentNullException(nameof(uploadSchema)); _validateSchemaVersion = validateSchemaVersion ?? throw new global::System.ArgumentNullException(nameof(validateSchemaVersion)); _onSchemaVersionValidationUpdated = onSchemaVersionValidationUpdated ?? throw new global::System.ArgumentNullException(nameof(onSchemaVersionValidationUpdated)); + _updateStages = updateStages ?? throw new global::System.ArgumentNullException(nameof(updateStages)); + _listStagesQuery = listStagesQuery ?? throw new global::System.ArgumentNullException(nameof(listStagesQuery)); + _createWorkspaceCommandMutation = createWorkspaceCommandMutation ?? throw new global::System.ArgumentNullException(nameof(createWorkspaceCommandMutation)); + _listWorkspaceCommandQuery = listWorkspaceCommandQuery ?? throw new global::System.ArgumentNullException(nameof(listWorkspaceCommandQuery)); + _setDefaultWorkspaceCommand_SelectWorkspace_Query = setDefaultWorkspaceCommand_SelectWorkspace_Query ?? throw new global::System.ArgumentNullException(nameof(setDefaultWorkspaceCommand_SelectWorkspace_Query)); + _showWorkspaceCommandQuery = showWorkspaceCommandQuery ?? throw new global::System.ArgumentNullException(nameof(showWorkspaceCommandQuery)); + _selectApiPromptQuery = selectApiPromptQuery ?? throw new global::System.ArgumentNullException(nameof(selectApiPromptQuery)); + _pageClientVersionDetailQuery = pageClientVersionDetailQuery ?? throw new global::System.ArgumentNullException(nameof(pageClientVersionDetailQuery)); + _selectClientPromptQuery = selectClientPromptQuery ?? throw new global::System.ArgumentNullException(nameof(selectClientPromptQuery)); + _beginFusionConfigurationPublish = beginFusionConfigurationPublish ?? throw new global::System.ArgumentNullException(nameof(beginFusionConfigurationPublish)); + _onFusionConfigurationPublishingTaskChanged = onFusionConfigurationPublishingTaskChanged ?? throw new global::System.ArgumentNullException(nameof(onFusionConfigurationPublishingTaskChanged)); _cancelFusionConfigurationPublish = cancelFusionConfigurationPublish ?? throw new global::System.ArgumentNullException(nameof(cancelFusionConfigurationPublish)); _commitFusionConfigurationPublish = commitFusionConfigurationPublish ?? throw new global::System.ArgumentNullException(nameof(commitFusionConfigurationPublish)); _startFusionConfigurationPublish = startFusionConfigurationPublish ?? throw new global::System.ArgumentNullException(nameof(startFusionConfigurationPublish)); - _beginFusionConfigurationPublish = beginFusionConfigurationPublish ?? throw new global::System.ArgumentNullException(nameof(beginFusionConfigurationPublish)); - _onFusionConfigurationPublishingTaskChanged = onFusionConfigurationPublishingTaskChanged ?? throw new global::System.ArgumentNullException(nameof(onFusionConfigurationPublishingTaskChanged)); _validateFusionConfigurationPublish = validateFusionConfigurationPublish ?? throw new global::System.ArgumentNullException(nameof(validateFusionConfigurationPublish)); - _selectMockSchemaPromptQuery = selectMockSchemaPromptQuery ?? throw new global::System.ArgumentNullException(nameof(selectMockSchemaPromptQuery)); - _pageClientVersionDetailQuery = pageClientVersionDetailQuery ?? throw new global::System.ArgumentNullException(nameof(pageClientVersionDetailQuery)); - _selectClientPromptQuery = selectClientPromptQuery ?? throw new global::System.ArgumentNullException(nameof(selectClientPromptQuery)); - _selectApiPromptQuery = selectApiPromptQuery ?? throw new global::System.ArgumentNullException(nameof(selectApiPromptQuery)); _selectMcpFeatureCollectionPromptQuery = selectMcpFeatureCollectionPromptQuery ?? throw new global::System.ArgumentNullException(nameof(selectMcpFeatureCollectionPromptQuery)); + _selectMockSchemaPromptQuery = selectMockSchemaPromptQuery ?? throw new global::System.ArgumentNullException(nameof(selectMockSchemaPromptQuery)); _selectOpenApiCollectionPromptQuery = selectOpenApiCollectionPromptQuery ?? throw new global::System.ArgumentNullException(nameof(selectOpenApiCollectionPromptQuery)); } public static global::System.String ClientName => "ApiClient"; - public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation UploadFusionSubgraph => _uploadFusionSubgraph; - public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation CreateMockSchema => _createMockSchema; - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation UpdateMockSchema => _updateMockSchema; - public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery ListMockCommandQuery => _listMockCommandQuery; + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation CreateApiKeyCommandMutation => _createApiKeyCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation DeleteApiKeyCommandMutation => _deleteApiKeyCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery ListApiKeyCommandQuery => _listApiKeyCommandQuery; + public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation CreateApiCommandMutation => _createApiCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery DeleteApiCommandQuery => _deleteApiCommandQuery; + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation DeleteApiCommandMutation => _deleteApiCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery ListApiCommandQuery => _listApiCommandQuery; + public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation SetApiSettingsCommandMutation => _setApiSettingsCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery ShowApiCommandQuery => _showApiCommandQuery; + public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation CreateClientCommandMutation => _createClientCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutationMutation DeleteClientByIdCommandMutation => _deleteClientByIdCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery ListClientCommandQuery => _listClientCommandQuery; + public global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersionMutation PublishClientVersion => _publishClientVersion; + public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdatedSubscription OnClientVersionPublishUpdated => _onClientVersionPublishUpdated; public global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery ShowClientCommandQuery => _showClientCommandQuery; public global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation UnpublishClient => _unpublishClient; public global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation UploadClient => _uploadClient; public global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation ValidateClientVersion => _validateClientVersion; public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdatedSubscription OnClientVersionValidationUpdated => _onClientVersionValidationUpdated; - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutationMutation DeleteClientByIdCommandMutation => _deleteClientByIdCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersionMutation PublishClientVersion => _publishClientVersion; - public global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdatedSubscription OnClientVersionPublishUpdated => _onClientVersionPublishUpdated; - public global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery ListClientCommandQuery => _listClientCommandQuery; - public global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation CreateClientCommandMutation => _createClientCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery ShowApiCommandQuery => _showApiCommandQuery; - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery DeleteApiCommandQuery => _deleteApiCommandQuery; - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation DeleteApiCommandMutation => _deleteApiCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery ListApiCommandQuery => _listApiCommandQuery; - public global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation SetApiSettingsCommandMutation => _setApiSettingsCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation CreateApiCommandMutation => _createApiCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation UpdateStages => _updateStages; - public global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery ListStagesQuery => _listStagesQuery; + public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation CreateEnvironmentCommandMutation => _createEnvironmentCommandMutation; public global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery ListEnvironmentCommandQuery => _listEnvironmentCommandQuery; public global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery ShowEnvironmentCommandQuery => _showEnvironmentCommandQuery; - public global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation CreateEnvironmentCommandMutation => _createEnvironmentCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery ListApiKeyCommandQuery => _listApiKeyCommandQuery; - public global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation CreateApiKeyCommandMutation => _createApiKeyCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation DeleteApiKeyCommandMutation => _deleteApiKeyCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation UploadMcpFeatureCollectionCommandMutation => _uploadMcpFeatureCollectionCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandMutationMutation ValidateMcpFeatureCollectionCommandMutation => _validateMcpFeatureCollectionCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscriptionSubscription ValidateMcpFeatureCollectionCommandSubscription => _validateMcpFeatureCollectionCommandSubscription; - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation DeleteMcpFeatureCollectionByIdCommandMutation => _deleteMcpFeatureCollectionByIdCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation UploadFusionSubgraph => _uploadFusionSubgraph; public global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation CreateMcpFeatureCollectionCommandMutation => _createMcpFeatureCollectionCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation DeleteMcpFeatureCollectionByIdCommandMutation => _deleteMcpFeatureCollectionByIdCommandMutation; public global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery ListMcpFeatureCollectionCommandQuery => _listMcpFeatureCollectionCommandQuery; public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation PublishMcpFeatureCollectionCommandMutation => _publishMcpFeatureCollectionCommandMutation; public global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscriptionSubscription PublishMcpFeatureCollectionCommandSubscription => _publishMcpFeatureCollectionCommandSubscription; - public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery ListPersonalAccessTokenCommandQuery => _listPersonalAccessTokenCommandQuery; - public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation CreatePersonalAccessTokenCommandMutation => _createPersonalAccessTokenCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation RevokePersonalAccessTokenCommandMutation => _revokePersonalAccessTokenCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation UploadOpenApiCollectionCommandMutation => _uploadOpenApiCollectionCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation UploadMcpFeatureCollectionCommandMutation => _uploadMcpFeatureCollectionCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandMutationMutation ValidateMcpFeatureCollectionCommandMutation => _validateMcpFeatureCollectionCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscriptionSubscription ValidateMcpFeatureCollectionCommandSubscription => _validateMcpFeatureCollectionCommandSubscription; + public global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation CreateMockSchema => _createMockSchema; + public global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery ListMockCommandQuery => _listMockCommandQuery; + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation UpdateMockSchema => _updateMockSchema; + public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation CreateOpenApiCollectionCommandMutation => _createOpenApiCollectionCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation DeleteOpenApiCollectionByIdCommandMutation => _deleteOpenApiCollectionByIdCommandMutation; public global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery ListOpenApiCollectionCommandQuery => _listOpenApiCollectionCommandQuery; public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationMutation PublishOpenApiCollectionCommandMutation => _publishOpenApiCollectionCommandMutation; public global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscriptionSubscription PublishOpenApiCollectionCommandSubscription => _publishOpenApiCollectionCommandSubscription; + public global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation UploadOpenApiCollectionCommandMutation => _uploadOpenApiCollectionCommandMutation; public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation ValidateOpenApiCollectionCommandMutation => _validateOpenApiCollectionCommandMutation; public global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscriptionSubscription ValidateOpenApiCollectionCommandSubscription => _validateOpenApiCollectionCommandSubscription; - public global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation CreateOpenApiCollectionCommandMutation => _createOpenApiCollectionCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation DeleteOpenApiCollectionByIdCommandMutation => _deleteOpenApiCollectionByIdCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery ShowWorkspaceCommandQuery => _showWorkspaceCommandQuery; - public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation CreateWorkspaceCommandMutation => _createWorkspaceCommandMutation; - public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery ListWorkspaceCommandQuery => _listWorkspaceCommandQuery; - public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery SetDefaultWorkspaceCommand_SelectWorkspace_Query => _setDefaultWorkspaceCommand_SelectWorkspace_Query; + public global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation CreatePersonalAccessTokenCommandMutation => _createPersonalAccessTokenCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery ListPersonalAccessTokenCommandQuery => _listPersonalAccessTokenCommandQuery; + public global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation RevokePersonalAccessTokenCommandMutation => _revokePersonalAccessTokenCommandMutation; public global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation PublishSchemaVersion => _publishSchemaVersion; public global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdatedSubscription OnSchemaVersionPublishUpdated => _onSchemaVersionPublishUpdated; public global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaMutation UploadSchema => _uploadSchema; public global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionMutation ValidateSchemaVersion => _validateSchemaVersion; public global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdatedSubscription OnSchemaVersionValidationUpdated => _onSchemaVersionValidationUpdated; + public global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation UpdateStages => _updateStages; + public global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery ListStagesQuery => _listStagesQuery; + public global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation CreateWorkspaceCommandMutation => _createWorkspaceCommandMutation; + public global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery ListWorkspaceCommandQuery => _listWorkspaceCommandQuery; + public global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery SetDefaultWorkspaceCommand_SelectWorkspace_Query => _setDefaultWorkspaceCommand_SelectWorkspace_Query; + public global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery ShowWorkspaceCommandQuery => _showWorkspaceCommandQuery; + public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery SelectApiPromptQuery => _selectApiPromptQuery; + public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery PageClientVersionDetailQuery => _pageClientVersionDetailQuery; + public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery SelectClientPromptQuery => _selectClientPromptQuery; + public global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublishMutation BeginFusionConfigurationPublish => _beginFusionConfigurationPublish; + public global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChangedSubscription OnFusionConfigurationPublishingTaskChanged => _onFusionConfigurationPublishingTaskChanged; public global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation CancelFusionConfigurationPublish => _cancelFusionConfigurationPublish; public global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation CommitFusionConfigurationPublish => _commitFusionConfigurationPublish; public global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation StartFusionConfigurationPublish => _startFusionConfigurationPublish; - public global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublishMutation BeginFusionConfigurationPublish => _beginFusionConfigurationPublish; - public global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChangedSubscription OnFusionConfigurationPublishingTaskChanged => _onFusionConfigurationPublishingTaskChanged; public global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation ValidateFusionConfigurationPublish => _validateFusionConfigurationPublish; - public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery SelectMockSchemaPromptQuery => _selectMockSchemaPromptQuery; - public global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery PageClientVersionDetailQuery => _pageClientVersionDetailQuery; - public global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery SelectClientPromptQuery => _selectClientPromptQuery; - public global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery SelectApiPromptQuery => _selectApiPromptQuery; public global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery SelectMcpFeatureCollectionPromptQuery => _selectMcpFeatureCollectionPromptQuery; + public global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery SelectMockSchemaPromptQuery => _selectMockSchemaPromptQuery; public global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQueryQuery SelectOpenApiCollectionPromptQuery => _selectOpenApiCollectionPromptQuery; } @@ -170062,61 +170062,61 @@ public ApiClient(global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgr [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] public partial interface IApiClient { - global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation UploadFusionSubgraph { get; } - - global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation CreateMockSchema { get; } + global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation CreateApiKeyCommandMutation { get; } - global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation UpdateMockSchema { get; } + global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation DeleteApiKeyCommandMutation { get; } - global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery ListMockCommandQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery ListApiKeyCommandQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery ShowClientCommandQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation CreateApiCommandMutation { get; } - global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation UnpublishClient { get; } + global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery DeleteApiCommandQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation UploadClient { get; } + global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation DeleteApiCommandMutation { get; } - global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation ValidateClientVersion { get; } + global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery ListApiCommandQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdatedSubscription OnClientVersionValidationUpdated { get; } + global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation SetApiSettingsCommandMutation { get; } - global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutationMutation DeleteClientByIdCommandMutation { get; } + global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery ShowApiCommandQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersionMutation PublishClientVersion { get; } + global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation CreateClientCommandMutation { get; } - global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdatedSubscription OnClientVersionPublishUpdated { get; } + global::ChilliCream.Nitro.CommandLine.Client.IDeleteClientByIdCommandMutationMutation DeleteClientByIdCommandMutation { get; } global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryQuery ListClientCommandQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationMutation CreateClientCommandMutation { get; } - - global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryQuery ShowApiCommandQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.IPublishClientVersionMutation PublishClientVersion { get; } - global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryQuery DeleteApiCommandQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdatedSubscription OnClientVersionPublishUpdated { get; } - global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationMutation DeleteApiCommandMutation { get; } + global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryQuery ShowClientCommandQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryQuery ListApiCommandQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientMutation UnpublishClient { get; } - global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationMutation SetApiSettingsCommandMutation { get; } + global::ChilliCream.Nitro.CommandLine.Client.IUploadClientMutation UploadClient { get; } - global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationMutation CreateApiCommandMutation { get; } + global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionMutation ValidateClientVersion { get; } - global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation UpdateStages { get; } + global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdatedSubscription OnClientVersionValidationUpdated { get; } - global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery ListStagesQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation CreateEnvironmentCommandMutation { get; } global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryQuery ListEnvironmentCommandQuery { get; } global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryQuery ShowEnvironmentCommandQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationMutation CreateEnvironmentCommandMutation { get; } + global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphMutation UploadFusionSubgraph { get; } - global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryQuery ListApiKeyCommandQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation CreateMcpFeatureCollectionCommandMutation { get; } - global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationMutation CreateApiKeyCommandMutation { get; } + global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation DeleteMcpFeatureCollectionByIdCommandMutation { get; } - global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationMutation DeleteApiKeyCommandMutation { get; } + global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery ListMcpFeatureCollectionCommandQuery { get; } + + global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation PublishMcpFeatureCollectionCommandMutation { get; } + + global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscriptionSubscription PublishMcpFeatureCollectionCommandSubscription { get; } global::ChilliCream.Nitro.CommandLine.Client.IUploadMcpFeatureCollectionCommandMutationMutation UploadMcpFeatureCollectionCommandMutation { get; } @@ -170124,23 +170124,15 @@ public partial interface IApiClient global::ChilliCream.Nitro.CommandLine.Client.IValidateMcpFeatureCollectionCommandSubscriptionSubscription ValidateMcpFeatureCollectionCommandSubscription { get; } - global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationMutation DeleteMcpFeatureCollectionByIdCommandMutation { get; } - - global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationMutation CreateMcpFeatureCollectionCommandMutation { get; } - - global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryQuery ListMcpFeatureCollectionCommandQuery { get; } - - global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationMutation PublishMcpFeatureCollectionCommandMutation { get; } - - global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscriptionSubscription PublishMcpFeatureCollectionCommandSubscription { get; } + global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaMutation CreateMockSchema { get; } - global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery ListPersonalAccessTokenCommandQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryQuery ListMockCommandQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation CreatePersonalAccessTokenCommandMutation { get; } + global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaMutation UpdateMockSchema { get; } - global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation RevokePersonalAccessTokenCommandMutation { get; } + global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation CreateOpenApiCollectionCommandMutation { get; } - global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation UploadOpenApiCollectionCommandMutation { get; } + global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation DeleteOpenApiCollectionByIdCommandMutation { get; } global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryQuery ListOpenApiCollectionCommandQuery { get; } @@ -170148,21 +170140,17 @@ public partial interface IApiClient global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscriptionSubscription PublishOpenApiCollectionCommandSubscription { get; } + global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationMutation UploadOpenApiCollectionCommandMutation { get; } + global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationMutation ValidateOpenApiCollectionCommandMutation { get; } global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscriptionSubscription ValidateOpenApiCollectionCommandSubscription { get; } - global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationMutation CreateOpenApiCollectionCommandMutation { get; } - - global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationMutation DeleteOpenApiCollectionByIdCommandMutation { get; } - - global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery ShowWorkspaceCommandQuery { get; } - - global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation CreateWorkspaceCommandMutation { get; } + global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationMutation CreatePersonalAccessTokenCommandMutation { get; } - global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery ListWorkspaceCommandQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.IListPersonalAccessTokenCommandQueryQuery ListPersonalAccessTokenCommandQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery SetDefaultWorkspaceCommand_SelectWorkspace_Query { get; } + global::ChilliCream.Nitro.CommandLine.Client.IRevokePersonalAccessTokenCommandMutationMutation RevokePersonalAccessTokenCommandMutation { get; } global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionMutation PublishSchemaVersion { get; } @@ -170174,28 +170162,40 @@ public partial interface IApiClient global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdatedSubscription OnSchemaVersionValidationUpdated { get; } - global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation CancelFusionConfigurationPublish { get; } + global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesMutation UpdateStages { get; } - global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation CommitFusionConfigurationPublish { get; } + global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryQuery ListStagesQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation StartFusionConfigurationPublish { get; } + global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationMutation CreateWorkspaceCommandMutation { get; } - global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublishMutation BeginFusionConfigurationPublish { get; } + global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryQuery ListWorkspaceCommandQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChangedSubscription OnFusionConfigurationPublishingTaskChanged { get; } + global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryQuery SetDefaultWorkspaceCommand_SelectWorkspace_Query { get; } - global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation ValidateFusionConfigurationPublish { get; } + global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryQuery ShowWorkspaceCommandQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery SelectMockSchemaPromptQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery SelectApiPromptQuery { get; } global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryQuery PageClientVersionDetailQuery { get; } global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryQuery SelectClientPromptQuery { get; } - global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryQuery SelectApiPromptQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.IBeginFusionConfigurationPublishMutation BeginFusionConfigurationPublish { get; } + + global::ChilliCream.Nitro.CommandLine.Client.IOnFusionConfigurationPublishingTaskChangedSubscription OnFusionConfigurationPublishingTaskChanged { get; } + + global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishMutation CancelFusionConfigurationPublish { get; } + + global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishMutation CommitFusionConfigurationPublish { get; } + + global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishMutation StartFusionConfigurationPublish { get; } + + global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishMutation ValidateFusionConfigurationPublish { get; } global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryQuery SelectMcpFeatureCollectionPromptQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryQuery SelectMockSchemaPromptQuery { get; } + global::ChilliCream.Nitro.CommandLine.Client.ISelectOpenApiCollectionPromptQueryQuery SelectOpenApiCollectionPromptQuery { get; } } } @@ -170204,30 +170204,30 @@ namespace ChilliCream.Nitro.CommandLine.Client.State { // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraphResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class CreateApiKeyCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public UploadFusionSubgraphResultFactory() + public CreateApiKeyCommandMutationResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationResult); - public UploadFusionSubgraphResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public CreateApiKeyCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is UploadFusionSubgraphResultInfo info) + if (dataInfo is CreateApiKeyCommandMutationResultInfo info) { - return new UploadFusionSubgraphResult(MapNonNullableIUploadFusionSubgraph_UploadFusionSubgraph(info.UploadFusionSubgraph)); + return new CreateApiKeyCommandMutationResult(MapNonNullableICreateApiKeyCommandMutation_CreateApiKey(info.CreateApiKey)); } - throw new global::System.ArgumentException("UploadFusionSubgraphResultInfo expected."); + throw new global::System.ArgumentException("CreateApiKeyCommandMutationResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph MapNonNullableIUploadFusionSubgraph_UploadFusionSubgraph(global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey MapNonNullableICreateApiKeyCommandMutation_CreateApiKey(global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyPayloadData data) { - IUploadFusionSubgraph_UploadFusionSubgraph returnValue = default !; - if (data.__typename.Equals("UploadFusionSubgraphPayload", global::System.StringComparison.Ordinal)) + ICreateApiKeyCommandMutation_CreateApiKey returnValue = default !; + if (data.__typename.Equals("CreateApiKeyPayload", global::System.StringComparison.Ordinal)) { - returnValue = new UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload(MapIUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion(data.FusionSubgraphVersion), MapIUploadFusionSubgraph_UploadFusionSubgraph_ErrorsNonNullableArray(data.Errors)); + returnValue = new CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload(MapICreateApiKeyCommandMutation_CreateApiKey_Result(data.Result), MapICreateApiKeyCommandMutation_CreateApiKey_ErrorsNonNullableArray(data.Errors)); } else { @@ -170237,17 +170237,17 @@ public UploadFusionSubgraphResult Create(global::StrawberryShake.IOperationResul return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion? MapIUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion(global::ChilliCream.Nitro.CommandLine.Client.State.FusionSubgraphVersionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result? MapICreateApiKeyCommandMutation_CreateApiKey_Result(global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyWithSecretData? data) { if (data is null) { return null; } - IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion returnValue = default !; - if (data.__typename.Equals("FusionSubgraphVersion", global::System.StringComparison.Ordinal)) + ICreateApiKeyCommandMutation_CreateApiKey_Result returnValue = default !; + if (data.__typename.Equals("ApiKeyWithSecret", global::System.StringComparison.Ordinal)) { - returnValue = new UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion(data.Id ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret(MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Result_Key(data.Key ?? throw new global::System.ArgumentNullException()), data.Secret ?? throw new global::System.ArgumentNullException()); } else { @@ -170257,44 +170257,114 @@ public UploadFusionSubgraphResult Create(global::StrawberryShake.IOperationResul return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIUploadFusionSubgraph_UploadFusionSubgraph_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Result_Key(global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData data) + { + ICreateApiKeyCommandMutation_CreateApiKey_Result_Key returnValue = default !; + if (data.__typename.Equals("ApiKey", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), MapICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace(data.Workspace)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace? MapICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + { + if (data is null) + { + return null; + } + + ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace(data.Name ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapICreateApiKeyCommandMutation_CreateApiKey_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var uploadFusionSubgraphErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphErrorData child in list) + var createApiKeyErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyErrorData child in list) { - uploadFusionSubgraphErrors.Add(MapNonNullableIUploadFusionSubgraph_UploadFusionSubgraph_Errors(child)); + createApiKeyErrors.Add(MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors(child)); } - return uploadFusionSubgraphErrors; + return createApiKeyErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph_Errors MapNonNullableIUploadFusionSubgraph_UploadFusionSubgraph_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Errors MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyErrorData data) { - IUploadFusionSubgraph_UploadFusionSubgraph_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidFusionSourceSchemaArchiveErrorData invalidFusionSourceSchemaArchiveError) + ICreateApiKeyCommandMutation_CreateApiKey_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError(invalidFusionSourceSchemaArchiveError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceNotFoundData workspaceNotFound) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError(apiNotFoundError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound(workspaceNotFound.__typename ?? throw new global::System.ArgumentNullException(), workspaceNotFound.Message ?? throw new global::System.ArgumentNullException(), workspaceNotFound.WorkspaceId ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersonalWorkspaceNotSupportedErrorData personalWorkspaceNotSupportedError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError(personalWorkspaceNotSupportedError.__typename ?? throw new global::System.ArgumentNullException(), personalWorkspaceNotSupportedError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData validationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError(validationError.__typename ?? throw new global::System.ArgumentNullException(), validationError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_ErrorsNonNullableArray(validationError.Errors)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData duplicatedTagError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.RoleNotFoundErrorData roleNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError(duplicatedTagError.__typename ?? throw new global::System.ArgumentNullException(), duplicatedTagError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError(roleNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), roleNotFoundError.Message ?? throw new global::System.ArgumentNullException(), roleNotFoundError.RoleId ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + throw new global::System.ArgumentNullException(); + } + + var validationErrorPropertys = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorPropertyData child in list) + { + validationErrorPropertys.Add(MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors(child)); + } + + return validationErrorPropertys; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorPropertyData data) + { + ICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors returnValue = default !; + if (data.__typename.Equals("ValidationErrorProperty", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty(data.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -170312,49 +170382,49 @@ public UploadFusionSubgraphResult Create(global::StrawberryShake.IOperationResul // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraphResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class CreateApiKeyCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public UploadFusionSubgraphResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphPayloadData uploadFusionSubgraph) + public CreateApiKeyCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyPayloadData createApiKey) { - UploadFusionSubgraph = uploadFusionSubgraph; + CreateApiKey = createApiKey; } - public global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphPayloadData UploadFusionSubgraph { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyPayloadData CreateApiKey { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new UploadFusionSubgraphResultInfo(UploadFusionSubgraph); + return new CreateApiKeyCommandMutationResultInfo(CreateApiKey); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchemaResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class DeleteApiKeyCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public CreateMockSchemaResultFactory() + public DeleteApiKeyCommandMutationResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationResult); - public CreateMockSchemaResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public DeleteApiKeyCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is CreateMockSchemaResultInfo info) + if (dataInfo is DeleteApiKeyCommandMutationResultInfo info) { - return new CreateMockSchemaResult(MapNonNullableICreateMockSchema_CreateMockSchema(info.CreateMockSchema)); + return new DeleteApiKeyCommandMutationResult(MapNonNullableIDeleteApiKeyCommandMutation_DeleteApiKey(info.DeleteApiKey)); } - throw new global::System.ArgumentException("CreateMockSchemaResultInfo expected."); + throw new global::System.ArgumentException("DeleteApiKeyCommandMutationResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema MapNonNullableICreateMockSchema_CreateMockSchema(global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey MapNonNullableIDeleteApiKeyCommandMutation_DeleteApiKey(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyPayloadData data) { - ICreateMockSchema_CreateMockSchema returnValue = default !; - if (data.__typename.Equals("CreateMockSchemaPayload", global::System.StringComparison.Ordinal)) + IDeleteApiKeyCommandMutation_DeleteApiKey returnValue = default !; + if (data.__typename.Equals("DeleteApiKeyPayload", global::System.StringComparison.Ordinal)) { - returnValue = new CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload(MapICreateMockSchema_CreateMockSchema_MockSchema(data.MockSchema), MapICreateMockSchema_CreateMockSchema_ErrorsNonNullableArray(data.Errors)); + returnValue = new DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload(MapIDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey(data.ApiKey), MapIDeleteApiKeyCommandMutation_DeleteApiKey_ErrorsNonNullableArray(data.Errors)); } else { @@ -170364,17 +170434,17 @@ public CreateMockSchemaResult Create(global::StrawberryShake.IOperationResultDat return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema? MapICreateMockSchema_CreateMockSchema_MockSchema(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey? MapIDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey(global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? data) { if (data is null) { return null; } - ICreateMockSchema_CreateMockSchema_MockSchema returnValue = default !; - if (data.__typename.Equals("MockSchema", global::System.StringComparison.Ordinal)) + IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey returnValue = default !; + if (data.__typename.Equals("ApiKey", global::System.StringComparison.Ordinal)) { - returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_MockSchema(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(data.CreatedBy ?? throw new global::System.ArgumentNullException()), data.ModifiedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(data.ModifiedBy ?? throw new global::System.ArgumentNullException()), data.DownstreamUrl ?? throw new global::System.ArgumentNullException(), data.Url ?? throw new global::System.ArgumentNullException()); + returnValue = new DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), MapICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace(data.Workspace)); } else { @@ -170384,27 +170454,17 @@ public CreateMockSchemaResult Create(global::StrawberryShake.IOperationResultDat return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace? MapICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy returnValue = default !; - if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) - { - returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); - } - else + if (data is null) { - throw new global::System.NotSupportedException(); + return null; } - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) - { - ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy returnValue = default !; - if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) + ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace(data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -170414,40 +170474,32 @@ public CreateMockSchemaResult Create(global::StrawberryShake.IOperationResultDat return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapICreateMockSchema_CreateMockSchema_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIDeleteApiKeyCommandMutation_DeleteApiKey_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var createMockSchemaErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMockSchemaErrorData child in list) + var deleteApiKeyErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiKeyErrorData child in list) { - createMockSchemaErrors.Add(MapNonNullableICreateMockSchema_CreateMockSchema_Errors(child)); + deleteApiKeyErrors.Add(MapNonNullableIDeleteApiKeyCommandMutation_DeleteApiKey_Errors(child)); } - return createMockSchemaErrors; + return deleteApiKeyErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_Errors MapNonNullableICreateMockSchema_CreateMockSchema_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMockSchemaErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey_Errors MapNonNullableIDeleteApiKeyCommandMutation_DeleteApiKey_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiKeyErrorData data) { - ICreateMockSchema_CreateMockSchema_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaNonUniqueNameErrorData mockSchemaNonUniqueNameError) + IDeleteApiKeyCommandMutation_DeleteApiKey_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyNotFoundErrorData apiKeyNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError(mockSchemaNonUniqueNameError.__typename ?? throw new global::System.ArgumentNullException(), mockSchemaNonUniqueNameError.Message ?? throw new global::System.ArgumentNullException(), mockSchemaNonUniqueNameError.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError(apiKeyNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiKeyNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiKeyNotFoundError.ApiKeyId ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData validationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateMockSchema_CreateMockSchema_Errors_ValidationError(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -170465,49 +170517,54 @@ public CreateMockSchemaResult Create(global::StrawberryShake.IOperationResultDat // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchemaResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class DeleteApiKeyCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public CreateMockSchemaResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaPayloadData createMockSchema) + public DeleteApiKeyCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyPayloadData deleteApiKey) { - CreateMockSchema = createMockSchema; + DeleteApiKey = deleteApiKey; } - public global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaPayloadData CreateMockSchema { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyPayloadData DeleteApiKey { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new CreateMockSchemaResultInfo(CreateMockSchema); + return new DeleteApiKeyCommandMutationResultInfo(DeleteApiKey); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchemaResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class ListApiKeyCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public UpdateMockSchemaResultFactory() + public ListApiKeyCommandQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryResult); - public UpdateMockSchemaResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public ListApiKeyCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is UpdateMockSchemaResultInfo info) + if (dataInfo is ListApiKeyCommandQueryResultInfo info) { - return new UpdateMockSchemaResult(MapNonNullableIUpdateMockSchema_UpdateMockSchema(info.UpdateMockSchema)); + return new ListApiKeyCommandQueryResult(MapIListApiKeyCommandQuery_WorkspaceById(info.WorkspaceById)); } - throw new global::System.ArgumentException("UpdateMockSchemaResultInfo expected."); + throw new global::System.ArgumentException("ListApiKeyCommandQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema MapNonNullableIUpdateMockSchema_UpdateMockSchema(global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById? MapIListApiKeyCommandQuery_WorkspaceById(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - IUpdateMockSchema_UpdateMockSchema returnValue = default !; - if (data.__typename.Equals("UpdateMockSchemaPayload", global::System.StringComparison.Ordinal)) + if (data is null) { - returnValue = new UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload(MapIUpdateMockSchema_UpdateMockSchema_MockSchema(data.MockSchema), MapIUpdateMockSchema_UpdateMockSchema_ErrorsNonNullableArray(data.Errors)); + return null; + } + + IListApiKeyCommandQuery_WorkspaceById returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + { + returnValue = new ListApiKeyCommandQuery_WorkspaceById_Workspace(MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys(data.ApiKeys)); } else { @@ -170517,17 +170574,17 @@ public UpdateMockSchemaResult Create(global::StrawberryShake.IOperationResultDat return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema_MockSchema? MapIUpdateMockSchema_UpdateMockSchema_MockSchema(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys? MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys(global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysConnectionData? data) { if (data is null) { return null; } - IUpdateMockSchema_UpdateMockSchema_MockSchema returnValue = default !; - if (data.__typename.Equals("MockSchema", global::System.StringComparison.Ordinal)) + IListApiKeyCommandQuery_WorkspaceById_ApiKeys returnValue = default !; + if (data.__typename.Equals("ApiKeysConnection", global::System.StringComparison.Ordinal)) { - returnValue = new UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(data.CreatedBy ?? throw new global::System.ArgumentNullException()), data.ModifiedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(data.ModifiedBy ?? throw new global::System.ArgumentNullException()), data.DownstreamUrl ?? throw new global::System.ArgumentNullException(), data.Url ?? throw new global::System.ArgumentNullException()); + returnValue = new ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection(MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys_EdgesNonNullableArray(data.Edges), MapNonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -170537,27 +170594,28 @@ public UpdateMockSchemaResult Create(global::StrawberryShake.IOperationResultDat return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) + private global::System.Collections.Generic.IReadOnlyList? MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy returnValue = default !; - if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) + if (list is null) { - returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); + return null; } - else + + var apiKeysEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysEdgeData child in list) { - throw new global::System.NotSupportedException(); + apiKeysEdges.Add(MapNonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges(child)); } - return returnValue; + return apiKeysEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges MapNonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysEdgeData data) { - ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy returnValue = default !; - if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) + IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges returnValue = default !; + if (data.__typename.Equals("ApiKeysEdge", global::System.StringComparison.Ordinal)) { - returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); + returnValue = new ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -170567,40 +170625,47 @@ public UpdateMockSchemaResult Create(global::StrawberryShake.IOperationResultDat return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIUpdateMockSchema_UpdateMockSchema_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node MapNonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData data) { - if (list is null) + IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node returnValue = default !; + if (data.__typename.Equals("ApiKey", global::System.StringComparison.Ordinal)) { - return null; + returnValue = new ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), MapICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace(data.Workspace)); } - - var updateMockSchemaErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateMockSchemaErrorData child in list) + else { - updateMockSchemaErrors.Add(MapNonNullableIUpdateMockSchema_UpdateMockSchema_Errors(child)); + throw new global::System.NotSupportedException(); } - return updateMockSchemaErrors; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema_Errors MapNonNullableIUpdateMockSchema_UpdateMockSchema_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateMockSchemaErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace? MapICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - IUpdateMockSchema_UpdateMockSchema_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaNonUniqueNameErrorData mockSchemaNonUniqueNameError) + if (data is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError(mockSchemaNonUniqueNameError.__typename ?? throw new global::System.ArgumentNullException(), mockSchemaNonUniqueNameError.Message ?? throw new global::System.ArgumentNullException(), mockSchemaNonUniqueNameError.Name ?? throw new global::System.ArgumentNullException()); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaNotFoundErrorData mockSchemaNotFoundError) + + ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError(mockSchemaNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), mockSchemaNotFoundError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace_Workspace(data.Name ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData validationError) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo MapNonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + { + IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateMockSchema_UpdateMockSchema_Errors_ValidationError(); + returnValue = new ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); } else { @@ -170618,54 +170683,80 @@ public UpdateMockSchemaResult Create(global::StrawberryShake.IOperationResultDat // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchemaResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class ListApiKeyCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public UpdateMockSchemaResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaPayloadData updateMockSchema) + public ListApiKeyCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspaceById) { - UpdateMockSchema = updateMockSchema; + WorkspaceById = workspaceById; } - public global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaPayloadData UpdateMockSchema { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? WorkspaceById { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new UpdateMockSchemaResultInfo(UpdateMockSchema); + return new ListApiKeyCommandQueryResultInfo(WorkspaceById); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class CreateApiCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public ListMockCommandQueryResultFactory() + public CreateApiCommandMutationResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationResult); - public ListMockCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public CreateApiCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is ListMockCommandQueryResultInfo info) + if (dataInfo is CreateApiCommandMutationResultInfo info) { - return new ListMockCommandQueryResult(MapIListMockCommandQuery_ApiById(info.ApiById)); + return new CreateApiCommandMutationResult(MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges(info.PushWorkspaceChanges)); } - throw new global::System.ArgumentException("ListMockCommandQueryResultInfo expected."); + throw new global::System.ArgumentException("CreateApiCommandMutationResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById? MapIListMockCommandQuery_ApiById(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges(global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData data) { - if (data is null) + ICreateApiCommandMutation_PushWorkspaceChanges returnValue = default !; + if (data.__typename.Equals("PushWorkspaceChangesPayload", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload(MapICreateApiCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(data.Changes), MapICreateApiCommandMutation_PushWorkspaceChanges_ErrorsNonNullableArray(data.Errors)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapICreateApiCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { return null; } - IListMockCommandQuery_ApiById returnValue = default !; - if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + var workspaceChangePayloads = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData child in list) { - returnValue = new ListMockCommandQuery_ApiById_Api(MapIListMockCommandQuery_ApiById_MockSchemas(data.MockSchemas)); + workspaceChangePayloads.Add(MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes(child)); + } + + return workspaceChangePayloads; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData data) + { + ICreateApiCommandMutation_PushWorkspaceChanges_Changes returnValue = default !; + if (data.__typename.Equals("WorkspaceChangePayload", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload(data.ReferenceId ?? throw new global::System.ArgumentNullException(), MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error(data.Error), MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result(data.Result)); } else { @@ -170675,17 +170766,37 @@ public ListMockCommandQueryResult Create(global::StrawberryShake.IOperationResul return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas? MapIListMockCommandQuery_ApiById_MockSchemas(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error? MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error(global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeErrorData? data) { if (data is null) { return null; } - IListMockCommandQuery_ApiById_MockSchemas returnValue = default !; - if (data.__typename.Equals("MockSchemasConnection", global::System.StringComparison.Ordinal)) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ChangeValidationFailedData changeValidationFailed) { - returnValue = new ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection(MapIListMockCommandQuery_ApiById_MockSchemas_EdgesNonNullableArray(data.Edges), MapNonNullableIListMockCommandQuery_ApiById_MockSchemas_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed(changeValidationFailed.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenChangedConflictData hasBeenChangedConflict) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict(hasBeenChangedConflict.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenDeletedConflictData hasBeenDeletedConflict) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict(hasBeenDeletedConflict.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.IdentifierCollisionConflictData identifierCollisionConflict) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict(identifierCollisionConflict.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedErrorOnChangeData unexpectedErrorOnChange) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange(unexpectedErrorOnChange.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceNotFoundForChangeData workspaceNotFoundForChange) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange(workspaceNotFoundForChange.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -170695,28 +170806,49 @@ public ListMockCommandQueryResult Create(global::StrawberryShake.IOperationResul return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIListMockCommandQuery_ApiById_MockSchemas_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result? MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result(global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeResultData? data) { - if (list is null) + if (data is null) { return null; } - var mockSchemasEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData child in list) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) { - mockSchemasEdges.Add(MapNonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api(api.Name ?? throw new global::System.ArgumentNullException(), api.Id ?? throw new global::System.ArgumentNullException(), api.Path ?? throw new global::System.ArgumentNullException(), MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(api.Workspace), MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(api.Settings)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment(); + } + else + { + throw new global::System.NotSupportedException(); } - return mockSchemasEdges; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_Edges MapNonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - IListMockCommandQuery_ApiById_MockSchemas_Edges returnValue = default !; - if (data.__typename.Equals("MockSchemasEdge", global::System.StringComparison.Ordinal)) + if (data is null) { - returnValue = new ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + return null; + } + + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -170726,12 +170858,12 @@ public ListMockCommandQueryResult Create(global::StrawberryShake.IOperationResul return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_Edges_Node MapNonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData data) { - IListMockCommandQuery_ApiById_MockSchemas_Edges_Node returnValue = default !; - if (data.__typename.Equals("MockSchema", global::System.StringComparison.Ordinal)) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings returnValue = default !; + if (data.__typename.Equals("ApiSettings", global::System.StringComparison.Ordinal)) { - returnValue = new ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(data.CreatedBy ?? throw new global::System.ArgumentNullException()), data.ModifiedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(data.ModifiedBy ?? throw new global::System.ArgumentNullException()), data.DownstreamUrl ?? throw new global::System.ArgumentNullException(), data.Url ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings(MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(data.SchemaRegistry ?? throw new global::System.ArgumentNullException())); } else { @@ -170741,12 +170873,12 @@ public ListMockCommandQueryResult Create(global::StrawberryShake.IOperationResul return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData data) { - ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy returnValue = default !; - if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry returnValue = default !; + if (data.__typename.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal)) { - returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings(data.TreatDangerousAsBreaking ?? throw new global::System.ArgumentNullException(), data.AllowBreakingSchemaChanges ?? throw new global::System.ArgumentNullException()); } else { @@ -170756,27 +170888,32 @@ public ListMockCommandQueryResult Create(global::StrawberryShake.IOperationResul return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) + private global::System.Collections.Generic.IReadOnlyList? MapICreateApiCommandMutation_PushWorkspaceChanges_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy returnValue = default !; - if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) + if (list is null) { - returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); + return null; } - else + + var pushWorkspaceChangesErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IPushWorkspaceChangesErrorData child in list) { - throw new global::System.NotSupportedException(); + pushWorkspaceChangesErrors.Add(MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Errors(child)); } - return returnValue; + return pushWorkspaceChangesErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_PageInfo MapNonNullableIListMockCommandQuery_ApiById_MockSchemas_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Errors MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IPushWorkspaceChangesErrorData data) { - IListMockCommandQuery_ApiById_MockSchemas_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + ICreateApiCommandMutation_PushWorkspaceChanges_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ChangeStructureInvalidData changeStructureInvalid) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid(changeStructureInvalid.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -170794,214 +170931,214 @@ public ListMockCommandQueryResult Create(global::StrawberryShake.IOperationResul // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class CreateApiCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public ListMockCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? apiById) + public CreateApiCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData pushWorkspaceChanges) { - ApiById = apiById; + PushWorkspaceChanges = pushWorkspaceChanges; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? ApiById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData PushWorkspaceChanges { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new ListMockCommandQueryResultInfo(ApiById); + return new CreateApiCommandMutationResultInfo(PushWorkspaceChanges); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class DeleteApiCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public ShowClientCommandQueryResultFactory() + public DeleteApiCommandQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryResult); - public ShowClientCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public DeleteApiCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is ShowClientCommandQueryResultInfo info) + if (dataInfo is DeleteApiCommandQueryResultInfo info) { - return new ShowClientCommandQueryResult(MapIShowClientCommandQuery_Node(info.Node)); + return new DeleteApiCommandQueryResult(MapIDeleteApiCommandQuery_Node(info.Node)); } - throw new global::System.ArgumentException("ShowClientCommandQueryResultInfo expected."); + throw new global::System.ArgumentException("DeleteApiCommandQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node? MapIShowClientCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node? MapIDeleteApiCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) { if (data is null) { return null; } - IShowClientCommandQuery_Node? returnValue; + IDeleteApiCommandQuery_Node? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Api(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Api(api.Name ?? throw new global::System.ArgumentNullException(), api.Version ?? throw new global::System.ArgumentNullException(), MapIDeleteApiCommandQuery_Node_Workspace_1(api.Workspace)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_ApiDocument(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_ApiDocument(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_ApiKey(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_ApiKey(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Client(client.Id ?? throw new global::System.ArgumentNullException(), client.Name ?? throw new global::System.ArgumentNullException(), MapIShowClientCommandQuery_Node_Api_1(client.Api), MapIShowClientCommandQuery_Node_Versions(client.Versions)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Client(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_ClientChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_ClientChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_ClientDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_ClientDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_ClientVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_ClientVersion(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_CoordinateClientUsageMetrics(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_CoordinateClientUsageMetrics(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Environment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Environment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_FusionConfigurationChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_FusionConfigurationChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_FusionConfigurationDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_FusionConfigurationDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLDirectiveDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLDirectiveDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLEnumTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLEnumValueDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLEnumValueDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLObjectFieldDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLScalarTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLUnionTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Group(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Group(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_McpFeatureCollection(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_McpFeatureCollection(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_McpFeatureCollectionChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_McpFeatureCollectionDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_McpFeatureCollectionDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_McpFeatureCollectionVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_McpFeatureCollectionVersion(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_OpenApiCollection(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_OpenApiCollection(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_OpenApiCollectionChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_OpenApiCollectionDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_OpenApiCollectionDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_OpenApiCollectionVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_OpenApiCollectionVersion(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Organization(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Organization(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_OrganizationMember(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_OrganizationMember(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_SchemaChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_SchemaChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_SchemaDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_SchemaDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Stage(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Stage(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_User(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_User(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Workspace(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Workspace(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_WorkspaceDocument(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_WorkspaceDocument(); } else { @@ -171011,17 +171148,17 @@ public ShowClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? MapIShowClientCommandQuery_Node_Api_1(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node_Workspace_1? MapIDeleteApiCommandQuery_Node_Workspace_1(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { if (data is null) { return null; } - IShowClientCommandQuery_Node_Api_1 returnValue = default !; - if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + IDeleteApiCommandQuery_Node_Workspace_1 returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException()); + returnValue = new DeleteApiCommandQuery_Node_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException()); } else { @@ -171031,17 +171168,60 @@ public ShowClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? MapIShowClientCommandQuery_Node_Versions(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? data) + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) { - if (data is null) + return Create(dataInfo, snapshot); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class DeleteApiCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public DeleteApiCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) + { + Node = node; + } + + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new DeleteApiCommandQueryResultInfo(Node); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class DeleteApiCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public DeleteApiCommandMutationResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationResult); + + public DeleteApiCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is DeleteApiCommandMutationResultInfo info) { - return null; + return new DeleteApiCommandMutationResult(MapNonNullableIDeleteApiCommandMutation_DeleteApiById(info.DeleteApiById)); } - IShowClientCommandQuery_Node_Versions returnValue = default !; - if (data.__typename.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal)) + throw new global::System.ArgumentException("DeleteApiCommandMutationResultInfo expected."); + } + + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById MapNonNullableIDeleteApiCommandMutation_DeleteApiById(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiByIdPayloadData data) + { + IDeleteApiCommandMutation_DeleteApiById returnValue = default !; + if (data.__typename.Equals("DeleteApiByIdPayload", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_ClientVersionConnection(MapIShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(data.Edges), MapNonNullableIShowClientCommandQuery_Node_Versions_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload(MapIDeleteApiCommandMutation_DeleteApiById_Api(data.Api), MapIDeleteApiCommandMutation_DeleteApiById_ErrorsNonNullableArray(data.Errors)); } else { @@ -171051,28 +171231,17 @@ public ShowClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById_Api? MapIDeleteApiCommandMutation_DeleteApiById_Api(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) { - if (list is null) + if (data is null) { return null; } - var clientVersionEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData child in list) - { - clientVersionEdges.Add(MapNonNullableIShowClientCommandQuery_Node_Versions_Edges(child)); - } - - return clientVersionEdges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges MapNonNullableIShowClientCommandQuery_Node_Versions_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData data) - { - IShowClientCommandQuery_Node_Versions_Edges returnValue = default !; - if (data.__typename.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal)) + IDeleteApiCommandMutation_DeleteApiById_Api returnValue = default !; + if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + returnValue = new DeleteApiCommandMutation_DeleteApiById_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException(), MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(data.Workspace), MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(data.Settings ?? throw new global::System.ArgumentNullException())); } else { @@ -171082,12 +171251,17 @@ public ShowClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - IShowClientCommandQuery_Node_Versions_Edges_Node returnValue = default !; - if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) + if (data is null) + { + return null; + } + + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.Tag ?? throw new global::System.ArgumentNullException(), MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(data.PublishedTo ?? throw new global::System.ArgumentNullException())); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -171097,28 +171271,27 @@ public ShowClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData data) { - if (list is null) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings returnValue = default !; + if (data.__typename.Equals("ApiSettings", global::System.StringComparison.Ordinal)) { - throw new global::System.ArgumentNullException(); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings(MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(data.SchemaRegistry ?? throw new global::System.ArgumentNullException())); } - - var publishedClientVersions = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData child in list) + else { - publishedClientVersions.Add(MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(child)); + throw new global::System.NotSupportedException(); } - return publishedClientVersions; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData data) { - IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo returnValue = default !; - if (data.__typename.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal)) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry returnValue = default !; + if (data.__typename.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(MapIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(data.Stage)); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings(data.TreatDangerousAsBreaking ?? throw new global::System.ArgumentNullException(), data.AllowBreakingSchemaChanges ?? throw new global::System.ArgumentNullException()); } else { @@ -171128,32 +171301,36 @@ public ShowClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? MapIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) + private global::System.Collections.Generic.IReadOnlyList? MapIDeleteApiCommandMutation_DeleteApiById_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { return null; } - IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage returnValue = default !; - if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); - } - else + var deleteApiByIdErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiByIdErrorData child in list) { - throw new global::System.NotSupportedException(); + deleteApiByIdErrors.Add(MapNonNullableIDeleteApiCommandMutation_DeleteApiById_Errors(child)); } - return returnValue; + return deleteApiByIdErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo MapNonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById_Errors MapNonNullableIDeleteApiCommandMutation_DeleteApiById_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiByIdErrorData data) { - IShowClientCommandQuery_Node_Versions_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + IDeleteApiCommandMutation_DeleteApiById_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError(apiNotFoundError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDeletionFailedErrorData apiDeletionFailedError) { - returnValue = new ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo(data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError(apiDeletionFailedError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -171171,52 +171348,54 @@ public ShowClientCommandQueryResult Create(global::StrawberryShake.IOperationRes // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class DeleteApiCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public ShowClientCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) + public DeleteApiCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiByIdPayloadData deleteApiById) { - Node = node; + DeleteApiById = deleteApiById; } - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiByIdPayloadData DeleteApiById { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new ShowClientCommandQueryResultInfo(Node); + return new DeleteApiCommandMutationResultInfo(DeleteApiById); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClientResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class ListApiCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public UnpublishClientResultFactory() + public ListApiCommandQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryResult); - public UnpublishClientResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public ListApiCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is UnpublishClientResultInfo info) + if (dataInfo is ListApiCommandQueryResultInfo info) { - return new UnpublishClientResult(MapNonNullableIUnpublishClient_UnpublishClient(info.UnpublishClient)); + return new ListApiCommandQueryResult(MapIListApiCommandQuery_WorkspaceById(info.WorkspaceById)); } - throw new global::System.ArgumentException("UnpublishClientResultInfo expected."); + throw new global::System.ArgumentException("ListApiCommandQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient MapNonNullableIUnpublishClient_UnpublishClient(global::ChilliCream.Nitro.CommandLine.Client.State.UnpublishClientPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById? MapIListApiCommandQuery_WorkspaceById(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - IUnpublishClient_UnpublishClient returnValue = default !; - if (data.__typename.Equals("UnpublishClientPayload", global::System.StringComparison.Ordinal)) + if (data is null) { - returnValue = new UnpublishClient_UnpublishClient_UnpublishClientPayload(MapIUnpublishClient_UnpublishClient_ClientVersion(data.ClientVersion), MapIUnpublishClient_UnpublishClient_ErrorsNonNullableArray(data.Errors)); + return null; + } + + IListApiCommandQuery_WorkspaceById returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + { + returnValue = new ListApiCommandQuery_WorkspaceById_Workspace(MapIListApiCommandQuery_WorkspaceById_Apis(data.Apis)); } else { @@ -171226,17 +171405,17 @@ public UnpublishClientResult Create(global::StrawberryShake.IOperationResultData return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion? MapIUnpublishClient_UnpublishClient_ClientVersion(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis? MapIListApiCommandQuery_WorkspaceById_Apis(global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData? data) { if (data is null) { return null; } - IUnpublishClient_UnpublishClient_ClientVersion returnValue = default !; - if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) + IListApiCommandQuery_WorkspaceById_Apis returnValue = default !; + if (data.__typename.Equals("ApisConnection", global::System.StringComparison.Ordinal)) { - returnValue = new UnpublishClient_UnpublishClient_ClientVersion_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), MapIUnpublishClient_UnpublishClient_ClientVersion_Client(data.Client)); + returnValue = new ListApiCommandQuery_WorkspaceById_Apis_ApisConnection(MapIListApiCommandQuery_WorkspaceById_Apis_EdgesNonNullableArray(data.Edges), MapNonNullableIListApiCommandQuery_WorkspaceById_Apis_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -171246,17 +171425,28 @@ public UnpublishClientResult Create(global::StrawberryShake.IOperationResultData return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion_Client? MapIUnpublishClient_UnpublishClient_ClientVersion_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) + private global::System.Collections.Generic.IReadOnlyList? MapIListApiCommandQuery_WorkspaceById_Apis_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { return null; } - IUnpublishClient_UnpublishClient_ClientVersion_Client returnValue = default !; - if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) + var apisEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData child in list) { - returnValue = new UnpublishClient_UnpublishClient_ClientVersion_Client_Client(data.Name ?? throw new global::System.ArgumentNullException()); + apisEdges.Add(MapNonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges(child)); + } + + return apisEdges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_Edges MapNonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData data) + { + IListApiCommandQuery_WorkspaceById_Apis_Edges returnValue = default !; + if (data.__typename.Equals("ApisEdge", global::System.StringComparison.Ordinal)) + { + returnValue = new ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -171266,44 +171456,77 @@ public UnpublishClientResult Create(global::StrawberryShake.IOperationResultData return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIUnpublishClient_UnpublishClient_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_Edges_Node MapNonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData data) { - if (list is null) + IListApiCommandQuery_WorkspaceById_Apis_Edges_Node returnValue = default !; + if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + { + returnValue = new ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException(), MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(data.Workspace), MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(data.Settings ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + { + if (data is null) { return null; } - var unpublishClientErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUnpublishClientErrorData child in list) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - unpublishClientErrors.Add(MapNonNullableIUnpublishClient_UnpublishClient_Errors(child)); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); } - return unpublishClientErrors; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_Errors MapNonNullableIUnpublishClient_UnpublishClient_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUnpublishClientErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData data) { - IUnpublishClient_UnpublishClient_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings returnValue = default !; + if (data.__typename.Equals("ApiSettings", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UnpublishClient_UnpublishClient_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings(MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(data.SchemaRegistry ?? throw new global::System.ArgumentNullException())); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientNotFoundErrorData clientNotFoundError) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UnpublishClient_UnpublishClient_Errors_ClientNotFoundError(clientNotFoundError.Message ?? throw new global::System.ArgumentNullException(), clientNotFoundError.ClientId ?? throw new global::System.ArgumentNullException()); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData data) + { + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry returnValue = default !; + if (data.__typename.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings(data.TreatDangerousAsBreaking ?? throw new global::System.ArgumentNullException(), data.AllowBreakingSchemaChanges ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionNotFoundErrorData clientVersionNotFoundError) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError(clientVersionNotFoundError.Tag ?? throw new global::System.ArgumentNullException(), clientVersionNotFoundError.Message ?? throw new global::System.ArgumentNullException(), clientVersionNotFoundError.ClientId ?? throw new global::System.ArgumentNullException()); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_PageInfo MapNonNullableIListApiCommandQuery_WorkspaceById_Apis_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + { + IListApiCommandQuery_WorkspaceById_Apis_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); } else { @@ -171321,49 +171544,49 @@ public UnpublishClientResult Create(global::StrawberryShake.IOperationResultData // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClientResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class ListApiCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public UnpublishClientResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UnpublishClientPayloadData unpublishClient) + public ListApiCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspaceById) { - UnpublishClient = unpublishClient; + WorkspaceById = workspaceById; } - public global::ChilliCream.Nitro.CommandLine.Client.State.UnpublishClientPayloadData UnpublishClient { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? WorkspaceById { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new UnpublishClientResultInfo(UnpublishClient); + return new ListApiCommandQueryResultInfo(WorkspaceById); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClientResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class SetApiSettingsCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public UploadClientResultFactory() + public SetApiSettingsCommandMutationResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUploadClientResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationResult); - public UploadClientResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public SetApiSettingsCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is UploadClientResultInfo info) + if (dataInfo is SetApiSettingsCommandMutationResultInfo info) { - return new UploadClientResult(MapNonNullableIUploadClient_UploadClient(info.UploadClient)); + return new SetApiSettingsCommandMutationResult(MapNonNullableISetApiSettingsCommandMutation_UpdateApiSettings(info.UpdateApiSettings)); } - throw new global::System.ArgumentException("UploadClientResultInfo expected."); + throw new global::System.ArgumentException("SetApiSettingsCommandMutationResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient MapNonNullableIUploadClient_UploadClient(global::ChilliCream.Nitro.CommandLine.Client.State.UploadClientPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings MapNonNullableISetApiSettingsCommandMutation_UpdateApiSettings(global::ChilliCream.Nitro.CommandLine.Client.State.UpdateApiSettingsPayloadData data) { - IUploadClient_UploadClient returnValue = default !; - if (data.__typename.Equals("UploadClientPayload", global::System.StringComparison.Ordinal)) + ISetApiSettingsCommandMutation_UpdateApiSettings returnValue = default !; + if (data.__typename.Equals("UpdateApiSettingsPayload", global::System.StringComparison.Ordinal)) { - returnValue = new UploadClient_UploadClient_UploadClientPayload(MapIUploadClient_UploadClient_ClientVersion(data.ClientVersion), MapIUploadClient_UploadClient_ErrorsNonNullableArray(data.Errors)); + returnValue = new SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload(MapISetApiSettingsCommandMutation_UpdateApiSettings_Api(data.Api), MapISetApiSettingsCommandMutation_UpdateApiSettings_ErrorsNonNullableArray(data.Errors)); } else { @@ -171373,17 +171596,17 @@ public UploadClientResult Create(global::StrawberryShake.IOperationResultDataInf return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient_ClientVersion? MapIUploadClient_UploadClient_ClientVersion(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings_Api? MapISetApiSettingsCommandMutation_UpdateApiSettings_Api(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) { if (data is null) { return null; } - IUploadClient_UploadClient_ClientVersion returnValue = default !; - if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) + ISetApiSettingsCommandMutation_UpdateApiSettings_Api returnValue = default !; + if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) { - returnValue = new UploadClient_UploadClient_ClientVersion_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException()); + returnValue = new SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException(), MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(data.Workspace), MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(data.Settings ?? throw new global::System.ArgumentNullException())); } else { @@ -171393,44 +171616,82 @@ public UploadClientResult Create(global::StrawberryShake.IOperationResultDataInf return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIUploadClient_UploadClient_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - if (list is null) + if (data is null) { return null; } - var uploadClientErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUploadClientErrorData child in list) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - uploadClientErrors.Add(MapNonNullableIUploadClient_UploadClient_Errors(child)); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); } - return uploadClientErrors; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient_Errors MapNonNullableIUploadClient_UploadClient_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUploadClientErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData data) { - IUploadClient_UploadClient_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientNotFoundErrorData clientNotFoundError) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings returnValue = default !; + if (data.__typename.Equals("ApiSettings", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadClient_UploadClient_Errors_ClientNotFoundError(clientNotFoundError.Message ?? throw new global::System.ArgumentNullException(), clientNotFoundError.ClientId ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings(MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(data.SchemaRegistry ?? throw new global::System.ArgumentNullException())); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadClient_UploadClient_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidPersistedQueryErrorData invalidPersistedQueryError) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData data) + { + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry returnValue = default !; + if (data.__typename.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadClient_UploadClient_Errors_InvalidPersistedQueryError(invalidPersistedQueryError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings(data.TreatDangerousAsBreaking ?? throw new global::System.ArgumentNullException(), data.AllowBreakingSchemaChanges ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadClient_UploadClient_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData duplicatedTagError) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapISetApiSettingsCommandMutation_UpdateApiSettings_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadClient_UploadClient_Errors_DuplicatedTagError(duplicatedTagError.__typename ?? throw new global::System.ArgumentNullException(), duplicatedTagError.Message ?? throw new global::System.ArgumentNullException()); + return null; + } + + var updateApiSettingsErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsErrorData child in list) + { + updateApiSettingsErrors.Add(MapNonNullableISetApiSettingsCommandMutation_UpdateApiSettings_Errors(child)); + } + + return updateApiSettingsErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings_Errors MapNonNullableISetApiSettingsCommandMutation_UpdateApiSettings_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsErrorData data) + { + ISetApiSettingsCommandMutation_UpdateApiSettings_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -171448,49 +171709,214 @@ public UploadClientResult Create(global::StrawberryShake.IOperationResultDataInf // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClientResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class SetApiSettingsCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public UploadClientResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UploadClientPayloadData uploadClient) + public SetApiSettingsCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UpdateApiSettingsPayloadData updateApiSettings) { - UploadClient = uploadClient; + UpdateApiSettings = updateApiSettings; } - public global::ChilliCream.Nitro.CommandLine.Client.State.UploadClientPayloadData UploadClient { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.UpdateApiSettingsPayloadData UpdateApiSettings { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new UploadClientResultInfo(UploadClient); + return new SetApiSettingsCommandMutationResultInfo(UpdateApiSettings); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateClientVersionResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class ShowApiCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public ValidateClientVersionResultFactory() + public ShowApiCommandQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryResult); - public ValidateClientVersionResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public ShowApiCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is ValidateClientVersionResultInfo info) + if (dataInfo is ShowApiCommandQueryResultInfo info) { - return new ValidateClientVersionResult(MapNonNullableIValidateClientVersion_ValidateClient(info.ValidateClient)); + return new ShowApiCommandQueryResult(MapIShowApiCommandQuery_Node(info.Node)); } - throw new global::System.ArgumentException("ValidateClientVersionResultInfo expected."); + throw new global::System.ArgumentException("ShowApiCommandQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersion_ValidateClient MapNonNullableIValidateClientVersion_ValidateClient(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateClientPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node? MapIShowApiCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) { - IValidateClientVersion_ValidateClient returnValue = default !; - if (data.__typename.Equals("ValidateClientPayload", global::System.StringComparison.Ordinal)) + if (data is null) { - returnValue = new ValidateClientVersion_ValidateClient_ValidateClientPayload(data.Id, MapIValidateClientVersion_ValidateClient_ErrorsNonNullableArray(data.Errors)); + return null; + } + + IShowApiCommandQuery_Node? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Api(api.Id ?? throw new global::System.ArgumentNullException(), api.Name ?? throw new global::System.ArgumentNullException(), api.Path ?? throw new global::System.ArgumentNullException(), MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(api.Workspace), MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(api.Settings)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_ApiDocument(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_ApiKey(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Client(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_ClientChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_ClientDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_ClientVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_CoordinateClientUsageMetrics(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Environment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_FusionConfigurationChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_FusionConfigurationDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLDirectiveDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLEnumValueDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Group(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_McpFeatureCollection(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_McpFeatureCollectionChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_McpFeatureCollectionDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_McpFeatureCollectionVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_OpenApiCollection(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_OpenApiCollectionChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_OpenApiCollectionDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_OpenApiCollectionVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Organization(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_OrganizationMember(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_SchemaChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_SchemaDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Stage(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_User(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Workspace(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_WorkspaceDocument(); } else { @@ -171500,36 +171926,47 @@ public ValidateClientVersionResult Create(global::StrawberryShake.IOperationResu return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIValidateClientVersion_ValidateClient_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - if (list is null) + if (data is null) { return null; } - var validateClientErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IValidateClientErrorData child in list) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - validateClientErrors.Add(MapNonNullableIValidateClientVersion_ValidateClient_Errors(child)); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); } - return validateClientErrors; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersion_ValidateClient_Errors MapNonNullableIValidateClientVersion_ValidateClient_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IValidateClientErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData data) { - IValidateClientVersion_ValidateClient_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings returnValue = default !; + if (data.__typename.Equals("ApiSettings", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateClientVersion_ValidateClient_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings(MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(data.SchemaRegistry ?? throw new global::System.ArgumentNullException())); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientNotFoundErrorData clientNotFoundError) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError(clientNotFoundError.Message ?? throw new global::System.ArgumentNullException(), clientNotFoundError.ClientId ?? throw new global::System.ArgumentNullException()); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData data) + { + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry returnValue = default !; + if (data.__typename.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings(data.TreatDangerousAsBreaking ?? throw new global::System.ArgumentNullException(), data.AllowBreakingSchemaChanges ?? throw new global::System.ArgumentNullException()); } else { @@ -171547,81 +171984,72 @@ public ValidateClientVersionResult Create(global::StrawberryShake.IOperationResu // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateClientVersionResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class ShowApiCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public ValidateClientVersionResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateClientPayloadData validateClient) + public ShowApiCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) { - ValidateClient = validateClient; + Node = node; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ValidateClientPayloadData ValidateClient { get; } + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new ValidateClientVersionResultInfo(ValidateClient); + return new ShowApiCommandQueryResultInfo(Node); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdatedResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class CreateClientCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public OnClientVersionValidationUpdatedResultFactory() + public CreateClientCommandMutationResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdatedResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationResult); - public OnClientVersionValidationUpdatedResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public CreateClientCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is OnClientVersionValidationUpdatedResultInfo info) + if (dataInfo is CreateClientCommandMutationResultInfo info) { - return new OnClientVersionValidationUpdatedResult(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate(info.OnClientVersionValidationUpdate)); + return new CreateClientCommandMutationResult(MapNonNullableICreateClientCommandMutation_CreateClient(info.CreateClient)); } - throw new global::System.ArgumentException("OnClientVersionValidationUpdatedResultInfo expected."); + throw new global::System.ArgumentException("CreateClientCommandMutationResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate(global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationResultData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient MapNonNullableICreateClientCommandMutation_CreateClient(global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientPayloadData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionValidationFailedData clientVersionValidationFailed) + ICreateClientCommandMutation_CreateClient returnValue = default !; + if (data.__typename.Equals("CreateClientPayload", global::System.StringComparison.Ordinal)) { - if (!clientVersionValidationFailed.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed(clientVersionValidationFailed.__typename ?? throw new global::System.ArgumentNullException(), clientVersionValidationFailed.State!.Value, MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ErrorsNonNullableArray(clientVersionValidationFailed.Errors)); + returnValue = new CreateClientCommandMutation_CreateClient_CreateClientPayload(MapICreateClientCommandMutation_CreateClient_Client(data.Client), MapICreateClientCommandMutation_CreateClient_ErrorsNonNullableArray(data.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionValidationSuccessData clientVersionValidationSuccess) + else { - if (!clientVersionValidationSuccess.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess(clientVersionValidationSuccess.__typename ?? throw new global::System.ArgumentNullException(), clientVersionValidationSuccess.State!.Value); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData operationInProgress) - { - if (!operationInProgress.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress(operationInProgress.__typename ?? throw new global::System.ArgumentNullException(), operationInProgress.State!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData validationInProgress) + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client? MapICreateClientCommandMutation_CreateClient_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) + { + if (data is null) { - if (!validationInProgress.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } + return null; + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress(validationInProgress.__typename ?? throw new global::System.ArgumentNullException(), validationInProgress.State!.Value); + ICreateClientCommandMutation_CreateClient_Client returnValue = default !; + if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Client(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException(), MapICreateClientCommandMutation_CreateClient_Client_Api(data.Api), MapICreateClientCommandMutation_CreateClient_Client_Versions(data.Versions)); } else { @@ -171631,40 +172059,37 @@ public OnClientVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? MapICreateClientCommandMutation_CreateClient_Client_Api(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) { - if (list is null) + if (data is null) { - throw new global::System.ArgumentNullException(); + return null; } - var clientVersionValidationErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationErrorData child in list) + ICreateClientCommandMutation_CreateClient_Client_Api returnValue = default !; + if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) { - clientVersionValidationErrors.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors(child)); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); } - return clientVersionValidationErrors; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? MapICreateClientCommandMutation_CreateClient_Client_Versions(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData processingTimeoutError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError(processingTimeoutError.__typename ?? throw new global::System.ArgumentNullException(), processingTimeoutError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData readyTimeoutError) + if (data is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError(); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData unexpectedProcessingError) + + ICreateClientCommandMutation_CreateClient_Client_Versions returnValue = default !; + if (data.__typename.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError(unexpectedProcessingError.__typename ?? throw new global::System.ArgumentNullException(), unexpectedProcessingError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection(MapICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(data.Edges), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -171674,17 +172099,43 @@ public OnClientVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) + private global::System.Collections.Generic.IReadOnlyList? MapICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { return null; } - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client returnValue = default !; - if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) + var clientVersionEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData child in list) + { + clientVersionEdges.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(child)); + } + + return clientVersionEdges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData data) + { + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges returnValue = default !; + if (data.__typename.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData data) + { + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node returnValue = default !; + if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.Tag ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(data.PublishedTo ?? throw new global::System.ArgumentNullException())); } else { @@ -171694,28 +172145,28 @@ public OnClientVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData child in list) + var publishedClientVersions = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData child in list) { - persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + publishedClientVersions.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(child)); } - return persistedQueryValidationFaileds; + return publishedClientVersions; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries returnValue = default !; - if (data.__typename.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal)) + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo returnValue = default !; + if (data.__typename.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion(MapICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(data.Stage)); } else { @@ -171725,28 +172176,32 @@ public OnClientVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? MapICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) { - if (list is null) + if (data is null) { - throw new global::System.ArgumentNullException(); + return null; } - var persistedQueryErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData child in list) + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage returnValue = default !; + if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); + } + else { - persistedQueryErrors.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + throw new global::System.NotSupportedException(); } - return persistedQueryErrors; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors returnValue = default !; - if (data.__typename.Equals("PersistedQueryError", global::System.StringComparison.Ordinal)) + ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo(data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor); } else { @@ -171756,28 +172211,32 @@ public OnClientVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapICreateClientCommandMutation_CreateClient_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData child in list) + var createClientErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientErrorData child in list) { - persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + createClientErrors.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Errors(child)); } - return persistedQueryErrorLocations; + return createClientErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Errors MapNonNullableICreateClientCommandMutation_CreateClient_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientErrorData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations returnValue = default !; - if (data.__typename.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal)) + ICreateClientCommandMutation_CreateClient_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError(apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException()); } else { @@ -171795,20 +172254,20 @@ public OnClientVersionValidationUpdatedResult Create(global::StrawberryShake.IOp // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdatedResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class CreateClientCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public OnClientVersionValidationUpdatedResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationResultData onClientVersionValidationUpdate) + public CreateClientCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientPayloadData createClient) { - OnClientVersionValidationUpdate = onClientVersionValidationUpdate; + CreateClient = createClient; } - public global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationResultData OnClientVersionValidationUpdate { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientPayloadData CreateClient { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new OnClientVersionValidationUpdatedResultInfo(OnClientVersionValidationUpdate); + return new CreateClientCommandMutationResultInfo(CreateClient); } } @@ -171857,7 +172316,7 @@ public DeleteClientByIdCommandMutationResult Create(global::StrawberryShake.IOpe IDeleteClientByIdCommandMutation_DeleteClientById_Client returnValue = default !; if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) { - returnValue = new DeleteClientByIdCommandMutation_DeleteClientById_Client_Client(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException(), MapIShowClientCommandQuery_Node_Api_1(data.Api), MapIShowClientCommandQuery_Node_Versions(data.Versions)); + returnValue = new DeleteClientByIdCommandMutation_DeleteClientById_Client_Client(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException(), MapICreateClientCommandMutation_CreateClient_Client_Api(data.Api), MapICreateClientCommandMutation_CreateClient_Client_Versions(data.Versions)); } else { @@ -171867,17 +172326,17 @@ public DeleteClientByIdCommandMutationResult Create(global::StrawberryShake.IOpe return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? MapIShowClientCommandQuery_Node_Api_1(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? MapICreateClientCommandMutation_CreateClient_Client_Api(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) { if (data is null) { return null; } - IShowClientCommandQuery_Node_Api_1 returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Api returnValue = default !; if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException()); } else { @@ -171887,17 +172346,17 @@ public DeleteClientByIdCommandMutationResult Create(global::StrawberryShake.IOpe return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? MapIShowClientCommandQuery_Node_Versions(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? MapICreateClientCommandMutation_CreateClient_Client_Versions(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? data) { if (data is null) { return null; } - IShowClientCommandQuery_Node_Versions returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Versions returnValue = default !; if (data.__typename.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_ClientVersionConnection(MapIShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(data.Edges), MapNonNullableIShowClientCommandQuery_Node_Versions_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection(MapICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(data.Edges), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -171907,28 +172366,28 @@ public DeleteClientByIdCommandMutationResult Create(global::StrawberryShake.IOpe return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var clientVersionEdges = new global::System.Collections.Generic.List(); + var clientVersionEdges = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData child in list) { - clientVersionEdges.Add(MapNonNullableIShowClientCommandQuery_Node_Versions_Edges(child)); + clientVersionEdges.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(child)); } return clientVersionEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges MapNonNullableIShowClientCommandQuery_Node_Versions_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData data) { - IShowClientCommandQuery_Node_Versions_Edges returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges returnValue = default !; if (data.__typename.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -171938,12 +172397,12 @@ public DeleteClientByIdCommandMutationResult Create(global::StrawberryShake.IOpe return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData data) { - IShowClientCommandQuery_Node_Versions_Edges_Node returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node returnValue = default !; if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.Tag ?? throw new global::System.ArgumentNullException(), MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(data.PublishedTo ?? throw new global::System.ArgumentNullException())); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.Tag ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(data.PublishedTo ?? throw new global::System.ArgumentNullException())); } else { @@ -171953,28 +172412,28 @@ public DeleteClientByIdCommandMutationResult Create(global::StrawberryShake.IOpe return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var publishedClientVersions = new global::System.Collections.Generic.List(); + var publishedClientVersions = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData child in list) { - publishedClientVersions.Add(MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(child)); + publishedClientVersions.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(child)); } return publishedClientVersions; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) { - IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo returnValue = default !; if (data.__typename.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(MapIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(data.Stage)); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion(MapICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(data.Stage)); } else { @@ -171984,17 +172443,17 @@ public DeleteClientByIdCommandMutationResult Create(global::StrawberryShake.IOpe return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? MapIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? MapICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) { if (data is null) { return null; } - IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage returnValue = default !; if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -172004,12 +172463,12 @@ public DeleteClientByIdCommandMutationResult Create(global::StrawberryShake.IOpe return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo MapNonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) { - IShowClientCommandQuery_Node_Versions_PageInfo returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo returnValue = default !; if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo(data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo(data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor); } else { @@ -172079,6 +172538,467 @@ public DeleteClientByIdCommandMutationResultInfo(global::ChilliCream.Nitro.Comma } } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListClientCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public ListClientCommandQueryResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryResult); + + public ListClientCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is ListClientCommandQueryResultInfo info) + { + return new ListClientCommandQueryResult(MapIListClientCommandQuery_Node(info.Node)); + } + + throw new global::System.ArgumentException("ListClientCommandQueryResultInfo expected."); + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node? MapIListClientCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) + { + if (data is null) + { + return null; + } + + IListClientCommandQuery_Node? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Api(MapIListClientCommandQuery_Node_Clients(api.Clients)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_ApiDocument(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_ApiKey(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Client(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_ClientChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_ClientDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_ClientVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_CoordinateClientUsageMetrics(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Environment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_FusionConfigurationChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_FusionConfigurationDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLDirectiveDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLEnumTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLEnumValueDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLObjectFieldDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLScalarTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLUnionTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Group(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_McpFeatureCollection(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_McpFeatureCollectionChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_McpFeatureCollectionDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_McpFeatureCollectionVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_OpenApiCollection(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_OpenApiCollectionChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_OpenApiCollectionDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_OpenApiCollectionVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Organization(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_OrganizationMember(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_SchemaChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_SchemaDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Stage(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_User(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Workspace(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_WorkspaceDocument(); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients? MapIListClientCommandQuery_Node_Clients(global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData? data) + { + if (data is null) + { + return null; + } + + IListClientCommandQuery_Node_Clients returnValue = default !; + if (data.__typename.Equals("ClientsConnection", global::System.StringComparison.Ordinal)) + { + returnValue = new ListClientCommandQuery_Node_Clients_ClientsConnection(MapIListClientCommandQuery_Node_Clients_EdgesNonNullableArray(data.Edges), MapNonNullableIListClientCommandQuery_Node_Clients_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapIListClientCommandQuery_Node_Clients_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + return null; + } + + var clientsEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData child in list) + { + clientsEdges.Add(MapNonNullableIListClientCommandQuery_Node_Clients_Edges(child)); + } + + return clientsEdges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_Edges MapNonNullableIListClientCommandQuery_Node_Clients_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData data) + { + IListClientCommandQuery_Node_Clients_Edges returnValue = default !; + if (data.__typename.Equals("ClientsEdge", global::System.StringComparison.Ordinal)) + { + returnValue = new ListClientCommandQuery_Node_Clients_Edges_ClientsEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListClientCommandQuery_Node_Clients_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_Edges_Node MapNonNullableIListClientCommandQuery_Node_Clients_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData data) + { + IListClientCommandQuery_Node_Clients_Edges_Node returnValue = default !; + if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) + { + returnValue = new ListClientCommandQuery_Node_Clients_Edges_Node_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), MapICreateClientCommandMutation_CreateClient_Client_Api(data.Api), MapICreateClientCommandMutation_CreateClient_Client_Versions(data.Versions)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? MapICreateClientCommandMutation_CreateClient_Client_Api(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + { + if (data is null) + { + return null; + } + + ICreateClientCommandMutation_CreateClient_Client_Api returnValue = default !; + if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? MapICreateClientCommandMutation_CreateClient_Client_Versions(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? data) + { + if (data is null) + { + return null; + } + + ICreateClientCommandMutation_CreateClient_Client_Versions returnValue = default !; + if (data.__typename.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection(MapICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(data.Edges), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + return null; + } + + var clientVersionEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData child in list) + { + clientVersionEdges.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(child)); + } + + return clientVersionEdges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData data) + { + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges returnValue = default !; + if (data.__typename.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData data) + { + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node returnValue = default !; + if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.Tag ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(data.PublishedTo ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + throw new global::System.ArgumentNullException(); + } + + var publishedClientVersions = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData child in list) + { + publishedClientVersions.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(child)); + } + + return publishedClientVersions; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) + { + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo returnValue = default !; + if (data.__typename.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion(MapICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(data.Stage)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? MapICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) + { + if (data is null) + { + return null; + } + + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage returnValue = default !; + if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + { + ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo(data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_PageInfo MapNonNullableIListClientCommandQuery_Node_Clients_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + { + IListClientCommandQuery_Node_Clients_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + { + returnValue = new ListClientCommandQuery_Node_Clients_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) + { + return Create(dataInfo, snapshot); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListClientCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public ListClientCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) + { + Node = node; + } + + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new ListClientCommandQueryResultInfo(Node); + } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] public partial class PublishClientVersionResultFactory : global::StrawberryShake.IOperationResultDataFactory @@ -172296,7 +173216,7 @@ public OnClientVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData processingTimeoutError) { @@ -172318,17 +173238,17 @@ public OnClientVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) { if (data is null) { return null; } - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client returnValue = default !; if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -172338,28 +173258,28 @@ public OnClientVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); + var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData child in list) { - persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } return persistedQueryValidationFaileds; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries returnValue = default !; if (data.__typename.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); } else { @@ -172369,28 +173289,28 @@ public OnClientVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var persistedQueryErrors = new global::System.Collections.Generic.List(); + var persistedQueryErrors = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData child in list) { - persistedQueryErrors.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + persistedQueryErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); } return persistedQueryErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors returnValue = default !; if (data.__typename.Equals("PersistedQueryError", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); } else { @@ -172400,28 +173320,28 @@ public OnClientVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); + var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData child in list) { - persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations returnValue = default !; if (data.__typename.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); } else { @@ -172488,7 +173408,7 @@ public OnClientVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } else { @@ -172519,7 +173439,7 @@ public OnClientVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) { @@ -173801,7 +174721,7 @@ public OnClientVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) { @@ -173877,261 +174797,195 @@ public OnClientVersionPublishUpdatedResultInfo(global::ChilliCream.Nitro.Command // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class ShowClientCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public ListClientCommandQueryResultFactory() + public ShowClientCommandQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQueryResult); - public ListClientCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public ShowClientCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is ListClientCommandQueryResultInfo info) + if (dataInfo is ShowClientCommandQueryResultInfo info) { - return new ListClientCommandQueryResult(MapIListClientCommandQuery_Node(info.Node)); + return new ShowClientCommandQueryResult(MapIShowClientCommandQuery_Node(info.Node)); } - throw new global::System.ArgumentException("ListClientCommandQueryResultInfo expected."); + throw new global::System.ArgumentException("ShowClientCommandQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node? MapIListClientCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node? MapIShowClientCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) { if (data is null) { return null; } - IListClientCommandQuery_Node? returnValue; + IShowClientCommandQuery_Node? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Api(MapIListClientCommandQuery_Node_Clients(api.Clients)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Api(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_ApiDocument(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_ApiDocument(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_ApiKey(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_ApiKey(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Client(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Client(client.Id ?? throw new global::System.ArgumentNullException(), client.Name ?? throw new global::System.ArgumentNullException(), MapICreateClientCommandMutation_CreateClient_Client_Api(client.Api), MapICreateClientCommandMutation_CreateClient_Client_Versions(client.Versions)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_ClientChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_ClientChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_ClientDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_ClientDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_ClientVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_ClientVersion(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_CoordinateClientUsageMetrics(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_CoordinateClientUsageMetrics(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Environment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Environment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_FusionConfigurationChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_FusionConfigurationChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_FusionConfigurationDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_FusionConfigurationDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLDirectiveDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLDirectiveDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLEnumTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLEnumTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLEnumValueDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLEnumValueDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLInputObjectFieldDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLInputObjectFieldDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLInputObjectTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLInputObjectTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLInterfaceFieldDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLInterfaceFieldDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLInterfaceTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLInterfaceTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLObjectFieldDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLObjectFieldDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLScalarTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLScalarTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_GraphQLUnionTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_GraphQLUnionTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Group(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Group(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_McpFeatureCollection(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_McpFeatureCollection(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_McpFeatureCollectionChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_McpFeatureCollectionChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_McpFeatureCollectionDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_McpFeatureCollectionDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_McpFeatureCollectionVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_McpFeatureCollectionVersion(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_OpenApiCollection(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_OpenApiCollection(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_OpenApiCollectionChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_OpenApiCollectionChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_OpenApiCollectionDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_OpenApiCollectionDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_OpenApiCollectionVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_OpenApiCollectionVersion(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Organization(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Organization(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_OrganizationMember(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_OrganizationMember(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_SchemaChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_SchemaChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_SchemaDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_SchemaDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Stage(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Stage(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_User(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_User(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_Workspace(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_Workspace(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListClientCommandQuery_Node_WorkspaceDocument(); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients? MapIListClientCommandQuery_Node_Clients(global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData? data) - { - if (data is null) - { - return null; - } - - IListClientCommandQuery_Node_Clients returnValue = default !; - if (data.__typename.Equals("ClientsConnection", global::System.StringComparison.Ordinal)) - { - returnValue = new ListClientCommandQuery_Node_Clients_ClientsConnection(MapIListClientCommandQuery_Node_Clients_EdgesNonNullableArray(data.Edges), MapNonNullableIListClientCommandQuery_Node_Clients_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList? MapIListClientCommandQuery_Node_Clients_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - return null; - } - - var clientsEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData child in list) - { - clientsEdges.Add(MapNonNullableIListClientCommandQuery_Node_Clients_Edges(child)); - } - - return clientsEdges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_Edges MapNonNullableIListClientCommandQuery_Node_Clients_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData data) - { - IListClientCommandQuery_Node_Clients_Edges returnValue = default !; - if (data.__typename.Equals("ClientsEdge", global::System.StringComparison.Ordinal)) - { - returnValue = new ListClientCommandQuery_Node_Clients_Edges_ClientsEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListClientCommandQuery_Node_Clients_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_Edges_Node MapNonNullableIListClientCommandQuery_Node_Clients_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData data) - { - IListClientCommandQuery_Node_Clients_Edges_Node returnValue = default !; - if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) - { - returnValue = new ListClientCommandQuery_Node_Clients_Edges_Node_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), MapIShowClientCommandQuery_Node_Api_1(data.Api), MapIShowClientCommandQuery_Node_Versions(data.Versions)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowClientCommandQuery_Node_WorkspaceDocument(); } else { @@ -174141,17 +174995,17 @@ public ListClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? MapIShowClientCommandQuery_Node_Api_1(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? MapICreateClientCommandMutation_CreateClient_Client_Api(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) { if (data is null) { return null; } - IShowClientCommandQuery_Node_Api_1 returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Api returnValue = default !; if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException()); } else { @@ -174161,17 +175015,17 @@ public ListClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? MapIShowClientCommandQuery_Node_Versions(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? MapICreateClientCommandMutation_CreateClient_Client_Versions(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? data) { if (data is null) { return null; } - IShowClientCommandQuery_Node_Versions returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Versions returnValue = default !; if (data.__typename.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_ClientVersionConnection(MapIShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(data.Edges), MapNonNullableIShowClientCommandQuery_Node_Versions_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection(MapICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(data.Edges), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -174181,28 +175035,28 @@ public ListClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var clientVersionEdges = new global::System.Collections.Generic.List(); + var clientVersionEdges = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData child in list) { - clientVersionEdges.Add(MapNonNullableIShowClientCommandQuery_Node_Versions_Edges(child)); + clientVersionEdges.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(child)); } return clientVersionEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges MapNonNullableIShowClientCommandQuery_Node_Versions_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData data) { - IShowClientCommandQuery_Node_Versions_Edges returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges returnValue = default !; if (data.__typename.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -174212,12 +175066,12 @@ public ListClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData data) { - IShowClientCommandQuery_Node_Versions_Edges_Node returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node returnValue = default !; if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.Tag ?? throw new global::System.ArgumentNullException(), MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(data.PublishedTo ?? throw new global::System.ArgumentNullException())); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.Tag ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(data.PublishedTo ?? throw new global::System.ArgumentNullException())); } else { @@ -174227,28 +175081,28 @@ public ListClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var publishedClientVersions = new global::System.Collections.Generic.List(); + var publishedClientVersions = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData child in list) { - publishedClientVersions.Add(MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(child)); + publishedClientVersions.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(child)); } return publishedClientVersions; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) { - IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo returnValue = default !; if (data.__typename.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(MapIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(data.Stage)); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion(MapICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(data.Stage)); } else { @@ -174258,17 +175112,17 @@ public ListClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? MapIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? MapICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) { if (data is null) { return null; } - IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage returnValue = default !; if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -174278,27 +175132,12 @@ public ListClientCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo MapNonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) { - IShowClientCommandQuery_Node_Versions_PageInfo returnValue = default !; + ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo returnValue = default !; if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo(data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IListClientCommandQuery_Node_Clients_PageInfo MapNonNullableIListClientCommandQuery_Node_Clients_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) - { - IListClientCommandQuery_Node_Clients_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) - { - returnValue = new ListClientCommandQuery_Node_Clients_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo(data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor); } else { @@ -174316,9 +175155,9 @@ public ListClientCommandQueryResult Create(global::StrawberryShake.IOperationRes // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class ShowClientCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public ListClientCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) + public ShowClientCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) { Node = node; } @@ -174332,36 +175171,36 @@ public ListClientCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Cl public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new ListClientCommandQueryResultInfo(Node); + return new ShowClientCommandQueryResultInfo(Node); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class UnpublishClientResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public CreateClientCommandMutationResultFactory() + public UnpublishClientResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClientResult); - public CreateClientCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public UnpublishClientResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is CreateClientCommandMutationResultInfo info) + if (dataInfo is UnpublishClientResultInfo info) { - return new CreateClientCommandMutationResult(MapNonNullableICreateClientCommandMutation_CreateClient(info.CreateClient)); + return new UnpublishClientResult(MapNonNullableIUnpublishClient_UnpublishClient(info.UnpublishClient)); } - throw new global::System.ArgumentException("CreateClientCommandMutationResultInfo expected."); + throw new global::System.ArgumentException("UnpublishClientResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient MapNonNullableICreateClientCommandMutation_CreateClient(global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient MapNonNullableIUnpublishClient_UnpublishClient(global::ChilliCream.Nitro.CommandLine.Client.State.UnpublishClientPayloadData data) { - ICreateClientCommandMutation_CreateClient returnValue = default !; - if (data.__typename.Equals("CreateClientPayload", global::System.StringComparison.Ordinal)) + IUnpublishClient_UnpublishClient returnValue = default !; + if (data.__typename.Equals("UnpublishClientPayload", global::System.StringComparison.Ordinal)) { - returnValue = new CreateClientCommandMutation_CreateClient_CreateClientPayload(MapICreateClientCommandMutation_CreateClient_Client(data.Client), MapICreateClientCommandMutation_CreateClient_ErrorsNonNullableArray(data.Errors)); + returnValue = new UnpublishClient_UnpublishClient_UnpublishClientPayload(MapIUnpublishClient_UnpublishClient_ClientVersion(data.ClientVersion), MapIUnpublishClient_UnpublishClient_ErrorsNonNullableArray(data.Errors)); } else { @@ -174371,17 +175210,17 @@ public CreateClientCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client? MapICreateClientCommandMutation_CreateClient_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion? MapIUnpublishClient_UnpublishClient_ClientVersion(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? data) { if (data is null) { return null; } - ICreateClientCommandMutation_CreateClient_Client returnValue = default !; - if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) + IUnpublishClient_UnpublishClient_ClientVersion returnValue = default !; + if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) { - returnValue = new CreateClientCommandMutation_CreateClient_Client_Client(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException(), MapIShowClientCommandQuery_Node_Api_1(data.Api), MapIShowClientCommandQuery_Node_Versions(data.Versions)); + returnValue = new UnpublishClient_UnpublishClient_ClientVersion_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), MapIUnpublishClient_UnpublishClient_ClientVersion_Client(data.Client)); } else { @@ -174391,17 +175230,17 @@ public CreateClientCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? MapIShowClientCommandQuery_Node_Api_1(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_ClientVersion_Client? MapIUnpublishClient_UnpublishClient_ClientVersion_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) { if (data is null) { return null; } - IShowClientCommandQuery_Node_Api_1 returnValue = default !; - if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + IUnpublishClient_UnpublishClient_ClientVersion_Client returnValue = default !; + if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException()); + returnValue = new UnpublishClient_UnpublishClient_ClientVersion_Client_Client(data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -174411,17 +175250,44 @@ public CreateClientCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? MapIShowClientCommandQuery_Node_Versions(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? data) + private global::System.Collections.Generic.IReadOnlyList? MapIUnpublishClient_UnpublishClient_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { return null; } - IShowClientCommandQuery_Node_Versions returnValue = default !; - if (data.__typename.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal)) + var unpublishClientErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUnpublishClientErrorData child in list) + { + unpublishClientErrors.Add(MapNonNullableIUnpublishClient_UnpublishClient_Errors(child)); + } + + return unpublishClientErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUnpublishClient_UnpublishClient_Errors MapNonNullableIUnpublishClient_UnpublishClient_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUnpublishClientErrorData data) + { + IUnpublishClient_UnpublishClient_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UnpublishClient_UnpublishClient_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientNotFoundErrorData clientNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UnpublishClient_UnpublishClient_Errors_ClientNotFoundError(clientNotFoundError.Message ?? throw new global::System.ArgumentNullException(), clientNotFoundError.ClientId ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UnpublishClient_UnpublishClient_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionNotFoundErrorData clientVersionNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UnpublishClient_UnpublishClient_Errors_ClientVersionNotFoundError(clientVersionNotFoundError.Tag ?? throw new global::System.ArgumentNullException(), clientVersionNotFoundError.Message ?? throw new global::System.ArgumentNullException(), clientVersionNotFoundError.ClientId ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) { - returnValue = new ShowClientCommandQuery_Node_Versions_ClientVersionConnection(MapIShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(data.Edges), MapNonNullableIShowClientCommandQuery_Node_Versions_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UnpublishClient_UnpublishClient_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -174431,28 +175297,57 @@ public CreateClientCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) { - if (list is null) - { - return null; - } + return Create(dataInfo, snapshot); + } + } - var clientVersionEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData child in list) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UnpublishClientResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public UnpublishClientResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UnpublishClientPayloadData unpublishClient) + { + UnpublishClient = unpublishClient; + } + + public global::ChilliCream.Nitro.CommandLine.Client.State.UnpublishClientPayloadData UnpublishClient { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new UnpublishClientResultInfo(UnpublishClient); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UploadClientResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public UploadClientResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUploadClientResult); + + public UploadClientResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is UploadClientResultInfo info) { - clientVersionEdges.Add(MapNonNullableIShowClientCommandQuery_Node_Versions_Edges(child)); + return new UploadClientResult(MapNonNullableIUploadClient_UploadClient(info.UploadClient)); } - return clientVersionEdges; + throw new global::System.ArgumentException("UploadClientResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges MapNonNullableIShowClientCommandQuery_Node_Versions_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData data) + private global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient MapNonNullableIUploadClient_UploadClient(global::ChilliCream.Nitro.CommandLine.Client.State.UploadClientPayloadData data) { - IShowClientCommandQuery_Node_Versions_Edges returnValue = default !; - if (data.__typename.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal)) + IUploadClient_UploadClient returnValue = default !; + if (data.__typename.Equals("UploadClientPayload", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + returnValue = new UploadClient_UploadClient_UploadClientPayload(MapIUploadClient_UploadClient_ClientVersion(data.ClientVersion), MapIUploadClient_UploadClient_ErrorsNonNullableArray(data.Errors)); } else { @@ -174462,12 +175357,17 @@ public CreateClientCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData data) + private global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient_ClientVersion? MapIUploadClient_UploadClient_ClientVersion(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? data) { - IShowClientCommandQuery_Node_Versions_Edges_Node returnValue = default !; + if (data is null) + { + return null; + } + + IUploadClient_UploadClient_ClientVersion returnValue = default !; if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.Tag ?? throw new global::System.ArgumentNullException(), MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(data.PublishedTo ?? throw new global::System.ArgumentNullException())); + returnValue = new UploadClient_UploadClient_ClientVersion_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException()); } else { @@ -174477,28 +175377,44 @@ public CreateClientCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIUploadClient_UploadClient_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - throw new global::System.ArgumentNullException(); + return null; } - var publishedClientVersions = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData child in list) + var uploadClientErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUploadClientErrorData child in list) { - publishedClientVersions.Add(MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(child)); + uploadClientErrors.Add(MapNonNullableIUploadClient_UploadClient_Errors(child)); } - return publishedClientVersions; + return uploadClientErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) + private global::ChilliCream.Nitro.CommandLine.Client.IUploadClient_UploadClient_Errors MapNonNullableIUploadClient_UploadClient_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUploadClientErrorData data) { - IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo returnValue = default !; - if (data.__typename.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal)) + IUploadClient_UploadClient_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientNotFoundErrorData clientNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadClient_UploadClient_Errors_ClientNotFoundError(clientNotFoundError.Message ?? throw new global::System.ArgumentNullException(), clientNotFoundError.ClientId ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadClient_UploadClient_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidPersistedQueryErrorData invalidPersistedQueryError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadClient_UploadClient_Errors_InvalidPersistedQueryError(invalidPersistedQueryError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadClient_UploadClient_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData duplicatedTagError) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(MapIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(data.Stage)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadClient_UploadClient_Errors_DuplicatedTagError(duplicatedTagError.__typename ?? throw new global::System.ArgumentNullException(), duplicatedTagError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -174508,32 +175424,57 @@ public CreateClientCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? MapIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) { - if (data is null) - { - return null; - } + return Create(dataInfo, snapshot); + } + } - IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage returnValue = default !; - if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); - } - else + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UploadClientResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public UploadClientResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UploadClientPayloadData uploadClient) + { + UploadClient = uploadClient; + } + + public global::ChilliCream.Nitro.CommandLine.Client.State.UploadClientPayloadData UploadClient { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new UploadClientResultInfo(UploadClient); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ValidateClientVersionResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public ValidateClientVersionResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersionResult); + + public ValidateClientVersionResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is ValidateClientVersionResultInfo info) { - throw new global::System.NotSupportedException(); + return new ValidateClientVersionResult(MapNonNullableIValidateClientVersion_ValidateClient(info.ValidateClient)); } - return returnValue; + throw new global::System.ArgumentException("ValidateClientVersionResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo MapNonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersion_ValidateClient MapNonNullableIValidateClientVersion_ValidateClient(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateClientPayloadData data) { - IShowClientCommandQuery_Node_Versions_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + IValidateClientVersion_ValidateClient returnValue = default !; + if (data.__typename.Equals("ValidateClientPayload", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo(data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor); + returnValue = new ValidateClientVersion_ValidateClient_ValidateClientPayload(data.Id, MapIValidateClientVersion_ValidateClient_ErrorsNonNullableArray(data.Errors)); } else { @@ -174543,32 +175484,36 @@ public CreateClientCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapICreateClientCommandMutation_CreateClient_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIValidateClientVersion_ValidateClient_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var createClientErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientErrorData child in list) + var validateClientErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IValidateClientErrorData child in list) { - createClientErrors.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Errors(child)); + validateClientErrors.Add(MapNonNullableIValidateClientVersion_ValidateClient_Errors(child)); } - return createClientErrors; + return validateClientErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Errors MapNonNullableICreateClientCommandMutation_CreateClient_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IValidateClientVersion_ValidateClient_Errors MapNonNullableIValidateClientVersion_ValidateClient_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IValidateClientErrorData data) { - ICreateClientCommandMutation_CreateClient_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + IValidateClientVersion_ValidateClient_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateClientCommandMutation_CreateClient_Errors_ApiNotFoundError(apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateClientVersion_ValidateClient_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientNotFoundErrorData clientNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateClientVersion_ValidateClient_Errors_ClientNotFoundError(clientNotFoundError.Message ?? throw new global::System.ArgumentNullException(), clientNotFoundError.ClientId ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateClientCommandMutation_CreateClient_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateClientVersion_ValidateClient_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -174586,214 +175531,175 @@ public CreateClientCommandMutationResult Create(global::StrawberryShake.IOperati // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class ValidateClientVersionResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public CreateClientCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientPayloadData createClient) + public ValidateClientVersionResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateClientPayloadData validateClient) { - CreateClient = createClient; + ValidateClient = validateClient; } - public global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientPayloadData CreateClient { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ValidateClientPayloadData ValidateClient { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new CreateClientCommandMutationResultInfo(CreateClient); + return new ValidateClientVersionResultInfo(ValidateClient); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class OnClientVersionValidationUpdatedResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public ShowApiCommandQueryResultFactory() + public OnClientVersionValidationUpdatedResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdatedResult); - public ShowApiCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public OnClientVersionValidationUpdatedResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is ShowApiCommandQueryResultInfo info) + if (dataInfo is OnClientVersionValidationUpdatedResultInfo info) { - return new ShowApiCommandQueryResult(MapIShowApiCommandQuery_Node(info.Node)); + return new OnClientVersionValidationUpdatedResult(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate(info.OnClientVersionValidationUpdate)); } - throw new global::System.ArgumentException("ShowApiCommandQueryResultInfo expected."); + throw new global::System.ArgumentException("OnClientVersionValidationUpdatedResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node? MapIShowApiCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate(global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationResultData data) { - if (data is null) + IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionValidationFailedData clientVersionValidationFailed) { - return null; - } + if (!clientVersionValidationFailed.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } - IShowApiCommandQuery_Node? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Api(api.Id ?? throw new global::System.ArgumentNullException(), api.Name ?? throw new global::System.ArgumentNullException(), api.Path ?? throw new global::System.ArgumentNullException(), MapIShowApiCommandQuery_Node_Workspace_1(api.Workspace), MapNonNullableIShowApiCommandQuery_Node_Settings(api.Settings)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_ApiDocument(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_ApiKey(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Client(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_ClientChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_ClientDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_ClientVersion(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_CoordinateClientUsageMetrics(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Environment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_FusionConfigurationChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_FusionConfigurationDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLDirectiveDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLEnumTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLEnumValueDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLInputObjectFieldDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLInputObjectTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLInterfaceFieldDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLInterfaceTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLObjectFieldDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLScalarTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_GraphQLUnionTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationFailed(clientVersionValidationFailed.__typename ?? throw new global::System.ArgumentNullException(), clientVersionValidationFailed.State!.Value, MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ErrorsNonNullableArray(clientVersionValidationFailed.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionValidationSuccessData clientVersionValidationSuccess) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Group(); + if (!clientVersionValidationSuccess.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ClientVersionValidationSuccess(clientVersionValidationSuccess.__typename ?? throw new global::System.ArgumentNullException(), clientVersionValidationSuccess.State!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData operationInProgress) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_McpFeatureCollection(); + if (!operationInProgress.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_OperationInProgress(operationInProgress.__typename ?? throw new global::System.ArgumentNullException(), operationInProgress.State!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData validationInProgress) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_McpFeatureCollectionChangeLog(); + if (!validationInProgress.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ValidationInProgress(validationInProgress.__typename ?? throw new global::System.ArgumentNullException(), validationInProgress.State!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_McpFeatureCollectionDeployment(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_McpFeatureCollectionVersion(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) + + var clientVersionValidationErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationErrorData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_OpenApiCollection(); + clientVersionValidationErrors.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) + + return clientVersionValidationErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationErrorData data) + { + IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_OpenApiCollectionChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData processingTimeoutError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_OpenApiCollectionDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ProcessingTimeoutError(processingTimeoutError.__typename ?? throw new global::System.ArgumentNullException(), processingTimeoutError.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData readyTimeoutError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_OpenApiCollectionVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_ReadyTimeoutError(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData unexpectedProcessingError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Organization(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_UnexpectedProcessingError(unexpectedProcessingError.__typename ?? throw new global::System.ArgumentNullException(), unexpectedProcessingError.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_OrganizationMember(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) + { + if (data is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_SchemaChangeLog(); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client returnValue = default !; + if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_SchemaDeployment(); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Stage(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_User(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) + + var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_Workspace(); + persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) + + return persistedQueryValidationFaileds; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries returnValue = default !; + if (data.__typename.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowApiCommandQuery_Node_WorkspaceDocument(); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); } else { @@ -174803,17 +175709,28 @@ public ShowApiCommandQueryResult Create(global::StrawberryShake.IOperationResult return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? MapIShowApiCommandQuery_Node_Workspace_1(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - IShowApiCommandQuery_Node_Workspace_1 returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + var persistedQueryErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData child in list) + { + persistedQueryErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); + } + + return persistedQueryErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors returnValue = default !; + if (data.__typename.Equals("PersistedQueryError", global::System.StringComparison.Ordinal)) { - returnValue = new ShowApiCommandQuery_Node_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); } else { @@ -174823,27 +175740,28 @@ public ShowApiCommandQueryResult Create(global::StrawberryShake.IOperationResult return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings MapNonNullableIShowApiCommandQuery_Node_Settings(global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData data) + private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - IShowApiCommandQuery_Node_Settings returnValue = default !; - if (data.__typename.Equals("ApiSettings", global::System.StringComparison.Ordinal)) + if (list is null) { - returnValue = new ShowApiCommandQuery_Node_Settings_ApiSettings(MapNonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(data.SchemaRegistry ?? throw new global::System.ArgumentNullException())); + return null; } - else + + var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData child in list) { - throw new global::System.NotSupportedException(); + persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } - return returnValue; + return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry MapNonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) { - IShowApiCommandQuery_Node_Settings_SchemaRegistry returnValue = default !; - if (data.__typename.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations returnValue = default !; + if (data.__typename.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal)) { - returnValue = new ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings(data.TreatDangerousAsBreaking ?? throw new global::System.ArgumentNullException(), data.AllowBreakingSchemaChanges ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); } else { @@ -174861,217 +175779,172 @@ public ShowApiCommandQueryResult Create(global::StrawberryShake.IOperationResult // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class OnClientVersionValidationUpdatedResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public ShowApiCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) + public OnClientVersionValidationUpdatedResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationResultData onClientVersionValidationUpdate) { - Node = node; + OnClientVersionValidationUpdate = onClientVersionValidationUpdate; } - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationResultData OnClientVersionValidationUpdate { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new ShowApiCommandQueryResultInfo(Node); + return new OnClientVersionValidationUpdatedResultInfo(OnClientVersionValidationUpdate); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class CreateEnvironmentCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public DeleteApiCommandQueryResultFactory() + public CreateEnvironmentCommandMutationResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationResult); - public DeleteApiCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public CreateEnvironmentCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is DeleteApiCommandQueryResultInfo info) + if (dataInfo is CreateEnvironmentCommandMutationResultInfo info) { - return new DeleteApiCommandQueryResult(MapIDeleteApiCommandQuery_Node(info.Node)); + return new CreateEnvironmentCommandMutationResult(MapNonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges(info.PushWorkspaceChanges)); } - throw new global::System.ArgumentException("DeleteApiCommandQueryResultInfo expected."); + throw new global::System.ArgumentException("CreateEnvironmentCommandMutationResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node? MapIDeleteApiCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges MapNonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges(global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData data) { - if (data is null) - { - return null; - } - - IDeleteApiCommandQuery_Node? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Api(api.Name ?? throw new global::System.ArgumentNullException(), api.Version ?? throw new global::System.ArgumentNullException(), MapIDeleteApiCommandQuery_Node_Workspace_1(api.Workspace)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_ApiDocument(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_ApiKey(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Client(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_ClientChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_ClientDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_ClientVersion(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_CoordinateClientUsageMetrics(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Environment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_FusionConfigurationChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_FusionConfigurationDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLDirectiveDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLEnumTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLEnumValueDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLInputObjectFieldDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLInputObjectTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLInterfaceFieldDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) + ICreateEnvironmentCommandMutation_PushWorkspaceChanges returnValue = default !; + if (data.__typename.Equals("PushWorkspaceChangesPayload", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLInterfaceTypeDefinition(); + returnValue = new CreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload(MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(data.Changes), MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_ErrorsNonNullableArray(data.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLObjectFieldDefinition(); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) + + var workspaceChangePayloads = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLScalarTypeDefinition(); + workspaceChangePayloads.Add(MapNonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) + + return workspaceChangePayloads; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes MapNonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData data) + { + ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes returnValue = default !; + if (data.__typename.Equals("WorkspaceChangePayload", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_GraphQLUnionTypeDefinition(); + returnValue = new CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload(data.ReferenceId ?? throw new global::System.ArgumentNullException(), MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error(data.Error), MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result(data.Result)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Group(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error? MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error(global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeErrorData? data) + { + if (data is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_McpFeatureCollection(); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) + + ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ChangeValidationFailedData changeValidationFailed) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_McpFeatureCollectionChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed(changeValidationFailed.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenChangedConflictData hasBeenChangedConflict) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_McpFeatureCollectionDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict(hasBeenChangedConflict.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenDeletedConflictData hasBeenDeletedConflict) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_McpFeatureCollectionVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict(hasBeenDeletedConflict.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.IdentifierCollisionConflictData identifierCollisionConflict) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_OpenApiCollection(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict(identifierCollisionConflict.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedErrorOnChangeData unexpectedErrorOnChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_OpenApiCollectionChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange(unexpectedErrorOnChange.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceNotFoundForChangeData workspaceNotFoundForChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_OpenApiCollectionDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange(workspaceNotFoundForChange.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_OpenApiCollectionVersion(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result? MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result(global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeResultData? data) + { + if (data is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Organization(); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) + + ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_OrganizationMember(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_SchemaChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_SchemaDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Stage(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment(environment.Name ?? throw new global::System.ArgumentNullException(), environment.Id ?? throw new global::System.ArgumentNullException(), MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(environment.Workspace)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_User(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + { + if (data is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_Workspace(); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) + + ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandQuery_Node_WorkspaceDocument(); + returnValue = new CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -175081,17 +175954,32 @@ public DeleteApiCommandQueryResult Create(global::StrawberryShake.IOperationResu return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandQuery_Node_Workspace_1? MapIDeleteApiCommandQuery_Node_Workspace_1(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::System.Collections.Generic.IReadOnlyList? MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { return null; } - IDeleteApiCommandQuery_Node_Workspace_1 returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + var pushWorkspaceChangesErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IPushWorkspaceChangesErrorData child in list) { - returnValue = new DeleteApiCommandQuery_Node_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException()); + pushWorkspaceChangesErrors.Add(MapNonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors(child)); + } + + return pushWorkspaceChangesErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors MapNonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IPushWorkspaceChangesErrorData data) + { + ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ChangeStructureInvalidData changeStructureInvalid) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid(changeStructureInvalid.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -175109,52 +175997,54 @@ public DeleteApiCommandQueryResult Create(global::StrawberryShake.IOperationResu // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class CreateEnvironmentCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public DeleteApiCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) + public CreateEnvironmentCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData pushWorkspaceChanges) { - Node = node; + PushWorkspaceChanges = pushWorkspaceChanges; } - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData PushWorkspaceChanges { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new DeleteApiCommandQueryResultInfo(Node); + return new CreateEnvironmentCommandMutationResultInfo(PushWorkspaceChanges); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class ListEnvironmentCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public DeleteApiCommandMutationResultFactory() + public ListEnvironmentCommandQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryResult); - public DeleteApiCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public ListEnvironmentCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is DeleteApiCommandMutationResultInfo info) + if (dataInfo is ListEnvironmentCommandQueryResultInfo info) { - return new DeleteApiCommandMutationResult(MapNonNullableIDeleteApiCommandMutation_DeleteApiById(info.DeleteApiById)); + return new ListEnvironmentCommandQueryResult(MapIListEnvironmentCommandQuery_WorkspaceById(info.WorkspaceById)); } - throw new global::System.ArgumentException("DeleteApiCommandMutationResultInfo expected."); + throw new global::System.ArgumentException("ListEnvironmentCommandQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById MapNonNullableIDeleteApiCommandMutation_DeleteApiById(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiByIdPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById? MapIListEnvironmentCommandQuery_WorkspaceById(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - IDeleteApiCommandMutation_DeleteApiById returnValue = default !; - if (data.__typename.Equals("DeleteApiByIdPayload", global::System.StringComparison.Ordinal)) + if (data is null) { - returnValue = new DeleteApiCommandMutation_DeleteApiById_DeleteApiByIdPayload(MapIDeleteApiCommandMutation_DeleteApiById_Api(data.Api), MapIDeleteApiCommandMutation_DeleteApiById_ErrorsNonNullableArray(data.Errors)); + return null; + } + + IListEnvironmentCommandQuery_WorkspaceById returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + { + returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Workspace(MapIListEnvironmentCommandQuery_WorkspaceById_Environments(data.Environments)); } else { @@ -175164,17 +176054,17 @@ public DeleteApiCommandMutationResult Create(global::StrawberryShake.IOperationR return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById_Api? MapIDeleteApiCommandMutation_DeleteApiById_Api(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments? MapIListEnvironmentCommandQuery_WorkspaceById_Environments(global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsConnectionData? data) { if (data is null) { return null; } - IDeleteApiCommandMutation_DeleteApiById_Api returnValue = default !; - if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + IListEnvironmentCommandQuery_WorkspaceById_Environments returnValue = default !; + if (data.__typename.Equals("EnvironmentsConnection", global::System.StringComparison.Ordinal)) { - returnValue = new DeleteApiCommandMutation_DeleteApiById_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException(), MapIShowApiCommandQuery_Node_Workspace_1(data.Workspace), MapNonNullableIShowApiCommandQuery_Node_Settings(data.Settings ?? throw new global::System.ArgumentNullException())); + returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection(MapIListEnvironmentCommandQuery_WorkspaceById_Environments_EdgesNonNullableArray(data.Edges), MapNonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -175184,32 +176074,28 @@ public DeleteApiCommandMutationResult Create(global::StrawberryShake.IOperationR return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? MapIShowApiCommandQuery_Node_Workspace_1(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::System.Collections.Generic.IReadOnlyList? MapIListEnvironmentCommandQuery_WorkspaceById_Environments_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { return null; } - IShowApiCommandQuery_Node_Workspace_1 returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowApiCommandQuery_Node_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); - } - else + var environmentsEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsEdgeData child in list) { - throw new global::System.NotSupportedException(); + environmentsEdges.Add(MapNonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges(child)); } - return returnValue; + return environmentsEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings MapNonNullableIShowApiCommandQuery_Node_Settings(global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges MapNonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsEdgeData data) { - IShowApiCommandQuery_Node_Settings returnValue = default !; - if (data.__typename.Equals("ApiSettings", global::System.StringComparison.Ordinal)) + IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges returnValue = default !; + if (data.__typename.Equals("EnvironmentsEdge", global::System.StringComparison.Ordinal)) { - returnValue = new ShowApiCommandQuery_Node_Settings_ApiSettings(MapNonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(data.SchemaRegistry ?? throw new global::System.ArgumentNullException())); + returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -175219,12 +176105,12 @@ public DeleteApiCommandMutationResult Create(global::StrawberryShake.IOperationR return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry MapNonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node MapNonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData data) { - IShowApiCommandQuery_Node_Settings_SchemaRegistry returnValue = default !; - if (data.__typename.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal)) + IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node returnValue = default !; + if (data.__typename.Equals("Environment", global::System.StringComparison.Ordinal)) { - returnValue = new ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings(data.TreatDangerousAsBreaking ?? throw new global::System.ArgumentNullException(), data.AllowBreakingSchemaChanges ?? throw new global::System.ArgumentNullException()); + returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(data.Workspace)); } else { @@ -175234,36 +176120,32 @@ public DeleteApiCommandMutationResult Create(global::StrawberryShake.IOperationR return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIDeleteApiCommandMutation_DeleteApiById_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - if (list is null) + if (data is null) { return null; } - var deleteApiByIdErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiByIdErrorData child in list) + ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - deleteApiByIdErrors.Add(MapNonNullableIDeleteApiCommandMutation_DeleteApiById_Errors(child)); + returnValue = new CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(data.Name ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); } - return deleteApiByIdErrors; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiCommandMutation_DeleteApiById_Errors MapNonNullableIDeleteApiCommandMutation_DeleteApiById_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiByIdErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo MapNonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) { - IDeleteApiCommandMutation_DeleteApiById_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandMutation_DeleteApiById_Errors_ApiNotFoundError(apiNotFoundError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandMutation_DeleteApiById_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDeletionFailedErrorData apiDeletionFailedError) + IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiCommandMutation_DeleteApiById_Errors_ApiDeletionFailedError(apiDeletionFailedError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); } else { @@ -175281,170 +176163,214 @@ public DeleteApiCommandMutationResult Create(global::StrawberryShake.IOperationR // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class ListEnvironmentCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public DeleteApiCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiByIdPayloadData deleteApiById) + public ListEnvironmentCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspaceById) { - DeleteApiById = deleteApiById; + WorkspaceById = workspaceById; } - public global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiByIdPayloadData DeleteApiById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? WorkspaceById { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new DeleteApiCommandMutationResultInfo(DeleteApiById); + return new ListEnvironmentCommandQueryResultInfo(WorkspaceById); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class ShowEnvironmentCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public ListApiCommandQueryResultFactory() + public ShowEnvironmentCommandQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryResult); - public ListApiCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public ShowEnvironmentCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is ListApiCommandQueryResultInfo info) + if (dataInfo is ShowEnvironmentCommandQueryResultInfo info) { - return new ListApiCommandQueryResult(MapIListApiCommandQuery_WorkspaceById(info.WorkspaceById)); + return new ShowEnvironmentCommandQueryResult(MapIShowEnvironmentCommandQuery_Node(info.Node)); } - throw new global::System.ArgumentException("ListApiCommandQueryResultInfo expected."); + throw new global::System.ArgumentException("ShowEnvironmentCommandQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById? MapIListApiCommandQuery_WorkspaceById(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQuery_Node? MapIShowEnvironmentCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) { if (data is null) { return null; } - IListApiCommandQuery_WorkspaceById returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + IShowEnvironmentCommandQuery_Node? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) { - returnValue = new ListApiCommandQuery_WorkspaceById_Workspace(MapIListApiCommandQuery_WorkspaceById_Apis(data.Apis)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Api(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_ApiDocument(); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis? MapIListApiCommandQuery_WorkspaceById_Apis(global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData? data) - { - if (data is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_ApiKey(); } - - IListApiCommandQuery_WorkspaceById_Apis returnValue = default !; - if (data.__typename.Equals("ApisConnection", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) { - returnValue = new ListApiCommandQuery_WorkspaceById_Apis_ApisConnection(MapIListApiCommandQuery_WorkspaceById_Apis_EdgesNonNullableArray(data.Edges), MapNonNullableIListApiCommandQuery_WorkspaceById_Apis_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Client(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_ClientChangeLog(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList? MapIListApiCommandQuery_WorkspaceById_Apis_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_ClientDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_ClientVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Environment(environment.Id ?? throw new global::System.ArgumentNullException(), environment.Name ?? throw new global::System.ArgumentNullException(), MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(environment.Workspace)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Group(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_McpFeatureCollection(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_OpenApiCollection(); } - - var apisEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) { - apisEdges.Add(MapNonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog(); } - - return apisEdges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_Edges MapNonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData data) - { - IListApiCommandQuery_WorkspaceById_Apis_Edges returnValue = default !; - if (data.__typename.Equals("ApisEdge", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) { - returnValue = new ListApiCommandQuery_WorkspaceById_Apis_Edges_ApisEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion(); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_Edges_Node MapNonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData data) - { - IListApiCommandQuery_WorkspaceById_Apis_Edges_Node returnValue = default !; - if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) { - returnValue = new ListApiCommandQuery_WorkspaceById_Apis_Edges_Node_Api(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException(), MapIShowApiCommandQuery_Node_Workspace_1(data.Workspace), MapNonNullableIShowApiCommandQuery_Node_Settings(data.Settings ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Organization(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_OrganizationMember(); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? MapIShowApiCommandQuery_Node_Workspace_1(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) - { - if (data is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_SchemaChangeLog(); } - - IShowApiCommandQuery_Node_Workspace_1 returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) { - returnValue = new ShowApiCommandQuery_Node_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_SchemaDeployment(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Stage(); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings MapNonNullableIShowApiCommandQuery_Node_Settings(global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData data) - { - IShowApiCommandQuery_Node_Settings returnValue = default !; - if (data.__typename.Equals("ApiSettings", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) { - returnValue = new ShowApiCommandQuery_Node_Settings_ApiSettings(MapNonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(data.SchemaRegistry ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_User(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Workspace(); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry MapNonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData data) - { - IShowApiCommandQuery_Node_Settings_SchemaRegistry returnValue = default !; - if (data.__typename.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) { - returnValue = new ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings(data.TreatDangerousAsBreaking ?? throw new global::System.ArgumentNullException(), data.AllowBreakingSchemaChanges ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_WorkspaceDocument(); } else { @@ -175454,12 +176380,17 @@ public ListApiCommandQueryResult Create(global::StrawberryShake.IOperationResult return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListApiCommandQuery_WorkspaceById_Apis_PageInfo MapNonNullableIListApiCommandQuery_WorkspaceById_Apis_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - IListApiCommandQuery_WorkspaceById_Apis_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + if (data is null) { - returnValue = new ListApiCommandQuery_WorkspaceById_Apis_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + return null; + } + + ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -175477,49 +176408,52 @@ public ListApiCommandQueryResult Create(global::StrawberryShake.IOperationResult // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class ShowEnvironmentCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public ListApiCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspaceById) + public ShowEnvironmentCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) { - WorkspaceById = workspaceById; + Node = node; } - public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? WorkspaceById { get; } + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new ListApiCommandQueryResultInfo(WorkspaceById); + return new ShowEnvironmentCommandQueryResultInfo(Node); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class UploadFusionSubgraphResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public SetApiSettingsCommandMutationResultFactory() + public UploadFusionSubgraphResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraphResult); - public SetApiSettingsCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public UploadFusionSubgraphResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is SetApiSettingsCommandMutationResultInfo info) + if (dataInfo is UploadFusionSubgraphResultInfo info) { - return new SetApiSettingsCommandMutationResult(MapNonNullableISetApiSettingsCommandMutation_UpdateApiSettings(info.UpdateApiSettings)); + return new UploadFusionSubgraphResult(MapNonNullableIUploadFusionSubgraph_UploadFusionSubgraph(info.UploadFusionSubgraph)); } - throw new global::System.ArgumentException("SetApiSettingsCommandMutationResultInfo expected."); + throw new global::System.ArgumentException("UploadFusionSubgraphResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings MapNonNullableISetApiSettingsCommandMutation_UpdateApiSettings(global::ChilliCream.Nitro.CommandLine.Client.State.UpdateApiSettingsPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph MapNonNullableIUploadFusionSubgraph_UploadFusionSubgraph(global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphPayloadData data) { - ISetApiSettingsCommandMutation_UpdateApiSettings returnValue = default !; - if (data.__typename.Equals("UpdateApiSettingsPayload", global::System.StringComparison.Ordinal)) + IUploadFusionSubgraph_UploadFusionSubgraph returnValue = default !; + if (data.__typename.Equals("UploadFusionSubgraphPayload", global::System.StringComparison.Ordinal)) { - returnValue = new SetApiSettingsCommandMutation_UpdateApiSettings_UpdateApiSettingsPayload(MapISetApiSettingsCommandMutation_UpdateApiSettings_Api(data.Api), MapISetApiSettingsCommandMutation_UpdateApiSettings_ErrorsNonNullableArray(data.Errors)); + returnValue = new UploadFusionSubgraph_UploadFusionSubgraph_UploadFusionSubgraphPayload(MapIUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion(data.FusionSubgraphVersion), MapIUploadFusionSubgraph_UploadFusionSubgraph_ErrorsNonNullableArray(data.Errors)); } else { @@ -175529,17 +176463,17 @@ public SetApiSettingsCommandMutationResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings_Api? MapISetApiSettingsCommandMutation_UpdateApiSettings_Api(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion? MapIUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion(global::ChilliCream.Nitro.CommandLine.Client.State.FusionSubgraphVersionData? data) { if (data is null) { return null; } - ISetApiSettingsCommandMutation_UpdateApiSettings_Api returnValue = default !; - if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion returnValue = default !; + if (data.__typename.Equals("FusionSubgraphVersion", global::System.StringComparison.Ordinal)) { - returnValue = new SetApiSettingsCommandMutation_UpdateApiSettings_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException(), MapIShowApiCommandQuery_Node_Workspace_1(data.Workspace), MapNonNullableIShowApiCommandQuery_Node_Settings(data.Settings ?? throw new global::System.ArgumentNullException())); + returnValue = new UploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion_FusionSubgraphVersion(data.Id ?? throw new global::System.ArgumentNullException()); } else { @@ -175549,82 +176483,44 @@ public SetApiSettingsCommandMutationResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? MapIShowApiCommandQuery_Node_Workspace_1(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::System.Collections.Generic.IReadOnlyList? MapIUploadFusionSubgraph_UploadFusionSubgraph_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { return null; } - IShowApiCommandQuery_Node_Workspace_1 returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowApiCommandQuery_Node_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings MapNonNullableIShowApiCommandQuery_Node_Settings(global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData data) - { - IShowApiCommandQuery_Node_Settings returnValue = default !; - if (data.__typename.Equals("ApiSettings", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowApiCommandQuery_Node_Settings_ApiSettings(MapNonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(data.SchemaRegistry ?? throw new global::System.ArgumentNullException())); - } - else + var uploadFusionSubgraphErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphErrorData child in list) { - throw new global::System.NotSupportedException(); + uploadFusionSubgraphErrors.Add(MapNonNullableIUploadFusionSubgraph_UploadFusionSubgraph_Errors(child)); } - return returnValue; + return uploadFusionSubgraphErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry MapNonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData data) + private global::ChilliCream.Nitro.CommandLine.Client.IUploadFusionSubgraph_UploadFusionSubgraph_Errors MapNonNullableIUploadFusionSubgraph_UploadFusionSubgraph_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphErrorData data) { - IShowApiCommandQuery_Node_Settings_SchemaRegistry returnValue = default !; - if (data.__typename.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings(data.TreatDangerousAsBreaking ?? throw new global::System.ArgumentNullException(), data.AllowBreakingSchemaChanges ?? throw new global::System.ArgumentNullException()); - } - else + IUploadFusionSubgraph_UploadFusionSubgraph_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidFusionSourceSchemaArchiveErrorData invalidFusionSourceSchemaArchiveError) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraph_UploadFusionSubgraph_Errors_InvalidFusionSourceSchemaArchiveError(invalidFusionSourceSchemaArchiveError.Message ?? throw new global::System.ArgumentNullException()); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList? MapISetApiSettingsCommandMutation_UpdateApiSettings_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraph_UploadFusionSubgraph_Errors_ApiNotFoundError(apiNotFoundError.Message ?? throw new global::System.ArgumentNullException()); } - - var updateApiSettingsErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsErrorData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) { - updateApiSettingsErrors.Add(MapNonNullableISetApiSettingsCommandMutation_UpdateApiSettings_Errors(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraph_UploadFusionSubgraph_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); } - - return updateApiSettingsErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ISetApiSettingsCommandMutation_UpdateApiSettings_Errors MapNonNullableISetApiSettingsCommandMutation_UpdateApiSettings_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsErrorData data) - { - ISetApiSettingsCommandMutation_UpdateApiSettings_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.SetApiSettingsCommandMutation_UpdateApiSettings_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraph_UploadFusionSubgraph_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData duplicatedTagError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.SetApiSettingsCommandMutation_UpdateApiSettings_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadFusionSubgraph_UploadFusionSubgraph_Errors_DuplicatedTagError(duplicatedTagError.__typename ?? throw new global::System.ArgumentNullException(), duplicatedTagError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -175642,49 +176538,49 @@ public SetApiSettingsCommandMutationResult Create(global::StrawberryShake.IOpera // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class UploadFusionSubgraphResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public SetApiSettingsCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UpdateApiSettingsPayloadData updateApiSettings) + public UploadFusionSubgraphResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphPayloadData uploadFusionSubgraph) { - UpdateApiSettings = updateApiSettings; + UploadFusionSubgraph = uploadFusionSubgraph; } - public global::ChilliCream.Nitro.CommandLine.Client.State.UpdateApiSettingsPayloadData UpdateApiSettings { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphPayloadData UploadFusionSubgraph { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new SetApiSettingsCommandMutationResultInfo(UpdateApiSettings); + return new UploadFusionSubgraphResultInfo(UploadFusionSubgraph); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class CreateMcpFeatureCollectionCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public CreateApiCommandMutationResultFactory() + public CreateMcpFeatureCollectionCommandMutationResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationResult); - public CreateApiCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public CreateMcpFeatureCollectionCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is CreateApiCommandMutationResultInfo info) + if (dataInfo is CreateMcpFeatureCollectionCommandMutationResultInfo info) { - return new CreateApiCommandMutationResult(MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges(info.PushWorkspaceChanges)); + return new CreateMcpFeatureCollectionCommandMutationResult(MapNonNullableICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection(info.CreateMcpFeatureCollection)); } - throw new global::System.ArgumentException("CreateApiCommandMutationResultInfo expected."); + throw new global::System.ArgumentException("CreateMcpFeatureCollectionCommandMutationResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges(global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection MapNonNullableICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionPayloadData data) { - ICreateApiCommandMutation_PushWorkspaceChanges returnValue = default !; - if (data.__typename.Equals("PushWorkspaceChangesPayload", global::System.StringComparison.Ordinal)) + ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection returnValue = default !; + if (data.__typename.Equals("CreateMcpFeatureCollectionPayload", global::System.StringComparison.Ordinal)) { - returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload(MapICreateApiCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(data.Changes), MapICreateApiCommandMutation_PushWorkspaceChanges_ErrorsNonNullableArray(data.Errors)); + returnValue = new CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload(MapICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection(data.McpFeatureCollection), MapICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_ErrorsNonNullableArray(data.Errors)); } else { @@ -175694,28 +176590,17 @@ public CreateApiCommandMutationResult Create(global::StrawberryShake.IOperationR return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapICreateApiCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection? MapICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? data) { - if (list is null) + if (data is null) { return null; } - var workspaceChangePayloads = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData child in list) - { - workspaceChangePayloads.Add(MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes(child)); - } - - return workspaceChangePayloads; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData data) - { - ICreateApiCommandMutation_PushWorkspaceChanges_Changes returnValue = default !; - if (data.__typename.Equals("WorkspaceChangePayload", global::System.StringComparison.Ordinal)) + ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection returnValue = default !; + if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) { - returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload(data.ReferenceId ?? throw new global::System.ArgumentNullException(), MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error(data.Error), MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result(data.Result)); + returnValue = new CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException()); } else { @@ -175725,37 +176610,32 @@ public CreateApiCommandMutationResult Create(global::StrawberryShake.IOperationR return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error? MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error(global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeErrorData? data) + private global::System.Collections.Generic.IReadOnlyList? MapICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { return null; } - ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Error? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ChangeValidationFailedData changeValidationFailed) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed(changeValidationFailed.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenChangedConflictData hasBeenChangedConflict) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict(hasBeenChangedConflict.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenDeletedConflictData hasBeenDeletedConflict) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict(hasBeenDeletedConflict.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.IdentifierCollisionConflictData identifierCollisionConflict) + var createMcpFeatureCollectionErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionErrorData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict(identifierCollisionConflict.Message ?? throw new global::System.ArgumentNullException()); + createMcpFeatureCollectionErrors.Add(MapNonNullableICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedErrorOnChangeData unexpectedErrorOnChange) + + return createMcpFeatureCollectionErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors MapNonNullableICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionErrorData data) + { + ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange(unexpectedErrorOnChange.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError(apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceNotFoundForChangeData workspaceNotFoundForChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange(workspaceNotFoundForChange.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException()); } else { @@ -175765,64 +176645,57 @@ public CreateApiCommandMutationResult Create(global::StrawberryShake.IOperationR return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result? MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result(global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeResultData? data) + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) { - if (data is null) - { - return null; - } + return Create(dataInfo, snapshot); + } + } - ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Api(api.Name ?? throw new global::System.ArgumentNullException(), api.Id ?? throw new global::System.ArgumentNullException(), api.Path ?? throw new global::System.ArgumentNullException(), MapIShowApiCommandQuery_Node_Workspace_1(api.Workspace), MapNonNullableIShowApiCommandQuery_Node_Settings(api.Settings)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Environment(); - } - else - { - throw new global::System.NotSupportedException(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateMcpFeatureCollectionCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public CreateMcpFeatureCollectionCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionPayloadData createMcpFeatureCollection) + { + CreateMcpFeatureCollection = createMcpFeatureCollection; + } - return returnValue; + public global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionPayloadData CreateMcpFeatureCollection { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new CreateMcpFeatureCollectionCommandMutationResultInfo(CreateMcpFeatureCollection); } + } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? MapIShowApiCommandQuery_Node_Workspace_1(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class DeleteMcpFeatureCollectionByIdCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public DeleteMcpFeatureCollectionByIdCommandMutationResultFactory() { - if (data is null) - { - return null; - } + } - IShowApiCommandQuery_Node_Workspace_1 returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowApiCommandQuery_Node_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); - } - else + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationResult); + + public DeleteMcpFeatureCollectionByIdCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is DeleteMcpFeatureCollectionByIdCommandMutationResultInfo info) { - throw new global::System.NotSupportedException(); + return new DeleteMcpFeatureCollectionByIdCommandMutationResult(MapNonNullableIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById(info.DeleteMcpFeatureCollectionById)); } - return returnValue; + throw new global::System.ArgumentException("DeleteMcpFeatureCollectionByIdCommandMutationResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings MapNonNullableIShowApiCommandQuery_Node_Settings(global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData data) + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById MapNonNullableIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteMcpFeatureCollectionByIdPayloadData data) { - IShowApiCommandQuery_Node_Settings returnValue = default !; - if (data.__typename.Equals("ApiSettings", global::System.StringComparison.Ordinal)) + IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById returnValue = default !; + if (data.__typename.Equals("DeleteMcpFeatureCollectionByIdPayload", global::System.StringComparison.Ordinal)) { - returnValue = new ShowApiCommandQuery_Node_Settings_ApiSettings(MapNonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(data.SchemaRegistry ?? throw new global::System.ArgumentNullException())); + returnValue = new DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload(MapIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection(data.McpFeatureCollection), MapIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_ErrorsNonNullableArray(data.Errors)); } else { @@ -175832,12 +176705,17 @@ public CreateApiCommandMutationResult Create(global::StrawberryShake.IOperationR return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry MapNonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData data) + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection? MapIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? data) { - IShowApiCommandQuery_Node_Settings_SchemaRegistry returnValue = default !; - if (data.__typename.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal)) + if (data is null) + { + return null; + } + + IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection returnValue = default !; + if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) { - returnValue = new ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings(data.TreatDangerousAsBreaking ?? throw new global::System.ArgumentNullException(), data.AllowBreakingSchemaChanges ?? throw new global::System.ArgumentNullException()); + returnValue = new DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException()); } else { @@ -175847,32 +176725,32 @@ public CreateApiCommandMutationResult Create(global::StrawberryShake.IOperationR return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapICreateApiCommandMutation_PushWorkspaceChanges_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var pushWorkspaceChangesErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IPushWorkspaceChangesErrorData child in list) + var deleteMcpFeatureCollectionByIdErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteMcpFeatureCollectionByIdErrorData child in list) { - pushWorkspaceChangesErrors.Add(MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Errors(child)); + deleteMcpFeatureCollectionByIdErrors.Add(MapNonNullableIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors(child)); } - return pushWorkspaceChangesErrors; + return deleteMcpFeatureCollectionByIdErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Errors MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IPushWorkspaceChangesErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors MapNonNullableIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteMcpFeatureCollectionByIdErrorData data) { - ICreateApiCommandMutation_PushWorkspaceChanges_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionNotFoundErrorData mcpFeatureCollectionNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError(mcpFeatureCollectionNotFoundError.Message ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionNotFoundError.McpFeatureCollectionId ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ChangeStructureInvalidData changeStructureInvalid) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid(changeStructureInvalid.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException()); } else { @@ -175890,245 +176768,214 @@ public CreateApiCommandMutationResult Create(global::StrawberryShake.IOperationR // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class DeleteMcpFeatureCollectionByIdCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public CreateApiCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData pushWorkspaceChanges) + public DeleteMcpFeatureCollectionByIdCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteMcpFeatureCollectionByIdPayloadData deleteMcpFeatureCollectionById) { - PushWorkspaceChanges = pushWorkspaceChanges; + DeleteMcpFeatureCollectionById = deleteMcpFeatureCollectionById; } - public global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData PushWorkspaceChanges { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.DeleteMcpFeatureCollectionByIdPayloadData DeleteMcpFeatureCollectionById { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new CreateApiCommandMutationResultInfo(PushWorkspaceChanges); + return new DeleteMcpFeatureCollectionByIdCommandMutationResultInfo(DeleteMcpFeatureCollectionById); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStagesResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class ListMcpFeatureCollectionCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public UpdateStagesResultFactory() + public ListMcpFeatureCollectionCommandQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryResult); - public UpdateStagesResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public ListMcpFeatureCollectionCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is UpdateStagesResultInfo info) + if (dataInfo is ListMcpFeatureCollectionCommandQueryResultInfo info) { - return new UpdateStagesResult(MapNonNullableIUpdateStages_UpdateStages(info.UpdateStages)); + return new ListMcpFeatureCollectionCommandQueryResult(MapIListMcpFeatureCollectionCommandQuery_Node(info.Node)); } - throw new global::System.ArgumentException("UpdateStagesResultInfo expected."); + throw new global::System.ArgumentException("ListMcpFeatureCollectionCommandQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages MapNonNullableIUpdateStages_UpdateStages(global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node? MapIListMcpFeatureCollectionCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) { - IUpdateStages_UpdateStages returnValue = default !; - if (data.__typename.Equals("UpdateStagesPayload", global::System.StringComparison.Ordinal)) + if (data is null) { - returnValue = new UpdateStages_UpdateStages_UpdateStagesPayload(MapIUpdateStages_UpdateStages_Api(data.Api), MapIUpdateStages_UpdateStages_ErrorsNonNullableArray(data.Errors)); + return null; } - else + + IListMcpFeatureCollectionCommandQuery_Node? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Api(MapIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections(api.McpFeatureCollections)); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api? MapIUpdateStages_UpdateStages_Api(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) - { - if (data is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_ApiDocument(); } - - IUpdateStages_UpdateStages_Api returnValue = default !; - if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) { - returnValue = new UpdateStages_UpdateStages_Api_Api(MapNonNullableIUpdateStages_UpdateStages_Api_StagesNonNullableArray(data.Stages ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_ApiKey(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Client(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIUpdateStages_UpdateStages_Api_StagesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) { - throw new global::System.ArgumentNullException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog(); } - - var stages = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.StageData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) { - stages.Add(MapNonNullableIUpdateStages_UpdateStages_Api_Stages(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment(); } - - return stages; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages MapNonNullableIUpdateStages_UpdateStages_Api_Stages(global::ChilliCream.Nitro.CommandLine.Client.State.StageData data) - { - IUpdateStages_UpdateStages_Api_Stages returnValue = default !; - if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) { - returnValue = new UpdateStages_UpdateStages_Api_Stages_Stage(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.DisplayName ?? throw new global::System.ArgumentNullException(), MapNonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(data.Conditions ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_ClientVersion(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) { - throw new global::System.ArgumentNullException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Environment(); } - - var stageConditions = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) { - stageConditions.Add(MapNonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog(); } - - return stageConditions; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions MapNonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionData data) - { - IUpdateStages_UpdateStages_Api_Stages_Conditions? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.AfterStageConditionData afterStageCondition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition(MapIUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(afterStageCondition.AfterStage)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? MapIUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) - { - if (data is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition(); } - - IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage returnValue = default !; - if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) { - returnValue = new UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList? MapIUpdateStages_UpdateStages_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition(); } - - var updateStagesErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesErrorData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) { - updateStagesErrors.Add(MapNonNullableIUpdateStages_UpdateStages_Errors(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition(); } - - return updateStagesErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors MapNonNullableIUpdateStages_UpdateStages_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesErrorData data) - { - IUpdateStages_UpdateStages_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateStages_UpdateStages_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateStages_UpdateStages_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StagesHavePublishedDependenciesErrorData stagesHavePublishedDependenciesError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError(stagesHavePublishedDependenciesError.__typename ?? throw new global::System.ArgumentNullException(), stagesHavePublishedDependenciesError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIUpdateStages_UpdateStages_Errors_StagesNonNullableArray(stagesHavePublishedDependenciesError.Stages)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageValidationErrorData stageValidationError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateStages_UpdateStages_Errors_StageValidationError(stageValidationError.Message ?? throw new global::System.ArgumentNullException(), stageValidationError.__typename ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIUpdateStages_UpdateStages_Errors_StagesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) { - throw new global::System.ArgumentNullException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition(); } - - var stages = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.StageData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) { - stages.Add(MapNonNullableIUpdateStages_UpdateStages_Errors_Stages(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition(); } - - return stages; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages MapNonNullableIUpdateStages_UpdateStages_Errors_Stages(global::ChilliCream.Nitro.CommandLine.Client.State.StageData data) - { - IUpdateStages_UpdateStages_Errors_Stages returnValue = default !; - if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) { - returnValue = new UpdateStages_UpdateStages_Errors_Stages_Stage(data.Name ?? throw new global::System.ArgumentNullException(), MapIUpdateStages_UpdateStages_Errors_Stages_PublishedSchema(data.PublishedSchema), MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClientsNonNullableArray(data.PublishedClients ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Group(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection(); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema? MapIUpdateStages_UpdateStages_Errors_Stages_PublishedSchema(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedSchemaVersionData? data) - { - if (data is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog(); } - - IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema returnValue = default !; - if (data.__typename.Equals("PublishedSchemaVersion", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) { - returnValue = new UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion(MapIUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version(data.Version)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Organization(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Stage(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_User(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Workspace(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument(); } else { @@ -176138,17 +176985,17 @@ public UpdateStagesResult Create(global::StrawberryShake.IOperationResultDataInf return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version? MapIUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections? MapIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections(global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData? data) { if (data is null) { return null; } - IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version returnValue = default !; - if (data.__typename.Equals("SchemaVersion", global::System.StringComparison.Ordinal)) + IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections returnValue = default !; + if (data.__typename.Equals("ApiMcpFeatureCollectionsConnection", global::System.StringComparison.Ordinal)) { - returnValue = new UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion(data.Tag ?? throw new global::System.ArgumentNullException()); + returnValue = new ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection(MapIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_EdgesNonNullableArray(data.Edges), MapNonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -176158,28 +177005,28 @@ public UpdateStagesResult Create(global::StrawberryShake.IOperationResultDataInf return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClientsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - throw new global::System.ArgumentNullException(); + return null; } - var publishedClients = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientData child in list) + var apiMcpFeatureCollectionsEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData child in list) { - publishedClients.Add(MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients(child)); + apiMcpFeatureCollectionsEdges.Add(MapNonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges(child)); } - return publishedClients; + return apiMcpFeatureCollectionsEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges MapNonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData data) { - IUpdateStages_UpdateStages_Errors_Stages_PublishedClients returnValue = default !; - if (data.__typename.Equals("PublishedClient", global::System.StringComparison.Ordinal)) + IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges returnValue = default !; + if (data.__typename.Equals("ApiMcpFeatureCollectionsEdge", global::System.StringComparison.Ordinal)) { - returnValue = new UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient(MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client(data.Client ?? throw new global::System.ArgumentNullException()), MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersionsNonNullableArray(data.PublishedVersions ?? throw new global::System.ArgumentNullException())); + returnValue = new ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -176189,12 +177036,12 @@ public UpdateStagesResult Create(global::StrawberryShake.IOperationResultDataInf return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node MapNonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData data) { - IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client returnValue = default !; - if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) + IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node returnValue = default !; + if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) { - returnValue = new UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client(data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -176204,28 +177051,75 @@ public UpdateStagesResult Create(global::StrawberryShake.IOperationResultDataInf return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersionsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo MapNonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) { - if (list is null) + IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - throw new global::System.ArgumentNullException(); + returnValue = new ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + } + else + { + throw new global::System.NotSupportedException(); } - var publishedClientVersions = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData child in list) + return returnValue; + } + + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) + { + return Create(dataInfo, snapshot); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListMcpFeatureCollectionCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public ListMcpFeatureCollectionCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) + { + Node = node; + } + + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new ListMcpFeatureCollectionCommandQueryResultInfo(Node); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class PublishMcpFeatureCollectionCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public PublishMcpFeatureCollectionCommandMutationResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationResult); + + public PublishMcpFeatureCollectionCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is PublishMcpFeatureCollectionCommandMutationResultInfo info) { - publishedClientVersions.Add(MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions(child)); + return new PublishMcpFeatureCollectionCommandMutationResult(MapNonNullableIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection(info.PublishMcpFeatureCollection)); } - return publishedClientVersions; + throw new global::System.ArgumentException("PublishMcpFeatureCollectionCommandMutationResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) + private global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection MapNonNullableIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.PublishMcpFeatureCollectionPayloadData data) { - IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions returnValue = default !; - if (data.__typename.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal)) + IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection returnValue = default !; + if (data.__typename.Equals("PublishMcpFeatureCollectionPayload", global::System.StringComparison.Ordinal)) { - returnValue = new UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion(MapIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version(data.Version)); + returnValue = new PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload(data.Id, MapIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_ErrorsNonNullableArray(data.Errors)); } else { @@ -176235,17 +177129,40 @@ public UpdateStagesResult Create(global::StrawberryShake.IOperationResultDataInf return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version? MapIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? data) + private global::System.Collections.Generic.IReadOnlyList? MapIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { return null; } - IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version returnValue = default !; - if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) + var publishMcpFeatureCollectionErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionErrorData child in list) { - returnValue = new UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion(data.Tag ?? throw new global::System.ArgumentNullException()); + publishMcpFeatureCollectionErrors.Add(MapNonNullableIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors(child)); + } + + return publishMcpFeatureCollectionErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors MapNonNullableIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionErrorData data) + { + IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionNotFoundErrorData mcpFeatureCollectionNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError(mcpFeatureCollectionNotFoundError.McpFeatureCollectionId ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionNotFoundError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionNotFoundErrorData mcpFeatureCollectionVersionNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError(mcpFeatureCollectionVersionNotFoundError.Tag ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionVersionNotFoundError.Message ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionVersionNotFoundError.McpFeatureCollectionId ?? throw new global::System.ArgumentNullException()); } else { @@ -176263,214 +177180,236 @@ public UpdateStagesResult Create(global::StrawberryShake.IOperationResultDataInf // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStagesResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class PublishMcpFeatureCollectionCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public UpdateStagesResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesPayloadData updateStages) + public PublishMcpFeatureCollectionCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishMcpFeatureCollectionPayloadData publishMcpFeatureCollection) { - UpdateStages = updateStages; + PublishMcpFeatureCollection = publishMcpFeatureCollection; } - public global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesPayloadData UpdateStages { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.PublishMcpFeatureCollectionPayloadData PublishMcpFeatureCollection { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new UpdateStagesResultInfo(UpdateStages); + return new PublishMcpFeatureCollectionCommandMutationResultInfo(PublishMcpFeatureCollection); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class PublishMcpFeatureCollectionCommandSubscriptionResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public ListStagesQueryResultFactory() + public PublishMcpFeatureCollectionCommandSubscriptionResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscriptionResult); - public ListStagesQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is ListStagesQueryResultInfo info) + if (dataInfo is PublishMcpFeatureCollectionCommandSubscriptionResultInfo info) { - return new ListStagesQueryResult(MapIListStagesQuery_Node(info.Node)); + return new PublishMcpFeatureCollectionCommandSubscriptionResult(MapNonNullableIPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate(info.OnMcpFeatureCollectionVersionPublishingUpdate)); } - throw new global::System.ArgumentException("ListStagesQueryResultInfo expected."); + throw new global::System.ArgumentException("PublishMcpFeatureCollectionCommandSubscriptionResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IListStagesQuery_Node? MapIListStagesQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate MapNonNullableIPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishResultData data) { - if (data is null) + IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionPublishFailedData mcpFeatureCollectionVersionPublishFailed) { - return null; - } + if (!mcpFeatureCollectionVersionPublishFailed.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } - IListStagesQuery_Node? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Api(MapNonNullableIListStagesQuery_Node_StagesNonNullableArray(api.Stages)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_ApiDocument(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_ApiKey(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Client(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_ClientChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_ClientDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_ClientVersion(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_CoordinateClientUsageMetrics(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Environment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_FusionConfigurationChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_FusionConfigurationDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLDirectiveArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLDirectiveDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLEnumTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLEnumValueDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed(mcpFeatureCollectionVersionPublishFailed.__typename ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionVersionPublishFailed.State!.Value, MapNonNullableIPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ErrorsNonNullableArray(mcpFeatureCollectionVersionPublishFailed.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionPublishSuccessData mcpFeatureCollectionVersionPublishSuccess) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLInputObjectFieldDefinition(); + if (!mcpFeatureCollectionVersionPublishSuccess.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess(mcpFeatureCollectionVersionPublishSuccess.__typename ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionVersionPublishSuccess.State!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData operationInProgress) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLInputObjectTypeDefinition(); + if (!operationInProgress.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress(operationInProgress.__typename ?? throw new global::System.ArgumentNullException(), operationInProgress.State!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskApprovedData processingTaskApproved) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); + if (!processingTaskApproved.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved(processingTaskApproved.__typename ?? throw new global::System.ArgumentNullException(), processingTaskApproved.State!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsQueuedData processingTaskIsQueued) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLInterfaceFieldDefinition(); + if (!processingTaskIsQueued.QueuePosition.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued(processingTaskIsQueued.__typename ?? throw new global::System.ArgumentNullException(), processingTaskIsQueued.Queued ?? throw new global::System.ArgumentNullException(), processingTaskIsQueued.QueuePosition!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsReadyData processingTaskIsReady) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLInterfaceTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady(processingTaskIsReady.__typename ?? throw new global::System.ArgumentNullException(), processingTaskIsReady.Ready ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WaitForApprovalData waitForApproval) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition(); + if (!waitForApproval.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval(waitForApproval.__typename ?? throw new global::System.ArgumentNullException(), waitForApproval.State!.Value, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment(waitForApproval.Deployment)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLObjectFieldDefinition(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLScalarTypeDefinition(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) + + var mcpFeatureCollectionVersionPublishErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishErrorData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLUnionTypeDefinition(); + mcpFeatureCollectionVersionPublishErrors.Add(MapNonNullableIPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) + + return mcpFeatureCollectionVersionPublishErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors MapNonNullableIPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishErrorData data) + { + IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Group(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_McpFeatureCollection(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData processingTimeoutError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_McpFeatureCollectionChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError(processingTimeoutError.__typename ?? throw new global::System.ArgumentNullException(), processingTimeoutError.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData readyTimeoutError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_McpFeatureCollectionDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData unexpectedProcessingError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_McpFeatureCollectionVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError(unexpectedProcessingError.__typename ?? throw new global::System.ArgumentNullException(), unexpectedProcessingError.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_OpenApiCollection(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_OpenApiCollectionChangeLog(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) + + var mcpFeatureCollectionValidationCollections = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_OpenApiCollectionDeployment(); + mcpFeatureCollectionValidationCollections.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) + + return mcpFeatureCollectionValidationCollections; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 returnValue = default !; + if (data.__typename.Equals("McpFeatureCollectionValidationCollection", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_OpenApiCollectionVersion(); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(data.McpFeatureCollection), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1NonNullableArray(data.Entities ?? throw new global::System.ArgumentNullException())); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Organization(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? data) + { + if (data is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_OrganizationMember(); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) + + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection returnValue = default !; + if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_SchemaChangeLog(); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_SchemaDeployment(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Stage(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) + + var mcpFeatureCollectionValidationEntitys = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_User(); + mcpFeatureCollectionValidationEntitys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) + + return mcpFeatureCollectionValidationEntitys; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationPromptData mcpFeatureCollectionValidationPrompt) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Workspace(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(mcpFeatureCollectionValidationPrompt.Errors), mcpFeatureCollectionValidationPrompt.Name ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationToolData mcpFeatureCollectionValidationTool) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_WorkspaceDocument(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(mcpFeatureCollectionValidationTool.Errors), mcpFeatureCollectionValidationTool.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -176480,28 +177419,32 @@ public ListStagesQueryResult Create(global::StrawberryShake.IOperationResultData return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIListStagesQuery_Node_StagesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var stages = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.StageData child in list) + var mcpFeatureCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData child in list) { - stages.Add(MapNonNullableIListStagesQuery_Node_Stages(child)); + mcpFeatureCollectionValidationEntityErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1(child)); } - return stages; + return mcpFeatureCollectionValidationEntityErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IListStagesQuery_Node_Stages MapNonNullableIListStagesQuery_Node_Stages(global::ChilliCream.Nitro.CommandLine.Client.State.StageData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData data) { - IListStagesQuery_Node_Stages returnValue = default !; - if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorData mcpFeatureCollectionValidationDocumentError) { - returnValue = new ListStagesQuery_Node_Stages_Stage(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.DisplayName ?? throw new global::System.ArgumentNullException(), MapNonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(data.Conditions ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(mcpFeatureCollectionValidationDocumentError.Code, mcpFeatureCollectionValidationDocumentError.Message ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionValidationDocumentError.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(mcpFeatureCollectionValidationDocumentError.Locations)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationEntityValidationErrorData mcpFeatureCollectionValidationEntityValidationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(mcpFeatureCollectionValidationEntityValidationError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -176511,28 +177454,28 @@ public ListStagesQueryResult Create(global::StrawberryShake.IOperationResultData return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - throw new global::System.ArgumentNullException(); + return null; } - var stageConditions = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionData child in list) + var mcpFeatureCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData child in list) { - stageConditions.Add(MapNonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(child)); + mcpFeatureCollectionValidationDocumentErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(child)); } - return stageConditions; + return mcpFeatureCollectionValidationDocumentErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions MapNonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData data) { - IUpdateStages_UpdateStages_Api_Stages_Conditions? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.AfterStageConditionData afterStageCondition) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 returnValue = default !; + if (data.__typename.Equals("McpFeatureCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition(MapIUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(afterStageCondition.AfterStage)); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); } else { @@ -176542,17 +177485,33 @@ public ListStagesQueryResult Create(global::StrawberryShake.IOperationResultData return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? MapIUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment(global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? data) { if (data is null) { return null; } - IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage returnValue = default !; - if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) { - returnValue = new UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(clientDeployment.Errors)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1NonNullableArray(fusionConfigurationDeployment.Errors)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(mcpFeatureCollectionDeployment.Errors)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(openApiCollectionDeployment.Errors)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4NonNullableArray(schemaDeployment.Errors)); } else { @@ -176562,65 +177521,28 @@ public ListStagesQueryResult Create(global::StrawberryShake.IOperationResultData return returnValue; } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public ListStagesQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) - { - Node = node; - } - - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new ListStagesQueryResultInfo(Node); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListEnvironmentCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public ListEnvironmentCommandQueryResultFactory() + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQueryResult); + if (list is null) + { + throw new global::System.ArgumentNullException(); + } - public ListEnvironmentCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is ListEnvironmentCommandQueryResultInfo info) + var clientDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData child in list) { - return new ListEnvironmentCommandQueryResult(MapIListEnvironmentCommandQuery_WorkspaceById(info.WorkspaceById)); + clientDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(child)); } - throw new global::System.ArgumentException("ListEnvironmentCommandQueryResultInfo expected."); + return clientDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById? MapIListEnvironmentCommandQuery_WorkspaceById(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData data) { - if (data is null) - { - return null; - } - - IListEnvironmentCommandQuery_WorkspaceById returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Workspace(MapIListEnvironmentCommandQuery_WorkspaceById_Environments(data.Environments)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } else { @@ -176630,17 +177552,17 @@ public ListEnvironmentCommandQueryResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments? MapIListEnvironmentCommandQuery_WorkspaceById_Environments(global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsConnectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) { if (data is null) { return null; } - IListEnvironmentCommandQuery_WorkspaceById_Environments returnValue = default !; - if (data.__typename.Equals("EnvironmentsConnection", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client returnValue = default !; + if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) { - returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Environments_EnvironmentsConnection(MapIListEnvironmentCommandQuery_WorkspaceById_Environments_EdgesNonNullableArray(data.Edges), MapNonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -176650,28 +177572,28 @@ public ListEnvironmentCommandQueryResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIListEnvironmentCommandQuery_WorkspaceById_Environments_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - var environmentsEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsEdgeData child in list) + var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData child in list) { - environmentsEdges.Add(MapNonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges(child)); + persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } - return environmentsEdges; + return persistedQueryValidationFaileds; } - private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges MapNonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsEdgeData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) { - IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges returnValue = default !; - if (data.__typename.Equals("EnvironmentsEdge", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries returnValue = default !; + if (data.__typename.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal)) { - returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_EnvironmentsEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); } else { @@ -176681,12 +177603,28 @@ public ListEnvironmentCommandQueryResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node MapNonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node returnValue = default !; - if (data.__typename.Equals("Environment", global::System.StringComparison.Ordinal)) + if (list is null) + { + throw new global::System.ArgumentNullException(); + } + + var persistedQueryErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData child in list) + { + persistedQueryErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); + } + + return persistedQueryErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors returnValue = default !; + if (data.__typename.Equals("PersistedQueryError", global::System.StringComparison.Ordinal)) { - returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Environment(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), MapIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace(data.Workspace)); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); } else { @@ -176696,32 +177634,28 @@ public ListEnvironmentCommandQueryResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace? MapIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { return null; } - IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) - { - returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace(data.Name ?? throw new global::System.ArgumentNullException()); - } - else + var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData child in list) { - throw new global::System.NotSupportedException(); + persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } - return returnValue; + return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo MapNonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) { - IListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations returnValue = default !; + if (data.__typename.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal)) { - returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); } else { @@ -176731,222 +177665,369 @@ public ListEnvironmentCommandQueryResult Create(global::StrawberryShake.IOperati return returnValue; } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListEnvironmentCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public ListEnvironmentCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspaceById) - { - WorkspaceById = workspaceById; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? WorkspaceById { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new ListEnvironmentCommandQueryResultInfo(WorkspaceById); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public ShowEnvironmentCommandQueryResultFactory() + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQueryResult); + if (list is null) + { + throw new global::System.ArgumentNullException(); + } - public ShowEnvironmentCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is ShowEnvironmentCommandQueryResultInfo info) + var fusionConfigurationDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData child in list) { - return new ShowEnvironmentCommandQueryResult(MapIShowEnvironmentCommandQuery_Node(info.Node)); + fusionConfigurationDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1(child)); } - throw new global::System.ArgumentException("ShowEnvironmentCommandQueryResultInfo expected."); + return fusionConfigurationDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowEnvironmentCommandQuery_Node? MapIShowEnvironmentCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1(global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData data) { - if (data is null) - { - return null; - } - - IShowEnvironmentCommandQuery_Node? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Api(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_ApiDocument(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_ApiKey(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError(schemaChangeViolationError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(schemaChangeViolationError.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Client(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_ClientChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_ClientDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_ClientVersion(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_CoordinateClientUsageMetrics(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) + + var schemaChangeLogEntrys = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Environment(environment.Id ?? throw new global::System.ArgumentNullException(), environment.Name ?? throw new global::System.ArgumentNullException(), MapIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace(environment.Workspace)); + schemaChangeLogEntrys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) + + return schemaChangeLogEntrys; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveModifiedChangeData directiveModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_FusionConfigurationChangeLog(); + if (!directiveModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange(directiveModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), directiveModifiedChange.Severity!.Value, directiveModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ChangesNonNullableArray(directiveModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumModifiedChangeData enumModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_FusionConfigurationDeployment(); + if (!enumModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange(enumModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), enumModifiedChange.Severity!.Value, enumModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1NonNullableArray(enumModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InputObjectModifiedChangeData inputObjectModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); + if (!inputObjectModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange(inputObjectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), inputObjectModifiedChange.Severity!.Value, inputObjectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2NonNullableArray(inputObjectModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceModifiedChangeData interfaceModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLDirectiveDefinition(); + if (!interfaceModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange(interfaceModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), interfaceModifiedChange.Severity!.Value, interfaceModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3NonNullableArray(interfaceModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ObjectModifiedChangeData objectModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLEnumTypeDefinition(); + if (!objectModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange(objectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), objectModifiedChange.Severity!.Value, objectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4NonNullableArray(objectModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ScalarModifiedChangeData scalarModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLEnumValueDefinition(); + if (!scalarModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange(scalarModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), scalarModifiedChange.Severity!.Value, scalarModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(scalarModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberAddedChangeData typeSystemMemberAddedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLInputObjectFieldDefinition(); + if (!typeSystemMemberAddedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange(typeSystemMemberAddedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberAddedChange.Severity!.Value, typeSystemMemberAddedChange.Coordinate ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberModifiedChangeData typeSystemMemberModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLInputObjectTypeDefinition(); + if (!typeSystemMemberModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(typeSystemMemberModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberModifiedChange.Severity!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberRemovedChangeData typeSystemMemberRemovedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); + if (!typeSystemMemberRemovedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(typeSystemMemberRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberRemovedChange.Severity!.Value, typeSystemMemberRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionModifiedChangeData unionModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLInterfaceFieldDefinition(); + if (!unionModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange(unionModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), unionModifiedChange.Severity!.Value, unionModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6NonNullableArray(unionModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLInterfaceTypeDefinition(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) + + var directiveChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IDirectiveChangeData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLObjectFieldDefinition(); + directiveChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) + + return directiveChanges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.IDirectiveChangeData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData argumentAdded) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLScalarTypeDefinition(); + if (!argumentAdded.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded(argumentAdded.__typename ?? throw new global::System.ArgumentNullException(), argumentAdded.Severity!.Value, argumentAdded.Coordinate ?? throw new global::System.ArgumentNullException(), argumentAdded.Name ?? throw new global::System.ArgumentNullException(), argumentAdded.TypeName ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData argumentChanged) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_GraphQLUnionTypeDefinition(); + if (!argumentChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged(argumentChanged.__typename ?? throw new global::System.ArgumentNullException(), argumentChanged.Severity!.Value, argumentChanged.Coordinate ?? throw new global::System.ArgumentNullException(), argumentChanged.Name ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ChangesNonNullableArray(argumentChanged.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData argumentRemoved) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Group(); + if (!argumentRemoved.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved(argumentRemoved.__typename ?? throw new global::System.ArgumentNullException(), argumentRemoved.Severity!.Value, argumentRemoved.Coordinate ?? throw new global::System.ArgumentNullException(), argumentRemoved.Name ?? throw new global::System.ArgumentNullException(), argumentRemoved.TypeName ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_McpFeatureCollection(); + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveLocationAddedData directiveLocationAdded) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_McpFeatureCollectionChangeLog(); + if (!directiveLocationAdded.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (!directiveLocationAdded.Location.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded(directiveLocationAdded.__typename ?? throw new global::System.ArgumentNullException(), directiveLocationAdded.Severity!.Value, directiveLocationAdded.Location!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveLocationRemovedData directiveLocationRemoved) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_McpFeatureCollectionDeployment(); + if (!directiveLocationRemoved.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (!directiveLocationRemoved.Location.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved(directiveLocationRemoved.__typename ?? throw new global::System.ArgumentNullException(), directiveLocationRemoved.Severity!.Value, directiveLocationRemoved.Location!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_McpFeatureCollectionVersion(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_OpenApiCollection(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) + + var argumentChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IArgumentChangeData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_OpenApiCollectionChangeLog(); + argumentChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) + + return argumentChanges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.IArgumentChangeData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData deprecatedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_OpenApiCollectionDeployment(); + if (!deprecatedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange(deprecatedChange.__typename ?? throw new global::System.ArgumentNullException(), deprecatedChange.Severity!.Value, deprecatedChange.DeprecationReason); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_OpenApiCollectionVersion(); + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData typeChanged) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Organization(); + if (!typeChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged(typeChanged.__typename ?? throw new global::System.ArgumentNullException(), typeChanged.Severity!.Value, typeChanged.OldType ?? throw new global::System.ArgumentNullException(), typeChanged.NewType ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_OrganizationMember(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_SchemaChangeLog(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + + var enumChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IEnumChangeData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_SchemaDeployment(); + enumChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) + + return enumChanges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1(global::ChilliCream.Nitro.CommandLine.Client.State.IEnumChangeData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Stage(); + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueAddedData enumValueAdded) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_User(); + if (!enumValueAdded.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded(enumValueAdded.__typename ?? throw new global::System.ArgumentNullException(), enumValueAdded.Severity!.Value, enumValueAdded.Coordinate ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueChangedData enumValueChanged) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_Workspace(); + if (!enumValueChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged(enumValueChanged.__typename ?? throw new global::System.ArgumentNullException(), enumValueChanged.Severity!.Value, enumValueChanged.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1NonNullableArray(enumValueChanged.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueRemovedData enumValueRemoved) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowEnvironmentCommandQuery_Node_WorkspaceDocument(); + if (!enumValueRemoved.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved(enumValueRemoved.__typename ?? throw new global::System.ArgumentNullException(), enumValueRemoved.Severity!.Value, enumValueRemoved.Coordinate ?? throw new global::System.ArgumentNullException()); } else { @@ -176956,80 +178037,42 @@ public ShowEnvironmentCommandQueryResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace? MapIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) - { - returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace(data.Name ?? throw new global::System.ArgumentNullException()); - } - else + var enumValueChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IEnumValueChangeData child in list) { - throw new global::System.NotSupportedException(); + enumValueChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1(child)); } - return returnValue; - } - - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public ShowEnvironmentCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) - { - Node = node; - } - - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new ShowEnvironmentCommandQueryResultInfo(Node); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public CreateEnvironmentCommandMutationResultFactory() - { + return enumValueChanges; } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutationResult); - - public CreateEnvironmentCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1(global::ChilliCream.Nitro.CommandLine.Client.State.IEnumValueChangeData data) { - if (dataInfo is CreateEnvironmentCommandMutationResultInfo info) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData deprecatedChange) { - return new CreateEnvironmentCommandMutationResult(MapNonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges(info.PushWorkspaceChanges)); - } - - throw new global::System.ArgumentException("CreateEnvironmentCommandMutationResultInfo expected."); - } + if (!deprecatedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges MapNonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges(global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData data) - { - ICreateEnvironmentCommandMutation_PushWorkspaceChanges returnValue = default !; - if (data.__typename.Equals("PushWorkspaceChangesPayload", global::System.StringComparison.Ordinal)) + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1(deprecatedChange.Severity!.Value, deprecatedChange.DeprecationReason); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - returnValue = new CreateEnvironmentCommandMutation_PushWorkspaceChanges_PushWorkspaceChangesPayload(MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(data.Changes), MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_ErrorsNonNullableArray(data.Errors)); + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1(descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New, descriptionChanged.__typename ?? throw new global::System.ArgumentNullException()); } else { @@ -177039,28 +178082,60 @@ public CreateEnvironmentCommandMutationResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - var workspaceChangePayloads = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData child in list) + var inputObjectChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IInputObjectChangeData child in list) { - workspaceChangePayloads.Add(MapNonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes(child)); + inputObjectChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2(child)); } - return workspaceChangePayloads; + return inputObjectChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes MapNonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2(global::ChilliCream.Nitro.CommandLine.Client.State.IInputObjectChangeData data) { - ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes returnValue = default !; - if (data.__typename.Equals("WorkspaceChangePayload", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - returnValue = new CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_WorkspaceChangePayload(data.ReferenceId ?? throw new global::System.ArgumentNullException(), MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error(data.Error), MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result(data.Result)); + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData fieldAddedChange) + { + if (!fieldAddedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange(fieldAddedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldAddedChange.Severity!.Value, fieldAddedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldAddedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldAddedChange.FieldName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData fieldRemovedChange) + { + if (!fieldRemovedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange(fieldRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.Severity!.Value, fieldRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.FieldName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InputFieldChangedData inputFieldChanged) + { + if (!inputFieldChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged(inputFieldChanged.__typename ?? throw new global::System.ArgumentNullException(), inputFieldChanged.Severity!.Value, inputFieldChanged.Coordinate ?? throw new global::System.ArgumentNullException(), inputFieldChanged.FieldName ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2NonNullableArray(inputFieldChanged.Changes)); } else { @@ -177070,37 +178145,51 @@ public CreateEnvironmentCommandMutationResult Create(global::StrawberryShake.IOp return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error? MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error(global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeErrorData? data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ChangeValidationFailedData changeValidationFailed) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_ChangeValidationFailed(changeValidationFailed.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenChangedConflictData hasBeenChangedConflict) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenChangedConflict(hasBeenChangedConflict.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenDeletedConflictData hasBeenDeletedConflict) + var inputFieldChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IInputFieldChangeData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_HasBeenDeletedConflict(hasBeenDeletedConflict.Message ?? throw new global::System.ArgumentNullException()); + inputFieldChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.IdentifierCollisionConflictData identifierCollisionConflict) + + return inputFieldChanges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2(global::ChilliCream.Nitro.CommandLine.Client.State.IInputFieldChangeData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData deprecatedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_IdentifierCollisionConflict(identifierCollisionConflict.Message ?? throw new global::System.ArgumentNullException()); + if (!deprecatedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2(deprecatedChange.Severity!.Value, deprecatedChange.DeprecationReason); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedErrorOnChangeData unexpectedErrorOnChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_UnexpectedErrorOnChange(unexpectedErrorOnChange.Message ?? throw new global::System.ArgumentNullException()); + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2(descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New, descriptionChanged.__typename ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceNotFoundForChangeData workspaceNotFoundForChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData typeChanged) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Error_WorkspaceNotFoundForChange(workspaceNotFoundForChange.Message ?? throw new global::System.ArgumentNullException()); + if (!typeChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1(typeChanged.Severity!.Value, typeChanged.OldType ?? throw new global::System.ArgumentNullException(), typeChanged.NewType ?? throw new global::System.ArgumentNullException(), typeChanged.__typename ?? throw new global::System.ArgumentNullException()); } else { @@ -177110,49 +178199,96 @@ public CreateEnvironmentCommandMutationResult Create(global::StrawberryShake.IOp return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result? MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result(global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeResultData? data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) + var interfaceChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IInterfaceChangeData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_ApiDocument(); + interfaceChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) + + return interfaceChanges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3(global::ChilliCream.Nitro.CommandLine.Client.State.IInterfaceChangeData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Api(); + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData fieldAddedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_WorkspaceDocument(); + if (!fieldAddedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1(fieldAddedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldAddedChange.Severity!.Value, fieldAddedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldAddedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldAddedChange.FieldName ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData fieldRemovedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Environment(environment.Name ?? throw new global::System.ArgumentNullException(), environment.Id ?? throw new global::System.ArgumentNullException(), MapIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace(environment.Workspace)); + if (!fieldRemovedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1(fieldRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.Severity!.Value, fieldRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.FieldName ?? throw new global::System.ArgumentNullException()); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData interfaceImplementationAdded) { - throw new global::System.NotSupportedException(); - } + if (!interfaceImplementationAdded.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - return returnValue; - } + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded(interfaceImplementationAdded.__typename ?? throw new global::System.ArgumentNullException(), interfaceImplementationAdded.Severity!.Value, interfaceImplementationAdded.InterfaceName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData interfaceImplementationRemoved) + { + if (!interfaceImplementationRemoved.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - private global::ChilliCream.Nitro.CommandLine.Client.IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace? MapIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) - { - if (data is null) + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved(interfaceImplementationRemoved.__typename ?? throw new global::System.ArgumentNullException(), interfaceImplementationRemoved.Severity!.Value, interfaceImplementationRemoved.InterfaceName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData outputFieldChanged) { - return null; + if (!outputFieldChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged(outputFieldChanged.__typename ?? throw new global::System.ArgumentNullException(), outputFieldChanged.Severity!.Value, outputFieldChanged.Coordinate ?? throw new global::System.ArgumentNullException(), outputFieldChanged.FieldName ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3NonNullableArray(outputFieldChanged.Changes)); } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeAddedData possibleTypeAdded) + { + if (!possibleTypeAdded.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded(possibleTypeAdded.__typename ?? throw new global::System.ArgumentNullException(), possibleTypeAdded.Severity!.Value, possibleTypeAdded.TypeName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeRemovedData possibleTypeRemoved) { - returnValue = new ListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace_Workspace(data.Name ?? throw new global::System.ArgumentNullException()); + if (!possibleTypeRemoved.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved(possibleTypeRemoved.__typename ?? throw new global::System.ArgumentNullException(), possibleTypeRemoved.Severity!.Value, possibleTypeRemoved.TypeName ?? throw new global::System.ArgumentNullException()); } else { @@ -177162,117 +178298,159 @@ public CreateEnvironmentCommandMutationResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapICreateEnvironmentCommandMutation_PushWorkspaceChanges_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - var pushWorkspaceChangesErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IPushWorkspaceChangesErrorData child in list) + var outputFieldChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOutputFieldChangeData child in list) { - pushWorkspaceChangesErrors.Add(MapNonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors(child)); + outputFieldChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3(child)); } - return pushWorkspaceChangesErrors; + return outputFieldChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors MapNonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IPushWorkspaceChangesErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3(global::ChilliCream.Nitro.CommandLine.Client.State.IOutputFieldChangeData data) { - ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData argumentAdded) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + if (!argumentAdded.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded(argumentAdded.Severity!.Value, argumentAdded.Coordinate ?? throw new global::System.ArgumentNullException(), argumentAdded.Name ?? throw new global::System.ArgumentNullException(), argumentAdded.TypeName ?? throw new global::System.ArgumentNullException(), argumentAdded.__typename ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ChangeStructureInvalidData changeStructureInvalid) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData argumentChanged) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateEnvironmentCommandMutation_PushWorkspaceChanges_Errors_ChangeStructureInvalid(changeStructureInvalid.Message ?? throw new global::System.ArgumentNullException()); + if (!argumentChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged(argumentChanged.Severity!.Value, argumentChanged.Coordinate ?? throw new global::System.ArgumentNullException(), argumentChanged.Name ?? throw new global::System.ArgumentNullException(), argumentChanged.__typename ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ChangesNonNullableArray(argumentChanged.Changes)); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData argumentRemoved) { - throw new global::System.NotSupportedException(); - } + if (!argumentRemoved.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - return returnValue; - } + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved(argumentRemoved.Severity!.Value, argumentRemoved.Coordinate ?? throw new global::System.ArgumentNullException(), argumentRemoved.Name ?? throw new global::System.ArgumentNullException(), argumentRemoved.TypeName ?? throw new global::System.ArgumentNullException(), argumentRemoved.__typename ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData deprecatedChange) + { + if (!deprecatedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3(deprecatedChange.Severity!.Value, deprecatedChange.DeprecationReason); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) + { + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public CreateEnvironmentCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData pushWorkspaceChanges) - { - PushWorkspaceChanges = pushWorkspaceChanges; - } + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3(descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New, descriptionChanged.__typename ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData typeChanged) + { + if (!typeChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - public global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData PushWorkspaceChanges { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2(typeChanged.Severity!.Value, typeChanged.OldType ?? throw new global::System.ArgumentNullException(), typeChanged.NewType ?? throw new global::System.ArgumentNullException(), typeChanged.__typename ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new CreateEnvironmentCommandMutationResultInfo(PushWorkspaceChanges); + return returnValue; } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiKeyCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public ListApiKeyCommandQueryResultFactory() + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQueryResult); + if (list is null) + { + throw new global::System.ArgumentNullException(); + } - public ListApiKeyCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is ListApiKeyCommandQueryResultInfo info) + var objectChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData child in list) { - return new ListApiKeyCommandQueryResult(MapIListApiKeyCommandQuery_WorkspaceById(info.WorkspaceById)); + objectChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4(child)); } - throw new global::System.ArgumentException("ListApiKeyCommandQueryResultInfo expected."); + return objectChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById? MapIListApiKeyCommandQuery_WorkspaceById(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4(global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData data) { - if (data is null) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - return null; - } + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - IListApiKeyCommandQuery_WorkspaceById returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) - { - returnValue = new ListApiKeyCommandQuery_WorkspaceById_Workspace(MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys(data.ApiKeys)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData fieldAddedChange) { - throw new global::System.NotSupportedException(); - } + if (!fieldAddedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - return returnValue; - } + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2(fieldAddedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldAddedChange.Severity!.Value, fieldAddedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldAddedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldAddedChange.FieldName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData fieldRemovedChange) + { + if (!fieldRemovedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys? MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys(global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysConnectionData? data) - { - if (data is null) + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(fieldRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.Severity!.Value, fieldRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.FieldName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData interfaceImplementationAdded) { - return null; + if (!interfaceImplementationAdded.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(interfaceImplementationAdded.__typename ?? throw new global::System.ArgumentNullException(), interfaceImplementationAdded.Severity!.Value, interfaceImplementationAdded.InterfaceName ?? throw new global::System.ArgumentNullException()); } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData interfaceImplementationRemoved) + { + if (!interfaceImplementationRemoved.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - IListApiKeyCommandQuery_WorkspaceById_ApiKeys returnValue = default !; - if (data.__typename.Equals("ApiKeysConnection", global::System.StringComparison.Ordinal)) + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(interfaceImplementationRemoved.__typename ?? throw new global::System.ArgumentNullException(), interfaceImplementationRemoved.Severity!.Value, interfaceImplementationRemoved.InterfaceName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData outputFieldChanged) { - returnValue = new ListApiKeyCommandQuery_WorkspaceById_ApiKeys_ApiKeysConnection(MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys_EdgesNonNullableArray(data.Edges), MapNonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + if (!outputFieldChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(outputFieldChanged.__typename ?? throw new global::System.ArgumentNullException(), outputFieldChanged.Severity!.Value, outputFieldChanged.Coordinate ?? throw new global::System.ArgumentNullException(), outputFieldChanged.FieldName ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3NonNullableArray(outputFieldChanged.Changes)); } else { @@ -177282,28 +178460,33 @@ public ListApiKeyCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - var apiKeysEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysEdgeData child in list) + var scalarChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData child in list) { - apiKeysEdges.Add(MapNonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges(child)); + scalarChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(child)); } - return apiKeysEdges; + return scalarChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges MapNonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysEdgeData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData data) { - IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges returnValue = default !; - if (data.__typename.Equals("ApiKeysEdge", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - returnValue = new ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_ApiKeysEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); } else { @@ -177313,32 +178496,51 @@ public ListApiKeyCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node MapNonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node returnValue = default !; - if (data.__typename.Equals("ApiKey", global::System.StringComparison.Ordinal)) + if (list is null) { - returnValue = new ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_ApiKey(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace(data.Workspace)); + throw new global::System.ArgumentNullException(); } - else + + var unionChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData child in list) { - throw new global::System.NotSupportedException(); + unionChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6(child)); } - return returnValue; + return unionChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace? MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6(global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData data) { - if (data is null) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - return null; + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberAddedData unionMemberAdded) + { + if (!unionMemberAdded.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(unionMemberAdded.__typename ?? throw new global::System.ArgumentNullException(), unionMemberAdded.Severity!.Value, unionMemberAdded.TypeName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberRemovedData unionMemberRemoved) { - returnValue = new ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace(data.Name ?? throw new global::System.ArgumentNullException()); + if (!unionMemberRemoved.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(unionMemberRemoved.__typename ?? throw new global::System.ArgumentNullException(), unionMemberRemoved.Severity!.Value, unionMemberRemoved.TypeName ?? throw new global::System.ArgumentNullException()); } else { @@ -177348,72 +178550,59 @@ public ListApiKeyCommandQueryResult Create(global::StrawberryShake.IOperationRes return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo MapNonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - IListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + if (list is null) { - returnValue = new ListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + throw new global::System.ArgumentNullException(); } - else + + var graphQLSchemaErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData child in list) { - throw new global::System.NotSupportedException(); + graphQLSchemaErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(child)); } - return returnValue; - } - - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); + return graphQLSchemaErrors; } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiKeyCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public ListApiKeyCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspaceById) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData data) { - WorkspaceById = workspaceById; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? WorkspaceById { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors returnValue = default !; + if (data.__typename.Equals("GraphQLSchemaError", global::System.StringComparison.Ordinal)) + { + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code); + } + else + { + throw new global::System.NotSupportedException(); + } - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new ListApiKeyCommandQueryResultInfo(WorkspaceById); + return returnValue; } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public CreateApiKeyCommandMutationResultFactory() + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutationResult); + if (list is null) + { + throw new global::System.ArgumentNullException(); + } - public CreateApiKeyCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is CreateApiKeyCommandMutationResultInfo info) + var openApiCollectionValidationCollections = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData child in list) { - return new CreateApiKeyCommandMutationResult(MapNonNullableICreateApiKeyCommandMutation_CreateApiKey(info.CreateApiKey)); + openApiCollectionValidationCollections.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(child)); } - throw new global::System.ArgumentException("CreateApiKeyCommandMutationResultInfo expected."); + return openApiCollectionValidationCollections; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey MapNonNullableICreateApiKeyCommandMutation_CreateApiKey(global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData data) { - ICreateApiKeyCommandMutation_CreateApiKey returnValue = default !; - if (data.__typename.Equals("CreateApiKeyPayload", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections returnValue = default !; + if (data.__typename.Equals("OpenApiCollectionValidationCollection", global::System.StringComparison.Ordinal)) { - returnValue = new CreateApiKeyCommandMutation_CreateApiKey_CreateApiKeyPayload(MapICreateApiKeyCommandMutation_CreateApiKey_Result(data.Result), MapICreateApiKeyCommandMutation_CreateApiKey_ErrorsNonNullableArray(data.Errors)); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(data.OpenApiCollection), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_EntitiesNonNullableArray(data.Entities ?? throw new global::System.ArgumentNullException())); } else { @@ -177423,17 +178612,17 @@ public CreateApiKeyCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result? MapICreateApiKeyCommandMutation_CreateApiKey_Result(global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyWithSecretData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? data) { if (data is null) { return null; } - ICreateApiKeyCommandMutation_CreateApiKey_Result returnValue = default !; - if (data.__typename.Equals("ApiKeyWithSecret", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection returnValue = default !; + if (data.__typename.Equals("OpenApiCollection", global::System.StringComparison.Ordinal)) { - returnValue = new CreateApiKeyCommandMutation_CreateApiKey_Result_ApiKeyWithSecret(MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Result_Key(data.Key ?? throw new global::System.ArgumentNullException()), data.Secret ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -177443,32 +178632,32 @@ public CreateApiKeyCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Result_Key MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Result_Key(global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_EntitiesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - ICreateApiKeyCommandMutation_CreateApiKey_Result_Key returnValue = default !; - if (data.__typename.Equals("ApiKey", global::System.StringComparison.Ordinal)) + if (list is null) { - returnValue = new CreateApiKeyCommandMutation_CreateApiKey_Result_Key_ApiKey(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace(data.Workspace)); + throw new global::System.ArgumentNullException(); } - else + + var openApiCollectionValidationEntitys = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData child in list) { - throw new global::System.NotSupportedException(); + openApiCollectionValidationEntitys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities(child)); } - return returnValue; + return openApiCollectionValidationEntitys; } - private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace? MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData data) { - if (data is null) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEndpointData openApiCollectionValidationEndpoint) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_ErrorsNonNullableArray(openApiCollectionValidationEndpoint.Errors), openApiCollectionValidationEndpoint.HttpMethod ?? throw new global::System.ArgumentNullException(), openApiCollectionValidationEndpoint.Route ?? throw new global::System.ArgumentNullException()); } - - IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationModelData openApiCollectionValidationModel) { - returnValue = new ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace(data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_ErrorsNonNullableArray(openApiCollectionValidationModel.Errors), openApiCollectionValidationModel.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -177478,48 +178667,32 @@ public CreateApiKeyCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapICreateApiKeyCommandMutation_CreateApiKey_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - var createApiKeyErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyErrorData child in list) + var openApiCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData child in list) { - createApiKeyErrors.Add(MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors(child)); + openApiCollectionValidationEntityErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors(child)); } - return createApiKeyErrors; + return openApiCollectionValidationEntityErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Errors MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData data) { - ICreateApiKeyCommandMutation_CreateApiKey_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutation_CreateApiKey_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceNotFoundData workspaceNotFound) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutation_CreateApiKey_Errors_WorkspaceNotFound(workspaceNotFound.__typename ?? throw new global::System.ArgumentNullException(), workspaceNotFound.Message ?? throw new global::System.ArgumentNullException(), workspaceNotFound.WorkspaceId ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersonalWorkspaceNotSupportedErrorData personalWorkspaceNotSupportedError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutation_CreateApiKey_Errors_PersonalWorkspaceNotSupportedError(personalWorkspaceNotSupportedError.__typename ?? throw new global::System.ArgumentNullException(), personalWorkspaceNotSupportedError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData validationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutation_CreateApiKey_Errors_ValidationError(validationError.__typename ?? throw new global::System.ArgumentNullException(), validationError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_ErrorsNonNullableArray(validationError.Errors)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorData openApiCollectionValidationDocumentError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutation_CreateApiKey_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(openApiCollectionValidationDocumentError.Code, openApiCollectionValidationDocumentError.Message ?? throw new global::System.ArgumentNullException(), openApiCollectionValidationDocumentError.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(openApiCollectionValidationDocumentError.Locations)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.RoleNotFoundErrorData roleNotFoundError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEntityValidationErrorData openApiCollectionValidationEntityValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateApiKeyCommandMutation_CreateApiKey_Errors_RoleNotFoundError(roleNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), roleNotFoundError.Message ?? throw new global::System.ArgumentNullException(), roleNotFoundError.RoleId ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(openApiCollectionValidationEntityValidationError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -177529,28 +178702,28 @@ public CreateApiKeyCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - throw new global::System.ArgumentNullException(); + return null; } - var validationErrorPropertys = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorPropertyData child in list) + var openApiCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData child in list) { - validationErrorPropertys.Add(MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors(child)); + openApiCollectionValidationDocumentErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(child)); } - return validationErrorPropertys; + return openApiCollectionValidationDocumentErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors MapNonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorPropertyData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData data) { - ICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors returnValue = default !; - if (data.__typename.Equals("ValidationErrorProperty", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations returnValue = default !; + if (data.__typename.Equals("OpenApiCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal)) { - returnValue = new CreateApiKeyCommandMutation_CreateApiKey_Errors_Errors_ValidationErrorProperty(data.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); } else { @@ -177560,57 +178733,28 @@ public CreateApiKeyCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public CreateApiKeyCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyPayloadData createApiKey) - { - CreateApiKey = createApiKey; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyPayloadData CreateApiKey { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new CreateApiKeyCommandMutationResultInfo(CreateApiKey); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiKeyCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public DeleteApiKeyCommandMutationResultFactory() + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutationResult); + if (list is null) + { + throw new global::System.ArgumentNullException(); + } - public DeleteApiKeyCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is DeleteApiKeyCommandMutationResultInfo info) + var mcpFeatureCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData child in list) { - return new DeleteApiKeyCommandMutationResult(MapNonNullableIDeleteApiKeyCommandMutation_DeleteApiKey(info.DeleteApiKey)); + mcpFeatureCollectionDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(child)); } - throw new global::System.ArgumentException("DeleteApiKeyCommandMutationResultInfo expected."); + return mcpFeatureCollectionDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey MapNonNullableIDeleteApiKeyCommandMutation_DeleteApiKey(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData data) { - IDeleteApiKeyCommandMutation_DeleteApiKey returnValue = default !; - if (data.__typename.Equals("DeleteApiKeyPayload", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) { - returnValue = new DeleteApiKeyCommandMutation_DeleteApiKey_DeleteApiKeyPayload(MapIDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey(data.ApiKey), MapIDeleteApiKeyCommandMutation_DeleteApiKey_ErrorsNonNullableArray(data.Errors)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); } else { @@ -177620,37 +178764,28 @@ public DeleteApiKeyCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey? MapIDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey(global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey returnValue = default !; - if (data.__typename.Equals("ApiKey", global::System.StringComparison.Ordinal)) - { - returnValue = new DeleteApiKeyCommandMutation_DeleteApiKey_ApiKey_ApiKey(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace(data.Workspace)); - } - else + var openApiCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData child in list) { - throw new global::System.NotSupportedException(); + openApiCollectionDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(child)); } - return returnValue; + return openApiCollectionDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace? MapIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData data) { - if (data is null) - { - return null; - } - - IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) { - returnValue = new ListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace_Workspace(data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); } else { @@ -177660,32 +178795,67 @@ public DeleteApiKeyCommandMutationResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIDeleteApiKeyCommandMutation_DeleteApiKey_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - var deleteApiKeyErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiKeyErrorData child in list) + var schemaDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData child in list) { - deleteApiKeyErrors.Add(MapNonNullableIDeleteApiKeyCommandMutation_DeleteApiKey_Errors(child)); + schemaDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4(child)); } - return deleteApiKeyErrors; + return schemaDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteApiKeyCommandMutation_DeleteApiKey_Errors MapNonNullableIDeleteApiKeyCommandMutation_DeleteApiKey_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiKeyErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData data) { - IDeleteApiKeyCommandMutation_DeleteApiKey_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyNotFoundErrorData apiKeyNotFoundError) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyCommandMutation_DeleteApiKey_Errors_ApiKeyNotFoundError(apiKeyNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiKeyNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiKeyNotFoundError.ApiKeyId ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteApiKeyCommandMutation_DeleteApiKey_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(schemaChangeViolationError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(schemaChangeViolationError.Changes)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData operationsAreNotAllowedError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(operationsAreNotAllowedError.__typename ?? throw new global::System.ArgumentNullException(), operationsAreNotAllowedError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData schemaVersionSyntaxError) + { + if (!schemaVersionSyntaxError.Column.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (!schemaVersionSyntaxError.Position.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (!schemaVersionSyntaxError.Line.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(schemaVersionSyntaxError.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Message ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Column!.Value, schemaVersionSyntaxError.Position!.Value, schemaVersionSyntaxError.Line!.Value); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); } else { @@ -177703,20 +178873,20 @@ public DeleteApiKeyCommandMutationResult Create(global::StrawberryShake.IOperati // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiKeyCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class PublishMcpFeatureCollectionCommandSubscriptionResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public DeleteApiKeyCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyPayloadData deleteApiKey) + public PublishMcpFeatureCollectionCommandSubscriptionResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishResultData onMcpFeatureCollectionVersionPublishingUpdate) { - DeleteApiKey = deleteApiKey; + OnMcpFeatureCollectionVersionPublishingUpdate = onMcpFeatureCollectionVersionPublishingUpdate; } - public global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyPayloadData DeleteApiKey { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishResultData OnMcpFeatureCollectionVersionPublishingUpdate { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new DeleteApiKeyCommandMutationResultInfo(DeleteApiKey); + return new PublishMcpFeatureCollectionCommandSubscriptionResultInfo(OnMcpFeatureCollectionVersionPublishingUpdate); } } @@ -178239,30 +179409,30 @@ public ValidateMcpFeatureCollectionCommandSubscriptionResultInfo(global::ChilliC // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteMcpFeatureCollectionByIdCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class CreateMockSchemaResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public DeleteMcpFeatureCollectionByIdCommandMutationResultFactory() + public CreateMockSchemaResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchemaResult); - public DeleteMcpFeatureCollectionByIdCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public CreateMockSchemaResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is DeleteMcpFeatureCollectionByIdCommandMutationResultInfo info) + if (dataInfo is CreateMockSchemaResultInfo info) { - return new DeleteMcpFeatureCollectionByIdCommandMutationResult(MapNonNullableIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById(info.DeleteMcpFeatureCollectionById)); + return new CreateMockSchemaResult(MapNonNullableICreateMockSchema_CreateMockSchema(info.CreateMockSchema)); } - throw new global::System.ArgumentException("DeleteMcpFeatureCollectionByIdCommandMutationResultInfo expected."); + throw new global::System.ArgumentException("CreateMockSchemaResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById MapNonNullableIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteMcpFeatureCollectionByIdPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema MapNonNullableICreateMockSchema_CreateMockSchema(global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaPayloadData data) { - IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById returnValue = default !; - if (data.__typename.Equals("DeleteMcpFeatureCollectionByIdPayload", global::System.StringComparison.Ordinal)) + ICreateMockSchema_CreateMockSchema returnValue = default !; + if (data.__typename.Equals("CreateMockSchemaPayload", global::System.StringComparison.Ordinal)) { - returnValue = new DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_DeleteMcpFeatureCollectionByIdPayload(MapIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection(data.McpFeatureCollection), MapIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_ErrorsNonNullableArray(data.Errors)); + returnValue = new CreateMockSchema_CreateMockSchema_CreateMockSchemaPayload(MapICreateMockSchema_CreateMockSchema_MockSchema(data.MockSchema), MapICreateMockSchema_CreateMockSchema_ErrorsNonNullableArray(data.Errors)); } else { @@ -178272,17 +179442,17 @@ public DeleteMcpFeatureCollectionByIdCommandMutationResult Create(global::Strawb return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection? MapIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema? MapICreateMockSchema_CreateMockSchema_MockSchema(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? data) { if (data is null) { return null; } - IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection returnValue = default !; - if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) + ICreateMockSchema_CreateMockSchema_MockSchema returnValue = default !; + if (data.__typename.Equals("MockSchema", global::System.StringComparison.Ordinal)) { - returnValue = new DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection_McpFeatureCollection(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_MockSchema(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(data.CreatedBy ?? throw new global::System.ArgumentNullException()), data.ModifiedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(data.ModifiedBy ?? throw new global::System.ArgumentNullException()), data.DownstreamUrl ?? throw new global::System.ArgumentNullException(), data.Url ?? throw new global::System.ArgumentNullException()); } else { @@ -178292,32 +179462,70 @@ public DeleteMcpFeatureCollectionByIdCommandMutationResult Create(global::Strawb return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) + { + ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy returnValue = default !; + if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) + { + ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy returnValue = default !; + if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapICreateMockSchema_CreateMockSchema_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var deleteMcpFeatureCollectionByIdErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteMcpFeatureCollectionByIdErrorData child in list) + var createMockSchemaErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMockSchemaErrorData child in list) { - deleteMcpFeatureCollectionByIdErrors.Add(MapNonNullableIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors(child)); + createMockSchemaErrors.Add(MapNonNullableICreateMockSchema_CreateMockSchema_Errors(child)); } - return deleteMcpFeatureCollectionByIdErrors; + return createMockSchemaErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors MapNonNullableIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteMcpFeatureCollectionByIdErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_Errors MapNonNullableICreateMockSchema_CreateMockSchema_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMockSchemaErrorData data) { - IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionNotFoundErrorData mcpFeatureCollectionNotFoundError) + ICreateMockSchema_CreateMockSchema_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_McpFeatureCollectionNotFoundError(mcpFeatureCollectionNotFoundError.Message ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionNotFoundError.McpFeatureCollectionId ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateMockSchema_CreateMockSchema_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaNonUniqueNameErrorData mockSchemaNonUniqueNameError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateMockSchema_CreateMockSchema_Errors_MockSchemaNonUniqueNameError(mockSchemaNonUniqueNameError.__typename ?? throw new global::System.ArgumentNullException(), mockSchemaNonUniqueNameError.Message ?? throw new global::System.ArgumentNullException(), mockSchemaNonUniqueNameError.Name ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateMockSchema_CreateMockSchema_Errors_UnauthorizedOperation(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData validationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateMockSchema_CreateMockSchema_Errors_ValidationError(); } else { @@ -178335,49 +179543,493 @@ public DeleteMcpFeatureCollectionByIdCommandMutationResult Create(global::Strawb // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteMcpFeatureCollectionByIdCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class CreateMockSchemaResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public DeleteMcpFeatureCollectionByIdCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteMcpFeatureCollectionByIdPayloadData deleteMcpFeatureCollectionById) + public CreateMockSchemaResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaPayloadData createMockSchema) { - DeleteMcpFeatureCollectionById = deleteMcpFeatureCollectionById; + CreateMockSchema = createMockSchema; } - public global::ChilliCream.Nitro.CommandLine.Client.State.DeleteMcpFeatureCollectionByIdPayloadData DeleteMcpFeatureCollectionById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaPayloadData CreateMockSchema { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new DeleteMcpFeatureCollectionByIdCommandMutationResultInfo(DeleteMcpFeatureCollectionById); + return new CreateMockSchemaResultInfo(CreateMockSchema); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMcpFeatureCollectionCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class ListMockCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public CreateMcpFeatureCollectionCommandMutationResultFactory() + public ListMockCommandQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQueryResult); - public CreateMcpFeatureCollectionCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public ListMockCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is CreateMcpFeatureCollectionCommandMutationResultInfo info) + if (dataInfo is ListMockCommandQueryResultInfo info) { - return new CreateMcpFeatureCollectionCommandMutationResult(MapNonNullableICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection(info.CreateMcpFeatureCollection)); + return new ListMockCommandQueryResult(MapIListMockCommandQuery_ApiById(info.ApiById)); } - throw new global::System.ArgumentException("CreateMcpFeatureCollectionCommandMutationResultInfo expected."); + throw new global::System.ArgumentException("ListMockCommandQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection MapNonNullableICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById? MapIListMockCommandQuery_ApiById(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) { - ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection returnValue = default !; - if (data.__typename.Equals("CreateMcpFeatureCollectionPayload", global::System.StringComparison.Ordinal)) + if (data is null) { - returnValue = new CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_CreateMcpFeatureCollectionPayload(MapICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection(data.McpFeatureCollection), MapICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_ErrorsNonNullableArray(data.Errors)); + return null; + } + + IListMockCommandQuery_ApiById returnValue = default !; + if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + { + returnValue = new ListMockCommandQuery_ApiById_Api(MapIListMockCommandQuery_ApiById_MockSchemas(data.MockSchemas)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas? MapIListMockCommandQuery_ApiById_MockSchemas(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData? data) + { + if (data is null) + { + return null; + } + + IListMockCommandQuery_ApiById_MockSchemas returnValue = default !; + if (data.__typename.Equals("MockSchemasConnection", global::System.StringComparison.Ordinal)) + { + returnValue = new ListMockCommandQuery_ApiById_MockSchemas_MockSchemasConnection(MapIListMockCommandQuery_ApiById_MockSchemas_EdgesNonNullableArray(data.Edges), MapNonNullableIListMockCommandQuery_ApiById_MockSchemas_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapIListMockCommandQuery_ApiById_MockSchemas_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + return null; + } + + var mockSchemasEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData child in list) + { + mockSchemasEdges.Add(MapNonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges(child)); + } + + return mockSchemasEdges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_Edges MapNonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData data) + { + IListMockCommandQuery_ApiById_MockSchemas_Edges returnValue = default !; + if (data.__typename.Equals("MockSchemasEdge", global::System.StringComparison.Ordinal)) + { + returnValue = new ListMockCommandQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_Edges_Node MapNonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData data) + { + IListMockCommandQuery_ApiById_MockSchemas_Edges_Node returnValue = default !; + if (data.__typename.Equals("MockSchema", global::System.StringComparison.Ordinal)) + { + returnValue = new ListMockCommandQuery_ApiById_MockSchemas_Edges_Node_MockSchema(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(data.CreatedBy ?? throw new global::System.ArgumentNullException()), data.ModifiedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(data.ModifiedBy ?? throw new global::System.ArgumentNullException()), data.DownstreamUrl ?? throw new global::System.ArgumentNullException(), data.Url ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) + { + ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy returnValue = default !; + if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) + { + ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy returnValue = default !; + if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListMockCommandQuery_ApiById_MockSchemas_PageInfo MapNonNullableIListMockCommandQuery_ApiById_MockSchemas_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + { + IListMockCommandQuery_ApiById_MockSchemas_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + { + returnValue = new ListMockCommandQuery_ApiById_MockSchemas_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) + { + return Create(dataInfo, snapshot); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListMockCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public ListMockCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? apiById) + { + ApiById = apiById; + } + + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? ApiById { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new ListMockCommandQueryResultInfo(ApiById); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UpdateMockSchemaResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public UpdateMockSchemaResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchemaResult); + + public UpdateMockSchemaResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is UpdateMockSchemaResultInfo info) + { + return new UpdateMockSchemaResult(MapNonNullableIUpdateMockSchema_UpdateMockSchema(info.UpdateMockSchema)); + } + + throw new global::System.ArgumentException("UpdateMockSchemaResultInfo expected."); + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema MapNonNullableIUpdateMockSchema_UpdateMockSchema(global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaPayloadData data) + { + IUpdateMockSchema_UpdateMockSchema returnValue = default !; + if (data.__typename.Equals("UpdateMockSchemaPayload", global::System.StringComparison.Ordinal)) + { + returnValue = new UpdateMockSchema_UpdateMockSchema_UpdateMockSchemaPayload(MapIUpdateMockSchema_UpdateMockSchema_MockSchema(data.MockSchema), MapIUpdateMockSchema_UpdateMockSchema_ErrorsNonNullableArray(data.Errors)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema_MockSchema? MapIUpdateMockSchema_UpdateMockSchema_MockSchema(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? data) + { + if (data is null) + { + return null; + } + + IUpdateMockSchema_UpdateMockSchema_MockSchema returnValue = default !; + if (data.__typename.Equals("MockSchema", global::System.StringComparison.Ordinal)) + { + returnValue = new UpdateMockSchema_UpdateMockSchema_MockSchema_MockSchema(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(data.CreatedBy ?? throw new global::System.ArgumentNullException()), data.ModifiedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(data.ModifiedBy ?? throw new global::System.ArgumentNullException()), data.DownstreamUrl ?? throw new global::System.ArgumentNullException(), data.Url ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) + { + ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy returnValue = default !; + if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) + { + ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy returnValue = default !; + if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapIUpdateMockSchema_UpdateMockSchema_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + return null; + } + + var updateMockSchemaErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateMockSchemaErrorData child in list) + { + updateMockSchemaErrors.Add(MapNonNullableIUpdateMockSchema_UpdateMockSchema_Errors(child)); + } + + return updateMockSchemaErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateMockSchema_UpdateMockSchema_Errors MapNonNullableIUpdateMockSchema_UpdateMockSchema_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateMockSchemaErrorData data) + { + IUpdateMockSchema_UpdateMockSchema_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaNonUniqueNameErrorData mockSchemaNonUniqueNameError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNonUniqueNameError(mockSchemaNonUniqueNameError.__typename ?? throw new global::System.ArgumentNullException(), mockSchemaNonUniqueNameError.Message ?? throw new global::System.ArgumentNullException(), mockSchemaNonUniqueNameError.Name ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaNotFoundErrorData mockSchemaNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateMockSchema_UpdateMockSchema_Errors_MockSchemaNotFoundError(mockSchemaNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), mockSchemaNotFoundError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateMockSchema_UpdateMockSchema_Errors_UnauthorizedOperation(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData validationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateMockSchema_UpdateMockSchema_Errors_ValidationError(); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) + { + return Create(dataInfo, snapshot); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UpdateMockSchemaResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public UpdateMockSchemaResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaPayloadData updateMockSchema) + { + UpdateMockSchema = updateMockSchema; + } + + public global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaPayloadData UpdateMockSchema { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new UpdateMockSchemaResultInfo(UpdateMockSchema); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateOpenApiCollectionCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public CreateOpenApiCollectionCommandMutationResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationResult); + + public CreateOpenApiCollectionCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is CreateOpenApiCollectionCommandMutationResultInfo info) + { + return new CreateOpenApiCollectionCommandMutationResult(MapNonNullableICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection(info.CreateOpenApiCollection)); + } + + throw new global::System.ArgumentException("CreateOpenApiCollectionCommandMutationResultInfo expected."); + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection MapNonNullableICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionPayloadData data) + { + ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection returnValue = default !; + if (data.__typename.Equals("CreateOpenApiCollectionPayload", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload(MapICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection(data.OpenApiCollection), MapICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_ErrorsNonNullableArray(data.Errors)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection? MapICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? data) + { + if (data is null) + { + return null; + } + + ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection returnValue = default !; + if (data.__typename.Equals("OpenApiCollection", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + return null; + } + + var createOpenApiCollectionErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionErrorData child in list) + { + createOpenApiCollectionErrors.Add(MapNonNullableICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors(child)); + } + + return createOpenApiCollectionErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors MapNonNullableICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionErrorData data) + { + ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError(apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) + { + return Create(dataInfo, snapshot); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateOpenApiCollectionCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public CreateOpenApiCollectionCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionPayloadData createOpenApiCollection) + { + CreateOpenApiCollection = createOpenApiCollection; + } + + public global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionPayloadData CreateOpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new CreateOpenApiCollectionCommandMutationResultInfo(CreateOpenApiCollection); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class DeleteOpenApiCollectionByIdCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public DeleteOpenApiCollectionByIdCommandMutationResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationResult); + + public DeleteOpenApiCollectionByIdCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is DeleteOpenApiCollectionByIdCommandMutationResultInfo info) + { + return new DeleteOpenApiCollectionByIdCommandMutationResult(MapNonNullableIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById(info.DeleteOpenApiCollectionById)); + } + + throw new global::System.ArgumentException("DeleteOpenApiCollectionByIdCommandMutationResultInfo expected."); + } + + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById MapNonNullableIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdPayloadData data) + { + IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById returnValue = default !; + if (data.__typename.Equals("DeleteOpenApiCollectionByIdPayload", global::System.StringComparison.Ordinal)) + { + returnValue = new DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload(MapIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection(data.OpenApiCollection), MapIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_ErrorsNonNullableArray(data.Errors)); } else { @@ -178387,17 +180039,17 @@ public CreateMcpFeatureCollectionCommandMutationResult Create(global::Strawberry return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection? MapICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection? MapIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? data) { if (data is null) { return null; } - ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection returnValue = default !; - if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) + IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection returnValue = default !; + if (data.__typename.Equals("OpenApiCollection", global::System.StringComparison.Ordinal)) { - returnValue = new CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection_McpFeatureCollection(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException()); + returnValue = new DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException()); } else { @@ -178407,32 +180059,32 @@ public CreateMcpFeatureCollectionCommandMutationResult Create(global::Strawberry return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var createMcpFeatureCollectionErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionErrorData child in list) + var deleteOpenApiCollectionByIdErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteOpenApiCollectionByIdErrorData child in list) { - createMcpFeatureCollectionErrors.Add(MapNonNullableICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors(child)); + deleteOpenApiCollectionByIdErrors.Add(MapNonNullableIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors(child)); } - return createMcpFeatureCollectionErrors; + return deleteOpenApiCollectionByIdErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors MapNonNullableICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors MapNonNullableIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteOpenApiCollectionByIdErrorData data) { - ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData openApiCollectionNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_ApiNotFoundError(apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError(openApiCollectionNotFoundError.Message ?? throw new global::System.ArgumentNullException(), openApiCollectionNotFoundError.OpenApiCollectionId ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException()); } else { @@ -178450,214 +180102,214 @@ public CreateMcpFeatureCollectionCommandMutationResult Create(global::Strawberry // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMcpFeatureCollectionCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class DeleteOpenApiCollectionByIdCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public CreateMcpFeatureCollectionCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionPayloadData createMcpFeatureCollection) + public DeleteOpenApiCollectionByIdCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdPayloadData deleteOpenApiCollectionById) { - CreateMcpFeatureCollection = createMcpFeatureCollection; + DeleteOpenApiCollectionById = deleteOpenApiCollectionById; } - public global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionPayloadData CreateMcpFeatureCollection { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdPayloadData DeleteOpenApiCollectionById { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new CreateMcpFeatureCollectionCommandMutationResultInfo(CreateMcpFeatureCollection); + return new DeleteOpenApiCollectionByIdCommandMutationResultInfo(DeleteOpenApiCollectionById); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class ListOpenApiCollectionCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public ListMcpFeatureCollectionCommandQueryResultFactory() + public ListOpenApiCollectionCommandQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryResult); - public ListMcpFeatureCollectionCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public ListOpenApiCollectionCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is ListMcpFeatureCollectionCommandQueryResultInfo info) + if (dataInfo is ListOpenApiCollectionCommandQueryResultInfo info) { - return new ListMcpFeatureCollectionCommandQueryResult(MapIListMcpFeatureCollectionCommandQuery_Node(info.Node)); + return new ListOpenApiCollectionCommandQueryResult(MapIListOpenApiCollectionCommandQuery_Node(info.Node)); } - throw new global::System.ArgumentException("ListMcpFeatureCollectionCommandQueryResultInfo expected."); + throw new global::System.ArgumentException("ListOpenApiCollectionCommandQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node? MapIListMcpFeatureCollectionCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node? MapIListOpenApiCollectionCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) { if (data is null) { return null; } - IListMcpFeatureCollectionCommandQuery_Node? returnValue; + IListOpenApiCollectionCommandQuery_Node? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Api(MapIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections(api.McpFeatureCollections)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Api(MapIListOpenApiCollectionCommandQuery_Node_OpenApiCollections(api.OpenApiCollections)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_ApiDocument(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_ApiDocument(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_ApiKey(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_ApiKey(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Client(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Client(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_ClientChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_ClientChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_ClientDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_ClientDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_ClientVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_ClientVersion(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_CoordinateClientUsageMetrics(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Environment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Environment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_FusionConfigurationDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLDirectiveDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLEnumValueDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLObjectFieldDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLScalarTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_GraphQLUnionTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Group(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Group(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollection(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollectionVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollection(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_OpenApiCollection(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_OpenApiCollectionVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Organization(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Organization(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_OrganizationMember(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_OrganizationMember(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_SchemaChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_SchemaDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_SchemaDeployment(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Stage(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Stage(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_User(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_User(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_Workspace(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Workspace(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListMcpFeatureCollectionCommandQuery_Node_WorkspaceDocument(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument(); } else { @@ -178667,17 +180319,17 @@ public ListMcpFeatureCollectionCommandQueryResult Create(global::StrawberryShake return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections? MapIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections(global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections? MapIListOpenApiCollectionCommandQuery_Node_OpenApiCollections(global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsConnectionData? data) { if (data is null) { return null; } - IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections returnValue = default !; - if (data.__typename.Equals("ApiMcpFeatureCollectionsConnection", global::System.StringComparison.Ordinal)) + IListOpenApiCollectionCommandQuery_Node_OpenApiCollections returnValue = default !; + if (data.__typename.Equals("ApiOpenApiCollectionsConnection", global::System.StringComparison.Ordinal)) { - returnValue = new ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_ApiMcpFeatureCollectionsConnection(MapIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_EdgesNonNullableArray(data.Edges), MapNonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection(MapIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_EdgesNonNullableArray(data.Edges), MapNonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -178687,28 +180339,28 @@ public ListMcpFeatureCollectionCommandQueryResult Create(global::StrawberryShake return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var apiMcpFeatureCollectionsEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData child in list) + var apiOpenApiCollectionsEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsEdgeData child in list) { - apiMcpFeatureCollectionsEdges.Add(MapNonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges(child)); + apiOpenApiCollectionsEdges.Add(MapNonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges(child)); } - return apiMcpFeatureCollectionsEdges; + return apiOpenApiCollectionsEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges MapNonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges MapNonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsEdgeData data) { - IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges returnValue = default !; - if (data.__typename.Equals("ApiMcpFeatureCollectionsEdge", global::System.StringComparison.Ordinal)) + IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges returnValue = default !; + if (data.__typename.Equals("ApiOpenApiCollectionsEdge", global::System.StringComparison.Ordinal)) { - returnValue = new ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + returnValue = new ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -178718,12 +180370,12 @@ public ListMcpFeatureCollectionCommandQueryResult Create(global::StrawberryShake return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node MapNonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node MapNonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData data) { - IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node returnValue = default !; - if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) + IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node returnValue = default !; + if (data.__typename.Equals("OpenApiCollection", global::System.StringComparison.Ordinal)) { - returnValue = new ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node_McpFeatureCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -178733,12 +180385,12 @@ public ListMcpFeatureCollectionCommandQueryResult Create(global::StrawberryShake return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo MapNonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo MapNonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) { - IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo returnValue = default !; + IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo returnValue = default !; if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - returnValue = new ListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + returnValue = new ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); } else { @@ -178756,9 +180408,9 @@ public ListMcpFeatureCollectionCommandQueryResult Create(global::StrawberryShake // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class ListOpenApiCollectionCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public ListMcpFeatureCollectionCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) + public ListOpenApiCollectionCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) { Node = node; } @@ -178772,36 +180424,36 @@ public ListMcpFeatureCollectionCommandQueryResultInfo(global::ChilliCream.Nitro. public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new ListMcpFeatureCollectionCommandQueryResultInfo(Node); + return new ListOpenApiCollectionCommandQueryResultInfo(Node); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class PublishOpenApiCollectionCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public PublishMcpFeatureCollectionCommandMutationResultFactory() + public PublishOpenApiCollectionCommandMutationResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutationResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationResult); - public PublishMcpFeatureCollectionCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public PublishOpenApiCollectionCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is PublishMcpFeatureCollectionCommandMutationResultInfo info) + if (dataInfo is PublishOpenApiCollectionCommandMutationResultInfo info) { - return new PublishMcpFeatureCollectionCommandMutationResult(MapNonNullableIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection(info.PublishMcpFeatureCollection)); + return new PublishOpenApiCollectionCommandMutationResult(MapNonNullableIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection(info.PublishOpenApiCollection)); } - throw new global::System.ArgumentException("PublishMcpFeatureCollectionCommandMutationResultInfo expected."); + throw new global::System.ArgumentException("PublishOpenApiCollectionCommandMutationResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection MapNonNullableIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.PublishMcpFeatureCollectionPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection MapNonNullableIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.PublishOpenApiCollectionPayloadData data) { - IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection returnValue = default !; - if (data.__typename.Equals("PublishMcpFeatureCollectionPayload", global::System.StringComparison.Ordinal)) + IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection returnValue = default !; + if (data.__typename.Equals("PublishOpenApiCollectionPayload", global::System.StringComparison.Ordinal)) { - returnValue = new PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_PublishMcpFeatureCollectionPayload(data.Id, MapIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_ErrorsNonNullableArray(data.Errors)); + returnValue = new PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload(data.Id, MapIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_ErrorsNonNullableArray(data.Errors)); } else { @@ -178811,40 +180463,40 @@ public PublishMcpFeatureCollectionCommandMutationResult Create(global::Strawberr return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var publishMcpFeatureCollectionErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionErrorData child in list) + var publishOpenApiCollectionErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionErrorData child in list) { - publishMcpFeatureCollectionErrors.Add(MapNonNullableIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors(child)); + publishOpenApiCollectionErrors.Add(MapNonNullableIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors(child)); } - return publishMcpFeatureCollectionErrors; + return publishOpenApiCollectionErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors MapNonNullableIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors MapNonNullableIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionErrorData data) { - IPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors? returnValue; + IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionNotFoundErrorData mcpFeatureCollectionNotFoundError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData openApiCollectionNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionNotFoundError(mcpFeatureCollectionNotFoundError.McpFeatureCollectionId ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionNotFoundError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError(openApiCollectionNotFoundError.OpenApiCollectionId ?? throw new global::System.ArgumentNullException(), openApiCollectionNotFoundError.Message ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionNotFoundErrorData mcpFeatureCollectionVersionNotFoundError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionNotFoundErrorData openApiCollectionVersionNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection_Errors_McpFeatureCollectionVersionNotFoundError(mcpFeatureCollectionVersionNotFoundError.Tag ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionVersionNotFoundError.Message ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionVersionNotFoundError.McpFeatureCollectionId ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError(openApiCollectionVersionNotFoundError.Tag ?? throw new global::System.ArgumentNullException(), openApiCollectionVersionNotFoundError.Message ?? throw new global::System.ArgumentNullException(), openApiCollectionVersionNotFoundError.OpenApiCollectionId ?? throw new global::System.ArgumentNullException()); } else { @@ -178862,63 +180514,63 @@ public PublishMcpFeatureCollectionCommandMutationResult Create(global::Strawberr // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class PublishOpenApiCollectionCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public PublishMcpFeatureCollectionCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishMcpFeatureCollectionPayloadData publishMcpFeatureCollection) + public PublishOpenApiCollectionCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishOpenApiCollectionPayloadData publishOpenApiCollection) { - PublishMcpFeatureCollection = publishMcpFeatureCollection; + PublishOpenApiCollection = publishOpenApiCollection; } - public global::ChilliCream.Nitro.CommandLine.Client.State.PublishMcpFeatureCollectionPayloadData PublishMcpFeatureCollection { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.PublishOpenApiCollectionPayloadData PublishOpenApiCollection { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new PublishMcpFeatureCollectionCommandMutationResultInfo(PublishMcpFeatureCollection); + return new PublishOpenApiCollectionCommandMutationResultInfo(PublishOpenApiCollection); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscriptionResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class PublishOpenApiCollectionCommandSubscriptionResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public PublishMcpFeatureCollectionCommandSubscriptionResultFactory() + public PublishOpenApiCollectionCommandSubscriptionResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscriptionResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscriptionResult); - public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public PublishOpenApiCollectionCommandSubscriptionResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is PublishMcpFeatureCollectionCommandSubscriptionResultInfo info) + if (dataInfo is PublishOpenApiCollectionCommandSubscriptionResultInfo info) { - return new PublishMcpFeatureCollectionCommandSubscriptionResult(MapNonNullableIPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate(info.OnMcpFeatureCollectionVersionPublishingUpdate)); + return new PublishOpenApiCollectionCommandSubscriptionResult(MapNonNullableIPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate(info.OnOpenApiCollectionVersionPublishingUpdate)); } - throw new global::System.ArgumentException("PublishMcpFeatureCollectionCommandSubscriptionResultInfo expected."); + throw new global::System.ArgumentException("PublishOpenApiCollectionCommandSubscriptionResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate MapNonNullableIPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishResultData data) + private global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate MapNonNullableIPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishResultData data) { - IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionPublishFailedData mcpFeatureCollectionVersionPublishFailed) + IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionPublishFailedData openApiCollectionVersionPublishFailed) { - if (!mcpFeatureCollectionVersionPublishFailed.State.HasValue) + if (!openApiCollectionVersionPublishFailed.State.HasValue) { throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishFailed(mcpFeatureCollectionVersionPublishFailed.__typename ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionVersionPublishFailed.State!.Value, MapNonNullableIPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ErrorsNonNullableArray(mcpFeatureCollectionVersionPublishFailed.Errors)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed(openApiCollectionVersionPublishFailed.__typename ?? throw new global::System.ArgumentNullException(), openApiCollectionVersionPublishFailed.State!.Value, MapNonNullableIPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ErrorsNonNullableArray(openApiCollectionVersionPublishFailed.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionPublishSuccessData mcpFeatureCollectionVersionPublishSuccess) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionPublishSuccessData openApiCollectionVersionPublishSuccess) { - if (!mcpFeatureCollectionVersionPublishSuccess.State.HasValue) + if (!openApiCollectionVersionPublishSuccess.State.HasValue) { throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_McpFeatureCollectionVersionPublishSuccess(mcpFeatureCollectionVersionPublishSuccess.__typename ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionVersionPublishSuccess.State!.Value); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess(openApiCollectionVersionPublishSuccess.__typename ?? throw new global::System.ArgumentNullException(), openApiCollectionVersionPublishSuccess.State!.Value); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData operationInProgress) { @@ -178927,7 +180579,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_OperationInProgress(operationInProgress.__typename ?? throw new global::System.ArgumentNullException(), operationInProgress.State!.Value); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress(operationInProgress.__typename ?? throw new global::System.ArgumentNullException(), operationInProgress.State!.Value); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskApprovedData processingTaskApproved) { @@ -178936,7 +180588,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskApproved(processingTaskApproved.__typename ?? throw new global::System.ArgumentNullException(), processingTaskApproved.State!.Value); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved(processingTaskApproved.__typename ?? throw new global::System.ArgumentNullException(), processingTaskApproved.State!.Value); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsQueuedData processingTaskIsQueued) { @@ -178945,11 +180597,11 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsQueued(processingTaskIsQueued.__typename ?? throw new global::System.ArgumentNullException(), processingTaskIsQueued.Queued ?? throw new global::System.ArgumentNullException(), processingTaskIsQueued.QueuePosition!.Value); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued(processingTaskIsQueued.__typename ?? throw new global::System.ArgumentNullException(), processingTaskIsQueued.Queued ?? throw new global::System.ArgumentNullException(), processingTaskIsQueued.QueuePosition!.Value); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsReadyData processingTaskIsReady) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ProcessingTaskIsReady(processingTaskIsReady.__typename ?? throw new global::System.ArgumentNullException(), processingTaskIsReady.Ready ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady(processingTaskIsReady.__typename ?? throw new global::System.ArgumentNullException(), processingTaskIsReady.Ready ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WaitForApprovalData waitForApproval) { @@ -178958,7 +180610,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_WaitForApproval(waitForApproval.__typename ?? throw new global::System.ArgumentNullException(), waitForApproval.State!.Value, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment(waitForApproval.Deployment)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval(waitForApproval.__typename ?? throw new global::System.ArgumentNullException(), waitForApproval.State!.Value, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment(waitForApproval.Deployment)); } else { @@ -178968,44 +180620,44 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionVersionPublishErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishErrorData child in list) + var openApiCollectionVersionPublishErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishErrorData child in list) { - mcpFeatureCollectionVersionPublishErrors.Add(MapNonNullableIPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors(child)); + openApiCollectionVersionPublishErrors.Add(MapNonNullableIPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors(child)); } - return mcpFeatureCollectionVersionPublishErrors; + return openApiCollectionVersionPublishErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors MapNonNullableIPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors MapNonNullableIPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishErrorData data) { - IPublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors? returnValue; + IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData processingTimeoutError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError(processingTimeoutError.__typename ?? throw new global::System.ArgumentNullException(), processingTimeoutError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError(processingTimeoutError.__typename ?? throw new global::System.ArgumentNullException(), processingTimeoutError.Message ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData readyTimeoutError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData unexpectedProcessingError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishMcpFeatureCollectionCommandSubscription_OnMcpFeatureCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError(unexpectedProcessingError.__typename ?? throw new global::System.ArgumentNullException(), unexpectedProcessingError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError(unexpectedProcessingError.__typename ?? throw new global::System.ArgumentNullException(), unexpectedProcessingError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -179015,28 +180667,28 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionValidationCollections = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData child in list) + var openApiCollectionValidationCollections = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData child in list) { - mcpFeatureCollectionValidationCollections.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(child)); + openApiCollectionValidationCollections.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(child)); } - return mcpFeatureCollectionValidationCollections; + return openApiCollectionValidationCollections; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 returnValue = default !; - if (data.__typename.Equals("McpFeatureCollectionValidationCollection", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections returnValue = default !; + if (data.__typename.Equals("OpenApiCollectionValidationCollection", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(data.McpFeatureCollection), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1NonNullableArray(data.Entities ?? throw new global::System.ArgumentNullException())); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(data.OpenApiCollection), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_EntitiesNonNullableArray(data.Entities ?? throw new global::System.ArgumentNullException())); } else { @@ -179046,17 +180698,17 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? data) { if (data is null) { return null; } - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection returnValue = default !; - if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection returnValue = default !; + if (data.__typename.Equals("OpenApiCollection", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -179066,32 +180718,32 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_EntitiesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionValidationEntitys = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData child in list) + var openApiCollectionValidationEntitys = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData child in list) { - mcpFeatureCollectionValidationEntitys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1(child)); + openApiCollectionValidationEntitys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities(child)); } - return mcpFeatureCollectionValidationEntitys; + return openApiCollectionValidationEntitys; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationPromptData mcpFeatureCollectionValidationPrompt) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEndpointData openApiCollectionValidationEndpoint) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(mcpFeatureCollectionValidationPrompt.Errors), mcpFeatureCollectionValidationPrompt.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_ErrorsNonNullableArray(openApiCollectionValidationEndpoint.Errors), openApiCollectionValidationEndpoint.HttpMethod ?? throw new global::System.ArgumentNullException(), openApiCollectionValidationEndpoint.Route ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationToolData mcpFeatureCollectionValidationTool) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationModelData openApiCollectionValidationModel) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(mcpFeatureCollectionValidationTool.Errors), mcpFeatureCollectionValidationTool.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_ErrorsNonNullableArray(openApiCollectionValidationModel.Errors), openApiCollectionValidationModel.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -179101,32 +180753,32 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData child in list) + var openApiCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData child in list) { - mcpFeatureCollectionValidationEntityErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1(child)); + openApiCollectionValidationEntityErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors(child)); } - return mcpFeatureCollectionValidationEntityErrors; + return openApiCollectionValidationEntityErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorData mcpFeatureCollectionValidationDocumentError) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorData openApiCollectionValidationDocumentError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(mcpFeatureCollectionValidationDocumentError.Code, mcpFeatureCollectionValidationDocumentError.Message ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionValidationDocumentError.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(mcpFeatureCollectionValidationDocumentError.Locations)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(openApiCollectionValidationDocumentError.Code, openApiCollectionValidationDocumentError.Message ?? throw new global::System.ArgumentNullException(), openApiCollectionValidationDocumentError.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(openApiCollectionValidationDocumentError.Locations)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationEntityValidationErrorData mcpFeatureCollectionValidationEntityValidationError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEntityValidationErrorData openApiCollectionValidationEntityValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(mcpFeatureCollectionValidationEntityValidationError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(openApiCollectionValidationEntityValidationError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -179136,28 +180788,28 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var mcpFeatureCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData child in list) + var openApiCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData child in list) { - mcpFeatureCollectionValidationDocumentErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(child)); + openApiCollectionValidationDocumentErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(child)); } - return mcpFeatureCollectionValidationDocumentErrorLocations; + return openApiCollectionValidationDocumentErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 returnValue = default !; - if (data.__typename.Equals("McpFeatureCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations returnValue = default !; + if (data.__typename.Equals("OpenApiCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); } else { @@ -179224,7 +180876,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } else { @@ -179234,17 +180886,17 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) { if (data is null) { return null; } - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client returnValue = default !; if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -179254,28 +180906,28 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); + var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData child in list) { - persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } return persistedQueryValidationFaileds; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries returnValue = default !; if (data.__typename.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); } else { @@ -179285,28 +180937,28 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var persistedQueryErrors = new global::System.Collections.Generic.List(); + var persistedQueryErrors = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData child in list) { - persistedQueryErrors.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + persistedQueryErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); } return persistedQueryErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors returnValue = default !; if (data.__typename.Equals("PersistedQueryError", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); } else { @@ -179316,28 +180968,28 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); + var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData child in list) { - persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations returnValue = default !; if (data.__typename.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); } else { @@ -179368,7 +181020,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) { @@ -180199,30 +181851,663 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - if (!descriptionChanged.Severity.HasValue) + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberAddedData unionMemberAdded) + { + if (!unionMemberAdded.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(unionMemberAdded.__typename ?? throw new global::System.ArgumentNullException(), unionMemberAdded.Severity!.Value, unionMemberAdded.TypeName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberRemovedData unionMemberRemoved) + { + if (!unionMemberRemoved.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(unionMemberRemoved.__typename ?? throw new global::System.ArgumentNullException(), unionMemberRemoved.Severity!.Value, unionMemberRemoved.TypeName ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + throw new global::System.ArgumentNullException(); + } + + var graphQLSchemaErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData child in list) + { + graphQLSchemaErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(child)); + } + + return graphQLSchemaErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors returnValue = default !; + if (data.__typename.Equals("GraphQLSchemaError", global::System.StringComparison.Ordinal)) + { + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + throw new global::System.ArgumentNullException(); + } + + var mcpFeatureCollectionValidationCollections = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData child in list) + { + mcpFeatureCollectionValidationCollections.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(child)); + } + + return mcpFeatureCollectionValidationCollections; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 returnValue = default !; + if (data.__typename.Equals("McpFeatureCollectionValidationCollection", global::System.StringComparison.Ordinal)) + { + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(data.McpFeatureCollection), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1NonNullableArray(data.Entities ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? data) + { + if (data is null) + { + return null; + } + + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection returnValue = default !; + if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) + { + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + throw new global::System.ArgumentNullException(); + } + + var mcpFeatureCollectionValidationEntitys = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData child in list) + { + mcpFeatureCollectionValidationEntitys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1(child)); + } + + return mcpFeatureCollectionValidationEntitys; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationPromptData mcpFeatureCollectionValidationPrompt) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(mcpFeatureCollectionValidationPrompt.Errors), mcpFeatureCollectionValidationPrompt.Name ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationToolData mcpFeatureCollectionValidationTool) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(mcpFeatureCollectionValidationTool.Errors), mcpFeatureCollectionValidationTool.Name ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + throw new global::System.ArgumentNullException(); + } + + var mcpFeatureCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData child in list) + { + mcpFeatureCollectionValidationEntityErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1(child)); + } + + return mcpFeatureCollectionValidationEntityErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorData mcpFeatureCollectionValidationDocumentError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(mcpFeatureCollectionValidationDocumentError.Code, mcpFeatureCollectionValidationDocumentError.Message ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionValidationDocumentError.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(mcpFeatureCollectionValidationDocumentError.Locations)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationEntityValidationErrorData mcpFeatureCollectionValidationEntityValidationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(mcpFeatureCollectionValidationEntityValidationError.Message ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + return null; + } + + var mcpFeatureCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData child in list) + { + mcpFeatureCollectionValidationDocumentErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(child)); + } + + return mcpFeatureCollectionValidationDocumentErrorLocations; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 returnValue = default !; + if (data.__typename.Equals("McpFeatureCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal)) + { + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + throw new global::System.ArgumentNullException(); + } + + var mcpFeatureCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData child in list) + { + mcpFeatureCollectionDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(child)); + } + + return mcpFeatureCollectionDeploymentErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + throw new global::System.ArgumentNullException(); + } + + var openApiCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData child in list) + { + openApiCollectionDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(child)); + } + + return openApiCollectionDeploymentErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + throw new global::System.ArgumentNullException(); + } + + var schemaDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData child in list) + { + schemaDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4(child)); + } + + return schemaDeploymentErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(schemaChangeViolationError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(schemaChangeViolationError.Changes)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData operationsAreNotAllowedError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(operationsAreNotAllowedError.__typename ?? throw new global::System.ArgumentNullException(), operationsAreNotAllowedError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData schemaVersionSyntaxError) + { + if (!schemaVersionSyntaxError.Column.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (!schemaVersionSyntaxError.Position.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (!schemaVersionSyntaxError.Line.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(schemaVersionSyntaxError.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Message ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Column!.Value, schemaVersionSyntaxError.Position!.Value, schemaVersionSyntaxError.Line!.Value); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) + { + return Create(dataInfo, snapshot); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class PublishOpenApiCollectionCommandSubscriptionResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public PublishOpenApiCollectionCommandSubscriptionResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishResultData onOpenApiCollectionVersionPublishingUpdate) + { + OnOpenApiCollectionVersionPublishingUpdate = onOpenApiCollectionVersionPublishingUpdate; + } + + public global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishResultData OnOpenApiCollectionVersionPublishingUpdate { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new PublishOpenApiCollectionCommandSubscriptionResultInfo(OnOpenApiCollectionVersionPublishingUpdate); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UploadOpenApiCollectionCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public UploadOpenApiCollectionCommandMutationResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationResult); + + public UploadOpenApiCollectionCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is UploadOpenApiCollectionCommandMutationResultInfo info) + { + return new UploadOpenApiCollectionCommandMutationResult(MapNonNullableIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection(info.UploadOpenApiCollection)); + } + + throw new global::System.ArgumentException("UploadOpenApiCollectionCommandMutationResultInfo expected."); + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection MapNonNullableIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionPayloadData data) + { + IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection returnValue = default !; + if (data.__typename.Equals("UploadOpenApiCollectionPayload", global::System.StringComparison.Ordinal)) + { + returnValue = new UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload(MapIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion(data.OpenApiCollectionVersion), MapIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_ErrorsNonNullableArray(data.Errors)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion? MapIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData? data) + { + if (data is null) + { + return null; + } + + IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion returnValue = default !; + if (data.__typename.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal)) + { + returnValue = new UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion(data.Id ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + return null; + } + + var uploadOpenApiCollectionErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionErrorData child in list) + { + uploadOpenApiCollectionErrors.Add(MapNonNullableIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors(child)); + } + + return uploadOpenApiCollectionErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors MapNonNullableIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionErrorData data) + { + IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData openApiCollectionNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError(openApiCollectionNotFoundError.OpenApiCollectionId ?? throw new global::System.ArgumentNullException(), openApiCollectionNotFoundError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData duplicatedTagError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError(duplicatedTagError.__typename ?? throw new global::System.ArgumentNullException(), duplicatedTagError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidOpenApiCollectionArchiveErrorData invalidOpenApiCollectionArchiveError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError(invalidOpenApiCollectionArchiveError.Message ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) + { + return Create(dataInfo, snapshot); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UploadOpenApiCollectionCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public UploadOpenApiCollectionCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionPayloadData uploadOpenApiCollection) + { + UploadOpenApiCollection = uploadOpenApiCollection; + } + + public global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionPayloadData UploadOpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new UploadOpenApiCollectionCommandMutationResultInfo(UploadOpenApiCollection); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ValidateOpenApiCollectionCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public ValidateOpenApiCollectionCommandMutationResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationResult); + + public ValidateOpenApiCollectionCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is ValidateOpenApiCollectionCommandMutationResultInfo info) + { + return new ValidateOpenApiCollectionCommandMutationResult(MapNonNullableIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection(info.ValidateOpenApiCollection)); + } + + throw new global::System.ArgumentException("ValidateOpenApiCollectionCommandMutationResultInfo expected."); + } + + private global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection MapNonNullableIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateOpenApiCollectionPayloadData data) + { + IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection returnValue = default !; + if (data.__typename.Equals("ValidateOpenApiCollectionPayload", global::System.StringComparison.Ordinal)) + { + returnValue = new ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload(data.Id, MapIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ErrorsNonNullableArray(data.Errors)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + return null; + } + + var validateOpenApiCollectionErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionErrorData child in list) + { + validateOpenApiCollectionErrors.Add(MapNonNullableIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors(child)); + } + + return validateOpenApiCollectionErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors MapNonNullableIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionErrorData data) + { + IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData openApiCollectionNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError(openApiCollectionNotFoundError.OpenApiCollectionId ?? throw new global::System.ArgumentNullException(), openApiCollectionNotFoundError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) + { + return Create(dataInfo, snapshot); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ValidateOpenApiCollectionCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public ValidateOpenApiCollectionCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateOpenApiCollectionPayloadData validateOpenApiCollection) + { + ValidateOpenApiCollection = validateOpenApiCollection; + } + + public global::ChilliCream.Nitro.CommandLine.Client.State.ValidateOpenApiCollectionPayloadData ValidateOpenApiCollection { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new ValidateOpenApiCollectionCommandMutationResultInfo(ValidateOpenApiCollection); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ValidateOpenApiCollectionCommandSubscriptionResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public ValidateOpenApiCollectionCommandSubscriptionResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscriptionResult); + + public ValidateOpenApiCollectionCommandSubscriptionResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is ValidateOpenApiCollectionCommandSubscriptionResultInfo info) + { + return new ValidateOpenApiCollectionCommandSubscriptionResult(MapNonNullableIValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate(info.OnOpenApiCollectionVersionValidationUpdate)); + } + + throw new global::System.ArgumentException("ValidateOpenApiCollectionCommandSubscriptionResultInfo expected."); + } + + private global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate MapNonNullableIValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationResultData data) + { + IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionValidationFailedData openApiCollectionVersionValidationFailed) + { + if (!openApiCollectionVersionValidationFailed.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed(openApiCollectionVersionValidationFailed.__typename ?? throw new global::System.ArgumentNullException(), openApiCollectionVersionValidationFailed.State!.Value, MapNonNullableIValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ErrorsNonNullableArray(openApiCollectionVersionValidationFailed.Errors)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionValidationSuccessData openApiCollectionVersionValidationSuccess) + { + if (!openApiCollectionVersionValidationSuccess.State.HasValue) { throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess(openApiCollectionVersionValidationSuccess.__typename ?? throw new global::System.ArgumentNullException(), openApiCollectionVersionValidationSuccess.State!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberAddedData unionMemberAdded) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData operationInProgress) { - if (!unionMemberAdded.Severity.HasValue) + if (!operationInProgress.State.HasValue) { throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(unionMemberAdded.__typename ?? throw new global::System.ArgumentNullException(), unionMemberAdded.Severity!.Value, unionMemberAdded.TypeName ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress(operationInProgress.__typename ?? throw new global::System.ArgumentNullException(), operationInProgress.State!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberRemovedData unionMemberRemoved) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData validationInProgress) { - if (!unionMemberRemoved.Severity.HasValue) + if (!validationInProgress.State.HasValue) { throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(unionMemberRemoved.__typename ?? throw new global::System.ArgumentNullException(), unionMemberRemoved.Severity!.Value, unionMemberRemoved.TypeName ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress(validationInProgress.__typename ?? throw new global::System.ArgumentNullException(), validationInProgress.State!.Value); } else { @@ -180232,28 +182517,44 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var graphQLSchemaErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData child in list) + var openApiCollectionVersionValidationErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationErrorData child in list) { - graphQLSchemaErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(child)); + openApiCollectionVersionValidationErrors.Add(MapNonNullableIValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors(child)); } - return graphQLSchemaErrors; + return openApiCollectionVersionValidationErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors MapNonNullableIValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationErrorData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors returnValue = default !; - if (data.__typename.Equals("GraphQLSchemaError", global::System.StringComparison.Ordinal)) + IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationArchiveErrorData openApiCollectionValidationArchiveError) { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError(openApiCollectionValidationArchiveError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData processingTimeoutError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError(processingTimeoutError.__typename ?? throw new global::System.ArgumentNullException(), processingTimeoutError.Message ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData readyTimeoutError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData unexpectedProcessingError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError(unexpectedProcessingError.__typename ?? throw new global::System.ArgumentNullException(), unexpectedProcessingError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -180415,28 +182716,57 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } + return Create(dataInfo, snapshot); + } + } - var mcpFeatureCollectionDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData child in list) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ValidateOpenApiCollectionCommandSubscriptionResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public ValidateOpenApiCollectionCommandSubscriptionResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationResultData onOpenApiCollectionVersionValidationUpdate) + { + OnOpenApiCollectionVersionValidationUpdate = onOpenApiCollectionVersionValidationUpdate; + } + + public global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationResultData OnOpenApiCollectionVersionValidationUpdate { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new ValidateOpenApiCollectionCommandSubscriptionResultInfo(OnOpenApiCollectionVersionValidationUpdate); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreatePersonalAccessTokenCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public CreatePersonalAccessTokenCommandMutationResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationResult); + + public CreatePersonalAccessTokenCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is CreatePersonalAccessTokenCommandMutationResultInfo info) { - mcpFeatureCollectionDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(child)); + return new CreatePersonalAccessTokenCommandMutationResult(MapNonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken(info.CreatePersonalAccessToken)); } - return mcpFeatureCollectionDeploymentErrors; + throw new global::System.ArgumentException("CreatePersonalAccessTokenCommandMutationResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken MapNonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken(global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenPayloadData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) + ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken returnValue = default !; + if (data.__typename.Equals("CreatePersonalAccessTokenPayload", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); + returnValue = new CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload(MapICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result(data.Result), MapICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_ErrorsNonNullableArray(data.Errors)); } else { @@ -180446,28 +182776,32 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result? MapICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result(global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenWithSecretData? data) { - if (list is null) + if (data is null) { - throw new global::System.ArgumentNullException(); + return null; } - var openApiCollectionDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData child in list) + ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result returnValue = default !; + if (data.__typename.Equals("PersonalAccessTokenWithSecret", global::System.StringComparison.Ordinal)) { - openApiCollectionDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(child)); + returnValue = new CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret(MapNonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token(data.Token ?? throw new global::System.ArgumentNullException()), data.Secret ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); } - return openApiCollectionDeploymentErrors; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token MapNonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token(global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) + ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token returnValue = default !; + if (data.__typename.Equals("PersonalAccessToken", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); + returnValue = new CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken(data.Id ?? throw new global::System.ArgumentNullException(), data.Description ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.ExpiresAt ?? throw new global::System.ArgumentNullException()); } else { @@ -180477,67 +182811,32 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - throw new global::System.ArgumentNullException(); + return null; } - var schemaDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData child in list) + var createPersonalAccessTokenErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenErrorData child in list) { - schemaDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4(child)); + createPersonalAccessTokenErrors.Add(MapNonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors(child)); } - return schemaDeploymentErrors; + return createPersonalAccessTokenErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors MapNonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenErrorData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(schemaChangeViolationError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(schemaChangeViolationError.Changes)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData operationsAreNotAllowedError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(operationsAreNotAllowedError.__typename ?? throw new global::System.ArgumentNullException(), operationsAreNotAllowedError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData schemaVersionSyntaxError) - { - if (!schemaVersionSyntaxError.Column.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (!schemaVersionSyntaxError.Position.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (!schemaVersionSyntaxError.Line.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(schemaVersionSyntaxError.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Message ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Column!.Value, schemaVersionSyntaxError.Position!.Value, schemaVersionSyntaxError.Line!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) + ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData validationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError(validationError.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -180555,20 +182854,20 @@ public PublishMcpFeatureCollectionCommandSubscriptionResult Create(global::Straw // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscriptionResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class CreatePersonalAccessTokenCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public PublishMcpFeatureCollectionCommandSubscriptionResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishResultData onMcpFeatureCollectionVersionPublishingUpdate) + public CreatePersonalAccessTokenCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenPayloadData createPersonalAccessToken) { - OnMcpFeatureCollectionVersionPublishingUpdate = onMcpFeatureCollectionVersionPublishingUpdate; + CreatePersonalAccessToken = createPersonalAccessToken; } - public global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishResultData OnMcpFeatureCollectionVersionPublishingUpdate { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenPayloadData CreatePersonalAccessToken { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new PublishMcpFeatureCollectionCommandSubscriptionResultInfo(OnMcpFeatureCollectionVersionPublishingUpdate); + return new CreatePersonalAccessTokenCommandMutationResultInfo(CreatePersonalAccessToken); } } @@ -180718,136 +183017,6 @@ public ListPersonalAccessTokenCommandQueryResultInfo(global::ChilliCream.Nitro.C } } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreatePersonalAccessTokenCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public CreatePersonalAccessTokenCommandMutationResultFactory() - { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutationResult); - - public CreatePersonalAccessTokenCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is CreatePersonalAccessTokenCommandMutationResultInfo info) - { - return new CreatePersonalAccessTokenCommandMutationResult(MapNonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken(info.CreatePersonalAccessToken)); - } - - throw new global::System.ArgumentException("CreatePersonalAccessTokenCommandMutationResultInfo expected."); - } - - private global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken MapNonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken(global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenPayloadData data) - { - ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken returnValue = default !; - if (data.__typename.Equals("CreatePersonalAccessTokenPayload", global::System.StringComparison.Ordinal)) - { - returnValue = new CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_CreatePersonalAccessTokenPayload(MapICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result(data.Result), MapICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_ErrorsNonNullableArray(data.Errors)); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result? MapICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result(global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenWithSecretData? data) - { - if (data is null) - { - return null; - } - - ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result returnValue = default !; - if (data.__typename.Equals("PersonalAccessTokenWithSecret", global::System.StringComparison.Ordinal)) - { - returnValue = new CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_PersonalAccessTokenWithSecret(MapNonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token(data.Token ?? throw new global::System.ArgumentNullException()), data.Secret ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token MapNonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token(global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData data) - { - ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token returnValue = default !; - if (data.__typename.Equals("PersonalAccessToken", global::System.StringComparison.Ordinal)) - { - returnValue = new CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token_PersonalAccessToken(data.Id ?? throw new global::System.ArgumentNullException(), data.Description ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.ExpiresAt ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList? MapICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - return null; - } - - var createPersonalAccessTokenErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenErrorData child in list) - { - createPersonalAccessTokenErrors.Add(MapNonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors(child)); - } - - return createPersonalAccessTokenErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors MapNonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenErrorData data) - { - ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData validationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_ValidationError(validationError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreatePersonalAccessTokenCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public CreatePersonalAccessTokenCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenPayloadData createPersonalAccessToken) - { - CreatePersonalAccessToken = createPersonalAccessToken; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenPayloadData CreatePersonalAccessToken { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new CreatePersonalAccessTokenCommandMutationResultInfo(CreatePersonalAccessToken); - } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] public partial class RevokePersonalAccessTokenCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory @@ -180965,50 +183134,30 @@ public RevokePersonalAccessTokenCommandMutationResultInfo(global::ChilliCream.Ni // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class PublishSchemaVersionResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public UploadOpenApiCollectionCommandMutationResultFactory() + public PublishSchemaVersionResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutationResult); - - public UploadOpenApiCollectionCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is UploadOpenApiCollectionCommandMutationResultInfo info) - { - return new UploadOpenApiCollectionCommandMutationResult(MapNonNullableIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection(info.UploadOpenApiCollection)); - } - - throw new global::System.ArgumentException("UploadOpenApiCollectionCommandMutationResultInfo expected."); - } + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionResult); - private global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection MapNonNullableIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionPayloadData data) + public PublishSchemaVersionResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection returnValue = default !; - if (data.__typename.Equals("UploadOpenApiCollectionPayload", global::System.StringComparison.Ordinal)) - { - returnValue = new UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_UploadOpenApiCollectionPayload(MapIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion(data.OpenApiCollectionVersion), MapIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_ErrorsNonNullableArray(data.Errors)); - } - else + if (dataInfo is PublishSchemaVersionResultInfo info) { - throw new global::System.NotSupportedException(); + return new PublishSchemaVersionResult(MapNonNullableIPublishSchemaVersion_PublishSchema(info.PublishSchema)); } - return returnValue; + throw new global::System.ArgumentException("PublishSchemaVersionResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion? MapIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersion_PublishSchema MapNonNullableIPublishSchemaVersion_PublishSchema(global::ChilliCream.Nitro.CommandLine.Client.State.PublishSchemaPayloadData data) { - if (data is null) - { - return null; - } - - IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion returnValue = default !; - if (data.__typename.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal)) + IPublishSchemaVersion_PublishSchema returnValue = default !; + if (data.__typename.Equals("PublishSchemaPayload", global::System.StringComparison.Ordinal)) { - returnValue = new UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion_OpenApiCollectionVersion(data.Id ?? throw new global::System.ArgumentNullException()); + returnValue = new PublishSchemaVersion_PublishSchema_PublishSchemaPayload(data.Id, MapIPublishSchemaVersion_PublishSchema_ErrorsNonNullableArray(data.Errors)); } else { @@ -181018,44 +183167,40 @@ public UploadOpenApiCollectionCommandMutationResult Create(global::StrawberrySha return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIPublishSchemaVersion_PublishSchema_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var uploadOpenApiCollectionErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionErrorData child in list) + var publishSchemaErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaErrorData child in list) { - uploadOpenApiCollectionErrors.Add(MapNonNullableIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors(child)); + publishSchemaErrors.Add(MapNonNullableIPublishSchemaVersion_PublishSchema_Errors(child)); } - return uploadOpenApiCollectionErrors; + return publishSchemaErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors MapNonNullableIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersion_PublishSchema_Errors MapNonNullableIPublishSchemaVersion_PublishSchema_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaErrorData data) { - IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData openApiCollectionNotFoundError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_OpenApiCollectionNotFoundError(openApiCollectionNotFoundError.OpenApiCollectionId ?? throw new global::System.ArgumentNullException(), openApiCollectionNotFoundError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) + IPublishSchemaVersion_PublishSchema_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData duplicatedTagError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaNotFoundErrorData schemaNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_DuplicatedTagError(duplicatedTagError.__typename ?? throw new global::System.ArgumentNullException(), duplicatedTagError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError(schemaNotFoundError.Message ?? throw new global::System.ArgumentNullException(), schemaNotFoundError.ApiId ?? throw new global::System.ArgumentNullException(), schemaNotFoundError.Tag ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidOpenApiCollectionArchiveErrorData invalidOpenApiCollectionArchiveError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_Errors_InvalidOpenApiCollectionArchiveError(invalidOpenApiCollectionArchiveError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -181073,234 +183218,189 @@ public UploadOpenApiCollectionCommandMutationResult Create(global::StrawberrySha // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class PublishSchemaVersionResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public UploadOpenApiCollectionCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionPayloadData uploadOpenApiCollection) + public PublishSchemaVersionResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishSchemaPayloadData publishSchema) { - UploadOpenApiCollection = uploadOpenApiCollection; + PublishSchema = publishSchema; } - public global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionPayloadData UploadOpenApiCollection { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.PublishSchemaPayloadData PublishSchema { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new UploadOpenApiCollectionCommandMutationResultInfo(UploadOpenApiCollection); + return new PublishSchemaVersionResultInfo(PublishSchema); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class OnSchemaVersionPublishUpdatedResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public ListOpenApiCollectionCommandQueryResultFactory() + public OnSchemaVersionPublishUpdatedResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQueryResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdatedResult); - public ListOpenApiCollectionCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is ListOpenApiCollectionCommandQueryResultInfo info) + if (dataInfo is OnSchemaVersionPublishUpdatedResultInfo info) { - return new ListOpenApiCollectionCommandQueryResult(MapIListOpenApiCollectionCommandQuery_Node(info.Node)); + return new OnSchemaVersionPublishUpdatedResult(MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate(info.OnSchemaVersionPublishingUpdate)); } - throw new global::System.ArgumentException("ListOpenApiCollectionCommandQueryResultInfo expected."); + throw new global::System.ArgumentException("OnSchemaVersionPublishUpdatedResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node? MapIListOpenApiCollectionCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishResultData data) { - if (data is null) + IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData operationInProgress) { - return null; - } + if (!operationInProgress.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } - IListOpenApiCollectionCommandQuery_Node? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Api(MapIListOpenApiCollectionCommandQuery_Node_OpenApiCollections(api.OpenApiCollections)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_ApiDocument(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_ApiKey(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Client(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_ClientChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_ClientDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_ClientVersion(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_CoordinateClientUsageMetrics(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Environment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_FusionConfigurationChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_FusionConfigurationDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLDirectiveDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLEnumTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLEnumValueDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectFieldDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLInputObjectTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceFieldDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLInterfaceTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLObjectFieldDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLScalarTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress(operationInProgress.__typename ?? throw new global::System.ArgumentNullException(), operationInProgress.State!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskApprovedData processingTaskApproved) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_GraphQLUnionTypeDefinition(); + if (!processingTaskApproved.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved(processingTaskApproved.__typename ?? throw new global::System.ArgumentNullException(), processingTaskApproved.State!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsQueuedData processingTaskIsQueued) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Group(); + if (!processingTaskIsQueued.QueuePosition.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued(processingTaskIsQueued.__typename ?? throw new global::System.ArgumentNullException(), processingTaskIsQueued.Queued ?? throw new global::System.ArgumentNullException(), processingTaskIsQueued.QueuePosition!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsReadyData processingTaskIsReady) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_McpFeatureCollection(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady(processingTaskIsReady.__typename ?? throw new global::System.ArgumentNullException(), processingTaskIsReady.Ready ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionPublishFailedData schemaVersionPublishFailed) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionChangeLog(); + if (!schemaVersionPublishFailed.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed(schemaVersionPublishFailed.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionPublishFailed.State!.Value, MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ErrorsNonNullableArray(schemaVersionPublishFailed.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionPublishSuccessData schemaVersionPublishSuccess) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionDeployment(); + if (!schemaVersionPublishSuccess.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess(schemaVersionPublishSuccess.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionPublishSuccess.State!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WaitForApprovalData waitForApproval) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_McpFeatureCollectionVersion(); + if (!waitForApproval.State.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval(waitForApproval.__typename ?? throw new global::System.ArgumentNullException(), waitForApproval.State!.Value, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment(waitForApproval.Deployment)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_OpenApiCollection(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionChangeLog(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) + + var schemaVersionPublishErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishErrorData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionDeployment(); + schemaVersionPublishErrors.Add(MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) + + return schemaVersionPublishErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishErrorData data) + { + IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_OpenApiCollectionVersion(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Organization(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_OrganizationMember(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_SchemaChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData operationsAreNotAllowedError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_SchemaDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError(operationsAreNotAllowedError.__typename ?? throw new global::System.ArgumentNullException(), operationsAreNotAllowedError.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Stage(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData processingTimeoutError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_User(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError(processingTimeoutError.__typename ?? throw new global::System.ArgumentNullException(), processingTimeoutError.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData readyTimeoutError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_Workspace(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionChangeViolationErrorData schemaVersionChangeViolationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListOpenApiCollectionCommandQuery_Node_WorkspaceDocument(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError(schemaVersionChangeViolationError.__typename ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ChangesNonNullableArray(schemaVersionChangeViolationError.Changes)); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData schemaVersionSyntaxError) { - throw new global::System.NotSupportedException(); - } + if (!schemaVersionSyntaxError.Column.HasValue) + { + throw new global::System.ArgumentNullException(); + } - return returnValue; - } + if (!schemaVersionSyntaxError.Position.HasValue) + { + throw new global::System.ArgumentNullException(); + } - private global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections? MapIListOpenApiCollectionCommandQuery_Node_OpenApiCollections(global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsConnectionData? data) - { - if (data is null) - { - return null; - } + if (!schemaVersionSyntaxError.Line.HasValue) + { + throw new global::System.ArgumentNullException(); + } - IListOpenApiCollectionCommandQuery_Node_OpenApiCollections returnValue = default !; - if (data.__typename.Equals("ApiOpenApiCollectionsConnection", global::System.StringComparison.Ordinal)) + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError(schemaVersionSyntaxError.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Message ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Column!.Value, schemaVersionSyntaxError.Position!.Value, schemaVersionSyntaxError.Line!.Value); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData unexpectedProcessingError) { - returnValue = new ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_ApiOpenApiCollectionsConnection(MapIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_EdgesNonNullableArray(data.Edges), MapNonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError(unexpectedProcessingError.__typename ?? throw new global::System.ArgumentNullException(), unexpectedProcessingError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -181310,28 +183410,28 @@ public ListOpenApiCollectionCommandQueryResult Create(global::StrawberryShake.IO return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - var apiOpenApiCollectionsEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsEdgeData child in list) + var graphQLSchemaErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData child in list) { - apiOpenApiCollectionsEdges.Add(MapNonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges(child)); + graphQLSchemaErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(child)); } - return apiOpenApiCollectionsEdges; + return graphQLSchemaErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges MapNonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsEdgeData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData data) { - IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges returnValue = default !; - if (data.__typename.Equals("ApiOpenApiCollectionsEdge", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors returnValue = default !; + if (data.__typename.Equals("GraphQLSchemaError", global::System.StringComparison.Ordinal)) { - returnValue = new ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_ApiOpenApiCollectionsEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code); } else { @@ -181341,27 +183441,28 @@ public ListOpenApiCollectionCommandQueryResult Create(global::StrawberryShake.IO return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node MapNonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node returnValue = default !; - if (data.__typename.Equals("OpenApiCollection", global::System.StringComparison.Ordinal)) + if (list is null) { - returnValue = new ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node_OpenApiCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + throw new global::System.ArgumentNullException(); } - else + + var mcpFeatureCollectionValidationCollections = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData child in list) { - throw new global::System.NotSupportedException(); + mcpFeatureCollectionValidationCollections.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(child)); } - return returnValue; + return mcpFeatureCollectionValidationCollections; } - private global::ChilliCream.Nitro.CommandLine.Client.IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo MapNonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData data) { - IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 returnValue = default !; + if (data.__typename.Equals("McpFeatureCollectionValidationCollection", global::System.StringComparison.Ordinal)) { - returnValue = new ListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(data.McpFeatureCollection), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1NonNullableArray(data.Entities ?? throw new global::System.ArgumentNullException())); } else { @@ -181371,60 +183472,17 @@ public ListOpenApiCollectionCommandQueryResult Create(global::StrawberryShake.IO return returnValue; } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public ListOpenApiCollectionCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) - { - Node = node; - } - - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new ListOpenApiCollectionCommandQueryResultInfo(Node); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public PublishOpenApiCollectionCommandMutationResultFactory() - { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutationResult); - - public PublishOpenApiCollectionCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? data) { - if (dataInfo is PublishOpenApiCollectionCommandMutationResultInfo info) + if (data is null) { - return new PublishOpenApiCollectionCommandMutationResult(MapNonNullableIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection(info.PublishOpenApiCollection)); + return null; } - throw new global::System.ArgumentException("PublishOpenApiCollectionCommandMutationResultInfo expected."); - } - - private global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection MapNonNullableIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.PublishOpenApiCollectionPayloadData data) - { - IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection returnValue = default !; - if (data.__typename.Equals("PublishOpenApiCollectionPayload", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection returnValue = default !; + if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) { - returnValue = new PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_PublishOpenApiCollectionPayload(data.Id, MapIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_ErrorsNonNullableArray(data.Errors)); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -181434,40 +183492,32 @@ public PublishOpenApiCollectionCommandMutationResult Create(global::StrawberrySh return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - var publishOpenApiCollectionErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionErrorData child in list) + var mcpFeatureCollectionValidationEntitys = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData child in list) { - publishOpenApiCollectionErrors.Add(MapNonNullableIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors(child)); + mcpFeatureCollectionValidationEntitys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1(child)); } - return publishOpenApiCollectionErrors; + return mcpFeatureCollectionValidationEntitys; } - private global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors MapNonNullableIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData data) { - IPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData openApiCollectionNotFoundError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionNotFoundError(openApiCollectionNotFoundError.OpenApiCollectionId ?? throw new global::System.ArgumentNullException(), openApiCollectionNotFoundError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationPromptData mcpFeatureCollectionValidationPrompt) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(mcpFeatureCollectionValidationPrompt.Errors), mcpFeatureCollectionValidationPrompt.Name ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionNotFoundErrorData openApiCollectionVersionNotFoundError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationToolData mcpFeatureCollectionValidationTool) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandMutation_PublishOpenApiCollection_Errors_OpenApiCollectionVersionNotFoundError(openApiCollectionVersionNotFoundError.Tag ?? throw new global::System.ArgumentNullException(), openApiCollectionVersionNotFoundError.Message ?? throw new global::System.ArgumentNullException(), openApiCollectionVersionNotFoundError.OpenApiCollectionId ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(mcpFeatureCollectionValidationTool.Errors), mcpFeatureCollectionValidationTool.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -181477,111 +183527,32 @@ public PublishOpenApiCollectionCommandMutationResult Create(global::StrawberrySh return returnValue; } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public PublishOpenApiCollectionCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishOpenApiCollectionPayloadData publishOpenApiCollection) - { - PublishOpenApiCollection = publishOpenApiCollection; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.PublishOpenApiCollectionPayloadData PublishOpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new PublishOpenApiCollectionCommandMutationResultInfo(PublishOpenApiCollection); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscriptionResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public PublishOpenApiCollectionCommandSubscriptionResultFactory() - { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscriptionResult); - - public PublishOpenApiCollectionCommandSubscriptionResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is PublishOpenApiCollectionCommandSubscriptionResultInfo info) - { - return new PublishOpenApiCollectionCommandSubscriptionResult(MapNonNullableIPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate(info.OnOpenApiCollectionVersionPublishingUpdate)); - } - - throw new global::System.ArgumentException("PublishOpenApiCollectionCommandSubscriptionResultInfo expected."); - } - - private global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate MapNonNullableIPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishResultData data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionPublishFailedData openApiCollectionVersionPublishFailed) + if (list is null) { - if (!openApiCollectionVersionPublishFailed.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishFailed(openApiCollectionVersionPublishFailed.__typename ?? throw new global::System.ArgumentNullException(), openApiCollectionVersionPublishFailed.State!.Value, MapNonNullableIPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ErrorsNonNullableArray(openApiCollectionVersionPublishFailed.Errors)); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionPublishSuccessData openApiCollectionVersionPublishSuccess) - { - if (!openApiCollectionVersionPublishSuccess.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OpenApiCollectionVersionPublishSuccess(openApiCollectionVersionPublishSuccess.__typename ?? throw new global::System.ArgumentNullException(), openApiCollectionVersionPublishSuccess.State!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData operationInProgress) + var mcpFeatureCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData child in list) { - if (!operationInProgress.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_OperationInProgress(operationInProgress.__typename ?? throw new global::System.ArgumentNullException(), operationInProgress.State!.Value); + mcpFeatureCollectionValidationEntityErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskApprovedData processingTaskApproved) - { - if (!processingTaskApproved.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskApproved(processingTaskApproved.__typename ?? throw new global::System.ArgumentNullException(), processingTaskApproved.State!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsQueuedData processingTaskIsQueued) - { - if (!processingTaskIsQueued.QueuePosition.HasValue) - { - throw new global::System.ArgumentNullException(); - } + return mcpFeatureCollectionValidationEntityErrors; + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsQueued(processingTaskIsQueued.__typename ?? throw new global::System.ArgumentNullException(), processingTaskIsQueued.Queued ?? throw new global::System.ArgumentNullException(), processingTaskIsQueued.QueuePosition!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsReadyData processingTaskIsReady) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorData mcpFeatureCollectionValidationDocumentError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ProcessingTaskIsReady(processingTaskIsReady.__typename ?? throw new global::System.ArgumentNullException(), processingTaskIsReady.Ready ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(mcpFeatureCollectionValidationDocumentError.Code, mcpFeatureCollectionValidationDocumentError.Message ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionValidationDocumentError.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(mcpFeatureCollectionValidationDocumentError.Locations)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WaitForApprovalData waitForApproval) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationEntityValidationErrorData mcpFeatureCollectionValidationEntityValidationError) { - if (!waitForApproval.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_WaitForApproval(waitForApproval.__typename ?? throw new global::System.ArgumentNullException(), waitForApproval.State!.Value, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment(waitForApproval.Deployment)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(mcpFeatureCollectionValidationEntityValidationError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -181591,44 +183562,28 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - throw new global::System.ArgumentNullException(); + return null; } - var openApiCollectionVersionPublishErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishErrorData child in list) + var mcpFeatureCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData child in list) { - openApiCollectionVersionPublishErrors.Add(MapNonNullableIPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors(child)); + mcpFeatureCollectionValidationDocumentErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(child)); } - return openApiCollectionVersionPublishErrors; + return mcpFeatureCollectionValidationDocumentErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors MapNonNullableIPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData data) { - IPublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_OpenApiCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData processingTimeoutError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ProcessingTimeoutError(processingTimeoutError.__typename ?? throw new global::System.ArgumentNullException(), processingTimeoutError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData readyTimeoutError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_ReadyTimeoutError(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData unexpectedProcessingError) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 returnValue = default !; + if (data.__typename.Equals("McpFeatureCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionPublishingUpdate_Errors_UnexpectedProcessingError(unexpectedProcessingError.__typename ?? throw new global::System.ArgumentNullException(), unexpectedProcessingError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); } else { @@ -181777,77 +183732,10 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations returnValue = default !; - if (data.__typename.Equals("OpenApiCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal)) - { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment(global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? data) - { - if (data is null) - { - return null; - } - - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(clientDeployment.Errors)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1NonNullableArray(fusionConfigurationDeployment.Errors)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(mcpFeatureCollectionDeployment.Errors)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(openApiCollectionDeployment.Errors)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4NonNullableArray(schemaDeployment.Errors)); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var clientDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData child in list) - { - clientDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(child)); - } - - return clientDeploymentErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations returnValue = default !; + if (data.__typename.Equals("OpenApiCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); } else { @@ -181857,17 +183745,17 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) { if (data is null) { return null; } - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client returnValue = default !; if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -181877,28 +183765,28 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); + var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData child in list) { - persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } return persistedQueryValidationFaileds; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries returnValue = default !; if (data.__typename.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); } else { @@ -181908,28 +183796,28 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var persistedQueryErrors = new global::System.Collections.Generic.List(); + var persistedQueryErrors = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData child in list) { - persistedQueryErrors.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + persistedQueryErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); } return persistedQueryErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors returnValue = default !; if (data.__typename.Equals("PersistedQueryError", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); } else { @@ -181939,75 +183827,28 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); + var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData child in list) { - persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations returnValue = default !; if (data.__typename.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var fusionConfigurationDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData child in list) - { - fusionConfigurationDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1(child)); - } - - return fusionConfigurationDeploymentErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1(global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError(schemaChangeViolationError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(schemaChangeViolationError.Changes)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); } else { @@ -182017,25 +183858,25 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var schemaChangeLogEntrys = new global::System.Collections.Generic.List(); + var schemaChangeLogEntrys = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData child in list) { - schemaChangeLogEntrys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes(child)); + schemaChangeLogEntrys.Add(MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes(child)); } return schemaChangeLogEntrys; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes? returnValue; + IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveModifiedChangeData directiveModifiedChange) { if (!directiveModifiedChange.Severity.HasValue) @@ -182043,7 +183884,7 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange(directiveModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), directiveModifiedChange.Severity!.Value, directiveModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ChangesNonNullableArray(directiveModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange(directiveModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), directiveModifiedChange.Severity!.Value, directiveModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ChangesNonNullableArray(directiveModifiedChange.Changes)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumModifiedChangeData enumModifiedChange) { @@ -182052,7 +183893,7 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange(enumModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), enumModifiedChange.Severity!.Value, enumModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1NonNullableArray(enumModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange(enumModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), enumModifiedChange.Severity!.Value, enumModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1NonNullableArray(enumModifiedChange.Changes)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InputObjectModifiedChangeData inputObjectModifiedChange) { @@ -182061,7 +183902,7 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange(inputObjectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), inputObjectModifiedChange.Severity!.Value, inputObjectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2NonNullableArray(inputObjectModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange(inputObjectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), inputObjectModifiedChange.Severity!.Value, inputObjectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2NonNullableArray(inputObjectModifiedChange.Changes)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceModifiedChangeData interfaceModifiedChange) { @@ -182070,7 +183911,7 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange(interfaceModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), interfaceModifiedChange.Severity!.Value, interfaceModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3NonNullableArray(interfaceModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange(interfaceModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), interfaceModifiedChange.Severity!.Value, interfaceModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3NonNullableArray(interfaceModifiedChange.Changes)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ObjectModifiedChangeData objectModifiedChange) { @@ -182079,7 +183920,7 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange(objectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), objectModifiedChange.Severity!.Value, objectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4NonNullableArray(objectModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange(objectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), objectModifiedChange.Severity!.Value, objectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4NonNullableArray(objectModifiedChange.Changes)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ScalarModifiedChangeData scalarModifiedChange) { @@ -182088,7 +183929,7 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange(scalarModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), scalarModifiedChange.Severity!.Value, scalarModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(scalarModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange(scalarModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), scalarModifiedChange.Severity!.Value, scalarModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(scalarModifiedChange.Changes)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberAddedChangeData typeSystemMemberAddedChange) { @@ -182097,7 +183938,7 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange(typeSystemMemberAddedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberAddedChange.Severity!.Value, typeSystemMemberAddedChange.Coordinate ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange(typeSystemMemberAddedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberAddedChange.Severity!.Value, typeSystemMemberAddedChange.Coordinate ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberModifiedChangeData typeSystemMemberModifiedChange) { @@ -182106,7 +183947,7 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(typeSystemMemberModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberModifiedChange.Severity!.Value); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange(typeSystemMemberModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberModifiedChange.Severity!.Value); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberRemovedChangeData typeSystemMemberRemovedChange) { @@ -182115,7 +183956,7 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(typeSystemMemberRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberRemovedChange.Severity!.Value, typeSystemMemberRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange(typeSystemMemberRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberRemovedChange.Severity!.Value, typeSystemMemberRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionModifiedChangeData unionModifiedChange) { @@ -182124,7 +183965,7 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange(unionModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), unionModifiedChange.Severity!.Value, unionModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6NonNullableArray(unionModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange(unionModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), unionModifiedChange.Severity!.Value, unionModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6NonNullableArray(unionModifiedChange.Changes)); } else { @@ -182656,961 +184497,25 @@ public PublishOpenApiCollectionCommandSubscriptionResult Create(global::Strawber throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3(deprecatedChange.Severity!.Value, deprecatedChange.DeprecationReason); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) - { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3(descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New, descriptionChanged.__typename ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData typeChanged) - { - if (!typeChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2(typeChanged.Severity!.Value, typeChanged.OldType ?? throw new global::System.ArgumentNullException(), typeChanged.NewType ?? throw new global::System.ArgumentNullException(), typeChanged.__typename ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var objectChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData child in list) - { - objectChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4(child)); - } - - return objectChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4(global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) - { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData fieldAddedChange) - { - if (!fieldAddedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2(fieldAddedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldAddedChange.Severity!.Value, fieldAddedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldAddedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldAddedChange.FieldName ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData fieldRemovedChange) - { - if (!fieldRemovedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(fieldRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.Severity!.Value, fieldRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.FieldName ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData interfaceImplementationAdded) - { - if (!interfaceImplementationAdded.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(interfaceImplementationAdded.__typename ?? throw new global::System.ArgumentNullException(), interfaceImplementationAdded.Severity!.Value, interfaceImplementationAdded.InterfaceName ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData interfaceImplementationRemoved) - { - if (!interfaceImplementationRemoved.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(interfaceImplementationRemoved.__typename ?? throw new global::System.ArgumentNullException(), interfaceImplementationRemoved.Severity!.Value, interfaceImplementationRemoved.InterfaceName ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData outputFieldChanged) - { - if (!outputFieldChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(outputFieldChanged.__typename ?? throw new global::System.ArgumentNullException(), outputFieldChanged.Severity!.Value, outputFieldChanged.Coordinate ?? throw new global::System.ArgumentNullException(), outputFieldChanged.FieldName ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3NonNullableArray(outputFieldChanged.Changes)); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var scalarChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData child in list) - { - scalarChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(child)); - } - - return scalarChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) - { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var unionChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData child in list) - { - unionChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6(child)); - } - - return unionChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6(global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) - { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberAddedData unionMemberAdded) - { - if (!unionMemberAdded.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(unionMemberAdded.__typename ?? throw new global::System.ArgumentNullException(), unionMemberAdded.Severity!.Value, unionMemberAdded.TypeName ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberRemovedData unionMemberRemoved) - { - if (!unionMemberRemoved.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(unionMemberRemoved.__typename ?? throw new global::System.ArgumentNullException(), unionMemberRemoved.Severity!.Value, unionMemberRemoved.TypeName ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var graphQLSchemaErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData child in list) - { - graphQLSchemaErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(child)); - } - - return graphQLSchemaErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors returnValue = default !; - if (data.__typename.Equals("GraphQLSchemaError", global::System.StringComparison.Ordinal)) - { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var mcpFeatureCollectionValidationCollections = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData child in list) - { - mcpFeatureCollectionValidationCollections.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(child)); - } - - return mcpFeatureCollectionValidationCollections; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 returnValue = default !; - if (data.__typename.Equals("McpFeatureCollectionValidationCollection", global::System.StringComparison.Ordinal)) - { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(data.McpFeatureCollection), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1NonNullableArray(data.Entities ?? throw new global::System.ArgumentNullException())); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? data) - { - if (data is null) - { - return null; - } - - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection returnValue = default !; - if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) - { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var mcpFeatureCollectionValidationEntitys = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData child in list) - { - mcpFeatureCollectionValidationEntitys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1(child)); - } - - return mcpFeatureCollectionValidationEntitys; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationPromptData mcpFeatureCollectionValidationPrompt) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(mcpFeatureCollectionValidationPrompt.Errors), mcpFeatureCollectionValidationPrompt.Name ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationToolData mcpFeatureCollectionValidationTool) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(mcpFeatureCollectionValidationTool.Errors), mcpFeatureCollectionValidationTool.Name ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var mcpFeatureCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData child in list) - { - mcpFeatureCollectionValidationEntityErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1(child)); - } - - return mcpFeatureCollectionValidationEntityErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorData mcpFeatureCollectionValidationDocumentError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(mcpFeatureCollectionValidationDocumentError.Code, mcpFeatureCollectionValidationDocumentError.Message ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionValidationDocumentError.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(mcpFeatureCollectionValidationDocumentError.Locations)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationEntityValidationErrorData mcpFeatureCollectionValidationEntityValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(mcpFeatureCollectionValidationEntityValidationError.Message ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - return null; - } - - var mcpFeatureCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData child in list) - { - mcpFeatureCollectionValidationDocumentErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(child)); - } - - return mcpFeatureCollectionValidationDocumentErrorLocations; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 returnValue = default !; - if (data.__typename.Equals("McpFeatureCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal)) - { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var mcpFeatureCollectionDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData child in list) - { - mcpFeatureCollectionDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(child)); - } - - return mcpFeatureCollectionDeploymentErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var openApiCollectionDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData child in list) - { - openApiCollectionDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(child)); - } - - return openApiCollectionDeploymentErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var schemaDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData child in list) - { - schemaDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4(child)); - } - - return schemaDeploymentErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(schemaChangeViolationError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(schemaChangeViolationError.Changes)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData operationsAreNotAllowedError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(operationsAreNotAllowedError.__typename ?? throw new global::System.ArgumentNullException(), operationsAreNotAllowedError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData schemaVersionSyntaxError) - { - if (!schemaVersionSyntaxError.Column.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (!schemaVersionSyntaxError.Position.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (!schemaVersionSyntaxError.Line.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(schemaVersionSyntaxError.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Message ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Column!.Value, schemaVersionSyntaxError.Position!.Value, schemaVersionSyntaxError.Line!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscriptionResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public PublishOpenApiCollectionCommandSubscriptionResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishResultData onOpenApiCollectionVersionPublishingUpdate) - { - OnOpenApiCollectionVersionPublishingUpdate = onOpenApiCollectionVersionPublishingUpdate; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishResultData OnOpenApiCollectionVersionPublishingUpdate { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new PublishOpenApiCollectionCommandSubscriptionResultInfo(OnOpenApiCollectionVersionPublishingUpdate); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public ValidateOpenApiCollectionCommandMutationResultFactory() - { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutationResult); - - public ValidateOpenApiCollectionCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is ValidateOpenApiCollectionCommandMutationResultInfo info) - { - return new ValidateOpenApiCollectionCommandMutationResult(MapNonNullableIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection(info.ValidateOpenApiCollection)); - } - - throw new global::System.ArgumentException("ValidateOpenApiCollectionCommandMutationResultInfo expected."); - } - - private global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection MapNonNullableIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateOpenApiCollectionPayloadData data) - { - IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection returnValue = default !; - if (data.__typename.Equals("ValidateOpenApiCollectionPayload", global::System.StringComparison.Ordinal)) - { - returnValue = new ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ValidateOpenApiCollectionPayload(data.Id, MapIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ErrorsNonNullableArray(data.Errors)); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList? MapIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - return null; - } - - var validateOpenApiCollectionErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionErrorData child in list) - { - validateOpenApiCollectionErrors.Add(MapNonNullableIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors(child)); - } - - return validateOpenApiCollectionErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors MapNonNullableIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionErrorData data) - { - IValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData openApiCollectionNotFoundError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_OpenApiCollectionNotFoundError(openApiCollectionNotFoundError.OpenApiCollectionId ?? throw new global::System.ArgumentNullException(), openApiCollectionNotFoundError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public ValidateOpenApiCollectionCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateOpenApiCollectionPayloadData validateOpenApiCollection) - { - ValidateOpenApiCollection = validateOpenApiCollection; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.ValidateOpenApiCollectionPayloadData ValidateOpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new ValidateOpenApiCollectionCommandMutationResultInfo(ValidateOpenApiCollection); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscriptionResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public ValidateOpenApiCollectionCommandSubscriptionResultFactory() - { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscriptionResult); - - public ValidateOpenApiCollectionCommandSubscriptionResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is ValidateOpenApiCollectionCommandSubscriptionResultInfo info) - { - return new ValidateOpenApiCollectionCommandSubscriptionResult(MapNonNullableIValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate(info.OnOpenApiCollectionVersionValidationUpdate)); - } - - throw new global::System.ArgumentException("ValidateOpenApiCollectionCommandSubscriptionResultInfo expected."); - } - - private global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate MapNonNullableIValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationResultData data) - { - IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionValidationFailedData openApiCollectionVersionValidationFailed) - { - if (!openApiCollectionVersionValidationFailed.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationFailed(openApiCollectionVersionValidationFailed.__typename ?? throw new global::System.ArgumentNullException(), openApiCollectionVersionValidationFailed.State!.Value, MapNonNullableIValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ErrorsNonNullableArray(openApiCollectionVersionValidationFailed.Errors)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionValidationSuccessData openApiCollectionVersionValidationSuccess) - { - if (!openApiCollectionVersionValidationSuccess.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OpenApiCollectionVersionValidationSuccess(openApiCollectionVersionValidationSuccess.__typename ?? throw new global::System.ArgumentNullException(), openApiCollectionVersionValidationSuccess.State!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData operationInProgress) - { - if (!operationInProgress.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_OperationInProgress(operationInProgress.__typename ?? throw new global::System.ArgumentNullException(), operationInProgress.State!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData validationInProgress) - { - if (!validationInProgress.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ValidationInProgress(validationInProgress.__typename ?? throw new global::System.ArgumentNullException(), validationInProgress.State!.Value); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var openApiCollectionVersionValidationErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationErrorData child in list) - { - openApiCollectionVersionValidationErrors.Add(MapNonNullableIValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors(child)); - } - - return openApiCollectionVersionValidationErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors MapNonNullableIValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationErrorData data) - { - IValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationArchiveErrorData openApiCollectionValidationArchiveError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationArchiveError(openApiCollectionValidationArchiveError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_OpenApiCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData processingTimeoutError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ProcessingTimeoutError(processingTimeoutError.__typename ?? throw new global::System.ArgumentNullException(), processingTimeoutError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData readyTimeoutError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_ReadyTimeoutError(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData unexpectedProcessingError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateOpenApiCollectionCommandSubscription_OnOpenApiCollectionVersionValidationUpdate_Errors_UnexpectedProcessingError(unexpectedProcessingError.__typename ?? throw new global::System.ArgumentNullException(), unexpectedProcessingError.Message ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var openApiCollectionValidationCollections = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData child in list) - { - openApiCollectionValidationCollections.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(child)); - } - - return openApiCollectionValidationCollections; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections returnValue = default !; - if (data.__typename.Equals("OpenApiCollectionValidationCollection", global::System.StringComparison.Ordinal)) - { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(data.OpenApiCollection), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_EntitiesNonNullableArray(data.Entities ?? throw new global::System.ArgumentNullException())); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? data) - { - if (data is null) - { - return null; - } - - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection returnValue = default !; - if (data.__typename.Equals("OpenApiCollection", global::System.StringComparison.Ordinal)) - { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_EntitiesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var openApiCollectionValidationEntitys = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData child in list) - { - openApiCollectionValidationEntitys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities(child)); - } - - return openApiCollectionValidationEntitys; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEndpointData openApiCollectionValidationEndpoint) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_ErrorsNonNullableArray(openApiCollectionValidationEndpoint.Errors), openApiCollectionValidationEndpoint.HttpMethod ?? throw new global::System.ArgumentNullException(), openApiCollectionValidationEndpoint.Route ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationModelData openApiCollectionValidationModel) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_ErrorsNonNullableArray(openApiCollectionValidationModel.Errors), openApiCollectionValidationModel.Name ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var openApiCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData child in list) - { - openApiCollectionValidationEntityErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors(child)); - } - - return openApiCollectionValidationEntityErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorData openApiCollectionValidationDocumentError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(openApiCollectionValidationDocumentError.Code, openApiCollectionValidationDocumentError.Message ?? throw new global::System.ArgumentNullException(), openApiCollectionValidationDocumentError.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(openApiCollectionValidationDocumentError.Locations)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEntityValidationErrorData openApiCollectionValidationEntityValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(openApiCollectionValidationEntityValidationError.Message ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - return null; - } - - var openApiCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData child in list) - { - openApiCollectionValidationDocumentErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(child)); - } - - return openApiCollectionValidationDocumentErrorLocations; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations returnValue = default !; - if (data.__typename.Equals("OpenApiCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal)) - { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscriptionResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public ValidateOpenApiCollectionCommandSubscriptionResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationResultData onOpenApiCollectionVersionValidationUpdate) - { - OnOpenApiCollectionVersionValidationUpdate = onOpenApiCollectionVersionValidationUpdate; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationResultData OnOpenApiCollectionVersionValidationUpdate { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new ValidateOpenApiCollectionCommandSubscriptionResultInfo(OnOpenApiCollectionVersionValidationUpdate); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateOpenApiCollectionCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public CreateOpenApiCollectionCommandMutationResultFactory() - { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutationResult); - - public CreateOpenApiCollectionCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is CreateOpenApiCollectionCommandMutationResultInfo info) - { - return new CreateOpenApiCollectionCommandMutationResult(MapNonNullableICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection(info.CreateOpenApiCollection)); - } - - throw new global::System.ArgumentException("CreateOpenApiCollectionCommandMutationResultInfo expected."); - } + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3(deprecatedChange.Severity!.Value, deprecatedChange.DeprecationReason); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) + { + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection MapNonNullableICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionPayloadData data) - { - ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection returnValue = default !; - if (data.__typename.Equals("CreateOpenApiCollectionPayload", global::System.StringComparison.Ordinal)) + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3(descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New, descriptionChanged.__typename ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData typeChanged) { - returnValue = new CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_CreateOpenApiCollectionPayload(MapICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection(data.OpenApiCollection), MapICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_ErrorsNonNullableArray(data.Errors)); + if (!typeChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2(typeChanged.Severity!.Value, typeChanged.OldType ?? throw new global::System.ArgumentNullException(), typeChanged.NewType ?? throw new global::System.ArgumentNullException(), typeChanged.__typename ?? throw new global::System.ArgumentNullException()); } else { @@ -183620,52 +184525,78 @@ public CreateOpenApiCollectionCommandMutationResult Create(global::StrawberrySha return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection? MapICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection returnValue = default !; - if (data.__typename.Equals("OpenApiCollection", global::System.StringComparison.Ordinal)) - { - returnValue = new CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection_OpenApiCollection(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException()); - } - else + var objectChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData child in list) { - throw new global::System.NotSupportedException(); + objectChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4(child)); } - return returnValue; + return objectChanges; } - private global::System.Collections.Generic.IReadOnlyList? MapICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4(global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData data) { - if (list is null) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - return null; - } + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - var createOpenApiCollectionErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionErrorData child in list) + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData fieldAddedChange) { - createOpenApiCollectionErrors.Add(MapNonNullableICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors(child)); + if (!fieldAddedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2(fieldAddedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldAddedChange.Severity!.Value, fieldAddedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldAddedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldAddedChange.FieldName ?? throw new global::System.ArgumentNullException()); } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData fieldRemovedChange) + { + if (!fieldRemovedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - return createOpenApiCollectionErrors; - } + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(fieldRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.Severity!.Value, fieldRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.FieldName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData interfaceImplementationAdded) + { + if (!interfaceImplementationAdded.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors MapNonNullableICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionErrorData data) - { - ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(interfaceImplementationAdded.__typename ?? throw new global::System.ArgumentNullException(), interfaceImplementationAdded.Severity!.Value, interfaceImplementationAdded.InterfaceName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData interfaceImplementationRemoved) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_ApiNotFoundError(apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); + if (!interfaceImplementationRemoved.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(interfaceImplementationRemoved.__typename ?? throw new global::System.ArgumentNullException(), interfaceImplementationRemoved.Severity!.Value, interfaceImplementationRemoved.InterfaceName ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData outputFieldChanged) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException()); + if (!outputFieldChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(outputFieldChanged.__typename ?? throw new global::System.ArgumentNullException(), outputFieldChanged.Severity!.Value, outputFieldChanged.Coordinate ?? throw new global::System.ArgumentNullException(), outputFieldChanged.FieldName ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3NonNullableArray(outputFieldChanged.Changes)); } else { @@ -183675,77 +184606,33 @@ public CreateOpenApiCollectionCommandMutationResult Create(global::StrawberrySha return returnValue; } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateOpenApiCollectionCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public CreateOpenApiCollectionCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionPayloadData createOpenApiCollection) - { - CreateOpenApiCollection = createOpenApiCollection; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionPayloadData CreateOpenApiCollection { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new CreateOpenApiCollectionCommandMutationResultInfo(CreateOpenApiCollection); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteOpenApiCollectionByIdCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public DeleteOpenApiCollectionByIdCommandMutationResultFactory() - { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutationResult); - - public DeleteOpenApiCollectionByIdCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (dataInfo is DeleteOpenApiCollectionByIdCommandMutationResultInfo info) + if (list is null) { - return new DeleteOpenApiCollectionByIdCommandMutationResult(MapNonNullableIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById(info.DeleteOpenApiCollectionById)); + throw new global::System.ArgumentNullException(); } - throw new global::System.ArgumentException("DeleteOpenApiCollectionByIdCommandMutationResultInfo expected."); - } - - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById MapNonNullableIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdPayloadData data) - { - IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById returnValue = default !; - if (data.__typename.Equals("DeleteOpenApiCollectionByIdPayload", global::System.StringComparison.Ordinal)) - { - returnValue = new DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_DeleteOpenApiCollectionByIdPayload(MapIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection(data.OpenApiCollection), MapIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_ErrorsNonNullableArray(data.Errors)); - } - else + var scalarChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData child in list) { - throw new global::System.NotSupportedException(); + scalarChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(child)); } - return returnValue; + return scalarChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection? MapIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData data) { - if (data is null) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - return null; - } + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } - IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection returnValue = default !; - if (data.__typename.Equals("OpenApiCollection", global::System.StringComparison.Ordinal)) - { - returnValue = new DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection_OpenApiCollection(data.Name ?? throw new global::System.ArgumentNullException(), data.Id ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); } else { @@ -183755,32 +184642,51 @@ public DeleteOpenApiCollectionByIdCommandMutationResult Create(global::Strawberr return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - var deleteOpenApiCollectionByIdErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteOpenApiCollectionByIdErrorData child in list) + var unionChanges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData child in list) { - deleteOpenApiCollectionByIdErrors.Add(MapNonNullableIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors(child)); + unionChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6(child)); } - return deleteOpenApiCollectionByIdErrors; + return unionChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors MapNonNullableIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteOpenApiCollectionByIdErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6(global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData data) { - IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData openApiCollectionNotFoundError) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_OpenApiCollectionNotFoundError(openApiCollectionNotFoundError.Message ?? throw new global::System.ArgumentNullException(), openApiCollectionNotFoundError.OpenApiCollectionId ?? throw new global::System.ArgumentNullException()); + if (!descriptionChanged.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberAddedData unionMemberAdded) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.DeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException()); + if (!unionMemberAdded.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(unionMemberAdded.__typename ?? throw new global::System.ArgumentNullException(), unionMemberAdded.Severity!.Value, unionMemberAdded.TypeName ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberRemovedData unionMemberRemoved) + { + if (!unionMemberRemoved.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(unionMemberRemoved.__typename ?? throw new global::System.ArgumentNullException(), unionMemberRemoved.Severity!.Value, unionMemberRemoved.TypeName ?? throw new global::System.ArgumentNullException()); } else { @@ -183790,227 +184696,228 @@ public DeleteOpenApiCollectionByIdCommandMutationResult Create(global::Strawberr return returnValue; } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteOpenApiCollectionByIdCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public DeleteOpenApiCollectionByIdCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdPayloadData deleteOpenApiCollectionById) - { - DeleteOpenApiCollectionById = deleteOpenApiCollectionById; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdPayloadData DeleteOpenApiCollectionById { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new DeleteOpenApiCollectionByIdCommandMutationResultInfo(DeleteOpenApiCollectionById); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public ShowWorkspaceCommandQueryResultFactory() - { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryResult); - - public ShowWorkspaceCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is ShowWorkspaceCommandQueryResultInfo info) - { - return new ShowWorkspaceCommandQueryResult(MapIShowWorkspaceCommandQuery_Node(info.Node)); - } - - throw new global::System.ArgumentException("ShowWorkspaceCommandQueryResultInfo expected."); - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQuery_Node? MapIShowWorkspaceCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment(global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? data) { if (data is null) { return null; } - IShowWorkspaceCommandQuery_Node? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Api(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_ApiDocument(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_ApiKey(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Client(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_ClientChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_ClientDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_ClientVersion(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Environment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(clientDeployment.Errors)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1NonNullableArray(fusionConfigurationDeployment.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(mcpFeatureCollectionDeployment.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(openApiCollectionDeployment.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4NonNullableArray(schemaDeployment.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) + + var clientDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition(); + clientDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) + + return clientDeploymentErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) + + var fusionConfigurationDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition(); + fusionConfigurationDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) + + return fusionConfigurationDeploymentErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1(global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Group(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError(schemaChangeViolationError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(schemaChangeViolationError.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_McpFeatureCollection(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion(); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_OpenApiCollection(); + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) + + var schemaChangeLogEntrys = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog(); + schemaChangeLogEntrys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) + + return schemaChangeLogEntrys; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData data) + { + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveModifiedChangeData directiveModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment(); + if (!directiveModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange(directiveModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), directiveModifiedChange.Severity!.Value, directiveModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ChangesNonNullableArray(directiveModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumModifiedChangeData enumModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion(); + if (!enumModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange(enumModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), enumModifiedChange.Severity!.Value, enumModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1NonNullableArray(enumModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InputObjectModifiedChangeData inputObjectModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Organization(); + if (!inputObjectModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange(inputObjectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), inputObjectModifiedChange.Severity!.Value, inputObjectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2NonNullableArray(inputObjectModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceModifiedChangeData interfaceModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_OrganizationMember(); + if (!interfaceModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange(interfaceModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), interfaceModifiedChange.Severity!.Value, interfaceModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3NonNullableArray(interfaceModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ObjectModifiedChangeData objectModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_SchemaChangeLog(); + if (!objectModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange(objectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), objectModifiedChange.Severity!.Value, objectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4NonNullableArray(objectModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ScalarModifiedChangeData scalarModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_SchemaDeployment(); + if (!scalarModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange(scalarModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), scalarModifiedChange.Severity!.Value, scalarModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(scalarModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberAddedChangeData typeSystemMemberAddedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Stage(); + if (!typeSystemMemberAddedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange(typeSystemMemberAddedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberAddedChange.Severity!.Value, typeSystemMemberAddedChange.Coordinate ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberModifiedChangeData typeSystemMemberModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_User(); + if (!typeSystemMemberModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(typeSystemMemberModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberModifiedChange.Severity!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberRemovedChangeData typeSystemMemberRemovedChange) { - if (!workspace.Personal.HasValue) + if (!typeSystemMemberRemovedChange.Severity.HasValue) { throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Workspace(workspace.Id ?? throw new global::System.ArgumentNullException(), workspace.Name ?? throw new global::System.ArgumentNullException(), workspace.Personal!.Value); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(typeSystemMemberRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberRemovedChange.Severity!.Value, typeSystemMemberRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionModifiedChangeData unionModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_WorkspaceDocument(); + if (!unionModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange(unionModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), unionModifiedChange.Severity!.Value, unionModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6NonNullableArray(unionModifiedChange.Changes)); } else { @@ -184020,80 +184927,28 @@ public ShowWorkspaceCommandQueryResult Create(global::StrawberryShake.IOperation return returnValue; } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public ShowWorkspaceCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) - { - Node = node; - } - - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new ShowWorkspaceCommandQueryResultInfo(Node); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateWorkspaceCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public CreateWorkspaceCommandMutationResultFactory() - { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationResult); - - public CreateWorkspaceCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (dataInfo is CreateWorkspaceCommandMutationResultInfo info) + if (list is null) { - return new CreateWorkspaceCommandMutationResult(MapNonNullableICreateWorkspaceCommandMutation_CreateWorkspace(info.CreateWorkspace)); + throw new global::System.ArgumentNullException(); } - throw new global::System.ArgumentException("CreateWorkspaceCommandMutationResultInfo expected."); - } - - private global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace MapNonNullableICreateWorkspaceCommandMutation_CreateWorkspace(global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspacePayloadData data) - { - ICreateWorkspaceCommandMutation_CreateWorkspace returnValue = default !; - if (data.__typename.Equals("CreateWorkspacePayload", global::System.StringComparison.Ordinal)) - { - returnValue = new CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload(MapICreateWorkspaceCommandMutation_CreateWorkspace_Workspace(data.Workspace), MapICreateWorkspaceCommandMutation_CreateWorkspace_ErrorsNonNullableArray(data.Errors)); - } - else + var mcpFeatureCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData child in list) { - throw new global::System.NotSupportedException(); + mcpFeatureCollectionDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(child)); } - return returnValue; + return mcpFeatureCollectionDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace? MapICreateWorkspaceCommandMutation_CreateWorkspace_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData data) { - if (data is null) - { - return null; - } - - ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) { - returnValue = new CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.Personal ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); } else { @@ -184103,32 +184958,28 @@ public CreateWorkspaceCommandMutationResult Create(global::StrawberryShake.IOper return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapICreateWorkspaceCommandMutation_CreateWorkspace_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - var createWorkspaceErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreateWorkspaceErrorData child in list) + var openApiCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData child in list) { - createWorkspaceErrors.Add(MapNonNullableICreateWorkspaceCommandMutation_CreateWorkspace_Errors(child)); + openApiCollectionDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(child)); } - return createWorkspaceErrors; + return openApiCollectionDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace_Errors MapNonNullableICreateWorkspaceCommandMutation_CreateWorkspace_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreateWorkspaceErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData data) { - ICreateWorkspaceCommandMutation_CreateWorkspace_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData validationError) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError(validationError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); } else { @@ -184138,143 +184989,67 @@ public CreateWorkspaceCommandMutationResult Create(global::StrawberryShake.IOper return returnValue; } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateWorkspaceCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public CreateWorkspaceCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspacePayloadData createWorkspace) - { - CreateWorkspace = createWorkspace; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspacePayloadData CreateWorkspace { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new CreateWorkspaceCommandMutationResultInfo(CreateWorkspace); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListWorkspaceCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public ListWorkspaceCommandQueryResultFactory() - { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryResult); - - public ListWorkspaceCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is ListWorkspaceCommandQueryResultInfo info) - { - return new ListWorkspaceCommandQueryResult(MapIListWorkspaceCommandQuery_Me(info.Me)); - } - - throw new global::System.ArgumentException("ListWorkspaceCommandQueryResultInfo expected."); - } - - private global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me? MapIListWorkspaceCommandQuery_Me(global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - IListWorkspaceCommandQuery_Me returnValue = default !; - if (data.__typename.Equals("Viewer", global::System.StringComparison.Ordinal)) - { - returnValue = new ListWorkspaceCommandQuery_Me_Viewer(MapIListWorkspaceCommandQuery_Me_Workspaces(data.Workspaces)); - } - else + var schemaDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData child in list) { - throw new global::System.NotSupportedException(); + schemaDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4(child)); } - return returnValue; + return schemaDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces? MapIListWorkspaceCommandQuery_Me_Workspaces(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData data) { - if (data is null) + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } - - IListWorkspaceCommandQuery_Me_Workspaces returnValue = default !; - if (data.__typename.Equals("WorkspacesConnection", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) { - returnValue = new ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection(MapIListWorkspaceCommandQuery_Me_Workspaces_EdgesNonNullableArray(data.Edges), MapNonNullableIListWorkspaceCommandQuery_Me_Workspaces_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(schemaChangeViolationError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(schemaChangeViolationError.Changes)); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData operationsAreNotAllowedError) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(operationsAreNotAllowedError.__typename ?? throw new global::System.ArgumentNullException(), operationsAreNotAllowedError.Message ?? throw new global::System.ArgumentNullException()); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList? MapIListWorkspaceCommandQuery_Me_Workspaces_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData schemaVersionSyntaxError) { - return null; - } + if (!schemaVersionSyntaxError.Column.HasValue) + { + throw new global::System.ArgumentNullException(); + } - var workspacesEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData child in list) - { - workspacesEdges.Add(MapNonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges(child)); - } + if (!schemaVersionSyntaxError.Position.HasValue) + { + throw new global::System.ArgumentNullException(); + } - return workspacesEdges; - } + if (!schemaVersionSyntaxError.Line.HasValue) + { + throw new global::System.ArgumentNullException(); + } - private global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_Edges MapNonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData data) - { - IListWorkspaceCommandQuery_Me_Workspaces_Edges returnValue = default !; - if (data.__typename.Equals("WorkspacesEdge", global::System.StringComparison.Ordinal)) - { - returnValue = new ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); - } - else - { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(schemaVersionSyntaxError.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Message ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Column!.Value, schemaVersionSyntaxError.Position!.Value, schemaVersionSyntaxError.Line!.Value); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node MapNonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData data) - { - IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) { - returnValue = new ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.Personal ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_PageInfo MapNonNullableIListWorkspaceCommandQuery_Me_Workspaces_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) - { - IListWorkspaceCommandQuery_Me_Workspaces_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) { - returnValue = new ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); } else { @@ -184292,54 +185067,49 @@ public ListWorkspaceCommandQueryResult Create(global::StrawberryShake.IOperation // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListWorkspaceCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class OnSchemaVersionPublishUpdatedResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public ListWorkspaceCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? me) + public OnSchemaVersionPublishUpdatedResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishResultData onSchemaVersionPublishingUpdate) { - Me = me; + OnSchemaVersionPublishingUpdate = onSchemaVersionPublishingUpdate; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? Me { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishResultData OnSchemaVersionPublishingUpdate { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new ListWorkspaceCommandQueryResultInfo(Me); + return new OnSchemaVersionPublishUpdatedResultInfo(OnSchemaVersionPublishingUpdate); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class UploadSchemaResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultFactory() + public UploadSchemaResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaResult); - public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public UploadSchemaResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultInfo info) + if (dataInfo is UploadSchemaResultInfo info) { - return new SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult(MapISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me(info.Me)); + return new UploadSchemaResult(MapNonNullableIUploadSchema_UploadSchema(info.UploadSchema)); } - throw new global::System.ArgumentException("SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultInfo expected."); + throw new global::System.ArgumentException("UploadSchemaResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me? MapISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me(global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema MapNonNullableIUploadSchema_UploadSchema(global::ChilliCream.Nitro.CommandLine.Client.State.UploadSchemaPayloadData data) { - if (data is null) - { - return null; - } - - ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me returnValue = default !; - if (data.__typename.Equals("Viewer", global::System.StringComparison.Ordinal)) + IUploadSchema_UploadSchema returnValue = default !; + if (data.__typename.Equals("UploadSchemaPayload", global::System.StringComparison.Ordinal)) { - returnValue = new SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer(MapISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces(data.Workspaces)); + returnValue = new UploadSchema_UploadSchema_UploadSchemaPayload(MapIUploadSchema_UploadSchema_SchemaVersion(data.SchemaVersion), MapIUploadSchema_UploadSchema_ErrorsNonNullableArray(data.Errors)); } else { @@ -184349,17 +185119,17 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult Create(global::Str return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces? MapISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema_SchemaVersion? MapIUploadSchema_UploadSchema_SchemaVersion(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? data) { if (data is null) { return null; } - ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces returnValue = default !; - if (data.__typename.Equals("WorkspacesConnection", global::System.StringComparison.Ordinal)) + IUploadSchema_UploadSchema_SchemaVersion returnValue = default !; + if (data.__typename.Equals("SchemaVersion", global::System.StringComparison.Ordinal)) { - returnValue = new SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection(MapISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_EdgesNonNullableArray(data.Edges), MapNonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new UploadSchema_UploadSchema_SchemaVersion_SchemaVersion(data.Id ?? throw new global::System.ArgumentNullException()); } else { @@ -184369,58 +185139,40 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult Create(global::Str return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIUploadSchema_UploadSchema_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var workspacesEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData child in list) + var uploadSchemaErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaErrorData child in list) { - workspacesEdges.Add(MapNonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges(child)); + uploadSchemaErrors.Add(MapNonNullableIUploadSchema_UploadSchema_Errors(child)); } - return workspacesEdges; + return uploadSchemaErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges MapNonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData data) + private global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema_Errors MapNonNullableIUploadSchema_UploadSchema_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaErrorData data) { - ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges returnValue = default !; - if (data.__typename.Equals("WorkspacesEdge", global::System.StringComparison.Ordinal)) - { - returnValue = new SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); - } - else + IUploadSchema_UploadSchema_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadSchema_UploadSchema_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node MapNonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData data) - { - ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) { - returnValue = new SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.Personal ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadSchema_UploadSchema_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData duplicatedTagError) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadSchema_UploadSchema_Errors_DuplicatedTagError(duplicatedTagError.__typename ?? throw new global::System.ArgumentNullException(), duplicatedTagError.Message ?? throw new global::System.ArgumentNullException()); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo MapNonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) - { - ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadSchema_UploadSchema_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -184438,49 +185190,49 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult Create(global::Str // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class UploadSchemaResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? me) + public UploadSchemaResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UploadSchemaPayloadData uploadSchema) { - Me = me; + UploadSchema = uploadSchema; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? Me { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.UploadSchemaPayloadData UploadSchema { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultInfo(Me); + return new UploadSchemaResultInfo(UploadSchema); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishSchemaVersionResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class ValidateSchemaVersionResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public PublishSchemaVersionResultFactory() + public ValidateSchemaVersionResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersionResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionResult); - public PublishSchemaVersionResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public ValidateSchemaVersionResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is PublishSchemaVersionResultInfo info) + if (dataInfo is ValidateSchemaVersionResultInfo info) { - return new PublishSchemaVersionResult(MapNonNullableIPublishSchemaVersion_PublishSchema(info.PublishSchema)); + return new ValidateSchemaVersionResult(MapNonNullableIValidateSchemaVersion_ValidateSchema(info.ValidateSchema)); } - throw new global::System.ArgumentException("PublishSchemaVersionResultInfo expected."); + throw new global::System.ArgumentException("ValidateSchemaVersionResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersion_PublishSchema MapNonNullableIPublishSchemaVersion_PublishSchema(global::ChilliCream.Nitro.CommandLine.Client.State.PublishSchemaPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersion_ValidateSchema MapNonNullableIValidateSchemaVersion_ValidateSchema(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateSchemaPayloadData data) { - IPublishSchemaVersion_PublishSchema returnValue = default !; - if (data.__typename.Equals("PublishSchemaPayload", global::System.StringComparison.Ordinal)) + IValidateSchemaVersion_ValidateSchema returnValue = default !; + if (data.__typename.Equals("ValidateSchemaPayload", global::System.StringComparison.Ordinal)) { - returnValue = new PublishSchemaVersion_PublishSchema_PublishSchemaPayload(data.Id, MapIPublishSchemaVersion_PublishSchema_ErrorsNonNullableArray(data.Errors)); + returnValue = new ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload(data.Id, MapIValidateSchemaVersion_ValidateSchema_ErrorsNonNullableArray(data.Errors)); } else { @@ -184490,40 +185242,40 @@ public PublishSchemaVersionResult Create(global::StrawberryShake.IOperationResul return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIPublishSchemaVersion_PublishSchema_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIValidateSchemaVersion_ValidateSchema_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var publishSchemaErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaErrorData child in list) + var validateSchemaErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaErrorData child in list) { - publishSchemaErrors.Add(MapNonNullableIPublishSchemaVersion_PublishSchema_Errors(child)); + validateSchemaErrors.Add(MapNonNullableIValidateSchemaVersion_ValidateSchema_Errors(child)); } - return publishSchemaErrors; + return validateSchemaErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IPublishSchemaVersion_PublishSchema_Errors MapNonNullableIPublishSchemaVersion_PublishSchema_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersion_ValidateSchema_Errors MapNonNullableIValidateSchemaVersion_ValidateSchema_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaErrorData data) { - IPublishSchemaVersion_PublishSchema_Errors? returnValue; + IValidateSchemaVersion_ValidateSchema_Errors? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaVersion_PublishSchema_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaNotFoundErrorData schemaNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaVersion_PublishSchema_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError(schemaNotFoundError.Message ?? throw new global::System.ArgumentNullException(), schemaNotFoundError.ApiId ?? throw new global::System.ArgumentNullException(), schemaNotFoundError.Tag ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaNotFoundErrorData schemaNotFoundError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaVersion_PublishSchema_Errors_SchemaNotFoundError(schemaNotFoundError.Message ?? throw new global::System.ArgumentNullException(), schemaNotFoundError.ApiId ?? throw new global::System.ArgumentNullException(), schemaNotFoundError.Tag ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PublishSchemaVersion_PublishSchema_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -184541,46 +185293,46 @@ public PublishSchemaVersionResult Create(global::StrawberryShake.IOperationResul // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishSchemaVersionResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class ValidateSchemaVersionResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public PublishSchemaVersionResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishSchemaPayloadData publishSchema) + public ValidateSchemaVersionResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateSchemaPayloadData validateSchema) { - PublishSchema = publishSchema; + ValidateSchema = validateSchema; } - public global::ChilliCream.Nitro.CommandLine.Client.State.PublishSchemaPayloadData PublishSchema { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ValidateSchemaPayloadData ValidateSchema { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new PublishSchemaVersionResultInfo(PublishSchema); + return new ValidateSchemaVersionResultInfo(ValidateSchema); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdatedResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class OnSchemaVersionValidationUpdatedResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public OnSchemaVersionPublishUpdatedResultFactory() + public OnSchemaVersionValidationUpdatedResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdatedResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdatedResult); - public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is OnSchemaVersionPublishUpdatedResultInfo info) + if (dataInfo is OnSchemaVersionValidationUpdatedResultInfo info) { - return new OnSchemaVersionPublishUpdatedResult(MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate(info.OnSchemaVersionPublishingUpdate)); + return new OnSchemaVersionValidationUpdatedResult(MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate(info.OnSchemaVersionValidationUpdate)); } - throw new global::System.ArgumentException("OnSchemaVersionPublishUpdatedResultInfo expected."); + throw new global::System.ArgumentException("OnSchemaVersionValidationUpdatedResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishResultData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationResultData data) { - IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate? returnValue; + IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData operationInProgress) { if (!operationInProgress.State.HasValue) @@ -184588,56 +185340,34 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_OperationInProgress(operationInProgress.__typename ?? throw new global::System.ArgumentNullException(), operationInProgress.State!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskApprovedData processingTaskApproved) - { - if (!processingTaskApproved.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskApproved(processingTaskApproved.__typename ?? throw new global::System.ArgumentNullException(), processingTaskApproved.State!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsQueuedData processingTaskIsQueued) - { - if (!processingTaskIsQueued.QueuePosition.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsQueued(processingTaskIsQueued.__typename ?? throw new global::System.ArgumentNullException(), processingTaskIsQueued.Queued ?? throw new global::System.ArgumentNullException(), processingTaskIsQueued.QueuePosition!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsReadyData processingTaskIsReady) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ProcessingTaskIsReady(processingTaskIsReady.__typename ?? throw new global::System.ArgumentNullException(), processingTaskIsReady.Ready ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress(operationInProgress.__typename ?? throw new global::System.ArgumentNullException(), operationInProgress.State!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionPublishFailedData schemaVersionPublishFailed) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionValidationFailedData schemaVersionValidationFailed) { - if (!schemaVersionPublishFailed.State.HasValue) + if (!schemaVersionValidationFailed.State.HasValue) { throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishFailed(schemaVersionPublishFailed.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionPublishFailed.State!.Value, MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ErrorsNonNullableArray(schemaVersionPublishFailed.Errors)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed(schemaVersionValidationFailed.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionValidationFailed.State!.Value, MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ErrorsNonNullableArray(schemaVersionValidationFailed.Errors)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionPublishSuccessData schemaVersionPublishSuccess) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionValidationSuccessData schemaVersionValidationSuccess) { - if (!schemaVersionPublishSuccess.State.HasValue) + if (!schemaVersionValidationSuccess.State.HasValue) { throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_SchemaVersionPublishSuccess(schemaVersionPublishSuccess.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionPublishSuccess.State!.Value); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess(schemaVersionValidationSuccess.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionValidationSuccess.State!.Value, MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ChangesNonNullableArray(schemaVersionValidationSuccess.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WaitForApprovalData waitForApproval) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData validationInProgress) { - if (!waitForApproval.State.HasValue) + if (!validationInProgress.State.HasValue) { throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_WaitForApproval(waitForApproval.__typename ?? throw new global::System.ArgumentNullException(), waitForApproval.State!.Value, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment(waitForApproval.Deployment)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress(validationInProgress.__typename ?? throw new global::System.ArgumentNullException(), validationInProgress.State!.Value); } else { @@ -184647,60 +185377,56 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var schemaVersionPublishErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishErrorData child in list) + var schemaVersionValidationErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationErrorData child in list) { - schemaVersionPublishErrors.Add(MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors(child)); + schemaVersionValidationErrors.Add(MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors(child)); } - return schemaVersionPublishErrors; + return schemaVersionValidationErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationErrorData data) { - IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) + IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_InvalidGraphQLSchemaError(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_McpFeatureCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OpenApiCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData operationsAreNotAllowedError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_OperationsAreNotAllowedError(operationsAreNotAllowedError.__typename ?? throw new global::System.ArgumentNullException(), operationsAreNotAllowedError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError(operationsAreNotAllowedError.__typename ?? throw new global::System.ArgumentNullException(), operationsAreNotAllowedError.Message ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData processingTimeoutError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ProcessingTimeoutError(processingTimeoutError.__typename ?? throw new global::System.ArgumentNullException(), processingTimeoutError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError(processingTimeoutError.__typename ?? throw new global::System.ArgumentNullException(), processingTimeoutError.Message ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData readyTimeoutError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ReadyTimeoutError(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError(); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionChangeViolationErrorData schemaVersionChangeViolationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionChangeViolationError(schemaVersionChangeViolationError.__typename ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ChangesNonNullableArray(schemaVersionChangeViolationError.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError(schemaVersionChangeViolationError.__typename ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ChangesNonNullableArray(schemaVersionChangeViolationError.Changes)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData schemaVersionSyntaxError) { @@ -184719,11 +185445,11 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_SchemaVersionSyntaxError(schemaVersionSyntaxError.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Message ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Column!.Value, schemaVersionSyntaxError.Position!.Value, schemaVersionSyntaxError.Line!.Value); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError(schemaVersionSyntaxError.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Message ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Column!.Value, schemaVersionSyntaxError.Position!.Value, schemaVersionSyntaxError.Line!.Value); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData unexpectedProcessingError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_UnexpectedProcessingError(unexpectedProcessingError.__typename ?? throw new global::System.ArgumentNullException(), unexpectedProcessingError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError(unexpectedProcessingError.__typename ?? throw new global::System.ArgumentNullException(), unexpectedProcessingError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -185068,17 +185794,17 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) { if (data is null) { return null; } - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client returnValue = default !; if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -185088,28 +185814,28 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); + var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData child in list) { - persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } return persistedQueryValidationFaileds; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries returnValue = default !; if (data.__typename.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); } else { @@ -185119,28 +185845,28 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var persistedQueryErrors = new global::System.Collections.Generic.List(); + var persistedQueryErrors = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData child in list) { - persistedQueryErrors.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + persistedQueryErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); } return persistedQueryErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors returnValue = default !; if (data.__typename.Equals("PersistedQueryError", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); } else { @@ -185150,28 +185876,28 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); + var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData child in list) { - persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations returnValue = default !; if (data.__typename.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); } else { @@ -186019,33 +186745,114 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment(global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? data) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { - return null; + throw new global::System.ArgumentNullException(); } - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) + var schemaChangeLogEntrys = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ClientDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(clientDeployment.Errors)); + schemaChangeLogEntrys.Add(MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) + + return schemaChangeLogEntrys; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData data) + { + IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveModifiedChangeData directiveModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_FusionConfigurationDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1NonNullableArray(fusionConfigurationDeployment.Errors)); + if (!directiveModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange(directiveModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), directiveModifiedChange.Severity!.Value, directiveModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ChangesNonNullableArray(directiveModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumModifiedChangeData enumModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_McpFeatureCollectionDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(mcpFeatureCollectionDeployment.Errors)); + if (!enumModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange(enumModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), enumModifiedChange.Severity!.Value, enumModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1NonNullableArray(enumModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InputObjectModifiedChangeData inputObjectModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_OpenApiCollectionDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(openApiCollectionDeployment.Errors)); + if (!inputObjectModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange(inputObjectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), inputObjectModifiedChange.Severity!.Value, inputObjectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2NonNullableArray(inputObjectModifiedChange.Changes)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceModifiedChangeData interfaceModifiedChange) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_SchemaDeployment(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4NonNullableArray(schemaDeployment.Errors)); + if (!interfaceModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange(interfaceModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), interfaceModifiedChange.Severity!.Value, interfaceModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3NonNullableArray(interfaceModifiedChange.Changes)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ObjectModifiedChangeData objectModifiedChange) + { + if (!objectModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange(objectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), objectModifiedChange.Severity!.Value, objectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4NonNullableArray(objectModifiedChange.Changes)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ScalarModifiedChangeData scalarModifiedChange) + { + if (!scalarModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange(scalarModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), scalarModifiedChange.Severity!.Value, scalarModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(scalarModifiedChange.Changes)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberAddedChangeData typeSystemMemberAddedChange) + { + if (!typeSystemMemberAddedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange(typeSystemMemberAddedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberAddedChange.Severity!.Value, typeSystemMemberAddedChange.Coordinate ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberModifiedChangeData typeSystemMemberModifiedChange) + { + if (!typeSystemMemberModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange(typeSystemMemberModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberModifiedChange.Severity!.Value); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberRemovedChangeData typeSystemMemberRemovedChange) + { + if (!typeSystemMemberRemovedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange(typeSystemMemberRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberRemovedChange.Severity!.Value, typeSystemMemberRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionModifiedChangeData unionModifiedChange) + { + if (!unionModifiedChange.Severity.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange(unionModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), unionModifiedChange.Severity!.Value, unionModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6NonNullableArray(unionModifiedChange.Changes)); } else { @@ -186055,28 +186862,108 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) + { + return Create(dataInfo, snapshot); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnSchemaVersionValidationUpdatedResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public OnSchemaVersionValidationUpdatedResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationResultData onSchemaVersionValidationUpdate) + { + OnSchemaVersionValidationUpdate = onSchemaVersionValidationUpdate; + } + + public global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationResultData OnSchemaVersionValidationUpdate { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new OnSchemaVersionValidationUpdatedResultInfo(OnSchemaVersionValidationUpdate); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UpdateStagesResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public UpdateStagesResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUpdateStagesResult); + + public UpdateStagesResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is UpdateStagesResultInfo info) + { + return new UpdateStagesResult(MapNonNullableIUpdateStages_UpdateStages(info.UpdateStages)); + } + + throw new global::System.ArgumentException("UpdateStagesResultInfo expected."); + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages MapNonNullableIUpdateStages_UpdateStages(global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesPayloadData data) + { + IUpdateStages_UpdateStages returnValue = default !; + if (data.__typename.Equals("UpdateStagesPayload", global::System.StringComparison.Ordinal)) + { + returnValue = new UpdateStages_UpdateStages_UpdateStagesPayload(MapIUpdateStages_UpdateStages_Api(data.Api), MapIUpdateStages_UpdateStages_ErrorsNonNullableArray(data.Errors)); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api? MapIUpdateStages_UpdateStages_Api(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + { + if (data is null) + { + return null; + } + + IUpdateStages_UpdateStages_Api returnValue = default !; + if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + { + returnValue = new UpdateStages_UpdateStages_Api_Api(MapNonNullableIUpdateStages_UpdateStages_Api_StagesNonNullableArray(data.Stages ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIUpdateStages_UpdateStages_Api_StagesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var clientDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData child in list) + var stages = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.StageData child in list) { - clientDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(child)); + stages.Add(MapNonNullableIUpdateStages_UpdateStages_Api_Stages(child)); } - return clientDeploymentErrors; + return stages; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages MapNonNullableIUpdateStages_UpdateStages_Api_Stages(global::ChilliCream.Nitro.CommandLine.Client.State.StageData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) + IUpdateStages_UpdateStages_Api_Stages returnValue = default !; + if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new UpdateStages_UpdateStages_Api_Stages_Stage(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.DisplayName ?? throw new global::System.ArgumentNullException(), MapNonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(data.Conditions ?? throw new global::System.ArgumentNullException())); } else { @@ -186086,44 +186973,91 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var fusionConfigurationDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData child in list) + var stageConditions = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionData child in list) { - fusionConfigurationDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1(child)); + stageConditions.Add(MapNonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(child)); } - return fusionConfigurationDeploymentErrors; + return stageConditions; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1(global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions MapNonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) + IUpdateStages_UpdateStages_Api_Stages_Conditions? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.AfterStageConditionData afterStageCondition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition(MapIUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(afterStageCondition.AfterStage)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError(schemaChangeViolationError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(schemaChangeViolationError.Changes)); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? MapIUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) + { + if (data is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) + + IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage returnValue = default !; + if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); + returnValue = new UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapIUpdateStages_UpdateStages_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + return null; + } + + var updateStagesErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesErrorData child in list) + { + updateStagesErrors.Add(MapNonNullableIUpdateStages_UpdateStages_Errors(child)); + } + + return updateStagesErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors MapNonNullableIUpdateStages_UpdateStages_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesErrorData data) + { + IUpdateStages_UpdateStages_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateStages_UpdateStages_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateStages_UpdateStages_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StagesHavePublishedDependenciesErrorData stagesHavePublishedDependenciesError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateStages_UpdateStages_Errors_StagesHavePublishedDependenciesError(stagesHavePublishedDependenciesError.__typename ?? throw new global::System.ArgumentNullException(), stagesHavePublishedDependenciesError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIUpdateStages_UpdateStages_Errors_StagesNonNullableArray(stagesHavePublishedDependenciesError.Stages)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageValidationErrorData stageValidationError) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateStages_UpdateStages_Errors_StageValidationError(stageValidationError.Message ?? throw new global::System.ArgumentNullException(), stageValidationError.__typename ?? throw new global::System.ArgumentNullException()); } else { @@ -186133,145 +187067,390 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIUpdateStages_UpdateStages_Errors_StagesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var schemaChangeLogEntrys = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData child in list) + var stages = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.StageData child in list) { - schemaChangeLogEntrys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes(child)); + stages.Add(MapNonNullableIUpdateStages_UpdateStages_Errors_Stages(child)); } - return schemaChangeLogEntrys; + return stages; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData data) + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages MapNonNullableIUpdateStages_UpdateStages_Errors_Stages(global::ChilliCream.Nitro.CommandLine.Client.State.StageData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveModifiedChangeData directiveModifiedChange) + IUpdateStages_UpdateStages_Errors_Stages returnValue = default !; + if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) { - if (!directiveModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + returnValue = new UpdateStages_UpdateStages_Errors_Stages_Stage(data.Name ?? throw new global::System.ArgumentNullException(), MapIUpdateStages_UpdateStages_Errors_Stages_PublishedSchema(data.PublishedSchema), MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClientsNonNullableArray(data.PublishedClients ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_DirectiveModifiedChange(directiveModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), directiveModifiedChange.Severity!.Value, directiveModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ChangesNonNullableArray(directiveModifiedChange.Changes)); + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema? MapIUpdateStages_UpdateStages_Errors_Stages_PublishedSchema(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedSchemaVersionData? data) + { + if (data is null) + { + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumModifiedChangeData enumModifiedChange) + + IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema returnValue = default !; + if (data.__typename.Equals("PublishedSchemaVersion", global::System.StringComparison.Ordinal)) { - if (!enumModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + returnValue = new UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_PublishedSchemaVersion(MapIUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version(data.Version)); + } + else + { + throw new global::System.NotSupportedException(); + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_EnumModifiedChange(enumModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), enumModifiedChange.Severity!.Value, enumModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1NonNullableArray(enumModifiedChange.Changes)); + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version? MapIUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? data) + { + if (data is null) + { + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InputObjectModifiedChangeData inputObjectModifiedChange) + + IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version returnValue = default !; + if (data.__typename.Equals("SchemaVersion", global::System.StringComparison.Ordinal)) { - if (!inputObjectModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + returnValue = new UpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version_SchemaVersion(data.Tag ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InputObjectModifiedChange(inputObjectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), inputObjectModifiedChange.Severity!.Value, inputObjectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2NonNullableArray(inputObjectModifiedChange.Changes)); + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClientsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceModifiedChangeData interfaceModifiedChange) + + var publishedClients = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientData child in list) { - if (!interfaceModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + publishedClients.Add(MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients(child)); + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_InterfaceModifiedChange(interfaceModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), interfaceModifiedChange.Severity!.Value, interfaceModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3NonNullableArray(interfaceModifiedChange.Changes)); + return publishedClients; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientData data) + { + IUpdateStages_UpdateStages_Errors_Stages_PublishedClients returnValue = default !; + if (data.__typename.Equals("PublishedClient", global::System.StringComparison.Ordinal)) + { + returnValue = new UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedClient(MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client(data.Client ?? throw new global::System.ArgumentNullException()), MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersionsNonNullableArray(data.PublishedVersions ?? throw new global::System.ArgumentNullException())); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ObjectModifiedChangeData objectModifiedChange) + else { - if (!objectModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + throw new global::System.NotSupportedException(); + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ObjectModifiedChange(objectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), objectModifiedChange.Severity!.Value, objectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4NonNullableArray(objectModifiedChange.Changes)); + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData data) + { + IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client returnValue = default !; + if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) + { + returnValue = new UpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client_Client(data.Name ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ScalarModifiedChangeData scalarModifiedChange) + else { - if (!scalarModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + throw new global::System.NotSupportedException(); + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ScalarModifiedChange(scalarModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), scalarModifiedChange.Severity!.Value, scalarModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(scalarModifiedChange.Changes)); + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersionsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + { + if (list is null) + { + throw new global::System.ArgumentNullException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberAddedChangeData typeSystemMemberAddedChange) + + var publishedClientVersions = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData child in list) { - if (!typeSystemMemberAddedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + publishedClientVersions.Add(MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions(child)); + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberAddedChange(typeSystemMemberAddedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberAddedChange.Severity!.Value, typeSystemMemberAddedChange.Coordinate ?? throw new global::System.ArgumentNullException()); + return publishedClientVersions; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions MapNonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) + { + IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions returnValue = default !; + if (data.__typename.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal)) + { + returnValue = new UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_PublishedClientVersion(MapIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version(data.Version)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberModifiedChangeData typeSystemMemberModifiedChange) + else { - if (!typeSystemMemberModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + throw new global::System.NotSupportedException(); + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberModifiedChange(typeSystemMemberModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberModifiedChange.Severity!.Value); + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version? MapIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? data) + { + if (data is null) + { + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberRemovedChangeData typeSystemMemberRemovedChange) + + IUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version returnValue = default !; + if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) { - if (!typeSystemMemberRemovedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + returnValue = new UpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions_Version_ClientVersion(data.Tag ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_TypeSystemMemberRemovedChange(typeSystemMemberRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberRemovedChange.Severity!.Value, typeSystemMemberRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException()); + return returnValue; + } + + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) + { + return Create(dataInfo, snapshot); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UpdateStagesResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public UpdateStagesResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesPayloadData updateStages) + { + UpdateStages = updateStages; + } + + public global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesPayloadData UpdateStages { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new UpdateStagesResultInfo(UpdateStages); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListStagesQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public ListStagesQueryResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListStagesQueryResult); + + public ListStagesQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is ListStagesQueryResultInfo info) + { + return new ListStagesQueryResult(MapIListStagesQuery_Node(info.Node)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionModifiedChangeData unionModifiedChange) + + throw new global::System.ArgumentException("ListStagesQueryResultInfo expected."); + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListStagesQuery_Node? MapIListStagesQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) + { + if (data is null) { - if (!unionModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + return null; + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_UnionModifiedChange(unionModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), unionModifiedChange.Severity!.Value, unionModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6NonNullableArray(unionModifiedChange.Changes)); + IListStagesQuery_Node? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Api(MapNonNullableIListStagesQuery_Node_StagesNonNullableArray(api.Stages)); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_ApiDocument(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_ApiKey(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Client(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_ClientChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_ClientDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_ClientVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_CoordinateClientUsageMetrics(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Environment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_FusionConfigurationChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_FusionConfigurationDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLDirectiveArgumentDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLDirectiveDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLEnumTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLEnumValueDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLInputObjectFieldDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLInputObjectTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLInterfaceFieldDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLInterfaceTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLObjectFieldArgumentDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLObjectFieldDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLScalarTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_GraphQLUnionTypeDefinition(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Group(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_McpFeatureCollection(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_McpFeatureCollectionChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_McpFeatureCollectionDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_McpFeatureCollectionVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_OpenApiCollection(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_OpenApiCollectionChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_OpenApiCollectionDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_OpenApiCollectionVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Organization(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_OrganizationMember(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_SchemaChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_SchemaDeployment(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Stage(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) { - throw new global::System.ArgumentNullException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_User(); } - - var mcpFeatureCollectionDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) { - mcpFeatureCollectionDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_Workspace(); } - - return mcpFeatureCollectionDeploymentErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_1(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ListStagesQuery_Node_WorkspaceDocument(); } else { @@ -186281,28 +187460,28 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIListStagesQuery_Node_StagesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var openApiCollectionDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData child in list) + var stages = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.StageData child in list) { - openApiCollectionDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(child)); + stages.Add(MapNonNullableIListStagesQuery_Node_Stages(child)); } - return openApiCollectionDeploymentErrors; + return stages; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListStagesQuery_Node_Stages MapNonNullableIListStagesQuery_Node_Stages(global::ChilliCream.Nitro.CommandLine.Client.State.StageData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) + IListStagesQuery_Node_Stages returnValue = default !; + if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_1(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); + returnValue = new ListStagesQuery_Node_Stages_Stage(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.DisplayName ?? throw new global::System.ArgumentNullException(), MapNonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(data.Conditions ?? throw new global::System.ArgumentNullException())); } else { @@ -186312,67 +187491,48 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var schemaDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData child in list) + var stageConditions = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionData child in list) { - schemaDeploymentErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4(child)); + stageConditions.Add(MapNonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(child)); } - return schemaDeploymentErrors; + return stageConditions; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions MapNonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) + IUpdateStages_UpdateStages_Api_Stages_Conditions? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.AfterStageConditionData afterStageCondition) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaChangeViolationError_1(schemaChangeViolationError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ChangesNonNullableArray(schemaChangeViolationError.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStageCondition(MapIUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(afterStageCondition.AfterStage)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData operationsAreNotAllowedError) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OperationsAreNotAllowedError(operationsAreNotAllowedError.__typename ?? throw new global::System.ArgumentNullException(), operationsAreNotAllowedError.Message ?? throw new global::System.ArgumentNullException()); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData schemaVersionSyntaxError) - { - if (!schemaVersionSyntaxError.Column.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (!schemaVersionSyntaxError.Position.HasValue) - { - throw new global::System.ArgumentNullException(); - } - if (!schemaVersionSyntaxError.Line.HasValue) - { - throw new global::System.ArgumentNullException(); - } + return returnValue; + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_SchemaVersionSyntaxError(schemaVersionSyntaxError.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Message ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Column!.Value, schemaVersionSyntaxError.Position!.Value, schemaVersionSyntaxError.Line!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_InvalidGraphQLSchemaError_1(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) + private global::ChilliCream.Nitro.CommandLine.Client.IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage? MapIUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) + { + if (data is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_OpenApiCollectionValidationError_2(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) + + IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage returnValue = default !; + if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_McpFeatureCollectionValidationError_2(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); + returnValue = new UpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -186390,49 +187550,52 @@ public OnSchemaVersionPublishUpdatedResult Create(global::StrawberryShake.IOpera // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdatedResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class ListStagesQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public OnSchemaVersionPublishUpdatedResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishResultData onSchemaVersionPublishingUpdate) + public ListStagesQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) { - OnSchemaVersionPublishingUpdate = onSchemaVersionPublishingUpdate; + Node = node; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishResultData OnSchemaVersionPublishingUpdate { get; } + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new OnSchemaVersionPublishUpdatedResultInfo(OnSchemaVersionPublishingUpdate); + return new ListStagesQueryResultInfo(Node); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchemaResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class CreateWorkspaceCommandMutationResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public UploadSchemaResultFactory() + public CreateWorkspaceCommandMutationResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IUploadSchemaResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutationResult); - public UploadSchemaResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public CreateWorkspaceCommandMutationResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is UploadSchemaResultInfo info) + if (dataInfo is CreateWorkspaceCommandMutationResultInfo info) { - return new UploadSchemaResult(MapNonNullableIUploadSchema_UploadSchema(info.UploadSchema)); + return new CreateWorkspaceCommandMutationResult(MapNonNullableICreateWorkspaceCommandMutation_CreateWorkspace(info.CreateWorkspace)); } - throw new global::System.ArgumentException("UploadSchemaResultInfo expected."); + throw new global::System.ArgumentException("CreateWorkspaceCommandMutationResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema MapNonNullableIUploadSchema_UploadSchema(global::ChilliCream.Nitro.CommandLine.Client.State.UploadSchemaPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace MapNonNullableICreateWorkspaceCommandMutation_CreateWorkspace(global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspacePayloadData data) { - IUploadSchema_UploadSchema returnValue = default !; - if (data.__typename.Equals("UploadSchemaPayload", global::System.StringComparison.Ordinal)) + ICreateWorkspaceCommandMutation_CreateWorkspace returnValue = default !; + if (data.__typename.Equals("CreateWorkspacePayload", global::System.StringComparison.Ordinal)) { - returnValue = new UploadSchema_UploadSchema_UploadSchemaPayload(MapIUploadSchema_UploadSchema_SchemaVersion(data.SchemaVersion), MapIUploadSchema_UploadSchema_ErrorsNonNullableArray(data.Errors)); + returnValue = new CreateWorkspaceCommandMutation_CreateWorkspace_CreateWorkspacePayload(MapICreateWorkspaceCommandMutation_CreateWorkspace_Workspace(data.Workspace), MapICreateWorkspaceCommandMutation_CreateWorkspace_ErrorsNonNullableArray(data.Errors)); } else { @@ -186442,17 +187605,17 @@ public UploadSchemaResult Create(global::StrawberryShake.IOperationResultDataInf return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema_SchemaVersion? MapIUploadSchema_UploadSchema_SchemaVersion(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace? MapICreateWorkspaceCommandMutation_CreateWorkspace_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { if (data is null) { return null; } - IUploadSchema_UploadSchema_SchemaVersion returnValue = default !; - if (data.__typename.Equals("SchemaVersion", global::System.StringComparison.Ordinal)) + ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - returnValue = new UploadSchema_UploadSchema_SchemaVersion_SchemaVersion(data.Id ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateWorkspaceCommandMutation_CreateWorkspace_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.Personal ?? throw new global::System.ArgumentNullException()); } else { @@ -186462,40 +187625,32 @@ public UploadSchemaResult Create(global::StrawberryShake.IOperationResultDataInf return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIUploadSchema_UploadSchema_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapICreateWorkspaceCommandMutation_CreateWorkspace_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var uploadSchemaErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaErrorData child in list) + var createWorkspaceErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICreateWorkspaceErrorData child in list) { - uploadSchemaErrors.Add(MapNonNullableIUploadSchema_UploadSchema_Errors(child)); + createWorkspaceErrors.Add(MapNonNullableICreateWorkspaceCommandMutation_CreateWorkspace_Errors(child)); } - return uploadSchemaErrors; + return createWorkspaceErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IUploadSchema_UploadSchema_Errors MapNonNullableIUploadSchema_UploadSchema_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateWorkspaceCommandMutation_CreateWorkspace_Errors MapNonNullableICreateWorkspaceCommandMutation_CreateWorkspace_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICreateWorkspaceErrorData data) { - IUploadSchema_UploadSchema_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadSchema_UploadSchema_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData concurrentOperationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadSchema_UploadSchema_Errors_ConcurrentOperationError(concurrentOperationError.__typename ?? throw new global::System.ArgumentNullException(), concurrentOperationError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData duplicatedTagError) + ICreateWorkspaceCommandMutation_CreateWorkspace_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadSchema_UploadSchema_Errors_DuplicatedTagError(duplicatedTagError.__typename ?? throw new global::System.ArgumentNullException(), duplicatedTagError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceCommandMutation_CreateWorkspace_Errors_UnauthorizedOperation(unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData validationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.UploadSchema_UploadSchema_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CreateWorkspaceCommandMutation_CreateWorkspace_Errors_ValidationError(validationError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -186513,49 +187668,54 @@ public UploadSchemaResult Create(global::StrawberryShake.IOperationResultDataInf // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchemaResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class CreateWorkspaceCommandMutationResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public UploadSchemaResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.UploadSchemaPayloadData uploadSchema) + public CreateWorkspaceCommandMutationResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspacePayloadData createWorkspace) { - UploadSchema = uploadSchema; + CreateWorkspace = createWorkspace; } - public global::ChilliCream.Nitro.CommandLine.Client.State.UploadSchemaPayloadData UploadSchema { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspacePayloadData CreateWorkspace { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new UploadSchemaResultInfo(UploadSchema); + return new CreateWorkspaceCommandMutationResultInfo(CreateWorkspace); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateSchemaVersionResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class ListWorkspaceCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public ValidateSchemaVersionResultFactory() + public ListWorkspaceCommandQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersionResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQueryResult); - public ValidateSchemaVersionResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public ListWorkspaceCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is ValidateSchemaVersionResultInfo info) + if (dataInfo is ListWorkspaceCommandQueryResultInfo info) { - return new ValidateSchemaVersionResult(MapNonNullableIValidateSchemaVersion_ValidateSchema(info.ValidateSchema)); + return new ListWorkspaceCommandQueryResult(MapIListWorkspaceCommandQuery_Me(info.Me)); } - throw new global::System.ArgumentException("ValidateSchemaVersionResultInfo expected."); + throw new global::System.ArgumentException("ListWorkspaceCommandQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersion_ValidateSchema MapNonNullableIValidateSchemaVersion_ValidateSchema(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateSchemaPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me? MapIListWorkspaceCommandQuery_Me(global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? data) { - IValidateSchemaVersion_ValidateSchema returnValue = default !; - if (data.__typename.Equals("ValidateSchemaPayload", global::System.StringComparison.Ordinal)) + if (data is null) { - returnValue = new ValidateSchemaVersion_ValidateSchema_ValidateSchemaPayload(data.Id, MapIValidateSchemaVersion_ValidateSchema_ErrorsNonNullableArray(data.Errors)); + return null; + } + + IListWorkspaceCommandQuery_Me returnValue = default !; + if (data.__typename.Equals("Viewer", global::System.StringComparison.Ordinal)) + { + returnValue = new ListWorkspaceCommandQuery_Me_Viewer(MapIListWorkspaceCommandQuery_Me_Workspaces(data.Workspaces)); } else { @@ -186565,40 +187725,78 @@ public ValidateSchemaVersionResult Create(global::StrawberryShake.IOperationResu return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIValidateSchemaVersion_ValidateSchema_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces? MapIListWorkspaceCommandQuery_Me_Workspaces(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData? data) + { + if (data is null) + { + return null; + } + + IListWorkspaceCommandQuery_Me_Workspaces returnValue = default !; + if (data.__typename.Equals("WorkspacesConnection", global::System.StringComparison.Ordinal)) + { + returnValue = new ListWorkspaceCommandQuery_Me_Workspaces_WorkspacesConnection(MapIListWorkspaceCommandQuery_Me_Workspaces_EdgesNonNullableArray(data.Edges), MapNonNullableIListWorkspaceCommandQuery_Me_Workspaces_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::System.Collections.Generic.IReadOnlyList? MapIListWorkspaceCommandQuery_Me_Workspaces_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var validateSchemaErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaErrorData child in list) + var workspacesEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData child in list) { - validateSchemaErrors.Add(MapNonNullableIValidateSchemaVersion_ValidateSchema_Errors(child)); + workspacesEdges.Add(MapNonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges(child)); } - return validateSchemaErrors; + return workspacesEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.IValidateSchemaVersion_ValidateSchema_Errors MapNonNullableIValidateSchemaVersion_ValidateSchema_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_Edges MapNonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData data) { - IValidateSchemaVersion_ValidateSchema_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData stageNotFoundError) + IListWorkspaceCommandQuery_Me_Workspaces_Edges returnValue = default !; + if (data.__typename.Equals("WorkspacesEdge", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaVersion_ValidateSchema_Errors_StageNotFoundError(stageNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Message ?? throw new global::System.ArgumentNullException(), stageNotFoundError.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new ListWorkspaceCommandQuery_Me_Workspaces_Edges_WorkspacesEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaNotFoundErrorData schemaNotFoundError) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaVersion_ValidateSchema_Errors_SchemaNotFoundError(schemaNotFoundError.Message ?? throw new global::System.ArgumentNullException(), schemaNotFoundError.ApiId ?? throw new global::System.ArgumentNullException(), schemaNotFoundError.Tag ?? throw new global::System.ArgumentNullException()); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData apiNotFoundError) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node MapNonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData data) + { + IListWorkspaceCommandQuery_Me_Workspaces_Edges_Node returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaVersion_ValidateSchema_Errors_ApiNotFoundError(apiNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), apiNotFoundError.Message ?? throw new global::System.ArgumentNullException(), apiNotFoundError.ApiId ?? throw new global::System.ArgumentNullException()); + returnValue = new ListWorkspaceCommandQuery_Me_Workspaces_Edges_Node_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.Personal ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateSchemaVersion_ValidateSchema_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + throw new global::System.NotSupportedException(); + } + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.IListWorkspaceCommandQuery_Me_Workspaces_PageInfo MapNonNullableIListWorkspaceCommandQuery_Me_Workspaces_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + { + IListWorkspaceCommandQuery_Me_Workspaces_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + { + returnValue = new ListWorkspaceCommandQuery_Me_Workspaces_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); } else { @@ -186616,81 +187814,54 @@ public ValidateSchemaVersionResult Create(global::StrawberryShake.IOperationResu // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateSchemaVersionResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class ListWorkspaceCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public ValidateSchemaVersionResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateSchemaPayloadData validateSchema) + public ListWorkspaceCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? me) { - ValidateSchema = validateSchema; + Me = me; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ValidateSchemaPayloadData ValidateSchema { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? Me { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new ValidateSchemaVersionResultInfo(ValidateSchema); + return new ListWorkspaceCommandQueryResultInfo(Me); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdatedResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public OnSchemaVersionValidationUpdatedResultFactory() + public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdatedResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_QueryResult); - public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is OnSchemaVersionValidationUpdatedResultInfo info) + if (dataInfo is SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultInfo info) { - return new OnSchemaVersionValidationUpdatedResult(MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate(info.OnSchemaVersionValidationUpdate)); + return new SetDefaultWorkspaceCommand_SelectWorkspace_QueryResult(MapISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me(info.Me)); } - throw new global::System.ArgumentException("OnSchemaVersionValidationUpdatedResultInfo expected."); + throw new global::System.ArgumentException("SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationResultData data) + private global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me? MapISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me(global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? data) { - IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData operationInProgress) - { - if (!operationInProgress.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_OperationInProgress(operationInProgress.__typename ?? throw new global::System.ArgumentNullException(), operationInProgress.State!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionValidationFailedData schemaVersionValidationFailed) + if (data is null) { - if (!schemaVersionValidationFailed.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationFailed(schemaVersionValidationFailed.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionValidationFailed.State!.Value, MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ErrorsNonNullableArray(schemaVersionValidationFailed.Errors)); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionValidationSuccessData schemaVersionValidationSuccess) - { - if (!schemaVersionValidationSuccess.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_SchemaVersionValidationSuccess(schemaVersionValidationSuccess.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionValidationSuccess.State!.Value, MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ChangesNonNullableArray(schemaVersionValidationSuccess.Changes)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData validationInProgress) + ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me returnValue = default !; + if (data.__typename.Equals("Viewer", global::System.StringComparison.Ordinal)) { - if (!validationInProgress.State.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ValidationInProgress(validationInProgress.__typename ?? throw new global::System.ArgumentNullException(), validationInProgress.State!.Value); + returnValue = new SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Viewer(MapISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces(data.Workspaces)); } else { @@ -186700,79 +187871,17 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var schemaVersionValidationErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationErrorData child in list) - { - schemaVersionValidationErrors.Add(MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors(child)); - } - - return schemaVersionValidationErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces? MapISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData? data) { - IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData invalidGraphQLSchemaError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_InvalidGraphQLSchemaError(invalidGraphQLSchemaError.__typename ?? throw new global::System.ArgumentNullException(), invalidGraphQLSchemaError.Message ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(invalidGraphQLSchemaError.Errors)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData mcpFeatureCollectionValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_McpFeatureCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(mcpFeatureCollectionValidationError.Collections)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData openApiCollectionValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OpenApiCollectionValidationError(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(openApiCollectionValidationError.Collections)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData operationsAreNotAllowedError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_OperationsAreNotAllowedError(operationsAreNotAllowedError.__typename ?? throw new global::System.ArgumentNullException(), operationsAreNotAllowedError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData processingTimeoutError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ProcessingTimeoutError(processingTimeoutError.__typename ?? throw new global::System.ArgumentNullException(), processingTimeoutError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData readyTimeoutError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_ReadyTimeoutError(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionChangeViolationErrorData schemaVersionChangeViolationError) + if (data is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionChangeViolationError(schemaVersionChangeViolationError.__typename ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ChangesNonNullableArray(schemaVersionChangeViolationError.Changes)); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData schemaVersionSyntaxError) - { - if (!schemaVersionSyntaxError.Column.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (!schemaVersionSyntaxError.Position.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (!schemaVersionSyntaxError.Line.HasValue) - { - throw new global::System.ArgumentNullException(); - } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_SchemaVersionSyntaxError(schemaVersionSyntaxError.__typename ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Message ?? throw new global::System.ArgumentNullException(), schemaVersionSyntaxError.Column!.Value, schemaVersionSyntaxError.Position!.Value, schemaVersionSyntaxError.Line!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData unexpectedProcessingError) + ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces returnValue = default !; + if (data.__typename.Equals("WorkspacesConnection", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Errors_UnexpectedProcessingError(unexpectedProcessingError.__typename ?? throw new global::System.ArgumentNullException(), unexpectedProcessingError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_WorkspacesConnection(MapISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_EdgesNonNullableArray(data.Edges), MapNonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -186782,28 +187891,28 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - throw new global::System.ArgumentNullException(); + return null; } - var graphQLSchemaErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData child in list) + var workspacesEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData child in list) { - graphQLSchemaErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(child)); + workspacesEdges.Add(MapNonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges(child)); } - return graphQLSchemaErrors; + return workspacesEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges MapNonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors returnValue = default !; - if (data.__typename.Equals("GraphQLSchemaError", global::System.StringComparison.Ordinal)) + ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges returnValue = default !; + if (data.__typename.Equals("WorkspacesEdge", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors_GraphQLSchemaError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code); + returnValue = new SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_WorkspacesEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -186813,28 +187922,12 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var mcpFeatureCollectionValidationCollections = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData child in list) - { - mcpFeatureCollectionValidationCollections.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(child)); - } - - return mcpFeatureCollectionValidationCollections; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData data) + private global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node MapNonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1 returnValue = default !; - if (data.__typename.Equals("McpFeatureCollectionValidationCollection", global::System.StringComparison.Ordinal)) + ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollectionValidationCollection(MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(data.McpFeatureCollection), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1NonNullableArray(data.Entities ?? throw new global::System.ArgumentNullException())); + returnValue = new SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.Personal ?? throw new global::System.ArgumentNullException()); } else { @@ -186844,17 +187937,12 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo MapNonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) { - if (data is null) - { - return null; - } - - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection returnValue = default !; - if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) + ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection_McpFeatureCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new SetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); } else { @@ -186864,480 +187952,227 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var mcpFeatureCollectionValidationEntitys = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData child in list) - { - mcpFeatureCollectionValidationEntitys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1(child)); - } - - return mcpFeatureCollectionValidationEntitys; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData data) + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_1? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationPromptData mcpFeatureCollectionValidationPrompt) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationPrompt(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(mcpFeatureCollectionValidationPrompt.Errors), mcpFeatureCollectionValidationPrompt.Name ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationToolData mcpFeatureCollectionValidationTool) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_McpFeatureCollectionValidationTool(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(mcpFeatureCollectionValidationTool.Errors), mcpFeatureCollectionValidationTool.Name ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; + return Create(dataInfo, snapshot); } + } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? me) { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var mcpFeatureCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData child in list) - { - mcpFeatureCollectionValidationEntityErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1(child)); - } - - return mcpFeatureCollectionValidationEntityErrors; + Me = me; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1(global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_1? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorData mcpFeatureCollectionValidationDocumentError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationDocumentError(mcpFeatureCollectionValidationDocumentError.Code, mcpFeatureCollectionValidationDocumentError.Message ?? throw new global::System.ArgumentNullException(), mcpFeatureCollectionValidationDocumentError.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(mcpFeatureCollectionValidationDocumentError.Locations)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationEntityValidationErrorData mcpFeatureCollectionValidationEntityValidationError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_McpFeatureCollectionValidationEntityValidationError(mcpFeatureCollectionValidationEntityValidationError.Message ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } + public global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? Me { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; - private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - if (list is null) - { - return null; - } - - var mcpFeatureCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData child in list) - { - mcpFeatureCollectionValidationDocumentErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(child)); - } - - return mcpFeatureCollectionValidationDocumentErrorLocations; + return new SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultInfo(Me); } + } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData data) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ShowWorkspaceCommandQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public ShowWorkspaceCommandQueryResultFactory() { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1 returnValue = default !; - if (data.__typename.Equals("McpFeatureCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal)) - { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_McpFeatureCollectionValidationDocumentErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var openApiCollectionValidationCollections = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData child in list) - { - openApiCollectionValidationCollections.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(child)); - } - - return openApiCollectionValidationCollections; - } + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQueryResult); - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData data) + public ShowWorkspaceCommandQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections returnValue = default !; - if (data.__typename.Equals("OpenApiCollectionValidationCollection", global::System.StringComparison.Ordinal)) - { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollectionValidationCollection(MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(data.OpenApiCollection), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_EntitiesNonNullableArray(data.Entities ?? throw new global::System.ArgumentNullException())); - } - else + if (dataInfo is ShowWorkspaceCommandQueryResultInfo info) { - throw new global::System.NotSupportedException(); + return new ShowWorkspaceCommandQueryResult(MapIShowWorkspaceCommandQuery_Node(info.Node)); } - return returnValue; + throw new global::System.ArgumentException("ShowWorkspaceCommandQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IShowWorkspaceCommandQuery_Node? MapIShowWorkspaceCommandQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) { if (data is null) { return null; } - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection returnValue = default !; - if (data.__typename.Equals("OpenApiCollection", global::System.StringComparison.Ordinal)) - { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection_OpenApiCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_EntitiesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + IShowWorkspaceCommandQuery_Node? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) { - throw new global::System.ArgumentNullException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Api(); } - - var openApiCollectionValidationEntitys = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) { - openApiCollectionValidationEntitys.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_ApiDocument(); } - - return openApiCollectionValidationEntitys; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEndpointData openApiCollectionValidationEndpoint) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationEndpoint(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_ErrorsNonNullableArray(openApiCollectionValidationEndpoint.Errors), openApiCollectionValidationEndpoint.HttpMethod ?? throw new global::System.ArgumentNullException(), openApiCollectionValidationEndpoint.Route ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_ApiKey(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationModelData openApiCollectionValidationModel) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_OpenApiCollectionValidationModel(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_ErrorsNonNullableArray(openApiCollectionValidationModel.Errors), openApiCollectionValidationModel.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Client(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_ClientChangeLog(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) { - throw new global::System.ArgumentNullException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_ClientDeployment(); } - - var openApiCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) { - openApiCollectionValidationEntityErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_ClientVersion(); } - - return openApiCollectionValidationEntityErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorData openApiCollectionValidationDocumentError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationDocumentError(openApiCollectionValidationDocumentError.Code, openApiCollectionValidationDocumentError.Message ?? throw new global::System.ArgumentNullException(), openApiCollectionValidationDocumentError.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(openApiCollectionValidationDocumentError.Locations)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_CoordinateClientUsageMetrics(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEntityValidationErrorData openApiCollectionValidationEntityValidationError) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_OpenApiCollectionValidationEntityValidationError(openApiCollectionValidationEntityValidationError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Environment(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_FusionConfigurationChangeLog(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_FusionConfigurationDeployment(); } - - var openApiCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) { - openApiCollectionValidationDocumentErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLDirectiveArgumentDefinition(); } - - return openApiCollectionValidationDocumentErrorLocations; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations returnValue = default !; - if (data.__typename.Equals("OpenApiCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) { - returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_OpenApiCollectionValidationDocumentErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLDirectiveDefinition(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLEnumTypeDefinition(); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) - { - if (data is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLEnumValueDefinition(); } - - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client returnValue = default !; - if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLInputObjectFieldDefinition(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLInputObjectTypeDefinition(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) { - throw new global::System.ArgumentNullException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); } - - var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) { - persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLInterfaceFieldDefinition(); } - - return persistedQueryValidationFaileds; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) - { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries returnValue = default !; - if (data.__typename.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLInterfaceTypeDefinition(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldArgumentDefinition(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) { - throw new global::System.ArgumentNullException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLObjectFieldDefinition(); } - - var persistedQueryErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) { - persistedQueryErrors.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLScalarTypeDefinition(); } - - return persistedQueryErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) - { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors returnValue = default !; - if (data.__typename.Equals("PersistedQueryError", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_GraphQLUnionTypeDefinition(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Group(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_McpFeatureCollection(); } - - var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) { - persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_McpFeatureCollectionChangeLog(); } - - return persistedQueryErrorLocations; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) - { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations returnValue = default !; - if (data.__typename.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_McpFeatureCollectionDeployment(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_McpFeatureCollectionVersion(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) { - throw new global::System.ArgumentNullException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_OpenApiCollection(); } - - var schemaChangeLogEntrys = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) { - schemaChangeLogEntrys.Add(MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_OpenApiCollectionChangeLog(); } - - return schemaChangeLogEntrys; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes MapNonNullableIOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData data) - { - IOnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveModifiedChangeData directiveModifiedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) { - if (!directiveModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_DirectiveModifiedChange(directiveModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), directiveModifiedChange.Severity!.Value, directiveModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ChangesNonNullableArray(directiveModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_OpenApiCollectionDeployment(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumModifiedChangeData enumModifiedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) { - if (!enumModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_EnumModifiedChange(enumModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), enumModifiedChange.Severity!.Value, enumModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1NonNullableArray(enumModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_OpenApiCollectionVersion(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InputObjectModifiedChangeData inputObjectModifiedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) { - if (!inputObjectModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InputObjectModifiedChange(inputObjectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), inputObjectModifiedChange.Severity!.Value, inputObjectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2NonNullableArray(inputObjectModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Organization(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceModifiedChangeData interfaceModifiedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) { - if (!interfaceModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_InterfaceModifiedChange(interfaceModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), interfaceModifiedChange.Severity!.Value, interfaceModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3NonNullableArray(interfaceModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_OrganizationMember(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ObjectModifiedChangeData objectModifiedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) { - if (!objectModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ObjectModifiedChange(objectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), objectModifiedChange.Severity!.Value, objectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4NonNullableArray(objectModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_SchemaChangeLog(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ScalarModifiedChangeData scalarModifiedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) { - if (!scalarModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_ScalarModifiedChange(scalarModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), scalarModifiedChange.Severity!.Value, scalarModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(scalarModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_SchemaDeployment(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberAddedChangeData typeSystemMemberAddedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) { - if (!typeSystemMemberAddedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberAddedChange(typeSystemMemberAddedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberAddedChange.Severity!.Value, typeSystemMemberAddedChange.Coordinate ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Stage(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberModifiedChangeData typeSystemMemberModifiedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) { - if (!typeSystemMemberModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberModifiedChange(typeSystemMemberModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberModifiedChange.Severity!.Value); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_User(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberRemovedChangeData typeSystemMemberRemovedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) { - if (!typeSystemMemberRemovedChange.Severity.HasValue) + if (!workspace.Personal.HasValue) { throw new global::System.ArgumentNullException(); } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_TypeSystemMemberRemovedChange(typeSystemMemberRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberRemovedChange.Severity!.Value, typeSystemMemberRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_Workspace(workspace.Id ?? throw new global::System.ArgumentNullException(), workspace.Name ?? throw new global::System.ArgumentNullException(), workspace.Personal!.Value); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionModifiedChangeData unionModifiedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) { - if (!unionModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionPublishUpdated_OnSchemaVersionPublishingUpdate_Errors_Changes_UnionModifiedChange(unionModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), unionModifiedChange.Severity!.Value, unionModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6NonNullableArray(unionModifiedChange.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ShowWorkspaceCommandQuery_Node_WorkspaceDocument(); } else { @@ -187347,142 +188182,85 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var directiveChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IDirectiveChangeData child in list) - { - directiveChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes(child)); - } - - return directiveChanges; + return Create(dataInfo, snapshot); } + } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.IDirectiveChangeData data) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ShowWorkspaceCommandQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public ShowWorkspaceCommandQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData argumentAdded) - { - if (!argumentAdded.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentAdded(argumentAdded.__typename ?? throw new global::System.ArgumentNullException(), argumentAdded.Severity!.Value, argumentAdded.Coordinate ?? throw new global::System.ArgumentNullException(), argumentAdded.Name ?? throw new global::System.ArgumentNullException(), argumentAdded.TypeName ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData argumentChanged) - { - if (!argumentChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentChanged(argumentChanged.__typename ?? throw new global::System.ArgumentNullException(), argumentChanged.Severity!.Value, argumentChanged.Coordinate ?? throw new global::System.ArgumentNullException(), argumentChanged.Name ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ChangesNonNullableArray(argumentChanged.Changes)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData argumentRemoved) - { - if (!argumentRemoved.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ArgumentRemoved(argumentRemoved.__typename ?? throw new global::System.ArgumentNullException(), argumentRemoved.Severity!.Value, argumentRemoved.Coordinate ?? throw new global::System.ArgumentNullException(), argumentRemoved.Name ?? throw new global::System.ArgumentNullException(), argumentRemoved.TypeName ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) - { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveLocationAddedData directiveLocationAdded) - { - if (!directiveLocationAdded.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + Node = node; + } - if (!directiveLocationAdded.Location.HasValue) - { - throw new global::System.ArgumentNullException(); - } + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationAdded(directiveLocationAdded.__typename ?? throw new global::System.ArgumentNullException(), directiveLocationAdded.Severity!.Value, directiveLocationAdded.Location!.Value); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveLocationRemovedData directiveLocationRemoved) - { - if (!directiveLocationRemoved.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new ShowWorkspaceCommandQueryResultInfo(Node); + } + } - if (!directiveLocationRemoved.Location.HasValue) - { - throw new global::System.ArgumentNullException(); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class SelectApiPromptQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public SelectApiPromptQueryResultFactory() + { + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DirectiveLocationRemoved(directiveLocationRemoved.__typename ?? throw new global::System.ArgumentNullException(), directiveLocationRemoved.Severity!.Value, directiveLocationRemoved.Location!.Value); - } - else + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryResult); + + public SelectApiPromptQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is SelectApiPromptQueryResultInfo info) { - throw new global::System.NotSupportedException(); + return new SelectApiPromptQueryResult(MapISelectApiPromptQuery_WorkspaceById(info.WorkspaceById)); } - return returnValue; + throw new global::System.ArgumentException("SelectApiPromptQueryResultInfo expected."); } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById? MapISelectApiPromptQuery_WorkspaceById(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - if (list is null) + if (data is null) { - throw new global::System.ArgumentNullException(); + return null; } - var argumentChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IArgumentChangeData child in list) + ISelectApiPromptQuery_WorkspaceById returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) { - argumentChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes(child)); + returnValue = new SelectApiPromptQuery_WorkspaceById_Workspace(MapISelectApiPromptQuery_WorkspaceById_Apis(data.Apis)); + } + else + { + throw new global::System.NotSupportedException(); } - return argumentChanges; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.IArgumentChangeData data) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis? MapISelectApiPromptQuery_WorkspaceById_Apis(global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData? data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData deprecatedChange) + if (data is null) { - if (!deprecatedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange(deprecatedChange.__typename ?? throw new global::System.ArgumentNullException(), deprecatedChange.Severity!.Value, deprecatedChange.DeprecationReason); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) - { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData typeChanged) + ISelectApiPromptQuery_WorkspaceById_Apis returnValue = default !; + if (data.__typename.Equals("ApisConnection", global::System.StringComparison.Ordinal)) { - if (!typeChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged(typeChanged.__typename ?? throw new global::System.ArgumentNullException(), typeChanged.Severity!.Value, typeChanged.OldType ?? throw new global::System.ArgumentNullException(), typeChanged.NewType ?? throw new global::System.ArgumentNullException()); + returnValue = new SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection(MapISelectApiPromptQuery_WorkspaceById_Apis_EdgesNonNullableArray(data.Edges), MapNonNullableISelectApiPromptQuery_WorkspaceById_Apis_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -187492,60 +188270,28 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapISelectApiPromptQuery_WorkspaceById_Apis_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - throw new global::System.ArgumentNullException(); + return null; } - var enumChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IEnumChangeData child in list) + var apisEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData child in list) { - enumChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1(child)); + apisEdges.Add(MapNonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges(child)); } - return enumChanges; + return apisEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1(global::ChilliCream.Nitro.CommandLine.Client.State.IEnumChangeData data) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_Edges MapNonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) - { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_1(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueAddedData enumValueAdded) - { - if (!enumValueAdded.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueAdded(enumValueAdded.__typename ?? throw new global::System.ArgumentNullException(), enumValueAdded.Severity!.Value, enumValueAdded.Coordinate ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueChangedData enumValueChanged) - { - if (!enumValueChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueChanged(enumValueChanged.__typename ?? throw new global::System.ArgumentNullException(), enumValueChanged.Severity!.Value, enumValueChanged.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1NonNullableArray(enumValueChanged.Changes)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueRemovedData enumValueRemoved) + ISelectApiPromptQuery_WorkspaceById_Apis_Edges returnValue = default !; + if (data.__typename.Equals("ApisEdge", global::System.StringComparison.Ordinal)) { - if (!enumValueRemoved.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_EnumValueRemoved(enumValueRemoved.__typename ?? throw new global::System.ArgumentNullException(), enumValueRemoved.Severity!.Value, enumValueRemoved.Coordinate ?? throw new global::System.ArgumentNullException()); + returnValue = new SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -187555,42 +188301,32 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node MapNonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData data) { - if (list is null) + ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node returnValue = default !; + if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) { - throw new global::System.ArgumentNullException(); + returnValue = new SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException(), MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(data.Workspace), MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(data.Settings ?? throw new global::System.ArgumentNullException())); } - - var enumValueChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IEnumValueChangeData child in list) + else { - enumValueChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1(child)); + throw new global::System.NotSupportedException(); } - return enumValueChanges; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1(global::ChilliCream.Nitro.CommandLine.Client.State.IEnumValueChangeData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace? MapICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_1? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData deprecatedChange) + if (data is null) { - if (!deprecatedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_1(deprecatedChange.Severity!.Value, deprecatedChange.DeprecationReason); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) - { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_1(descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New, descriptionChanged.__typename ?? throw new global::System.ArgumentNullException()); + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace returnValue = default !; + if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -187600,60 +188336,42 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData data) { - if (list is null) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings returnValue = default !; + if (data.__typename.Equals("ApiSettings", global::System.StringComparison.Ordinal)) { - throw new global::System.ArgumentNullException(); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_ApiSettings(MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(data.SchemaRegistry ?? throw new global::System.ArgumentNullException())); } - - var inputObjectChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IInputObjectChangeData child in list) + else { - inputObjectChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2(child)); + throw new global::System.NotSupportedException(); } - return inputObjectChanges; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2(global::ChilliCream.Nitro.CommandLine.Client.State.IInputObjectChangeData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry MapNonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) + ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry returnValue = default !; + if (data.__typename.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal)) { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_2(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); + returnValue = new CreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry_SchemaRegistrySettings(data.TreatDangerousAsBreaking ?? throw new global::System.ArgumentNullException(), data.AllowBreakingSchemaChanges ?? throw new global::System.ArgumentNullException()); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData fieldAddedChange) + else { - if (!fieldAddedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange(fieldAddedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldAddedChange.Severity!.Value, fieldAddedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldAddedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldAddedChange.FieldName ?? throw new global::System.ArgumentNullException()); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData fieldRemovedChange) - { - if (!fieldRemovedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange(fieldRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.Severity!.Value, fieldRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.FieldName ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InputFieldChangedData inputFieldChanged) - { - if (!inputFieldChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + return returnValue; + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InputFieldChanged(inputFieldChanged.__typename ?? throw new global::System.ArgumentNullException(), inputFieldChanged.Severity!.Value, inputFieldChanged.Coordinate ?? throw new global::System.ArgumentNullException(), inputFieldChanged.FieldName ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2NonNullableArray(inputFieldChanged.Changes)); + private global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo MapNonNullableISelectApiPromptQuery_WorkspaceById_Apis_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + { + ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + { + returnValue = new SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); } else { @@ -187663,312 +188381,222 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } + return Create(dataInfo, snapshot); + } + } - var inputFieldChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IInputFieldChangeData child in list) + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class SelectApiPromptQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public SelectApiPromptQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspaceById) + { + WorkspaceById = workspaceById; + } + + public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? WorkspaceById { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) + { + return new SelectApiPromptQueryResultInfo(WorkspaceById); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class PageClientVersionDetailQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public PageClientVersionDetailQueryResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryResult); + + public PageClientVersionDetailQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is PageClientVersionDetailQueryResultInfo info) { - inputFieldChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2(child)); + return new PageClientVersionDetailQueryResult(MapIPageClientVersionDetailQuery_Node(info.Node)); } - return inputFieldChanges; + throw new global::System.ArgumentException("PageClientVersionDetailQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2(global::ChilliCream.Nitro.CommandLine.Client.State.IInputFieldChangeData data) + private global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node? MapIPageClientVersionDetailQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_2? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData deprecatedChange) + if (data is null) { - if (!deprecatedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + return null; + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_2(deprecatedChange.Severity!.Value, deprecatedChange.DeprecationReason); + IPageClientVersionDetailQuery_Node? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Api(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_2(descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New, descriptionChanged.__typename ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_ApiDocument(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData typeChanged) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) { - if (!typeChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_1(typeChanged.Severity!.Value, typeChanged.OldType ?? throw new global::System.ArgumentNullException(), typeChanged.NewType ?? throw new global::System.ArgumentNullException(), typeChanged.__typename ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_ApiKey(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Client(MapIPageClientVersionDetailQuery_Node_Versions(client.Versions)); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) { - throw new global::System.ArgumentNullException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_ClientChangeLog(); } - - var interfaceChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IInterfaceChangeData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) { - interfaceChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_ClientDeployment(); } - - return interfaceChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3(global::ChilliCream.Nitro.CommandLine.Client.State.IInterfaceChangeData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_3(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_ClientVersion(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData fieldAddedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) { - if (!fieldAddedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_1(fieldAddedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldAddedChange.Severity!.Value, fieldAddedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldAddedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldAddedChange.FieldName ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData fieldRemovedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) { - if (!fieldRemovedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_1(fieldRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.Severity!.Value, fieldRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.FieldName ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Environment(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData interfaceImplementationAdded) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) { - if (!interfaceImplementationAdded.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded(interfaceImplementationAdded.__typename ?? throw new global::System.ArgumentNullException(), interfaceImplementationAdded.Severity!.Value, interfaceImplementationAdded.InterfaceName ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData interfaceImplementationRemoved) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) { - if (!interfaceImplementationRemoved.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved(interfaceImplementationRemoved.__typename ?? throw new global::System.ArgumentNullException(), interfaceImplementationRemoved.Severity!.Value, interfaceImplementationRemoved.InterfaceName ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_FusionConfigurationDeployment(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData outputFieldChanged) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) { - if (!outputFieldChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged(outputFieldChanged.__typename ?? throw new global::System.ArgumentNullException(), outputFieldChanged.Severity!.Value, outputFieldChanged.Coordinate ?? throw new global::System.ArgumentNullException(), outputFieldChanged.FieldName ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3NonNullableArray(outputFieldChanged.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeAddedData possibleTypeAdded) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) { - if (!possibleTypeAdded.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeAdded(possibleTypeAdded.__typename ?? throw new global::System.ArgumentNullException(), possibleTypeAdded.Severity!.Value, possibleTypeAdded.TypeName ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeRemovedData possibleTypeRemoved) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) { - if (!possibleTypeRemoved.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_PossibleTypeRemoved(possibleTypeRemoved.__typename ?? throw new global::System.ArgumentNullException(), possibleTypeRemoved.Severity!.Value, possibleTypeRemoved.TypeName ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) { - throw new global::System.ArgumentNullException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition(); } - - var outputFieldChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IOutputFieldChangeData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) { - outputFieldChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition(); } - - return outputFieldChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3(global::ChilliCream.Nitro.CommandLine.Client.State.IOutputFieldChangeData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData argumentAdded) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) { - if (!argumentAdded.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentAdded(argumentAdded.Severity!.Value, argumentAdded.Coordinate ?? throw new global::System.ArgumentNullException(), argumentAdded.Name ?? throw new global::System.ArgumentNullException(), argumentAdded.TypeName ?? throw new global::System.ArgumentNullException(), argumentAdded.__typename ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData argumentChanged) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) { - if (!argumentChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentChanged(argumentChanged.Severity!.Value, argumentChanged.Coordinate ?? throw new global::System.ArgumentNullException(), argumentChanged.Name ?? throw new global::System.ArgumentNullException(), argumentChanged.__typename ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_ChangesNonNullableArray(argumentChanged.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData argumentRemoved) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) { - if (!argumentRemoved.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_ArgumentRemoved(argumentRemoved.Severity!.Value, argumentRemoved.Coordinate ?? throw new global::System.ArgumentNullException(), argumentRemoved.Name ?? throw new global::System.ArgumentNullException(), argumentRemoved.TypeName ?? throw new global::System.ArgumentNullException(), argumentRemoved.__typename ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData deprecatedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) { - if (!deprecatedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DeprecatedChange_3(deprecatedChange.Severity!.Value, deprecatedChange.DeprecationReason); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_DescriptionChanged_3(descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New, descriptionChanged.__typename ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData typeChanged) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) { - if (!typeChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_TypeChanged_2(typeChanged.Severity!.Value, typeChanged.OldType ?? throw new global::System.ArgumentNullException(), typeChanged.NewType ?? throw new global::System.ArgumentNullException(), typeChanged.__typename ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition(); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition(); } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) { - throw new global::System.ArgumentNullException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Group(); } - - var objectChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) { - objectChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_McpFeatureCollection(); } - - return objectChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4(global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData data) - { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_4(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData fieldAddedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) { - if (!fieldAddedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldAddedChange_2(fieldAddedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldAddedChange.Severity!.Value, fieldAddedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldAddedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldAddedChange.FieldName ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData fieldRemovedChange) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) { - if (!fieldRemovedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_FieldRemovedChange_2(fieldRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.Severity!.Value, fieldRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.TypeName ?? throw new global::System.ArgumentNullException(), fieldRemovedChange.FieldName ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData interfaceImplementationAdded) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) { - if (!interfaceImplementationAdded.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationAdded_1(interfaceImplementationAdded.__typename ?? throw new global::System.ArgumentNullException(), interfaceImplementationAdded.Severity!.Value, interfaceImplementationAdded.InterfaceName ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_OpenApiCollection(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData interfaceImplementationRemoved) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) { - if (!interfaceImplementationRemoved.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_InterfaceImplementationRemoved_1(interfaceImplementationRemoved.__typename ?? throw new global::System.ArgumentNullException(), interfaceImplementationRemoved.Severity!.Value, interfaceImplementationRemoved.InterfaceName ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData outputFieldChanged) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) { - if (!outputFieldChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_OutputFieldChanged_1(outputFieldChanged.__typename ?? throw new global::System.ArgumentNullException(), outputFieldChanged.Severity!.Value, outputFieldChanged.Coordinate ?? throw new global::System.ArgumentNullException(), outputFieldChanged.FieldName ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_Changes_3NonNullableArray(outputFieldChanged.Changes)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_OpenApiCollectionVersion(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Organization(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_OrganizationMember(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_SchemaChangeLog(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_SchemaDeployment(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Stage(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_User(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Workspace(); + } + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) + { + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_WorkspaceDocument(); } else { @@ -187978,33 +188606,32 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions? MapIPageClientVersionDetailQuery_Node_Versions(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? data) { - if (list is null) + if (data is null) { - throw new global::System.ArgumentNullException(); + return null; } - var scalarChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData child in list) + IPageClientVersionDetailQuery_Node_Versions returnValue = default !; + if (data.__typename.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal)) { - scalarChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(child)); + returnValue = new PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection(MapNonNullableIPageClientVersionDetailQuery_Node_Versions_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException()), MapIPageClientVersionDetailQuery_Node_Versions_EdgesNonNullableArray(data.Edges)); + } + else + { + throw new global::System.NotSupportedException(); } - return scalarChanges; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData data) + private global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions_PageInfo MapNonNullableIPageClientVersionDetailQuery_Node_Versions_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) + IPageClientVersionDetailQuery_Node_Versions_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_5(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); + returnValue = new PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo(data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor); } else { @@ -188014,51 +188641,43 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6NonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIPageClientVersionDetailQuery_Node_Versions_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - throw new global::System.ArgumentNullException(); + return null; } - var unionChanges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData child in list) + var clientVersionEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData child in list) { - unionChanges.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6(child)); + clientVersionEdges.Add(MapNonNullableIPageClientVersionDetailQuery_Node_Versions_Edges(child)); } - return unionChanges; + return clientVersionEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6 MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6(global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData data) + private global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions_Edges MapNonNullableIPageClientVersionDetailQuery_Node_Versions_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData data) { - IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData descriptionChanged) + IPageClientVersionDetailQuery_Node_Versions_Edges returnValue = default !; + if (data.__typename.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal)) { - if (!descriptionChanged.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_DescriptionChanged_6(descriptionChanged.__typename ?? throw new global::System.ArgumentNullException(), descriptionChanged.Severity!.Value, descriptionChanged.Old, descriptionChanged.New); + returnValue = new PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberAddedData unionMemberAdded) + else { - if (!unionMemberAdded.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberAdded(unionMemberAdded.__typename ?? throw new global::System.ArgumentNullException(), unionMemberAdded.Severity!.Value, unionMemberAdded.TypeName ?? throw new global::System.ArgumentNullException()); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberRemovedData unionMemberRemoved) - { - if (!unionMemberRemoved.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_UnionMemberRemoved(unionMemberRemoved.__typename ?? throw new global::System.ArgumentNullException(), unionMemberRemoved.Severity!.Value, unionMemberRemoved.TypeName ?? throw new global::System.ArgumentNullException()); + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData data) + { + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node returnValue = default !; + if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.Tag ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(data.PublishedTo ?? throw new global::System.ArgumentNullException())); } else { @@ -188068,114 +188687,48 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_ChangesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var schemaChangeLogEntrys = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData child in list) + var publishedClientVersions = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData child in list) { - schemaChangeLogEntrys.Add(MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes(child)); + publishedClientVersions.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(child)); } - return schemaChangeLogEntrys; + return publishedClientVersions; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes MapNonNullableIOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) { - IOnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveModifiedChangeData directiveModifiedChange) - { - if (!directiveModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_DirectiveModifiedChange(directiveModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), directiveModifiedChange.Severity!.Value, directiveModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_ChangesNonNullableArray(directiveModifiedChange.Changes)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnumModifiedChangeData enumModifiedChange) - { - if (!enumModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_EnumModifiedChange(enumModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), enumModifiedChange.Severity!.Value, enumModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_1NonNullableArray(enumModifiedChange.Changes)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InputObjectModifiedChangeData inputObjectModifiedChange) - { - if (!inputObjectModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InputObjectModifiedChange(inputObjectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), inputObjectModifiedChange.Severity!.Value, inputObjectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_2NonNullableArray(inputObjectModifiedChange.Changes)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceModifiedChangeData interfaceModifiedChange) + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo returnValue = default !; + if (data.__typename.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal)) { - if (!interfaceModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_InterfaceModifiedChange(interfaceModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), interfaceModifiedChange.Severity!.Value, interfaceModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_3NonNullableArray(interfaceModifiedChange.Changes)); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion(MapICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(data.Stage)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ObjectModifiedChangeData objectModifiedChange) + else { - if (!objectModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ObjectModifiedChange(objectModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), objectModifiedChange.Severity!.Value, objectModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_4NonNullableArray(objectModifiedChange.Changes)); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ScalarModifiedChangeData scalarModifiedChange) - { - if (!scalarModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_ScalarModifiedChange(scalarModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), scalarModifiedChange.Severity!.Value, scalarModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(scalarModifiedChange.Changes)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberAddedChangeData typeSystemMemberAddedChange) - { - if (!typeSystemMemberAddedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } + return returnValue; + } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberAddedChange(typeSystemMemberAddedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberAddedChange.Severity!.Value, typeSystemMemberAddedChange.Coordinate ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberModifiedChangeData typeSystemMemberModifiedChange) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? MapICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) + { + if (data is null) { - if (!typeSystemMemberModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberModifiedChange(typeSystemMemberModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberModifiedChange.Severity!.Value); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberRemovedChangeData typeSystemMemberRemovedChange) - { - if (!typeSystemMemberRemovedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_TypeSystemMemberRemovedChange(typeSystemMemberRemovedChange.__typename ?? throw new global::System.ArgumentNullException(), typeSystemMemberRemovedChange.Severity!.Value, typeSystemMemberRemovedChange.Coordinate ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnionModifiedChangeData unionModifiedChange) + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage returnValue = default !; + if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) { - if (!unionModifiedChange.Severity.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnSchemaVersionValidationUpdated_OnSchemaVersionValidationUpdate_Changes_UnionModifiedChange(unionModifiedChange.__typename ?? throw new global::System.ArgumentNullException(), unionModifiedChange.Severity!.Value, unionModifiedChange.Coordinate ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_6NonNullableArray(unionModifiedChange.Changes)); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -188193,49 +188746,57 @@ public OnSchemaVersionValidationUpdatedResult Create(global::StrawberryShake.IOp // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdatedResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class PageClientVersionDetailQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public OnSchemaVersionValidationUpdatedResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationResultData onSchemaVersionValidationUpdate) + public PageClientVersionDetailQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) { - OnSchemaVersionValidationUpdate = onSchemaVersionValidationUpdate; + Node = node; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationResultData OnSchemaVersionValidationUpdate { get; } + /// + /// Fetches an object given its ID. + /// + public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new OnSchemaVersionValidationUpdatedResultInfo(OnSchemaVersionValidationUpdate); + return new PageClientVersionDetailQueryResultInfo(Node); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CancelFusionConfigurationPublishResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class SelectClientPromptQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public CancelFusionConfigurationPublishResultFactory() + public SelectClientPromptQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryResult); - public CancelFusionConfigurationPublishResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public SelectClientPromptQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is CancelFusionConfigurationPublishResultInfo info) + if (dataInfo is SelectClientPromptQueryResultInfo info) { - return new CancelFusionConfigurationPublishResult(MapNonNullableICancelFusionConfigurationPublish_CancelFusionConfigurationComposition(info.CancelFusionConfigurationComposition)); + return new SelectClientPromptQueryResult(MapISelectClientPromptQuery_ApiById(info.ApiById)); } - throw new global::System.ArgumentException("CancelFusionConfigurationPublishResultInfo expected."); + throw new global::System.ArgumentException("SelectClientPromptQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition MapNonNullableICancelFusionConfigurationPublish_CancelFusionConfigurationComposition(global::ChilliCream.Nitro.CommandLine.Client.State.CancelFusionConfigurationCompositionPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById? MapISelectClientPromptQuery_ApiById(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) { - ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition returnValue = default !; - if (data.__typename.Equals("CancelFusionConfigurationCompositionPayload", global::System.StringComparison.Ordinal)) + if (data is null) { - returnValue = new CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload(MapICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_ErrorsNonNullableArray(data.Errors)); + return null; + } + + ISelectClientPromptQuery_ApiById returnValue = default !; + if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + { + returnValue = new SelectClientPromptQuery_ApiById_Api(MapISelectClientPromptQuery_ApiById_Clients(data.Clients)); } else { @@ -188245,36 +188806,48 @@ public CancelFusionConfigurationPublishResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients? MapISelectClientPromptQuery_ApiById_Clients(global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData? data) { - if (list is null) + if (data is null) { return null; } - var cancelFusionConfigurationCompositionErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICancelFusionConfigurationCompositionErrorData child in list) + ISelectClientPromptQuery_ApiById_Clients returnValue = default !; + if (data.__typename.Equals("ClientsConnection", global::System.StringComparison.Ordinal)) { - cancelFusionConfigurationCompositionErrors.Add(MapNonNullableICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors(child)); + returnValue = new SelectClientPromptQuery_ApiById_Clients_ClientsConnection(MapISelectClientPromptQuery_ApiById_Clients_EdgesNonNullableArray(data.Edges), MapNonNullableISelectClientPromptQuery_ApiById_Clients_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); } - return cancelFusionConfigurationCompositionErrors; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors MapNonNullableICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICancelFusionConfigurationCompositionErrorData data) + private global::System.Collections.Generic.IReadOnlyList? MapISelectClientPromptQuery_ApiById_Clients_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + if (list is null) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + return null; } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData fusionConfigurationRequestNotFoundError) + + var clientsEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData child in list) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError(fusionConfigurationRequestNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), fusionConfigurationRequestNotFoundError.Message ?? throw new global::System.ArgumentNullException()); + clientsEdges.Add(MapNonNullableISelectClientPromptQuery_ApiById_Clients_Edges(child)); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData invalidProcessingStateTransitionError) + + return clientsEdges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_Edges MapNonNullableISelectClientPromptQuery_ApiById_Clients_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData data) + { + ISelectClientPromptQuery_ApiById_Clients_Edges returnValue = default !; + if (data.__typename.Equals("ClientsEdge", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError(invalidProcessingStateTransitionError.__typename ?? throw new global::System.ArgumentNullException(), invalidProcessingStateTransitionError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableISelectClientPromptQuery_ApiById_Clients_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -188284,57 +188857,52 @@ public CancelFusionConfigurationPublishResult Create(global::StrawberryShake.IOp return returnValue; } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CancelFusionConfigurationPublishResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public CancelFusionConfigurationPublishResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CancelFusionConfigurationCompositionPayloadData cancelFusionConfigurationComposition) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_Edges_Node MapNonNullableISelectClientPromptQuery_ApiById_Clients_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData data) { - CancelFusionConfigurationComposition = cancelFusionConfigurationComposition; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.CancelFusionConfigurationCompositionPayloadData CancelFusionConfigurationComposition { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; + ISelectClientPromptQuery_ApiById_Clients_Edges_Node returnValue = default !; + if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) + { + returnValue = new SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), MapICreateClientCommandMutation_CreateClient_Client_Api(data.Api), MapICreateClientCommandMutation_CreateClient_Client_Versions(data.Versions)); + } + else + { + throw new global::System.NotSupportedException(); + } - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new CancelFusionConfigurationPublishResultInfo(CancelFusionConfigurationComposition); + return returnValue; } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CommitFusionConfigurationPublishResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public CommitFusionConfigurationPublishResultFactory() + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Api? MapICreateClientCommandMutation_CreateClient_Client_Api(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishResult); + if (data is null) + { + return null; + } - public CommitFusionConfigurationPublishResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is CommitFusionConfigurationPublishResultInfo info) + ICreateClientCommandMutation_CreateClient_Client_Api returnValue = default !; + if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) { - return new CommitFusionConfigurationPublishResult(MapNonNullableICommitFusionConfigurationPublish_CommitFusionConfigurationPublish(info.CommitFusionConfigurationPublish)); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); } - throw new global::System.ArgumentException("CommitFusionConfigurationPublishResultInfo expected."); + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish MapNonNullableICommitFusionConfigurationPublish_CommitFusionConfigurationPublish(global::ChilliCream.Nitro.CommandLine.Client.State.CommitFusionConfigurationPublishPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions? MapICreateClientCommandMutation_CreateClient_Client_Versions(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? data) { - ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish returnValue = default !; - if (data.__typename.Equals("CommitFusionConfigurationPublishPayload", global::System.StringComparison.Ordinal)) + if (data is null) { - returnValue = new CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload(MapICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_ErrorsNonNullableArray(data.Errors)); + return null; + } + + ICreateClientCommandMutation_CreateClient_Client_Versions returnValue = default !; + if (data.__typename.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_ClientVersionConnection(MapICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(data.Edges), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -188344,36 +188912,28 @@ public CommitFusionConfigurationPublishResult Create(global::StrawberryShake.IOp return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var commitFusionConfigurationPublishErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishErrorData child in list) + var clientVersionEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData child in list) { - commitFusionConfigurationPublishErrors.Add(MapNonNullableICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors(child)); + clientVersionEdges.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(child)); } - return commitFusionConfigurationPublishErrors; + return clientVersionEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors MapNonNullableICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData data) { - ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData fusionConfigurationRequestNotFoundError) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError(fusionConfigurationRequestNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), fusionConfigurationRequestNotFoundError.Message ?? throw new global::System.ArgumentNullException()); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData invalidProcessingStateTransitionError) + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges returnValue = default !; + if (data.__typename.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError(invalidProcessingStateTransitionError.__typename ?? throw new global::System.ArgumentNullException(), invalidProcessingStateTransitionError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_ClientVersionEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -188383,57 +188943,43 @@ public CommitFusionConfigurationPublishResult Create(global::StrawberryShake.IOp return returnValue; } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CommitFusionConfigurationPublishResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public CommitFusionConfigurationPublishResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CommitFusionConfigurationPublishPayloadData commitFusionConfigurationPublish) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData data) { - CommitFusionConfigurationPublish = commitFusionConfigurationPublish; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.CommitFusionConfigurationPublishPayloadData CommitFusionConfigurationPublish { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node returnValue = default !; + if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) + { + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.Tag ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(data.PublishedTo ?? throw new global::System.ArgumentNullException())); + } + else + { + throw new global::System.NotSupportedException(); + } - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new CommitFusionConfigurationPublishResultInfo(CommitFusionConfigurationPublish); + return returnValue; } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StartFusionConfigurationPublishResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public StartFusionConfigurationPublishResultFactory() + private global::System.Collections.Generic.IReadOnlyList MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishResult); + if (list is null) + { + throw new global::System.ArgumentNullException(); + } - public StartFusionConfigurationPublishResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is StartFusionConfigurationPublishResultInfo info) + var publishedClientVersions = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData child in list) { - return new StartFusionConfigurationPublishResult(MapNonNullableIStartFusionConfigurationPublish_StartFusionConfigurationComposition(info.StartFusionConfigurationComposition)); + publishedClientVersions.Add(MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(child)); } - throw new global::System.ArgumentException("StartFusionConfigurationPublishResultInfo expected."); + return publishedClientVersions; } - private global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublish_StartFusionConfigurationComposition MapNonNullableIStartFusionConfigurationPublish_StartFusionConfigurationComposition(global::ChilliCream.Nitro.CommandLine.Client.State.StartFusionConfigurationCompositionPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) { - IStartFusionConfigurationPublish_StartFusionConfigurationComposition returnValue = default !; - if (data.__typename.Equals("StartFusionConfigurationCompositionPayload", global::System.StringComparison.Ordinal)) + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo returnValue = default !; + if (data.__typename.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal)) { - returnValue = new StartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload(MapIStartFusionConfigurationPublish_StartFusionConfigurationComposition_ErrorsNonNullableArray(data.Errors)); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_PublishedClientVersion(MapICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(data.Stage)); } else { @@ -188443,36 +188989,47 @@ public StartFusionConfigurationPublishResult Create(global::StrawberryShake.IOpe return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIStartFusionConfigurationPublish_StartFusionConfigurationComposition_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage? MapICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) { - if (list is null) + if (data is null) { return null; } - var startFusionConfigurationCompositionErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IStartFusionConfigurationCompositionErrorData child in list) + ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage returnValue = default !; + if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) { - startFusionConfigurationCompositionErrors.Add(MapNonNullableIStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors(child)); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); + } + else + { + throw new global::System.NotSupportedException(); } - return startFusionConfigurationCompositionErrors; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors MapNonNullableIStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IStartFusionConfigurationCompositionErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo MapNonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) { - IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) + ICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateClientCommandMutation_CreateClient_Client_Versions_PageInfo_PageInfo(data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData fusionConfigurationRequestNotFoundError) + else { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError(fusionConfigurationRequestNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), fusionConfigurationRequestNotFoundError.Message ?? throw new global::System.ArgumentNullException()); + throw new global::System.NotSupportedException(); } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData invalidProcessingStateTransitionError) + + return returnValue; + } + + private global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_PageInfo MapNonNullableISelectClientPromptQuery_ApiById_Clients_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + { + ISelectClientPromptQuery_ApiById_Clients_PageInfo returnValue = default !; + if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError(invalidProcessingStateTransitionError.__typename ?? throw new global::System.ArgumentNullException(), invalidProcessingStateTransitionError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); } else { @@ -188490,20 +189047,20 @@ public StartFusionConfigurationPublishResult Create(global::StrawberryShake.IOpe // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StartFusionConfigurationPublishResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class SelectClientPromptQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public StartFusionConfigurationPublishResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.StartFusionConfigurationCompositionPayloadData startFusionConfigurationComposition) + public SelectClientPromptQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? apiById) { - StartFusionConfigurationComposition = startFusionConfigurationComposition; + ApiById = apiById; } - public global::ChilliCream.Nitro.CommandLine.Client.State.StartFusionConfigurationCompositionPayloadData StartFusionConfigurationComposition { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? ApiById { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new StartFusionConfigurationPublishResultInfo(StartFusionConfigurationComposition); + return new SelectClientPromptQueryResultInfo(ApiById); } } @@ -188851,7 +189408,7 @@ public OnFusionConfigurationPublishingTaskChangedResult Create(global::Strawberr } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnFusionConfigurationPublishingTaskChanged_OnFusionConfigurationPublishingTaskChanged_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionChangeViolationErrorData schemaVersionChangeViolationError) { @@ -189173,17 +189730,17 @@ public OnFusionConfigurationPublishingTaskChangedResult Create(global::Strawberr return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? data) { if (data is null) { return null; } - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client returnValue = default !; if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -189193,28 +189750,28 @@ public OnFusionConfigurationPublishingTaskChangedResult Create(global::Strawberr return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); + var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData child in list) { - persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + persistedQueryValidationFaileds.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } return persistedQueryValidationFaileds; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries returnValue = default !; if (data.__typename.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_PersistedQueryValidationFailed(data.DeployedTags ?? throw new global::System.ArgumentNullException(), data.Message ?? throw new global::System.ArgumentNullException(), data.Hash ?? throw new global::System.ArgumentNullException(), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(data.Errors ?? throw new global::System.ArgumentNullException())); } else { @@ -189224,28 +189781,28 @@ public OnFusionConfigurationPublishingTaskChangedResult Create(global::Strawberr return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { throw new global::System.ArgumentNullException(); } - var persistedQueryErrors = new global::System.Collections.Generic.List(); + var persistedQueryErrors = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData child in list) { - persistedQueryErrors.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + persistedQueryErrors.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); } return persistedQueryErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors returnValue = default !; if (data.__typename.Equals("PersistedQueryError", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_PersistedQueryError(data.Message ?? throw new global::System.ArgumentNullException(), data.Code, data.Path, MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(data.Locations)); } else { @@ -189255,28 +189812,28 @@ public OnFusionConfigurationPublishingTaskChangedResult Create(global::Strawberr return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); + var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData child in list) { - persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + persistedQueryErrorLocations.Add(MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) + private global::ChilliCream.Nitro.CommandLine.Client.IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData data) { - IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations returnValue = default !; + IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations returnValue = default !; if (data.__typename.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal)) { - returnValue = new OnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); + returnValue = new OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations_PersistedQueryErrorLocation(data.Column ?? throw new global::System.ArgumentNullException(), data.Line ?? throw new global::System.ArgumentNullException()); } else { @@ -190298,7 +190855,7 @@ public OnFusionConfigurationPublishingTaskChangedResult Create(global::Strawberr IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } else { @@ -190329,7 +190886,7 @@ public OnFusionConfigurationPublishingTaskChangedResult Create(global::Strawberr IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_1? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_1(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) { @@ -190555,7 +191112,7 @@ public OnFusionConfigurationPublishingTaskChangedResult Create(global::Strawberr IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_4? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData persistedQueryValidationError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.OnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_PersistedQueryValidationError_2(persistedQueryValidationError.Message ?? throw new global::System.ArgumentNullException(), MapIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(persistedQueryValidationError.Client), MapNonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(persistedQueryValidationError.Queries)); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData schemaChangeViolationError) { @@ -190631,30 +191188,30 @@ public OnFusionConfigurationPublishingTaskChangedResultInfo(global::ChilliCream. // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateFusionConfigurationPublishResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class CancelFusionConfigurationPublishResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public ValidateFusionConfigurationPublishResultFactory() + public CancelFusionConfigurationPublishResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublishResult); - public ValidateFusionConfigurationPublishResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public CancelFusionConfigurationPublishResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is ValidateFusionConfigurationPublishResultInfo info) + if (dataInfo is CancelFusionConfigurationPublishResultInfo info) { - return new ValidateFusionConfigurationPublishResult(MapNonNullableIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition(info.ValidateFusionConfigurationComposition)); + return new CancelFusionConfigurationPublishResult(MapNonNullableICancelFusionConfigurationPublish_CancelFusionConfigurationComposition(info.CancelFusionConfigurationComposition)); } - throw new global::System.ArgumentException("ValidateFusionConfigurationPublishResultInfo expected."); + throw new global::System.ArgumentException("CancelFusionConfigurationPublishResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition MapNonNullableIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateFusionConfigurationCompositionPayloadData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition MapNonNullableICancelFusionConfigurationPublish_CancelFusionConfigurationComposition(global::ChilliCream.Nitro.CommandLine.Client.State.CancelFusionConfigurationCompositionPayloadData data) { - IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition returnValue = default !; - if (data.__typename.Equals("ValidateFusionConfigurationCompositionPayload", global::System.StringComparison.Ordinal)) + ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition returnValue = default !; + if (data.__typename.Equals("CancelFusionConfigurationCompositionPayload", global::System.StringComparison.Ordinal)) { - returnValue = new ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload(MapIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ErrorsNonNullableArray(data.Errors)); + returnValue = new CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_CancelFusionConfigurationCompositionPayload(MapICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_ErrorsNonNullableArray(data.Errors)); } else { @@ -190664,36 +191221,36 @@ public ValidateFusionConfigurationPublishResult Create(global::StrawberryShake.I return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var validateFusionConfigurationCompositionErrors = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionErrorData child in list) + var cancelFusionConfigurationCompositionErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICancelFusionConfigurationCompositionErrorData child in list) { - validateFusionConfigurationCompositionErrors.Add(MapNonNullableIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors(child)); + cancelFusionConfigurationCompositionErrors.Add(MapNonNullableICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors(child)); } - return validateFusionConfigurationCompositionErrors; + return cancelFusionConfigurationCompositionErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors MapNonNullableIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionErrorData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors MapNonNullableICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICancelFusionConfigurationCompositionErrorData data) { - IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors? returnValue; + ICancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors? returnValue; if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData fusionConfigurationRequestNotFoundError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError(fusionConfigurationRequestNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), fusionConfigurationRequestNotFoundError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError(fusionConfigurationRequestNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), fusionConfigurationRequestNotFoundError.Message ?? throw new global::System.ArgumentNullException()); } else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData invalidProcessingStateTransitionError) { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError(invalidProcessingStateTransitionError.__typename ?? throw new global::System.ArgumentNullException(), invalidProcessingStateTransitionError.Message ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CancelFusionConfigurationPublish_CancelFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError(invalidProcessingStateTransitionError.__typename ?? throw new global::System.ArgumentNullException(), invalidProcessingStateTransitionError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -190711,74 +191268,49 @@ public ValidateFusionConfigurationPublishResult Create(global::StrawberryShake.I // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateFusionConfigurationPublishResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class CancelFusionConfigurationPublishResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public ValidateFusionConfigurationPublishResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateFusionConfigurationCompositionPayloadData validateFusionConfigurationComposition) + public CancelFusionConfigurationPublishResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CancelFusionConfigurationCompositionPayloadData cancelFusionConfigurationComposition) { - ValidateFusionConfigurationComposition = validateFusionConfigurationComposition; + CancelFusionConfigurationComposition = cancelFusionConfigurationComposition; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ValidateFusionConfigurationCompositionPayloadData ValidateFusionConfigurationComposition { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.CancelFusionConfigurationCompositionPayloadData CancelFusionConfigurationComposition { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new ValidateFusionConfigurationPublishResultInfo(ValidateFusionConfigurationComposition); + return new CancelFusionConfigurationPublishResultInfo(CancelFusionConfigurationComposition); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class CommitFusionConfigurationPublishResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public SelectMockSchemaPromptQueryResultFactory() + public CommitFusionConfigurationPublishResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryResult); - - public SelectMockSchemaPromptQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is SelectMockSchemaPromptQueryResultInfo info) - { - return new SelectMockSchemaPromptQueryResult(MapISelectMockSchemaPromptQuery_ApiById(info.ApiById)); - } - - throw new global::System.ArgumentException("SelectMockSchemaPromptQueryResultInfo expected."); - } + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublishResult); - private global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById? MapISelectMockSchemaPromptQuery_ApiById(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + public CommitFusionConfigurationPublishResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (data is null) - { - return null; - } - - ISelectMockSchemaPromptQuery_ApiById returnValue = default !; - if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) - { - returnValue = new SelectMockSchemaPromptQuery_ApiById_Api(MapISelectMockSchemaPromptQuery_ApiById_MockSchemas(data.MockSchemas)); - } - else + if (dataInfo is CommitFusionConfigurationPublishResultInfo info) { - throw new global::System.NotSupportedException(); + return new CommitFusionConfigurationPublishResult(MapNonNullableICommitFusionConfigurationPublish_CommitFusionConfigurationPublish(info.CommitFusionConfigurationPublish)); } - return returnValue; + throw new global::System.ArgumentException("CommitFusionConfigurationPublishResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas? MapISelectMockSchemaPromptQuery_ApiById_MockSchemas(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish MapNonNullableICommitFusionConfigurationPublish_CommitFusionConfigurationPublish(global::ChilliCream.Nitro.CommandLine.Client.State.CommitFusionConfigurationPublishPayloadData data) { - if (data is null) - { - return null; - } - - ISelectMockSchemaPromptQuery_ApiById_MockSchemas returnValue = default !; - if (data.__typename.Equals("MockSchemasConnection", global::System.StringComparison.Ordinal)) + ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish returnValue = default !; + if (data.__typename.Equals("CommitFusionConfigurationPublishPayload", global::System.StringComparison.Ordinal)) { - returnValue = new SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection(MapISelectMockSchemaPromptQuery_ApiById_MockSchemas_EdgesNonNullableArray(data.Edges), MapNonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_CommitFusionConfigurationPublishPayload(MapICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_ErrorsNonNullableArray(data.Errors)); } else { @@ -190788,88 +191320,36 @@ public SelectMockSchemaPromptQueryResult Create(global::StrawberryShake.IOperati return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapISelectMockSchemaPromptQuery_ApiById_MockSchemas_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var mockSchemasEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData child in list) - { - mockSchemasEdges.Add(MapNonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges(child)); - } - - return mockSchemasEdges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges MapNonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData data) - { - ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges returnValue = default !; - if (data.__typename.Equals("MockSchemasEdge", global::System.StringComparison.Ordinal)) - { - returnValue = new SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node MapNonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData data) - { - ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node returnValue = default !; - if (data.__typename.Equals("MockSchema", global::System.StringComparison.Ordinal)) - { - returnValue = new SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(data.CreatedBy ?? throw new global::System.ArgumentNullException()), data.ModifiedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(data.ModifiedBy ?? throw new global::System.ArgumentNullException()), data.DownstreamUrl ?? throw new global::System.ArgumentNullException(), data.Url ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) - { - ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy returnValue = default !; - if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) - { - returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); - } - else + var commitFusionConfigurationPublishErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishErrorData child in list) { - throw new global::System.NotSupportedException(); + commitFusionConfigurationPublishErrors.Add(MapNonNullableICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors(child)); } - return returnValue; + return commitFusionConfigurationPublishErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors MapNonNullableICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishErrorData data) { - ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy returnValue = default !; - if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) + ICommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } - else + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData fusionConfigurationRequestNotFoundError) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_FusionConfigurationRequestNotFoundError(fusionConfigurationRequestNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), fusionConfigurationRequestNotFoundError.Message ?? throw new global::System.ArgumentNullException()); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo MapNonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) - { - ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData invalidProcessingStateTransitionError) { - returnValue = new SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.CommitFusionConfigurationPublish_CommitFusionConfigurationPublish_Errors_InvalidProcessingStateTransitionError(invalidProcessingStateTransitionError.__typename ?? throw new global::System.ArgumentNullException(), invalidProcessingStateTransitionError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -190887,249 +191367,49 @@ public SelectMockSchemaPromptQueryResult Create(global::StrawberryShake.IOperati // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class CommitFusionConfigurationPublishResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public SelectMockSchemaPromptQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? apiById) + public CommitFusionConfigurationPublishResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.CommitFusionConfigurationPublishPayloadData commitFusionConfigurationPublish) { - ApiById = apiById; + CommitFusionConfigurationPublish = commitFusionConfigurationPublish; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? ApiById { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.CommitFusionConfigurationPublishPayloadData CommitFusionConfigurationPublish { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new SelectMockSchemaPromptQueryResultInfo(ApiById); + return new CommitFusionConfigurationPublishResultInfo(CommitFusionConfigurationPublish); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class StartFusionConfigurationPublishResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public PageClientVersionDetailQueryResultFactory() - { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQueryResult); - - public PageClientVersionDetailQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public StartFusionConfigurationPublishResultFactory() { - if (dataInfo is PageClientVersionDetailQueryResultInfo info) - { - return new PageClientVersionDetailQueryResult(MapIPageClientVersionDetailQuery_Node(info.Node)); - } - - throw new global::System.ArgumentException("PageClientVersionDetailQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node? MapIPageClientVersionDetailQuery_Node(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? data) - { - if (data is null) - { - return null; - } - - IPageClientVersionDetailQuery_Node? returnValue; - if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiData api) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Api(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData apiDocument) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_ApiDocument(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData apiKey) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_ApiKey(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientData client) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Client(MapIPageClientVersionDetailQuery_Node_Versions(client.Versions)); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData clientChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_ClientChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData clientDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_ClientDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData clientVersion) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_ClientVersion(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData coordinateClientUsageMetrics) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_CoordinateClientUsageMetrics(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData environment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Environment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData fusionConfigurationChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_FusionConfigurationChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData fusionConfigurationDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_FusionConfigurationDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData graphQLDirectiveArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLDirectiveArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData graphQLDirectiveDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLDirectiveDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData graphQLEnumTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLEnumTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData graphQLEnumValueDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLEnumValueDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData graphQLInputObjectFieldDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLInputObjectFieldDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData graphQLInputObjectTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLInputObjectTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData graphQLInterfaceFieldArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData graphQLInterfaceFieldDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLInterfaceFieldDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData graphQLInterfaceTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLInterfaceTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData graphQLObjectFieldArgumentDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLObjectFieldArgumentDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData graphQLObjectFieldDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLObjectFieldDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData graphQLScalarTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLScalarTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData graphQLUnionTypeDefinition) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_GraphQLUnionTypeDefinition(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.GroupData @group) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Group(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData mcpFeatureCollection) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_McpFeatureCollection(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData mcpFeatureCollectionChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_McpFeatureCollectionChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData mcpFeatureCollectionDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_McpFeatureCollectionDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData mcpFeatureCollectionVersion) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_McpFeatureCollectionVersion(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData openApiCollection) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_OpenApiCollection(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData openApiCollectionChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_OpenApiCollectionChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData openApiCollectionDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_OpenApiCollectionDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData openApiCollectionVersion) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_OpenApiCollectionVersion(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData organization) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Organization(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData organizationMember) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_OrganizationMember(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData schemaChangeLog) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_SchemaChangeLog(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData schemaDeployment) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_SchemaDeployment(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.StageData stage) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Stage(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UserData user) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_User(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData workspace) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_Workspace(); - } - else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData workspaceDocument) - { - returnValue = new global::ChilliCream.Nitro.CommandLine.Client.PageClientVersionDetailQuery_Node_WorkspaceDocument(); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublishResult); - private global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions? MapIPageClientVersionDetailQuery_Node_Versions(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? data) + public StartFusionConfigurationPublishResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (data is null) - { - return null; - } - - IPageClientVersionDetailQuery_Node_Versions returnValue = default !; - if (data.__typename.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal)) - { - returnValue = new PageClientVersionDetailQuery_Node_Versions_ClientVersionConnection(MapNonNullableIPageClientVersionDetailQuery_Node_Versions_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException()), MapIPageClientVersionDetailQuery_Node_Versions_EdgesNonNullableArray(data.Edges)); - } - else + if (dataInfo is StartFusionConfigurationPublishResultInfo info) { - throw new global::System.NotSupportedException(); + return new StartFusionConfigurationPublishResult(MapNonNullableIStartFusionConfigurationPublish_StartFusionConfigurationComposition(info.StartFusionConfigurationComposition)); } - return returnValue; + throw new global::System.ArgumentException("StartFusionConfigurationPublishResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions_PageInfo MapNonNullableIPageClientVersionDetailQuery_Node_Versions_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublish_StartFusionConfigurationComposition MapNonNullableIStartFusionConfigurationPublish_StartFusionConfigurationComposition(global::ChilliCream.Nitro.CommandLine.Client.State.StartFusionConfigurationCompositionPayloadData data) { - IPageClientVersionDetailQuery_Node_Versions_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + IStartFusionConfigurationPublish_StartFusionConfigurationComposition returnValue = default !; + if (data.__typename.Equals("StartFusionConfigurationCompositionPayload", global::System.StringComparison.Ordinal)) { - returnValue = new PageClientVersionDetailQuery_Node_Versions_PageInfo_PageInfo(data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor); + returnValue = new StartFusionConfigurationPublish_StartFusionConfigurationComposition_StartFusionConfigurationCompositionPayload(MapIStartFusionConfigurationPublish_StartFusionConfigurationComposition_ErrorsNonNullableArray(data.Errors)); } else { @@ -191139,94 +191419,36 @@ public PageClientVersionDetailQueryResult Create(global::StrawberryShake.IOperat return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIPageClientVersionDetailQuery_Node_Versions_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapIStartFusionConfigurationPublish_StartFusionConfigurationComposition_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { return null; } - var clientVersionEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData child in list) - { - clientVersionEdges.Add(MapNonNullableIPageClientVersionDetailQuery_Node_Versions_Edges(child)); - } - - return clientVersionEdges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IPageClientVersionDetailQuery_Node_Versions_Edges MapNonNullableIPageClientVersionDetailQuery_Node_Versions_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData data) - { - IPageClientVersionDetailQuery_Node_Versions_Edges returnValue = default !; - if (data.__typename.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal)) - { - returnValue = new PageClientVersionDetailQuery_Node_Versions_Edges_ClientVersionEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData data) - { - IShowClientCommandQuery_Node_Versions_Edges_Node returnValue = default !; - if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.Tag ?? throw new global::System.ArgumentNullException(), MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(data.PublishedTo ?? throw new global::System.ArgumentNullException())); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - throw new global::System.ArgumentNullException(); - } - - var publishedClientVersions = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData child in list) + var startFusionConfigurationCompositionErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IStartFusionConfigurationCompositionErrorData child in list) { - publishedClientVersions.Add(MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(child)); + startFusionConfigurationCompositionErrors.Add(MapNonNullableIStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors(child)); } - return publishedClientVersions; + return startFusionConfigurationCompositionErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) + private global::ChilliCream.Nitro.CommandLine.Client.IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors MapNonNullableIStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IStartFusionConfigurationCompositionErrorData data) { - IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo returnValue = default !; - if (data.__typename.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(MapIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(data.Stage)); - } - else + IStartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - throw new global::System.NotSupportedException(); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? MapIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) - { - if (data is null) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData fusionConfigurationRequestNotFoundError) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError(fusionConfigurationRequestNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), fusionConfigurationRequestNotFoundError.Message ?? throw new global::System.ArgumentNullException()); } - - IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage returnValue = default !; - if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData invalidProcessingStateTransitionError) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.StartFusionConfigurationPublish_StartFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError(invalidProcessingStateTransitionError.__typename ?? throw new global::System.ArgumentNullException(), invalidProcessingStateTransitionError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -191244,57 +191466,49 @@ public PageClientVersionDetailQueryResult Create(global::StrawberryShake.IOperat // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class StartFusionConfigurationPublishResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public PageClientVersionDetailQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? node) + public StartFusionConfigurationPublishResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.StartFusionConfigurationCompositionPayloadData startFusionConfigurationComposition) { - Node = node; + StartFusionConfigurationComposition = startFusionConfigurationComposition; } - /// - /// Fetches an object given its ID. - /// - public global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Node { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.StartFusionConfigurationCompositionPayloadData StartFusionConfigurationComposition { get; } public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); public global::System.UInt64 Version => 0; public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new PageClientVersionDetailQueryResultInfo(Node); + return new StartFusionConfigurationPublishResultInfo(StartFusionConfigurationComposition); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class ValidateFusionConfigurationPublishResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public SelectClientPromptQueryResultFactory() + public ValidateFusionConfigurationPublishResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQueryResult); + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublishResult); - public SelectClientPromptQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + public ValidateFusionConfigurationPublishResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (dataInfo is SelectClientPromptQueryResultInfo info) + if (dataInfo is ValidateFusionConfigurationPublishResultInfo info) { - return new SelectClientPromptQueryResult(MapISelectClientPromptQuery_ApiById(info.ApiById)); + return new ValidateFusionConfigurationPublishResult(MapNonNullableIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition(info.ValidateFusionConfigurationComposition)); } - throw new global::System.ArgumentException("SelectClientPromptQueryResultInfo expected."); + throw new global::System.ArgumentException("ValidateFusionConfigurationPublishResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById? MapISelectClientPromptQuery_ApiById(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + private global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition MapNonNullableIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateFusionConfigurationCompositionPayloadData data) { - if (data is null) - { - return null; - } - - ISelectClientPromptQuery_ApiById returnValue = default !; - if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) + IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition returnValue = default !; + if (data.__typename.Equals("ValidateFusionConfigurationCompositionPayload", global::System.StringComparison.Ordinal)) { - returnValue = new SelectClientPromptQuery_ApiById_Api(MapISelectClientPromptQuery_ApiById_Clients(data.Clients)); + returnValue = new ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ValidateFusionConfigurationCompositionPayload(MapIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ErrorsNonNullableArray(data.Errors)); } else { @@ -191304,48 +191518,36 @@ public SelectClientPromptQueryResult Create(global::StrawberryShake.IOperationRe return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients? MapISelectClientPromptQuery_ApiById_Clients(global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData? data) + private global::System.Collections.Generic.IReadOnlyList? MapIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_ErrorsNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { return null; } - ISelectClientPromptQuery_ApiById_Clients returnValue = default !; - if (data.__typename.Equals("ClientsConnection", global::System.StringComparison.Ordinal)) - { - returnValue = new SelectClientPromptQuery_ApiById_Clients_ClientsConnection(MapISelectClientPromptQuery_ApiById_Clients_EdgesNonNullableArray(data.Edges), MapNonNullableISelectClientPromptQuery_ApiById_Clients_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); - } - else + var validateFusionConfigurationCompositionErrors = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionErrorData child in list) { - throw new global::System.NotSupportedException(); + validateFusionConfigurationCompositionErrors.Add(MapNonNullableIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors(child)); } - return returnValue; + return validateFusionConfigurationCompositionErrors; } - private global::System.Collections.Generic.IReadOnlyList? MapISelectClientPromptQuery_ApiById_Clients_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors MapNonNullableIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors(global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionErrorData data) { - if (list is null) + IValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors? returnValue; + if (data is global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData unauthorizedOperation) { - return null; + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_UnauthorizedOperation(unauthorizedOperation.__typename ?? throw new global::System.ArgumentNullException(), unauthorizedOperation.Message ?? throw new global::System.ArgumentNullException()); } - - var clientsEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData child in list) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData fusionConfigurationRequestNotFoundError) { - clientsEdges.Add(MapNonNullableISelectClientPromptQuery_ApiById_Clients_Edges(child)); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_FusionConfigurationRequestNotFoundError(fusionConfigurationRequestNotFoundError.__typename ?? throw new global::System.ArgumentNullException(), fusionConfigurationRequestNotFoundError.Message ?? throw new global::System.ArgumentNullException()); } - - return clientsEdges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_Edges MapNonNullableISelectClientPromptQuery_ApiById_Clients_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData data) - { - ISelectClientPromptQuery_ApiById_Clients_Edges returnValue = default !; - if (data.__typename.Equals("ClientsEdge", global::System.StringComparison.Ordinal)) + else if (data is global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData invalidProcessingStateTransitionError) { - returnValue = new SelectClientPromptQuery_ApiById_Clients_Edges_ClientsEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableISelectClientPromptQuery_ApiById_Clients_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + returnValue = new global::ChilliCream.Nitro.CommandLine.Client.ValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition_Errors_InvalidProcessingStateTransitionError(invalidProcessingStateTransitionError.__typename ?? throw new global::System.ArgumentNullException(), invalidProcessingStateTransitionError.Message ?? throw new global::System.ArgumentNullException()); } else { @@ -191355,52 +191557,62 @@ public SelectClientPromptQueryResult Create(global::StrawberryShake.IOperationRe return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_Edges_Node MapNonNullableISelectClientPromptQuery_ApiById_Clients_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientData data) + global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) { - ISelectClientPromptQuery_ApiById_Clients_Edges_Node returnValue = default !; - if (data.__typename.Equals("Client", global::System.StringComparison.Ordinal)) - { - returnValue = new SelectClientPromptQuery_ApiById_Clients_Edges_Node_Client(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), MapIShowClientCommandQuery_Node_Api_1(data.Api), MapIShowClientCommandQuery_Node_Versions(data.Versions)); - } - else - { - throw new global::System.NotSupportedException(); - } + return Create(dataInfo, snapshot); + } + } - return returnValue; + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ValidateFusionConfigurationPublishResultInfo : global::StrawberryShake.IOperationResultDataInfo + { + public ValidateFusionConfigurationPublishResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ValidateFusionConfigurationCompositionPayloadData validateFusionConfigurationComposition) + { + ValidateFusionConfigurationComposition = validateFusionConfigurationComposition; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Api_1? MapIShowClientCommandQuery_Node_Api_1(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + public global::ChilliCream.Nitro.CommandLine.Client.State.ValidateFusionConfigurationCompositionPayloadData ValidateFusionConfigurationComposition { get; } + public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); + public global::System.UInt64 Version => 0; + + public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - if (data is null) - { - return null; - } + return new ValidateFusionConfigurationPublishResultInfo(ValidateFusionConfigurationComposition); + } + } - IShowClientCommandQuery_Node_Api_1 returnValue = default !; - if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowClientCommandQuery_Node_Api_Api(data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException()); - } - else + // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class SelectMcpFeatureCollectionPromptQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + { + public SelectMcpFeatureCollectionPromptQueryResultFactory() + { + } + + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryResult); + + public SelectMcpFeatureCollectionPromptQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) + { + if (dataInfo is SelectMcpFeatureCollectionPromptQueryResultInfo info) { - throw new global::System.NotSupportedException(); + return new SelectMcpFeatureCollectionPromptQueryResult(MapISelectMcpFeatureCollectionPromptQuery_ApiById(info.ApiById)); } - return returnValue; + throw new global::System.ArgumentException("SelectMcpFeatureCollectionPromptQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions? MapIShowClientCommandQuery_Node_Versions(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById? MapISelectMcpFeatureCollectionPromptQuery_ApiById(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) { if (data is null) { return null; } - IShowClientCommandQuery_Node_Versions returnValue = default !; - if (data.__typename.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal)) + ISelectMcpFeatureCollectionPromptQuery_ApiById returnValue = default !; + if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_ClientVersionConnection(MapIShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(data.Edges), MapNonNullableIShowClientCommandQuery_Node_Versions_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new SelectMcpFeatureCollectionPromptQuery_ApiById_Api(MapISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections(data.McpFeatureCollections)); } else { @@ -191410,43 +191622,17 @@ public SelectClientPromptQueryResult Create(global::StrawberryShake.IOperationRe return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapIShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections? MapISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections(global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData? data) { - if (list is null) + if (data is null) { return null; } - var clientVersionEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData child in list) - { - clientVersionEdges.Add(MapNonNullableIShowClientCommandQuery_Node_Versions_Edges(child)); - } - - return clientVersionEdges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges MapNonNullableIShowClientCommandQuery_Node_Versions_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData data) - { - IShowClientCommandQuery_Node_Versions_Edges returnValue = default !; - if (data.__typename.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_ClientVersionEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData data) - { - IShowClientCommandQuery_Node_Versions_Edges_Node returnValue = default !; - if (data.__typename.Equals("ClientVersion", global::System.StringComparison.Ordinal)) + ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections returnValue = default !; + if (data.__typename.Equals("ApiMcpFeatureCollectionsConnection", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_ClientVersion(data.Id ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), data.Tag ?? throw new global::System.ArgumentNullException(), MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(data.PublishedTo ?? throw new global::System.ArgumentNullException())); + returnValue = new SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection(MapISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_EdgesNonNullableArray(data.Edges), MapNonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -191456,48 +191642,28 @@ public SelectClientPromptQueryResult Create(global::StrawberryShake.IOperationRe return returnValue; } - private global::System.Collections.Generic.IReadOnlyList MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::System.Collections.Generic.IReadOnlyList? MapISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { if (list is null) { - throw new global::System.ArgumentNullException(); - } - - var publishedClientVersions = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData child in list) - { - publishedClientVersions.Add(MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(child)); + return null; } - return publishedClientVersions; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo MapNonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData data) - { - IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo returnValue = default !; - if (data.__typename.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_PublishedClientVersion(MapIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(data.Stage)); - } - else + var apiMcpFeatureCollectionsEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData child in list) { - throw new global::System.NotSupportedException(); + apiMcpFeatureCollectionsEdges.Add(MapNonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges(child)); } - return returnValue; + return apiMcpFeatureCollectionsEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage? MapIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::ChilliCream.Nitro.CommandLine.Client.State.StageData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges MapNonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData data) { - if (data is null) - { - return null; - } - - IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage returnValue = default !; - if (data.__typename.Equals("Stage", global::System.StringComparison.Ordinal)) + ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges returnValue = default !; + if (data.__typename.Equals("ApiMcpFeatureCollectionsEdge", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage_Stage(data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -191507,12 +191673,12 @@ public SelectClientPromptQueryResult Create(global::StrawberryShake.IOperationRe return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowClientCommandQuery_Node_Versions_PageInfo MapNonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node MapNonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData data) { - IShowClientCommandQuery_Node_Versions_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node returnValue = default !; + if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) { - returnValue = new ShowClientCommandQuery_Node_Versions_PageInfo_PageInfo(data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor); + returnValue = new SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); } else { @@ -191522,12 +191688,12 @@ public SelectClientPromptQueryResult Create(global::StrawberryShake.IOperationRe return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ISelectClientPromptQuery_ApiById_Clients_PageInfo MapNonNullableISelectClientPromptQuery_ApiById_Clients_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo MapNonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) { - ISelectClientPromptQuery_ApiById_Clients_PageInfo returnValue = default !; + ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo returnValue = default !; if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - returnValue = new SelectClientPromptQuery_ApiById_Clients_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + returnValue = new SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); } else { @@ -191545,9 +191711,9 @@ public SelectClientPromptQueryResult Create(global::StrawberryShake.IOperationRe // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class SelectMcpFeatureCollectionPromptQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public SelectClientPromptQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? apiById) + public SelectMcpFeatureCollectionPromptQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? apiById) { ApiById = apiById; } @@ -191558,107 +191724,41 @@ public SelectClientPromptQueryResultInfo(global::ChilliCream.Nitro.CommandLine.C public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new SelectClientPromptQueryResultInfo(ApiById); + return new SelectMcpFeatureCollectionPromptQueryResultInfo(ApiById); } } // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory + public partial class SelectMockSchemaPromptQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory { - public SelectApiPromptQueryResultFactory() + public SelectMockSchemaPromptQueryResultFactory() { } - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQueryResult); - - public SelectApiPromptQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is SelectApiPromptQueryResultInfo info) - { - return new SelectApiPromptQueryResult(MapISelectApiPromptQuery_WorkspaceById(info.WorkspaceById)); - } - - throw new global::System.ArgumentException("SelectApiPromptQueryResultInfo expected."); - } + global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQueryResult); - private global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById? MapISelectApiPromptQuery_WorkspaceById(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + public SelectMockSchemaPromptQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) { - if (data is null) - { - return null; - } - - ISelectApiPromptQuery_WorkspaceById returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) - { - returnValue = new SelectApiPromptQuery_WorkspaceById_Workspace(MapISelectApiPromptQuery_WorkspaceById_Apis(data.Apis)); - } - else + if (dataInfo is SelectMockSchemaPromptQueryResultInfo info) { - throw new global::System.NotSupportedException(); + return new SelectMockSchemaPromptQueryResult(MapISelectMockSchemaPromptQuery_ApiById(info.ApiById)); } - return returnValue; + throw new global::System.ArgumentException("SelectMockSchemaPromptQueryResultInfo expected."); } - private global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis? MapISelectApiPromptQuery_WorkspaceById_Apis(global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById? MapISelectMockSchemaPromptQuery_ApiById(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) { if (data is null) { return null; } - ISelectApiPromptQuery_WorkspaceById_Apis returnValue = default !; - if (data.__typename.Equals("ApisConnection", global::System.StringComparison.Ordinal)) - { - returnValue = new SelectApiPromptQuery_WorkspaceById_Apis_ApisConnection(MapISelectApiPromptQuery_WorkspaceById_Apis_EdgesNonNullableArray(data.Edges), MapNonNullableISelectApiPromptQuery_WorkspaceById_Apis_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::System.Collections.Generic.IReadOnlyList? MapISelectApiPromptQuery_WorkspaceById_Apis_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) - { - if (list is null) - { - return null; - } - - var apisEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData child in list) - { - apisEdges.Add(MapNonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges(child)); - } - - return apisEdges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_Edges MapNonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData data) - { - ISelectApiPromptQuery_WorkspaceById_Apis_Edges returnValue = default !; - if (data.__typename.Equals("ApisEdge", global::System.StringComparison.Ordinal)) - { - returnValue = new SelectApiPromptQuery_WorkspaceById_Apis_Edges_ApisEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node MapNonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData data) - { - ISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node returnValue = default !; + ISelectMockSchemaPromptQuery_ApiById returnValue = default !; if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) { - returnValue = new SelectApiPromptQuery_WorkspaceById_Apis_Edges_Node_Api(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.Path ?? throw new global::System.ArgumentNullException(), MapIShowApiCommandQuery_Node_Workspace_1(data.Workspace), MapNonNullableIShowApiCommandQuery_Node_Settings(data.Settings ?? throw new global::System.ArgumentNullException())); + returnValue = new SelectMockSchemaPromptQuery_ApiById_Api(MapISelectMockSchemaPromptQuery_ApiById_MockSchemas(data.MockSchemas)); } else { @@ -191668,62 +191768,17 @@ public SelectApiPromptQueryResult Create(global::StrawberryShake.IOperationResul return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Workspace_1? MapIShowApiCommandQuery_Node_Workspace_1(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas? MapISelectMockSchemaPromptQuery_ApiById_MockSchemas(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData? data) { if (data is null) { return null; } - IShowApiCommandQuery_Node_Workspace_1 returnValue = default !; - if (data.__typename.Equals("Workspace", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowApiCommandQuery_Node_Workspace_Workspace(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings MapNonNullableIShowApiCommandQuery_Node_Settings(global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData data) - { - IShowApiCommandQuery_Node_Settings returnValue = default !; - if (data.__typename.Equals("ApiSettings", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowApiCommandQuery_Node_Settings_ApiSettings(MapNonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(data.SchemaRegistry ?? throw new global::System.ArgumentNullException())); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.IShowApiCommandQuery_Node_Settings_SchemaRegistry MapNonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData data) - { - IShowApiCommandQuery_Node_Settings_SchemaRegistry returnValue = default !; - if (data.__typename.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal)) - { - returnValue = new ShowApiCommandQuery_Node_Settings_SchemaRegistry_SchemaRegistrySettings(data.TreatDangerousAsBreaking ?? throw new global::System.ArgumentNullException(), data.AllowBreakingSchemaChanges ?? throw new global::System.ArgumentNullException()); - } - else - { - throw new global::System.NotSupportedException(); - } - - return returnValue; - } - - private global::ChilliCream.Nitro.CommandLine.Client.ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo MapNonNullableISelectApiPromptQuery_WorkspaceById_Apis_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) - { - ISelectApiPromptQuery_WorkspaceById_Apis_PageInfo returnValue = default !; - if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) + ISelectMockSchemaPromptQuery_ApiById_MockSchemas returnValue = default !; + if (data.__typename.Equals("MockSchemasConnection", global::System.StringComparison.Ordinal)) { - returnValue = new SelectApiPromptQuery_WorkspaceById_Apis_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + returnValue = new SelectMockSchemaPromptQuery_ApiById_MockSchemas_MockSchemasConnection(MapISelectMockSchemaPromptQuery_ApiById_MockSchemas_EdgesNonNullableArray(data.Edges), MapNonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); } else { @@ -191733,82 +191788,28 @@ public SelectApiPromptQueryResult Create(global::StrawberryShake.IOperationResul return returnValue; } - global::System.Object global::StrawberryShake.IOperationResultDataFactory.Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot) - { - return Create(dataInfo, snapshot); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo - { - public SelectApiPromptQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspaceById) - { - WorkspaceById = workspaceById; - } - - public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? WorkspaceById { get; } - public global::System.Collections.Generic.IReadOnlyCollection EntityIds => global::System.Array.Empty(); - public global::System.UInt64 Version => 0; - - public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) - { - return new SelectApiPromptQueryResultInfo(WorkspaceById); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMcpFeatureCollectionPromptQueryResultFactory : global::StrawberryShake.IOperationResultDataFactory - { - public SelectMcpFeatureCollectionPromptQueryResultFactory() - { - } - - global::System.Type global::StrawberryShake.IOperationResultDataFactory.ResultType => typeof(global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQueryResult); - - public SelectMcpFeatureCollectionPromptQueryResult Create(global::StrawberryShake.IOperationResultDataInfo dataInfo, global::StrawberryShake.IEntityStoreSnapshot? snapshot = null) - { - if (dataInfo is SelectMcpFeatureCollectionPromptQueryResultInfo info) - { - return new SelectMcpFeatureCollectionPromptQueryResult(MapISelectMcpFeatureCollectionPromptQuery_ApiById(info.ApiById)); - } - - throw new global::System.ArgumentException("SelectMcpFeatureCollectionPromptQueryResultInfo expected."); - } - - private global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById? MapISelectMcpFeatureCollectionPromptQuery_ApiById(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? data) + private global::System.Collections.Generic.IReadOnlyList? MapISelectMockSchemaPromptQuery_ApiById_MockSchemas_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) { - if (data is null) + if (list is null) { return null; } - ISelectMcpFeatureCollectionPromptQuery_ApiById returnValue = default !; - if (data.__typename.Equals("Api", global::System.StringComparison.Ordinal)) - { - returnValue = new SelectMcpFeatureCollectionPromptQuery_ApiById_Api(MapISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections(data.McpFeatureCollections)); - } - else + var mockSchemasEdges = new global::System.Collections.Generic.List(); + foreach (global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData child in list) { - throw new global::System.NotSupportedException(); + mockSchemasEdges.Add(MapNonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges(child)); } - return returnValue; + return mockSchemasEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections? MapISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections(global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData? data) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges MapNonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData data) { - if (data is null) - { - return null; - } - - ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections returnValue = default !; - if (data.__typename.Equals("ApiMcpFeatureCollectionsConnection", global::System.StringComparison.Ordinal)) + ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges returnValue = default !; + if (data.__typename.Equals("MockSchemasEdge", global::System.StringComparison.Ordinal)) { - returnValue = new SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_ApiMcpFeatureCollectionsConnection(MapISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_EdgesNonNullableArray(data.Edges), MapNonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo(data.PageInfo ?? throw new global::System.ArgumentNullException())); + returnValue = new SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_MockSchemasEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); } else { @@ -191818,28 +191819,27 @@ public SelectMcpFeatureCollectionPromptQueryResult Create(global::StrawberryShak return returnValue; } - private global::System.Collections.Generic.IReadOnlyList? MapISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_EdgesNonNullableArray(global::System.Collections.Generic.IReadOnlyList? list) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node MapNonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData data) { - if (list is null) + ISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node returnValue = default !; + if (data.__typename.Equals("MockSchema", global::System.StringComparison.Ordinal)) { - return null; + returnValue = new SelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node_MockSchema(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException(), data.CreatedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(data.CreatedBy ?? throw new global::System.ArgumentNullException()), data.ModifiedAt ?? throw new global::System.ArgumentNullException(), MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(data.ModifiedBy ?? throw new global::System.ArgumentNullException()), data.DownstreamUrl ?? throw new global::System.ArgumentNullException(), data.Url ?? throw new global::System.ArgumentNullException()); } - - var apiMcpFeatureCollectionsEdges = new global::System.Collections.Generic.List(); - foreach (global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData child in list) + else { - apiMcpFeatureCollectionsEdges.Add(MapNonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges(child)); + throw new global::System.NotSupportedException(); } - return apiMcpFeatureCollectionsEdges; + return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges MapNonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges(global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) { - ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges returnValue = default !; - if (data.__typename.Equals("ApiMcpFeatureCollectionsEdge", global::System.StringComparison.Ordinal)) + ICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy returnValue = default !; + if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) { - returnValue = new SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_ApiMcpFeatureCollectionsEdge(data.Cursor ?? throw new global::System.ArgumentNullException(), MapNonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node(data.Node ?? throw new global::System.ArgumentNullException())); + returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_CreatedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); } else { @@ -191849,12 +191849,12 @@ public SelectMcpFeatureCollectionPromptQueryResult Create(global::StrawberryShak return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node MapNonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node(global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData data) + private global::ChilliCream.Nitro.CommandLine.Client.ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy MapNonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData data) { - ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node returnValue = default !; - if (data.__typename.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal)) + ICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy returnValue = default !; + if (data.__typename.Equals("UserInfo", global::System.StringComparison.Ordinal)) { - returnValue = new SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node_McpFeatureCollection(data.Id ?? throw new global::System.ArgumentNullException(), data.Name ?? throw new global::System.ArgumentNullException()); + returnValue = new CreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy_UserInfo(data.Username ?? throw new global::System.ArgumentNullException()); } else { @@ -191864,12 +191864,12 @@ public SelectMcpFeatureCollectionPromptQueryResult Create(global::StrawberryShak return returnValue; } - private global::ChilliCream.Nitro.CommandLine.Client.ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo MapNonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) + private global::ChilliCream.Nitro.CommandLine.Client.ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo MapNonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo(global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData data) { - ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo returnValue = default !; + ISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo returnValue = default !; if (data.__typename.Equals("PageInfo", global::System.StringComparison.Ordinal)) { - returnValue = new SelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); + returnValue = new SelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo_PageInfo(data.HasPreviousPage ?? throw new global::System.ArgumentNullException(), data.HasNextPage ?? throw new global::System.ArgumentNullException(), data.EndCursor, data.StartCursor); } else { @@ -191887,9 +191887,9 @@ public SelectMcpFeatureCollectionPromptQueryResult Create(global::StrawberryShak // StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMcpFeatureCollectionPromptQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo + public partial class SelectMockSchemaPromptQueryResultInfo : global::StrawberryShake.IOperationResultDataInfo { - public SelectMcpFeatureCollectionPromptQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? apiById) + public SelectMockSchemaPromptQueryResultInfo(global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? apiById) { ApiById = apiById; } @@ -191900,7 +191900,7 @@ public SelectMcpFeatureCollectionPromptQueryResultInfo(global::ChilliCream.Nitro public global::StrawberryShake.IOperationResultDataInfo WithVersion(global::System.UInt64 version) { - return new SelectMcpFeatureCollectionPromptQueryResultInfo(ApiById); + return new SelectMockSchemaPromptQueryResultInfo(ApiById); } } @@ -192052,77 +192052,45 @@ public SelectOpenApiCollectionPromptQueryResultInfo(global::ChilliCream.Nitro.Co // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IUploadFusionSubgraphInputInfo - { - global::System.Boolean IsApiIdSet { get; } - - global::System.Boolean IsArchiveSet { get; } - - global::System.Boolean IsTagSet { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IUnpublishClientInputInfo + internal interface ICreateApiKeyInputInfo { - global::System.Boolean IsClientIdSet { get; } - - global::System.Boolean IsStageSet { get; } - - global::System.Boolean IsTagSet { get; } - } + global::System.Boolean IsNameSet { get; } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IUploadClientInputInfo - { - global::System.Boolean IsClientIdSet { get; } + global::System.Boolean IsPermissionScopeSet { get; } - global::System.Boolean IsOperationsSet { get; } + global::System.Boolean IsRoleAssigmentConditionSet { get; } - global::System.Boolean IsTagSet { get; } + global::System.Boolean IsWorkspaceIdSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IValidateClientInputInfo + internal interface IApiKeyPermissionScopeInputInfo { - global::System.Boolean IsClientIdSet { get; } - - global::System.Boolean IsOperationsSet { get; } + global::System.Boolean IsApiIdSet { get; } - global::System.Boolean IsStageSet { get; } + global::System.Boolean IsWorkspaceIdSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IDeleteClientByIdInputInfo + internal interface IRoleAssigmentConditionInputInfo { - global::System.Boolean IsClientIdSet { get; } + global::System.Boolean IsStageAuthorizationConditionSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IPublishClientInputInfo + internal interface IRoleAssignmentStageAuthorizationConditionInputInfo { - global::System.Boolean IsClientIdSet { get; } - - global::System.Boolean IsForceSet { get; } - - global::System.Boolean IsStageSet { get; } - - global::System.Boolean IsTagSet { get; } - - global::System.Boolean IsWaitForApprovalSet { get; } + global::System.Boolean IsNameSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface ICreateClientInputInfo + internal interface IDeleteApiKeyInputInfo { - global::System.Boolean IsApiIdSet { get; } - - global::System.Boolean IsNameSet { get; } + global::System.Boolean IsApiKeyIdSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator @@ -192152,72 +192120,108 @@ internal interface IPartialSchemaRegistrySettingsInputInfo // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IUpdateStagesInputInfo + internal interface ICreateClientInputInfo { global::System.Boolean IsApiIdSet { get; } - global::System.Boolean IsUpdatedStagesSet { get; } + global::System.Boolean IsNameSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IStageUpdateInputInfo + internal interface IDeleteClientByIdInputInfo { - global::System.Boolean IsConditionsSet { get; } + global::System.Boolean IsClientIdSet { get; } + } - global::System.Boolean IsDisplayNameSet { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + internal interface IPublishClientInputInfo + { + global::System.Boolean IsClientIdSet { get; } - global::System.Boolean IsNameSet { get; } + global::System.Boolean IsForceSet { get; } + + global::System.Boolean IsStageSet { get; } + + global::System.Boolean IsTagSet { get; } + + global::System.Boolean IsWaitForApprovalSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IStageConditionUpdateInputInfo + internal interface IUnpublishClientInputInfo { - global::System.Boolean IsAfterStageSet { get; } + global::System.Boolean IsClientIdSet { get; } + + global::System.Boolean IsStageSet { get; } + + global::System.Boolean IsTagSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface ICreateApiKeyInputInfo + internal interface IUploadClientInputInfo { - global::System.Boolean IsNameSet { get; } + global::System.Boolean IsClientIdSet { get; } - global::System.Boolean IsPermissionScopeSet { get; } + global::System.Boolean IsOperationsSet { get; } - global::System.Boolean IsRoleAssigmentConditionSet { get; } + global::System.Boolean IsTagSet { get; } + } - global::System.Boolean IsWorkspaceIdSet { get; } + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + internal interface IValidateClientInputInfo + { + global::System.Boolean IsClientIdSet { get; } + + global::System.Boolean IsOperationsSet { get; } + + global::System.Boolean IsStageSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IApiKeyPermissionScopeInputInfo + internal interface IUploadFusionSubgraphInputInfo { global::System.Boolean IsApiIdSet { get; } - global::System.Boolean IsWorkspaceIdSet { get; } + global::System.Boolean IsArchiveSet { get; } + + global::System.Boolean IsTagSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IRoleAssigmentConditionInputInfo + internal interface ICreateMcpFeatureCollectionInputInfo { - global::System.Boolean IsStageAuthorizationConditionSet { get; } + global::System.Boolean IsApiIdSet { get; } + + global::System.Boolean IsNameSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IRoleAssignmentStageAuthorizationConditionInputInfo + internal interface IDeleteMcpFeatureCollectionByIdInputInfo { - global::System.Boolean IsNameSet { get; } + global::System.Boolean IsMcpFeatureCollectionIdSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IDeleteApiKeyInputInfo + internal interface IPublishMcpFeatureCollectionInputInfo { - global::System.Boolean IsApiKeyIdSet { get; } + global::System.Boolean IsForceSet { get; } + + global::System.Boolean IsMcpFeatureCollectionIdSet { get; } + + global::System.Boolean IsStageSet { get; } + + global::System.Boolean IsTagSet { get; } + + global::System.Boolean IsWaitForApprovalSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator @@ -192244,27 +192248,27 @@ internal interface IValidateMcpFeatureCollectionInputInfo // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IDeleteMcpFeatureCollectionByIdInputInfo + internal interface ICreateOpenApiCollectionInputInfo { - global::System.Boolean IsMcpFeatureCollectionIdSet { get; } + global::System.Boolean IsApiIdSet { get; } + + global::System.Boolean IsNameSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface ICreateMcpFeatureCollectionInputInfo + internal interface IDeleteOpenApiCollectionByIdInputInfo { - global::System.Boolean IsApiIdSet { get; } - - global::System.Boolean IsNameSet { get; } + global::System.Boolean IsOpenApiCollectionIdSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IPublishMcpFeatureCollectionInputInfo + internal interface IPublishOpenApiCollectionInputInfo { global::System.Boolean IsForceSet { get; } - global::System.Boolean IsMcpFeatureCollectionIdSet { get; } + global::System.Boolean IsOpenApiCollectionIdSet { get; } global::System.Boolean IsStageSet { get; } @@ -192273,6 +192277,28 @@ internal interface IPublishMcpFeatureCollectionInputInfo global::System.Boolean IsWaitForApprovalSet { get; } } + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + internal interface IUploadOpenApiCollectionInputInfo + { + global::System.Boolean IsCollectionSet { get; } + + global::System.Boolean IsOpenApiCollectionIdSet { get; } + + global::System.Boolean IsTagSet { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + internal interface IValidateOpenApiCollectionInputInfo + { + global::System.Boolean IsCollectionSet { get; } + + global::System.Boolean IsOpenApiCollectionIdSet { get; } + + global::System.Boolean IsStageSet { get; } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] internal interface ICreatePersonalAccessTokenInputInfo @@ -192291,55 +192317,66 @@ internal interface IRevokePersonalAccessTokenInputInfo // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IUploadOpenApiCollectionInputInfo + internal interface IPublishSchemaInputInfo { - global::System.Boolean IsCollectionSet { get; } + global::System.Boolean IsApiIdSet { get; } - global::System.Boolean IsOpenApiCollectionIdSet { get; } + global::System.Boolean IsForceSet { get; } + + global::System.Boolean IsStageSet { get; } global::System.Boolean IsTagSet { get; } + + global::System.Boolean IsWaitForApprovalSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IPublishOpenApiCollectionInputInfo + internal interface IUploadSchemaInputInfo { - global::System.Boolean IsForceSet { get; } - - global::System.Boolean IsOpenApiCollectionIdSet { get; } + global::System.Boolean IsApiIdSet { get; } - global::System.Boolean IsStageSet { get; } + global::System.Boolean IsSchemaSet { get; } global::System.Boolean IsTagSet { get; } - - global::System.Boolean IsWaitForApprovalSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IValidateOpenApiCollectionInputInfo + internal interface IValidateSchemaInputInfo { - global::System.Boolean IsCollectionSet { get; } + global::System.Boolean IsApiIdSet { get; } - global::System.Boolean IsOpenApiCollectionIdSet { get; } + global::System.Boolean IsSchemaSet { get; } global::System.Boolean IsStageSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface ICreateOpenApiCollectionInputInfo + internal interface IUpdateStagesInputInfo { global::System.Boolean IsApiIdSet { get; } + global::System.Boolean IsUpdatedStagesSet { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + internal interface IStageUpdateInputInfo + { + global::System.Boolean IsConditionsSet { get; } + + global::System.Boolean IsDisplayNameSet { get; } + global::System.Boolean IsNameSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IDeleteOpenApiCollectionByIdInputInfo + internal interface IStageConditionUpdateInputInfo { - global::System.Boolean IsOpenApiCollectionIdSet { get; } + global::System.Boolean IsAfterStageSet { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator @@ -192351,13 +192388,15 @@ internal interface ICreateWorkspaceInputInfo // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IPublishSchemaInputInfo + internal interface IBeginFusionConfigurationPublishInputInfo { global::System.Boolean IsApiIdSet { get; } - global::System.Boolean IsForceSet { get; } + global::System.Boolean IsStageNameSet { get; } - global::System.Boolean IsStageSet { get; } + global::System.Boolean IsSubgraphApiIdSet { get; } + + global::System.Boolean IsSubgraphNameSet { get; } global::System.Boolean IsTagSet { get; } @@ -192366,98 +192405,855 @@ internal interface IPublishSchemaInputInfo // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IUploadSchemaInputInfo + internal interface ICancelFusionConfigurationCompositionInputInfo { - global::System.Boolean IsApiIdSet { get; } + global::System.Boolean IsRequestIdSet { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + internal interface ICommitFusionConfigurationPublishInputInfo + { + global::System.Boolean IsConfigurationSet { get; } + + global::System.Boolean IsRequestIdSet { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + internal interface IStartFusionConfigurationCompositionInputInfo + { + global::System.Boolean IsRequestIdSet { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + internal interface IValidateFusionConfigurationCompositionInputInfo + { + global::System.Boolean IsConfigurationSet { get; } + + global::System.Boolean IsRequestIdSet { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateApiKeyCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + public CreateApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new CreateApiKeyCommandMutationResultInfo(Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createApiKey"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyPayloadData Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("CreateApiKeyPayload", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyPayloadData(typename, result: Deserialize_ICreateApiKeyCommandMutation_CreateApiKey_Result(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "result")), errors: Deserialize_ICreateApiKeyErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyWithSecretData? Deserialize_ICreateApiKeyCommandMutation_CreateApiKey_Result(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiKeyWithSecret", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyWithSecretData(typename, key: Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey_Result_Key(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "key")), secret: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "secret"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey_Result_Key(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), workspace: Deserialize_ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _iDParser.Parse(obj.Value.GetString()!); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateApiKeyErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var createApiKeyErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + createApiKeyErrors.Add(Deserialize_NonNullableICreateApiKeyErrorData(child)); + } + + return createApiKeyErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyErrorData Deserialize_NonNullableICreateApiKeyErrorData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); + } + + if (typename?.Equals("WorkspaceNotFound", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceNotFoundData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), workspaceId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaceId"))); + } + + if (typename?.Equals("PersonalWorkspaceNotSupportedError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalWorkspaceNotSupportedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("ValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("RoleNotFoundError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.RoleNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), roleId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "roleId"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var validationErrorPropertys = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + validationErrorPropertys.Add(Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors(child)); + } + + return validationErrorPropertys; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorPropertyData Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ValidationErrorProperty", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorPropertyData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + throw new global::System.NotSupportedException(); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class DeleteApiKeyCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public DeleteApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new DeleteApiKeyCommandMutationResultInfo(Deserialize_NonNullableIDeleteApiKeyCommandMutation_DeleteApiKey(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deleteApiKey"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyPayloadData Deserialize_NonNullableIDeleteApiKeyCommandMutation_DeleteApiKey(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DeleteApiKeyPayload", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyPayloadData(typename, apiKey: Deserialize_IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiKey")), errors: Deserialize_IDeleteApiKeyErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? Deserialize_IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), workspace: Deserialize_ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _iDParser.Parse(obj.Value.GetString()!); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IDeleteApiKeyErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var deleteApiKeyErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + deleteApiKeyErrors.Add(Deserialize_NonNullableIDeleteApiKeyErrorData(child)); + } + + return deleteApiKeyErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiKeyErrorData Deserialize_NonNullableIDeleteApiKeyErrorData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiKeyNotFoundError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiKeyId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiKeyId"))); + } + + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + throw new global::System.NotSupportedException(); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListApiKeyCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + public ListApiKeyCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new ListApiKeyCommandQueryResultInfo(Deserialize_IListApiKeyCommandQuery_WorkspaceById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaceById"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IListApiKeyCommandQuery_WorkspaceById(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, apiKeys: Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiKeys"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysConnectionData? Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiKeysConnection", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysConnectionData(typename, edges: Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var apiKeysEdges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + apiKeysEdges.Add(Deserialize_NonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges(child)); + } + + return apiKeysEdges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysEdgeData Deserialize_NonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiKeysEdge", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _stringParser.Parse(obj.Value.GetString()!); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData Deserialize_NonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), workspace: Deserialize_ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateApiKeyCommandMutation_CreateApiKey_Result_Key_Workspace(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _booleanParser.Parse(obj.Value.GetBoolean()!); + } + + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + return _stringParser.Parse(obj.Value.GetString()!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateApiCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _apiKindParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + public CreateApiCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _apiKindParser = serializerResolver.GetLeafValueParser("ApiKind") ?? throw new global::System.ArgumentException("No serializer for type `ApiKind` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new CreateApiCommandMutationResultInfo(Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pushWorkspaceChanges"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PushWorkspaceChangesPayload", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData(typename, changes: Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes")), errors: Deserialize_IPushWorkspaceChangesErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var workspaceChangePayloads = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + workspaceChangePayloads.Add(Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes(child)); + } + + return workspaceChangePayloads; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("WorkspaceChangePayload", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData(typename, referenceId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "referenceId")), error: Deserialize_IWorkspaceChangeErrorData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "error")), result: Deserialize_IWorkspaceChangeResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "result"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _stringParser.Parse(obj.Value.GetString()!); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeErrorData? Deserialize_IWorkspaceChangeErrorData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ChangeValidationFailed", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ChangeValidationFailedData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } - global::System.Boolean IsSchemaSet { get; } + if (typename?.Equals("HasBeenChangedConflict", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenChangedConflictData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } - global::System.Boolean IsTagSet { get; } - } + if (typename?.Equals("HasBeenDeletedConflict", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenDeletedConflictData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IValidateSchemaInputInfo - { - global::System.Boolean IsApiIdSet { get; } + if (typename?.Equals("IdentifierCollisionConflict", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.IdentifierCollisionConflictData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } - global::System.Boolean IsSchemaSet { get; } + if (typename?.Equals("UnexpectedErrorOnChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedErrorOnChangeData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } - global::System.Boolean IsStageSet { get; } - } + if (typename?.Equals("WorkspaceNotFoundForChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceNotFoundForChangeData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface ICancelFusionConfigurationCompositionInputInfo - { - global::System.Boolean IsRequestIdSet { get; } - } + throw new global::System.NotSupportedException(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface ICommitFusionConfigurationPublishInputInfo - { - global::System.Boolean IsConfigurationSet { get; } + private global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeResultData? Deserialize_IWorkspaceChangeResultData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } - global::System.Boolean IsRequestIdSet { get; } - } + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IStartFusionConfigurationCompositionInputInfo - { - global::System.Boolean IsRequestIdSet { get; } - } + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IBeginFusionConfigurationPublishInputInfo - { - global::System.Boolean IsApiIdSet { get; } + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), workspace: Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), settings: Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "settings"))); + } - global::System.Boolean IsStageNameSet { get; } + if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); + } - global::System.Boolean IsSubgraphApiIdSet { get; } + if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); + } - global::System.Boolean IsSubgraphNameSet { get; } + throw new global::System.NotSupportedException(); + } - global::System.Boolean IsTagSet { get; } + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } - global::System.Boolean IsWaitForApprovalSet { get; } - } + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.InputTypeStateInterfaceGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - internal interface IValidateFusionConfigurationCompositionInputInfo - { - global::System.Boolean IsConfigurationSet { get; } + var @strings = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + @strings.Add(Deserialize_NonNullableString(child)); + } - global::System.Boolean IsRequestIdSet { get; } - } + return @strings; + } - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadFusionSubgraphBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public UploadFusionSubgraphBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::System.Text.Json.JsonElement? obj) { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } + if (!obj.HasValue) + { + return null; + } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new UploadFusionSubgraphResultInfo(Deserialize_NonNullableIUploadFusionSubgraph_UploadFusionSubgraph(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "uploadFusionSubgraph"))); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphPayloadData Deserialize_NonNullableIUploadFusionSubgraph_UploadFusionSubgraph(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192470,36 +193266,36 @@ public UploadFusionSubgraphBuilder(global::StrawberryShake.IOperationResultDataF } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UploadFusionSubgraphPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiSettings", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphPayloadData(typename, fusionSubgraphVersion: Deserialize_IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fusionSubgraphVersion")), errors: Deserialize_IUploadFusionSubgraphErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData(typename, schemaRegistry: Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaRegistry"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.FusionSubgraphVersionData? Deserialize_IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("FusionSubgraphVersion", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionSubgraphVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData(typename, treatDangerousAsBreaking: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "treatDangerousAsBreaking")), allowBreakingSchemaChanges: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "allowBreakingSchemaChanges"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192511,10 +193307,10 @@ public UploadFusionSubgraphBuilder(global::StrawberryShake.IOperationResultDataF throw new global::System.ArgumentNullException(); } - return _iDParser.Parse(obj.Value.GetString()!); + return _booleanParser.Parse(obj.Value.GetBoolean()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUploadFusionSubgraphErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IPushWorkspaceChangesErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192526,16 +193322,16 @@ public UploadFusionSubgraphBuilder(global::StrawberryShake.IOperationResultDataF return null; } - var uploadFusionSubgraphErrors = new global::System.Collections.Generic.List(); + var pushWorkspaceChangesErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - uploadFusionSubgraphErrors.Add(Deserialize_NonNullableIUploadFusionSubgraphErrorData(child)); + pushWorkspaceChangesErrors.Add(Deserialize_NonNullableIPushWorkspaceChangesErrorData(child)); } - return uploadFusionSubgraphErrors; + return pushWorkspaceChangesErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphErrorData Deserialize_NonNullableIUploadFusionSubgraphErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IPushWorkspaceChangesErrorData Deserialize_NonNullableIPushWorkspaceChangesErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192548,29 +193344,294 @@ public UploadFusionSubgraphBuilder(global::StrawberryShake.IOperationResultDataF } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("InvalidFusionSourceSchemaArchiveError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidFusionSourceSchemaArchiveErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ChangeStructureInvalid", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ChangeStructureInvalidData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class DeleteApiCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _versionParser; + public DeleteApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _versionParser = serializerResolver.GetLeafValueParser("Version") ?? throw new global::System.ArgumentException("No serializer for type `Version` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new DeleteApiCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return null; } - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return null; } - if (typename?.Equals("DuplicatedTagError", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), version: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "version")), workspace: Deserialize_IDeleteApiCommandQuery_Node_Workspace_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); + } + + if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); + } + + if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename); + } + + if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename); + } + + if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData(typename); + } + + if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename); + } + + if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename); + } + + if (typename?.Equals("CoordinateClientUsageMetrics", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData(typename); + } + + if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); + } + + if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData(typename); + } + + if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename); + } + + if (typename?.Equals("GraphQLDirectiveArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData(typename); + } + + if (typename?.Equals("GraphQLDirectiveDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData(typename); + } + + if (typename?.Equals("GraphQLEnumTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData(typename); + } + + if (typename?.Equals("GraphQLEnumValueDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData(typename); + } + + if (typename?.Equals("GraphQLInputObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData(typename); + } + + if (typename?.Equals("GraphQLInputObjectTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData(typename); + } + + if (typename?.Equals("GraphQLInterfaceFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData(typename); + } + + if (typename?.Equals("GraphQLInterfaceFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData(typename); + } + + if (typename?.Equals("GraphQLInterfaceTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData(typename); + } + + if (typename?.Equals("GraphQLObjectFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData(typename); + } + + if (typename?.Equals("GraphQLObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData(typename); + } + + if (typename?.Equals("GraphQLScalarTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData(typename); + } + + if (typename?.Equals("GraphQLUnionTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData(typename); + } + + if (typename?.Equals("Group", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GroupData(typename); + } + + if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename); + } + + if (typename?.Equals("McpFeatureCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData(typename); + } + + if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename); + } + + if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename); + } + + if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename); + } + + if (typename?.Equals("OpenApiCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData(typename); + } + + if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename); + } + + if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename); + } + + if (typename?.Equals("Organization", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData(typename); + } + + if (typename?.Equals("OrganizationMember", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData(typename); + } + + if (typename?.Equals("SchemaChangeLog", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData(typename); + } + + if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename); + } + + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename); + } + + if (typename?.Equals("User", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserData(typename); + } + + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename); + } + + if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _stringParser.Parse(obj.Value.GetString()!); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IDeleteApiCommandQuery_Node_Workspace_1(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); } throw new global::System.NotSupportedException(); @@ -192579,31 +193640,27 @@ public UploadFusionSubgraphBuilder(global::StrawberryShake.IOperationResultDataF // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMockSchemaBuilder : global::StrawberryShake.OperationResultBuilder + public partial class DeleteApiCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uRLParser; - public CreateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + public DeleteApiCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); - _uRLParser = serializerResolver.GetLeafValueParser("URL") ?? throw new global::System.ArgumentException("No serializer for type `URL` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new CreateMockSchemaResultInfo(Deserialize_NonNullableICreateMockSchema_CreateMockSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createMockSchema"))); + return new DeleteApiCommandMutationResultInfo(Deserialize_NonNullableIDeleteApiCommandMutation_DeleteApiById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deleteApiById"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaPayloadData Deserialize_NonNullableICreateMockSchema_CreateMockSchema(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiByIdPayloadData Deserialize_NonNullableIDeleteApiCommandMutation_DeleteApiById(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192616,15 +193673,15 @@ public CreateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("CreateMockSchemaPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DeleteApiByIdPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaPayloadData(typename, mockSchema: Deserialize_ICreateMockSchema_CreateMockSchema_MockSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mockSchema")), errors: Deserialize_ICreateMockSchemaErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiByIdPayloadData(typename, api: Deserialize_IDeleteApiCommandMutation_DeleteApiById_Api(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), errors: Deserialize_IDeleteApiByIdErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? Deserialize_ICreateMockSchema_CreateMockSchema_MockSchema(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_IDeleteApiCommandMutation_DeleteApiById_Api(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192637,9 +193694,9 @@ public CreateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("MockSchema", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), createdBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdBy")), modifiedAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedAt")), modifiedBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedBy")), downstreamUrl: Deserialize_NonNullableUri(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "downstreamUrl")), url: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "url"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), workspace: Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), settings: Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "settings"))); } throw new global::System.NotSupportedException(); @@ -192657,10 +193714,10 @@ public CreateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto throw new global::System.ArgumentNullException(); } - return _iDParser.Parse(obj.Value.GetString()!); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192672,10 +193729,37 @@ public CreateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto throw new global::System.ArgumentNullException(); } - return _dateTimeParser.Parse(obj.Value.GetString()!); + var @strings = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + @strings.Add(Deserialize_NonNullableString(child)); + } + + return @strings; } - private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192688,15 +193772,15 @@ public CreateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiSettings", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData(typename, schemaRegistry: Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaRegistry"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192709,15 +193793,15 @@ public CreateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData(typename, treatDangerousAsBreaking: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "treatDangerousAsBreaking")), allowBreakingSchemaChanges: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "allowBreakingSchemaChanges"))); } throw new global::System.NotSupportedException(); } - private global::System.Uri Deserialize_NonNullableUri(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192729,10 +193813,10 @@ public CreateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto throw new global::System.ArgumentNullException(); } - return _uRLParser.Parse(obj.Value.GetString()!); + return _booleanParser.Parse(obj.Value.GetBoolean()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateMockSchemaErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IDeleteApiByIdErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192744,16 +193828,16 @@ public CreateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto return null; } - var createMockSchemaErrors = new global::System.Collections.Generic.List(); + var deleteApiByIdErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - createMockSchemaErrors.Add(Deserialize_NonNullableICreateMockSchemaErrorData(child)); + deleteApiByIdErrors.Add(Deserialize_NonNullableIDeleteApiByIdErrorData(child)); } - return createMockSchemaErrors; + return deleteApiByIdErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMockSchemaErrorData Deserialize_NonNullableICreateMockSchemaErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiByIdErrorData Deserialize_NonNullableIDeleteApiByIdErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192768,22 +193852,17 @@ public CreateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); - } - - if (typename?.Equals("MockSchemaNonUniqueNameError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaNonUniqueNameErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("ValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiDeletionFailedError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDeletionFailedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); @@ -192792,52 +193871,52 @@ public CreateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateMockSchemaBuilder : global::StrawberryShake.OperationResultBuilder + public partial class ListApiCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _versionParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uRLParser; - public UpdateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + public ListApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); + _versionParser = serializerResolver.GetLeafValueParser("Version") ?? throw new global::System.ArgumentException("No serializer for type `Version` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); - _uRLParser = serializerResolver.GetLeafValueParser("URL") ?? throw new global::System.ArgumentException("No serializer for type `URL` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new UpdateMockSchemaResultInfo(Deserialize_NonNullableIUpdateMockSchema_UpdateMockSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "updateMockSchema"))); + return new ListApiCommandQueryResultInfo(Deserialize_IListApiCommandQuery_WorkspaceById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaceById"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaPayloadData Deserialize_NonNullableIUpdateMockSchema_UpdateMockSchema(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IListApiCommandQuery_WorkspaceById(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UpdateMockSchemaPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaPayloadData(typename, mockSchema: Deserialize_IUpdateMockSchema_UpdateMockSchema_MockSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mockSchema")), errors: Deserialize_IUpdateMockSchemaErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, apis: Deserialize_IListApiCommandQuery_WorkspaceById_Apis(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apis"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? Deserialize_IUpdateMockSchema_UpdateMockSchema_MockSchema(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData? Deserialize_IListApiCommandQuery_WorkspaceById_Apis(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192850,30 +193929,36 @@ public UpdateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("MockSchema", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApisConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), createdBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdBy")), modifiedAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedAt")), modifiedBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedBy")), downstreamUrl: Deserialize_NonNullableUri(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "downstreamUrl")), url: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "url"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData(typename, edges: Deserialize_IListApiCommandQuery_WorkspaceById_Apis_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListApiCommandQuery_WorkspaceById_Apis_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListApiCommandQuery_WorkspaceById_Apis_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - return _iDParser.Parse(obj.Value.GetString()!); + var apisEdges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + apisEdges.Add(Deserialize_NonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges(child)); + } + + return apisEdges; } - private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData Deserialize_NonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192885,10 +193970,16 @@ public UpdateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto throw new global::System.ArgumentNullException(); } - return _dateTimeParser.Parse(obj.Value.GetString()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApisEdge", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + } + + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192900,16 +193991,10 @@ public UpdateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); - } - - throw new global::System.NotSupportedException(); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData Deserialize_NonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192922,15 +194007,15 @@ public UpdateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), workspace: Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), settings: Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "settings"))); } throw new global::System.NotSupportedException(); } - private global::System.Uri Deserialize_NonNullableUri(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192942,10 +194027,16 @@ public UpdateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto throw new global::System.ArgumentNullException(); } - return _uRLParser.Parse(obj.Value.GetString()!); + var @strings = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + @strings.Add(Deserialize_NonNullableString(child)); + } + + return @strings; } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUpdateMockSchemaErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192957,16 +194048,16 @@ public UpdateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto return null; } - var updateMockSchemaErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - updateMockSchemaErrors.Add(Deserialize_NonNullableIUpdateMockSchemaErrorData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - return updateMockSchemaErrors; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateMockSchemaErrorData Deserialize_NonNullableIUpdateMockSchemaErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -192979,80 +194070,72 @@ public UpdateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFacto } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("MockSchemaNonUniqueNameError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiSettings", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaNonUniqueNameErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData(typename, schemaRegistry: Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaRegistry"))); } - if (typename?.Equals("MockSchemaNotFoundError", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("ValidationError", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData(typename, treatDangerousAsBreaking: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "treatDangerousAsBreaking")), allowBreakingSchemaChanges: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "allowBreakingSchemaChanges"))); } throw new global::System.NotSupportedException(); } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMockCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uRLParser; - public ListMockCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); - _uRLParser = serializerResolver.GetLeafValueParser("URL") ?? throw new global::System.ArgumentException("No serializer for type `URL` found."); - } + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ListMockCommandQueryResultInfo(Deserialize_IListMockCommandQuery_ApiById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiById"))); + return _booleanParser.Parse(obj.Value.GetBoolean()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_IListMockCommandQuery_ApiById(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListApiCommandQuery_WorkspaceById_Apis_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, mockSchemas: Deserialize_IListMockCommandQuery_ApiById_MockSchemas(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mockSchemas"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData? Deserialize_IListMockCommandQuery_ApiById_MockSchemas(global::System.Text.Json.JsonElement? obj) + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193064,52 +194147,69 @@ public ListMockCommandQueryBuilder(global::StrawberryShake.IOperationResultDataF return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("MockSchemasConnection", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData(typename, edges: Deserialize_IListMockCommandQuery_ApiById_MockSchemas_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListMockCommandQuery_ApiById_MockSchemas_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); - } + return _stringParser.Parse(obj.Value.GetString()!); + } + } - throw new global::System.NotSupportedException(); + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class SetApiSettingsCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public SetApiSettingsCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListMockCommandQuery_ApiById_MockSchemas_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new SetApiSettingsCommandMutationResultInfo(Deserialize_NonNullableISetApiSettingsCommandMutation_UpdateApiSettings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "updateApiSettings"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.UpdateApiSettingsPayloadData Deserialize_NonNullableISetApiSettingsCommandMutation_UpdateApiSettings(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var mockSchemasEdges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("UpdateApiSettingsPayload", global::System.StringComparison.Ordinal) ?? false) { - mockSchemasEdges.Add(Deserialize_NonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UpdateApiSettingsPayloadData(typename, api: Deserialize_ISetApiSettingsCommandMutation_UpdateApiSettings_Api(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), errors: Deserialize_IUpdateApiSettingsErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - return mockSchemasEdges; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData Deserialize_NonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ISetApiSettingsCommandMutation_UpdateApiSettings_Api(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("MockSchemasEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), workspace: Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), settings: Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "settings"))); } throw new global::System.NotSupportedException(); @@ -193130,7 +194230,7 @@ public ListMockCommandQueryBuilder(global::StrawberryShake.IOperationResultDataF return _stringParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData Deserialize_NonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193142,31 +194242,37 @@ public ListMockCommandQueryBuilder(global::StrawberryShake.IOperationResultDataF throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("MockSchema", global::System.StringComparison.Ordinal) ?? false) + var @strings = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), createdBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdBy")), modifiedAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedAt")), modifiedBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedBy")), downstreamUrl: Deserialize_NonNullableUri(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "downstreamUrl")), url: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "url"))); + @strings.Add(Deserialize_NonNullableString(child)); } - throw new global::System.NotSupportedException(); + return @strings; } - private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - return _dateTimeParser.Parse(obj.Value.GetString()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193179,15 +194285,15 @@ public ListMockCommandQueryBuilder(global::StrawberryShake.IOperationResultDataF } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiSettings", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData(typename, schemaRegistry: Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaRegistry"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193200,15 +194306,15 @@ public ListMockCommandQueryBuilder(global::StrawberryShake.IOperationResultDataF } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData(typename, treatDangerousAsBreaking: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "treatDangerousAsBreaking")), allowBreakingSchemaChanges: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "allowBreakingSchemaChanges"))); } throw new global::System.NotSupportedException(); } - private global::System.Uri Deserialize_NonNullableUri(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193220,31 +194326,31 @@ public ListMockCommandQueryBuilder(global::StrawberryShake.IOperationResultDataF throw new global::System.ArgumentNullException(); } - return _uRLParser.Parse(obj.Value.GetString()!); + return _booleanParser.Parse(obj.Value.GetBoolean()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListMockCommandQuery_ApiById_MockSchemas_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUpdateApiSettingsErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + var updateApiSettingsErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); + updateApiSettingsErrors.Add(Deserialize_NonNullableIUpdateApiSettingsErrorData(child)); } - throw new global::System.NotSupportedException(); + return updateApiSettingsErrors; } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsErrorData Deserialize_NonNullableIUpdateApiSettingsErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193256,47 +194362,41 @@ public ListMockCommandQueryBuilder(global::StrawberryShake.IOperationResultDataF throw new global::System.ArgumentNullException(); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); - } - - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - return _stringParser.Parse(obj.Value.GetString()!); + throw new global::System.NotSupportedException(); } } // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowClientCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + public partial class ShowApiCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ShowApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new ShowClientCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new ShowApiCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) @@ -193314,7 +194414,7 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), workspace: Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), settings: Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "settings"))); } if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) @@ -193329,7 +194429,7 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), api: Deserialize_IShowClientCommandQuery_Node_Api_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), versions: Deserialize_IShowClientCommandQuery_Node_Versions(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "versions"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename); } if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) @@ -193535,7 +194635,188 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat return _iDParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_IShowClientCommandQuery_Node_Api_1(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var @strings = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + @strings.Add(Deserialize_NonNullableString(child)); + } + + return @strings; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiSettings", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData(typename, schemaRegistry: Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaRegistry"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData(typename, treatDangerousAsBreaking: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "treatDangerousAsBreaking")), allowBreakingSchemaChanges: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "allowBreakingSchemaChanges"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _booleanParser.Parse(obj.Value.GetBoolean()!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateClientCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; + public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new CreateClientCommandMutationResultInfo(Deserialize_NonNullableICreateClientCommandMutation_CreateClient(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createClient"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientPayloadData Deserialize_NonNullableICreateClientCommandMutation_CreateClient(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("CreateClientPayload", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientPayloadData(typename, client: Deserialize_ICreateClientCommandMutation_CreateClient_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), errors: Deserialize_ICreateClientErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_ICreateClientCommandMutation_CreateClient_Client(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), api: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Api(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), versions: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "versions"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _stringParser.Parse(obj.Value.GetString()!); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Api(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193577,7 +194858,7 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat return @strings; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Deserialize_IShowClientCommandQuery_Node_Versions(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193592,13 +194873,13 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData(typename, edges: Deserialize_IShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData(typename, edges: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193613,13 +194894,13 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat var clientVersionEdges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - clientVersionEdges.Add(Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges(child)); + clientVersionEdges.Add(Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(child)); } return clientVersionEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193634,13 +194915,13 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193655,7 +194936,7 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), publishedTo: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedTo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), publishedTo: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedTo"))); } throw new global::System.NotSupportedException(); @@ -193676,7 +194957,7 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat return _dateTimeParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193691,13 +194972,13 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat var publishedClientVersions = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - publishedClientVersions.Add(Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(child)); + publishedClientVersions.Add(Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(child)); } return publishedClientVersions; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193712,13 +194993,13 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData(typename, stage: Deserialize_IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stage"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData(typename, stage: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stage"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193739,7 +195020,7 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193789,29 +195070,80 @@ public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat return _stringParser.Parse(obj.Value.GetString()!); } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateClientErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var createClientErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + createClientErrors.Add(Deserialize_NonNullableICreateClientErrorData(child)); + } + + return createClientErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientErrorData Deserialize_NonNullableICreateClientErrorData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); + } + + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + throw new global::System.NotSupportedException(); + } } // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UnpublishClientBuilder : global::StrawberryShake.OperationResultBuilder + public partial class DeleteClientByIdCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public UnpublishClientBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; + public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new UnpublishClientResultInfo(Deserialize_NonNullableIUnpublishClient_UnpublishClient(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "unpublishClient"))); + return new DeleteClientByIdCommandMutationResultInfo(Deserialize_NonNullableIDeleteClientByIdCommandMutation_DeleteClientById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deleteClientById"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.UnpublishClientPayloadData Deserialize_NonNullableIUnpublishClient_UnpublishClient(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.DeleteClientByIdPayloadData Deserialize_NonNullableIDeleteClientByIdCommandMutation_DeleteClientById(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193824,15 +195156,15 @@ public UnpublishClientBuilder(global::StrawberryShake.IOperationResultDataFactor } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UnpublishClientPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DeleteClientByIdPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnpublishClientPayloadData(typename, clientVersion: Deserialize_IUnpublishClient_UnpublishClient_ClientVersion(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clientVersion")), errors: Deserialize_IUnpublishClientErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeleteClientByIdPayloadData(typename, client: Deserialize_IDeleteClientByIdCommandMutation_DeleteClientById_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), errors: Deserialize_IDeleteClientByIdErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? Deserialize_IUnpublishClient_UnpublishClient_ClientVersion(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IDeleteClientByIdCommandMutation_DeleteClientById_Client(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193845,9 +195177,9 @@ public UnpublishClientBuilder(global::StrawberryShake.IOperationResultDataFactor } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), client: Deserialize_IUnpublishClient_UnpublishClient_ClientVersion_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), api: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Api(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), versions: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "versions"))); } throw new global::System.NotSupportedException(); @@ -193865,10 +195197,10 @@ public UnpublishClientBuilder(global::StrawberryShake.IOperationResultDataFactor throw new global::System.ArgumentNullException(); } - return _iDParser.Parse(obj.Value.GetString()!); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IUnpublishClient_UnpublishClient_ClientVersion_Client(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Api(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193881,100 +195213,78 @@ public UnpublishClientBuilder(global::StrawberryShake.IOperationResultDataFactor } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUnpublishClientErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var unpublishClientErrors = new global::System.Collections.Generic.List(); + var @strings = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - unpublishClientErrors.Add(Deserialize_NonNullableIUnpublishClientErrorData(child)); + @strings.Add(Deserialize_NonNullableString(child)); } - return unpublishClientErrors; + return @strings; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IUnpublishClientErrorData Deserialize_NonNullableIUnpublishClientErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("StageNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData(typename, edges: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } - if (typename?.Equals("ClientNotFoundError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), clientId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clientId"))); - } + throw new global::System.NotSupportedException(); + } - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return null; } - if (typename?.Equals("ClientVersionNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionNotFoundErrorData(typename, tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), clientId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clientId"))); + return null; } - if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) + var clientVersionEdges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + clientVersionEdges.Add(Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(child)); } - throw new global::System.NotSupportedException(); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadClientBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public UploadClientBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new UploadClientResultInfo(Deserialize_NonNullableIUploadClient_UploadClient(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "uploadClient"))); + return clientVersionEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.UploadClientPayloadData Deserialize_NonNullableIUploadClient_UploadClient(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -193987,36 +195297,36 @@ public UploadClientBuilder(global::StrawberryShake.IOperationResultDataFactory? Deserialize_IUploadClientErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var uploadClientErrors = new global::System.Collections.Generic.List(); + var publishedClientVersions = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - uploadClientErrors.Add(Deserialize_NonNullableIUploadClientErrorData(child)); + publishedClientVersions.Add(Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(child)); } - return uploadClientErrors; + return publishedClientVersions; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IUploadClientErrorData Deserialize_NonNullableIUploadClientErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194065,58 +195375,36 @@ public UploadClientBuilder(global::StrawberryShake.IOperationResultDataFactory - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public ValidateClientVersionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ValidateClientVersionResultInfo(Deserialize_NonNullableIValidateClientVersion_ValidateClient(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "validateClient"))); - } - private global::ChilliCream.Nitro.CommandLine.Client.State.ValidateClientPayloadData Deserialize_NonNullableIValidateClientVersion_ValidateClient(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194129,14 +195417,29 @@ public ValidateClientVersionBuilder(global::StrawberryShake.IOperationResultData } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ValidateClientPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidateClientPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IValidateClientErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor"))); } throw new global::System.NotSupportedException(); } + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _booleanParser.Parse(obj.Value.GetBoolean()!); + } + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) @@ -194149,10 +195452,10 @@ public ValidateClientVersionBuilder(global::StrawberryShake.IOperationResultData return null; } - return _iDParser.Parse(obj.Value.GetString()!); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IValidateClientErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IDeleteClientByIdErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194164,16 +195467,16 @@ public ValidateClientVersionBuilder(global::StrawberryShake.IOperationResultData return null; } - var validateClientErrors = new global::System.Collections.Generic.List(); + var deleteClientByIdErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - validateClientErrors.Add(Deserialize_NonNullableIValidateClientErrorData(child)); + deleteClientByIdErrors.Add(Deserialize_NonNullableIDeleteClientByIdErrorData(child)); } - return validateClientErrors; + return deleteClientByIdErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IValidateClientErrorData Deserialize_NonNullableIValidateClientErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteClientByIdErrorData Deserialize_NonNullableIDeleteClientByIdErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194186,11 +195489,6 @@ public ValidateClientVersionBuilder(global::StrawberryShake.IOperationResultData } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("StageNotFoundError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); - } - if (typename?.Equals("ClientNotFoundError", global::System.StringComparison.Ordinal) ?? false) { return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), clientId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clientId"))); @@ -194203,297 +195501,256 @@ public ValidateClientVersionBuilder(global::StrawberryShake.IOperationResultData throw new global::System.NotSupportedException(); } - - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _stringParser.Parse(obj.Value.GetString()!); - } } // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnClientVersionValidationUpdatedBuilder : global::StrawberryShake.OperationResultBuilder + public partial class ListClientCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _processingStateParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - public OnClientVersionValidationUpdatedBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; + public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _processingStateParser = serializerResolver.GetLeafValueParser("ProcessingState") ?? throw new global::System.ArgumentException("No serializer for type `ProcessingState` found."); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new OnClientVersionValidationUpdatedResultInfo(Deserialize_NonNullableIClientVersionValidationResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onClientVersionValidationUpdate"))); + return new ListClientCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationResultData Deserialize_NonNullableIClientVersionValidationResultData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersionValidationFailed", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionValidationFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableIClientVersionValidationErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, clients: Deserialize_IListClientCommandQuery_Node_Clients(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clients"))); } - if (typename?.Equals("ClientVersionValidationSuccess", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionValidationSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); } - if (typename?.Equals("OperationInProgress", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename); } - if (typename?.Equals("ValidationInProgress", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename); } - throw new global::System.NotSupportedException(); - } - - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename); } - return _stringParser.Parse(obj.Value.GetString()!); - } - - private global::ChilliCream.Nitro.CommandLine.Client.ProcessingState Deserialize_NonNullableProcessingState(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("CoordinateClientUsageMetrics", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData(typename); } - return _processingStateParser.Parse(obj.Value.GetString()!); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIClientVersionValidationErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData(typename); } - var clientVersionValidationErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) { - clientVersionValidationErrors.Add(Deserialize_NonNullableIClientVersionValidationErrorData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename); } - return clientVersionValidationErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationErrorData Deserialize_NonNullableIClientVersionValidationErrorData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLDirectiveArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLDirectiveDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLEnumTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData(typename); } - if (typename?.Equals("ProcessingTimeoutError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLEnumValueDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData(typename); } - if (typename?.Equals("ReadyTimeoutError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLInputObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData(typename); } - if (typename?.Equals("UnexpectedProcessingError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLInputObjectTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("GraphQLInterfaceFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLInterfaceFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLInterfaceTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLObjectFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("GraphQLObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData(typename); + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLScalarTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLUnionTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData(typename); } - var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("Group", global::System.StringComparison.Ordinal) ?? false) { - persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GroupData(typename); } - return persistedQueryValidationFaileds; - } + if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("McpFeatureCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename); + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("OpenApiCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename); } - var @strings = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) { - @strings.Add(Deserialize_NonNullableString(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename); } - return @strings; - } + if (typename?.Equals("Organization", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData(typename); + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("OrganizationMember", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("SchemaChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData(typename); } - var persistedQueryErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) { - persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename); } - return persistedQueryErrors; - } + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("User", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); } throw new global::System.NotSupportedException(); } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData? Deserialize_IListClientCommandQuery_Node_Clients(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194505,10 +195762,16 @@ public OnClientVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio return null; } - return _stringParser.Parse(obj.Value.GetString()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ClientsConnection", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData(typename, edges: Deserialize_IListClientCommandQuery_Node_Clients_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListClientCommandQuery_Node_Clients_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + } + + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListClientCommandQuery_Node_Clients_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194520,16 +195783,16 @@ public OnClientVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio return null; } - var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); + var clientsEdges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + clientsEdges.Add(Deserialize_NonNullableIListClientCommandQuery_Node_Clients_Edges(child)); } - return persistedQueryErrorLocations; + return clientsEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData Deserialize_NonNullableIListClientCommandQuery_Node_Clients_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194542,15 +195805,15 @@ public OnClientVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ClientsEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListClientCommandQuery_Node_Clients_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); } - private global::System.Int32 Deserialize_NonNullableInt32(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194562,35 +195825,10 @@ public OnClientVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - return _intParser.Parse(obj.Value.GetInt32()!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteClientByIdCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new DeleteClientByIdCommandMutationResultInfo(Deserialize_NonNullableIDeleteClientByIdCommandMutation_DeleteClientById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deleteClientById"))); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.DeleteClientByIdPayloadData Deserialize_NonNullableIDeleteClientByIdCommandMutation_DeleteClientById(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData Deserialize_NonNullableIListClientCommandQuery_Node_Clients_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194602,52 +195840,16 @@ public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperation throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DeleteClientByIdPayload", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeleteClientByIdPayloadData(typename, client: Deserialize_IDeleteClientByIdCommandMutation_DeleteClientById_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), errors: Deserialize_IDeleteClientByIdErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IDeleteClientByIdCommandMutation_DeleteClientById_Client(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), api: Deserialize_IShowClientCommandQuery_Node_Api_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), versions: Deserialize_IShowClientCommandQuery_Node_Versions(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "versions"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), api: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Api(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), versions: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "versions"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _stringParser.Parse(obj.Value.GetString()!); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_IShowClientCommandQuery_Node_Api_1(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Api(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194689,7 +195891,7 @@ public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperation return @strings; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Deserialize_IShowClientCommandQuery_Node_Versions(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194704,13 +195906,13 @@ public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperation var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData(typename, edges: Deserialize_IShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData(typename, edges: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194725,13 +195927,13 @@ public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperation var clientVersionEdges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - clientVersionEdges.Add(Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges(child)); + clientVersionEdges.Add(Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(child)); } return clientVersionEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194746,13 +195948,13 @@ public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperation var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194767,7 +195969,7 @@ public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperation var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), publishedTo: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedTo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), publishedTo: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedTo"))); } throw new global::System.NotSupportedException(); @@ -194788,7 +195990,7 @@ public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperation return _dateTimeParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194803,13 +196005,13 @@ public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperation var publishedClientVersions = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - publishedClientVersions.Add(Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(child)); + publishedClientVersions.Add(Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(child)); } return publishedClientVersions; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194824,13 +196026,13 @@ public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperation var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData(typename, stage: Deserialize_IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stage"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData(typename, stage: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stage"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194851,7 +196053,7 @@ public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperation throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194902,28 +196104,7 @@ public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperation return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IDeleteClientByIdErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var deleteClientByIdErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - deleteClientByIdErrors.Add(Deserialize_NonNullableIDeleteClientByIdErrorData(child)); - } - - return deleteClientByIdErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteClientByIdErrorData Deserialize_NonNullableIDeleteClientByIdErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListClientCommandQuery_Node_Clients_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -194936,14 +196117,9 @@ public DeleteClientByIdCommandMutationBuilder(global::StrawberryShake.IOperation } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientNotFoundError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), clientId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clientId"))); - } - - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); } throw new global::System.NotSupportedException(); @@ -195231,7 +196407,7 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } if (typename?.Equals("ProcessingTimeoutError", global::System.StringComparison.Ordinal) ?? false) @@ -195252,7 +196428,7 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -195273,7 +196449,7 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -195288,13 +196464,13 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } return persistedQueryValidationFaileds; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -195309,7 +196485,7 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); @@ -195336,7 +196512,7 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe return @strings; } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -195351,13 +196527,13 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var persistedQueryErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); } return persistedQueryErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -195372,7 +196548,7 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); } throw new global::System.NotSupportedException(); @@ -195393,7 +196569,7 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -195408,13 +196584,13 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -195527,7 +196703,7 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } throw new global::System.NotSupportedException(); @@ -195569,7 +196745,7 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) @@ -196909,7 +198085,7 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) @@ -196948,28 +198124,26 @@ public OnClientVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListClientCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + public partial class ShowClientCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ShowClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new ListClientCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new ShowClientCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) @@ -196987,7 +198161,7 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, clients: Deserialize_IListClientCommandQuery_Node_Clients(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clients"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename); } if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) @@ -197002,7 +198176,7 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), api: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Api(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), versions: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "versions"))); } if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) @@ -197193,7 +198367,22 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData? Deserialize_IListClientCommandQuery_Node_Clients(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _iDParser.Parse(obj.Value.GetString()!); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Api(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197206,72 +198395,78 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientsConnection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData(typename, edges: Deserialize_IListClientCommandQuery_Node_Clients_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListClientCommandQuery_Node_Clients_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListClientCommandQuery_Node_Clients_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var clientsEdges = new global::System.Collections.Generic.List(); + var @strings = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - clientsEdges.Add(Deserialize_NonNullableIListClientCommandQuery_Node_Clients_Edges(child)); + @strings.Add(Deserialize_NonNullableString(child)); } - return clientsEdges; + return @strings; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData Deserialize_NonNullableIListClientCommandQuery_Node_Clients_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientsEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListClientCommandQuery_Node_Clients_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData(typename, edges: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - return _stringParser.Parse(obj.Value.GetString()!); + var clientVersionEdges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + clientVersionEdges.Add(Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(child)); + } + + return clientVersionEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData Deserialize_NonNullableIListClientCommandQuery_Node_Clients_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197284,36 +198479,36 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), api: Deserialize_IShowClientCommandQuery_Node_Api_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), versions: Deserialize_IShowClientCommandQuery_Node_Versions(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "versions"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_IShowClientCommandQuery_Node_Api_1(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), publishedTo: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedTo"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197325,79 +198520,73 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat throw new global::System.ArgumentNullException(); } - var @strings = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - @strings.Add(Deserialize_NonNullableString(child)); - } - - return @strings; + return _dateTimeParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Deserialize_IShowClientCommandQuery_Node_Versions(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal) ?? false) + var publishedClientVersions = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData(typename, edges: Deserialize_IShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + publishedClientVersions.Add(Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(child)); } - throw new global::System.NotSupportedException(); + return publishedClientVersions; } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var clientVersionEdges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal) ?? false) { - clientVersionEdges.Add(Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData(typename, stage: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stage"))); } - return clientVersionEdges; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197410,15 +198599,15 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), publishedTo: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedTo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor"))); } throw new global::System.NotSupportedException(); } - private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197430,31 +198619,46 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat throw new global::System.ArgumentNullException(); } - return _dateTimeParser.Parse(obj.Value.GetString()!); + return _booleanParser.Parse(obj.Value.GetBoolean()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var publishedClientVersions = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - publishedClientVersions.Add(Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(child)); - } + return _stringParser.Parse(obj.Value.GetString()!); + } + } - return publishedClientVersions; + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UnpublishClientBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public UnpublishClientBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new UnpublishClientResultInfo(Deserialize_NonNullableIUnpublishClient_UnpublishClient(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "unpublishClient"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UnpublishClientPayloadData Deserialize_NonNullableIUnpublishClient_UnpublishClient(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197467,15 +198671,15 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnpublishClientPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData(typename, stage: Deserialize_IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stage"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnpublishClientPayloadData(typename, clientVersion: Deserialize_IUnpublishClient_UnpublishClient_ClientVersion(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clientVersion")), errors: Deserialize_IUnpublishClientErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? Deserialize_IUnpublishClient_UnpublishClient_ClientVersion(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197488,15 +198692,15 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), client: Deserialize_IUnpublishClient_UnpublishClient_ClientVersion_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197508,31 +198712,31 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor"))); - } - - throw new global::System.NotSupportedException(); + return _iDParser.Parse(obj.Value.GetString()!); } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IUnpublishClient_UnpublishClient_ClientVersion_Client(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - return _booleanParser.Parse(obj.Value.GetBoolean()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + throw new global::System.NotSupportedException(); } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUnpublishClientErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197544,10 +198748,16 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat return null; } - return _stringParser.Parse(obj.Value.GetString()!); + var unpublishClientErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + unpublishClientErrors.Add(Deserialize_NonNullableIUnpublishClientErrorData(child)); + } + + return unpublishClientErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListClientCommandQuery_Node_Clients_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IUnpublishClientErrorData Deserialize_NonNullableIUnpublishClientErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197560,9 +198770,29 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("StageNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + if (typename?.Equals("ClientNotFoundError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), clientId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clientId"))); + } + + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("ClientVersionNotFoundError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionNotFoundErrorData(typename, tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), clientId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clientId"))); + } + + if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); @@ -197571,29 +198801,27 @@ public ListClientCommandQueryBuilder(global::StrawberryShake.IOperationResultDat // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateClientCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + public partial class UploadClientBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public UploadClientBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new CreateClientCommandMutationResultInfo(Deserialize_NonNullableICreateClientCommandMutation_CreateClient(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createClient"))); + return new UploadClientResultInfo(Deserialize_NonNullableIUploadClient_UploadClient(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "uploadClient"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientPayloadData Deserialize_NonNullableICreateClientCommandMutation_CreateClient(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UploadClientPayloadData Deserialize_NonNullableIUploadClient_UploadClient(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197606,15 +198834,15 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("CreateClientPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UploadClientPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientPayloadData(typename, client: Deserialize_ICreateClientCommandMutation_CreateClient_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), errors: Deserialize_ICreateClientErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UploadClientPayloadData(typename, clientVersion: Deserialize_IUploadClient_UploadClient_ClientVersion(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clientVersion")), errors: Deserialize_IUploadClientErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_ICreateClientCommandMutation_CreateClient_Client(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? Deserialize_IUploadClient_UploadClient_ClientVersion(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197627,9 +198855,9 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), api: Deserialize_IShowClientCommandQuery_Node_Api_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), versions: Deserialize_IShowClientCommandQuery_Node_Versions(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "versions"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); } throw new global::System.NotSupportedException(); @@ -197647,10 +198875,10 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + return _iDParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_IShowClientCommandQuery_Node_Api_1(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUploadClientErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197662,16 +198890,16 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + var uploadClientErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path"))); + uploadClientErrors.Add(Deserialize_NonNullableIUploadClientErrorData(child)); } - throw new global::System.NotSupportedException(); + return uploadClientErrors; } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IUploadClientErrorData Deserialize_NonNullableIUploadClientErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197683,37 +198911,80 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - var @strings = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ClientNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - @strings.Add(Deserialize_NonNullableString(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), clientId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clientId"))); } - return @strings; + if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("InvalidPersistedQueryError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidPersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("DuplicatedTagError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + throw new global::System.NotSupportedException(); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ValidateClientVersionBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public ValidateClientVersionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new ValidateClientVersionResultInfo(Deserialize_NonNullableIValidateClientVersion_ValidateClient(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "validateClient"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Deserialize_IShowClientCommandQuery_Node_Versions(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ValidateClientPayloadData Deserialize_NonNullableIValidateClientVersion_ValidateClient(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ValidateClientPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData(typename, edges: Deserialize_IShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidateClientPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IValidateClientErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197725,16 +198996,31 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu return null; } - var clientVersionEdges = new global::System.Collections.Generic.List(); + return _iDParser.Parse(obj.Value.GetString()!); + } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IValidateClientErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var validateClientErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - clientVersionEdges.Add(Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges(child)); + validateClientErrors.Add(Deserialize_NonNullableIValidateClientErrorData(child)); } - return clientVersionEdges; + return validateClientErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IValidateClientErrorData Deserialize_NonNullableIValidateClientErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197747,15 +199033,65 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("StageNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + if (typename?.Equals("ClientNotFoundError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), clientId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clientId"))); + } + + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _stringParser.Parse(obj.Value.GetString()!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnClientVersionValidationUpdatedBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _processingStateParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + public OnClientVersionValidationUpdatedBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _processingStateParser = serializerResolver.GetLeafValueParser("ProcessingState") ?? throw new global::System.ArgumentException("No serializer for type `ProcessingState` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new OnClientVersionValidationUpdatedResultInfo(Deserialize_NonNullableIClientVersionValidationResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onClientVersionValidationUpdate"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationResultData Deserialize_NonNullableIClientVersionValidationResultData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197768,15 +199104,30 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ClientVersionValidationFailed", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionValidationFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableIClientVersionValidationErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + if (typename?.Equals("ClientVersionValidationSuccess", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionValidationSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); + } + + if (typename?.Equals("OperationInProgress", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), publishedTo: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedTo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); + } + + if (typename?.Equals("ValidationInProgress", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } throw new global::System.NotSupportedException(); } - private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197788,10 +199139,10 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - return _dateTimeParser.Parse(obj.Value.GetString()!); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.ProcessingState Deserialize_NonNullableProcessingState(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197803,16 +199154,31 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - var publishedClientVersions = new global::System.Collections.Generic.List(); + return _processingStateParser.Parse(obj.Value.GetString()!); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIClientVersionValidationErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var clientVersionValidationErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - publishedClientVersions.Add(Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(child)); + clientVersionValidationErrors.Add(Deserialize_NonNullableIClientVersionValidationErrorData(child)); } - return publishedClientVersions; + return clientVersionValidationErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IClientVersionValidationErrorData Deserialize_NonNullableIClientVersionValidationErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197825,15 +199191,30 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData(typename, stage: Deserialize_IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stage"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + } + + if (typename?.Equals("ProcessingTimeoutError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("ReadyTimeoutError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData(typename); + } + + if (typename?.Equals("UnexpectedProcessingError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197846,15 +199227,36 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); + } + + return persistedQueryValidationFaileds; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197867,15 +199269,15 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197887,7 +199289,55 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); + var @strings = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + @strings.Add(Deserialize_NonNullableString(child)); + } + + return @strings; + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var persistedQueryErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); + } + + return persistedQueryErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PersistedQueryError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + } + + throw new global::System.NotSupportedException(); } private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) @@ -197905,7 +199355,7 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateClientErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197917,16 +199367,16 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu return null; } - var createClientErrors = new global::System.Collections.Generic.List(); + var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - createClientErrors.Add(Deserialize_NonNullableICreateClientErrorData(child)); + persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } - return createClientErrors; + return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ICreateClientErrorData Deserialize_NonNullableICreateClientErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197939,43 +199389,72 @@ public CreateClientCommandMutationBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Int32 Deserialize_NonNullableInt32(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + throw new global::System.ArgumentNullException(); } - throw new global::System.NotSupportedException(); + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _intParser.Parse(obj.Value.GetInt32()!); } } // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowApiCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + public partial class CreateEnvironmentCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - public ShowApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public CreateEnvironmentCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new ShowApiCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new CreateEnvironmentCommandMutationResultInfo(Deserialize_NonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pushWorkspaceChanges"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData Deserialize_NonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PushWorkspaceChangesPayload", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData(typename, changes: Deserialize_ICreateEnvironmentCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes")), errors: Deserialize_IPushWorkspaceChangesErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateEnvironmentCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -197987,210 +199466,307 @@ public ShowApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFa return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + var workspaceChangePayloads = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), workspace: Deserialize_IShowApiCommandQuery_Node_Workspace_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), settings: Deserialize_NonNullableIShowApiCommandQuery_Node_Settings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "settings"))); + workspaceChangePayloads.Add(Deserialize_NonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes(child)); } - if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) + return workspaceChangePayloads; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData Deserialize_NonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("WorkspaceChangePayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData(typename, referenceId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "referenceId")), error: Deserialize_IWorkspaceChangeErrorData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "error")), result: Deserialize_IWorkspaceChangeResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "result"))); } - if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) + return _stringParser.Parse(obj.Value.GetString()!); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeErrorData? Deserialize_IWorkspaceChangeErrorData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename); + return null; } - if (typename?.Equals("CoordinateClientUsageMetrics", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData(typename); + return null; } - if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ChangeValidationFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ChangeValidationFailedData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("HasBeenChangedConflict", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenChangedConflictData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("HasBeenDeletedConflict", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenDeletedConflictData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("GraphQLDirectiveArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("IdentifierCollisionConflict", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.IdentifierCollisionConflictData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("GraphQLDirectiveDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnexpectedErrorOnChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedErrorOnChangeData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("GraphQLEnumTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("WorkspaceNotFoundForChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceNotFoundForChangeData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("GraphQLEnumValueDefinition", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeResultData? Deserialize_IWorkspaceChangeResultData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData(typename); + return null; } - if (typename?.Equals("GraphQLInputObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData(typename); + return null; } - if (typename?.Equals("GraphQLInputObjectTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); } - if (typename?.Equals("GraphQLInterfaceFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename); } - if (typename?.Equals("GraphQLInterfaceFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); } - if (typename?.Equals("GraphQLInterfaceTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), workspace: Deserialize_ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); } - if (typename?.Equals("GraphQLObjectFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData(typename); + return null; } - if (typename?.Equals("GraphQLObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData(typename); + return null; } - if (typename?.Equals("GraphQLScalarTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - if (typename?.Equals("GraphQLUnionTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IPushWorkspaceChangesErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData(typename); + return null; } - if (typename?.Equals("Group", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GroupData(typename); + return null; } - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + var pushWorkspaceChangesErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename); + pushWorkspaceChangesErrors.Add(Deserialize_NonNullableIPushWorkspaceChangesErrorData(child)); } - if (typename?.Equals("McpFeatureCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + return pushWorkspaceChangesErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IPushWorkspaceChangesErrorData Deserialize_NonNullableIPushWorkspaceChangesErrorData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ChangeStructureInvalid", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ChangeStructureInvalidData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("OpenApiCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListEnvironmentCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _versionParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + public ListEnvironmentCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _versionParser = serializerResolver.GetLeafValueParser("Version") ?? throw new global::System.ArgumentException("No serializer for type `Version` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new ListEnvironmentCommandQueryResultInfo(Deserialize_IListEnvironmentCommandQuery_WorkspaceById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaceById"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IListEnvironmentCommandQuery_WorkspaceById(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData(typename); + return null; } - if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename); + return null; } - if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, environments: Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "environments"))); } - if (typename?.Equals("Organization", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsConnectionData? Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData(typename); + return null; } - if (typename?.Equals("OrganizationMember", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("EnvironmentsConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsConnectionData(typename, edges: Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } - if (typename?.Equals("SchemaChangeLog", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData(typename); + return null; } - if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename); + return null; } - if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + var environmentsEdges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename); + environmentsEdges.Add(Deserialize_NonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges(child)); } - if (typename?.Equals("User", global::System.StringComparison.Ordinal) ?? false) + return environmentsEdges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsEdgeData Deserialize_NonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("EnvironmentsEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); @@ -198208,10 +199784,10 @@ public ShowApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFa throw new global::System.ArgumentNullException(); } - return _iDParser.Parse(obj.Value.GetString()!); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData Deserialize_NonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198223,16 +199799,16 @@ public ShowApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFa throw new global::System.ArgumentNullException(); } - var @strings = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) { - @strings.Add(Deserialize_NonNullableString(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), workspace: Deserialize_ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); } - return @strings; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IShowApiCommandQuery_Node_Workspace_1(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198247,13 +199823,13 @@ public ShowApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFa var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData Deserialize_NonNullableIShowApiCommandQuery_Node_Settings(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198266,15 +199842,15 @@ public ShowApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFa } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiSettings", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData(typename, schemaRegistry: Deserialize_NonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaRegistry"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData Deserialize_NonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198286,51 +199862,43 @@ public ShowApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFa throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData(typename, treatDangerousAsBreaking: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "treatDangerousAsBreaking")), allowBreakingSchemaChanges: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "allowBreakingSchemaChanges"))); - } - - throw new global::System.NotSupportedException(); + return _booleanParser.Parse(obj.Value.GetBoolean()!); } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - return _booleanParser.Parse(obj.Value.GetBoolean()!); + return _stringParser.Parse(obj.Value.GetString()!); } } // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + public partial class ShowEnvironmentCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _versionParser; - public DeleteApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ShowEnvironmentCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _versionParser = serializerResolver.GetLeafValueParser("Version") ?? throw new global::System.ArgumentException("No serializer for type `Version` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new DeleteApiCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new ShowEnvironmentCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) @@ -198348,7 +199916,7 @@ public DeleteApiCommandQueryBuilder(global::StrawberryShake.IOperationResultData var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), version: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "version")), workspace: Deserialize_IDeleteApiCommandQuery_Node_Workspace_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename); } if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) @@ -198388,7 +199956,7 @@ public DeleteApiCommandQueryBuilder(global::StrawberryShake.IOperationResultData if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), workspace: Deserialize_ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); } if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) @@ -198566,10 +200134,10 @@ public DeleteApiCommandQueryBuilder(global::StrawberryShake.IOperationResultData throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + return _iDParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IDeleteApiCommandQuery_Node_Workspace_1(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198584,7 +200152,7 @@ public DeleteApiCommandQueryBuilder(global::StrawberryShake.IOperationResultData var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); @@ -198593,27 +200161,27 @@ public DeleteApiCommandQueryBuilder(global::StrawberryShake.IOperationResultData // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + public partial class UploadFusionSubgraphBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - public DeleteApiCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public UploadFusionSubgraphBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new DeleteApiCommandMutationResultInfo(Deserialize_NonNullableIDeleteApiCommandMutation_DeleteApiById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deleteApiById"))); + return new UploadFusionSubgraphResultInfo(Deserialize_NonNullableIUploadFusionSubgraph_UploadFusionSubgraph(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "uploadFusionSubgraph"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiByIdPayloadData Deserialize_NonNullableIDeleteApiCommandMutation_DeleteApiById(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphPayloadData Deserialize_NonNullableIUploadFusionSubgraph_UploadFusionSubgraph(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198626,15 +200194,15 @@ public DeleteApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DeleteApiByIdPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UploadFusionSubgraphPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiByIdPayloadData(typename, api: Deserialize_IDeleteApiCommandMutation_DeleteApiById_Api(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), errors: Deserialize_IDeleteApiByIdErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphPayloadData(typename, fusionSubgraphVersion: Deserialize_IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fusionSubgraphVersion")), errors: Deserialize_IUploadFusionSubgraphErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_IDeleteApiCommandMutation_DeleteApiById_Api(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.FusionSubgraphVersionData? Deserialize_IUploadFusionSubgraph_UploadFusionSubgraph_FusionSubgraphVersion(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198647,9 +200215,9 @@ public DeleteApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("FusionSubgraphVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), workspace: Deserialize_IShowApiCommandQuery_Node_Workspace_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), settings: Deserialize_NonNullableIShowApiCommandQuery_Node_Settings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "settings"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionSubgraphVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); } throw new global::System.NotSupportedException(); @@ -198667,52 +200235,93 @@ public DeleteApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + return _iDParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUploadFusionSubgraphErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var @strings = new global::System.Collections.Generic.List(); + var uploadFusionSubgraphErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - @strings.Add(Deserialize_NonNullableString(child)); + uploadFusionSubgraphErrors.Add(Deserialize_NonNullableIUploadFusionSubgraphErrorData(child)); } - return @strings; + return uploadFusionSubgraphErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IShowApiCommandQuery_Node_Workspace_1(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IUploadFusionSubgraphErrorData Deserialize_NonNullableIUploadFusionSubgraphErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InvalidFusionSourceSchemaArchiveError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidFusionSourceSchemaArchiveErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("DuplicatedTagError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateMcpFeatureCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public CreateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData Deserialize_NonNullableIShowApiCommandQuery_Node_Settings(global::System.Text.Json.JsonElement? obj) + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new CreateMcpFeatureCollectionCommandMutationResultInfo(Deserialize_NonNullableICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createMcpFeatureCollection"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionPayloadData Deserialize_NonNullableICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198725,36 +200334,36 @@ public DeleteApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiSettings", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("CreateMcpFeatureCollectionPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData(typename, schemaRegistry: Deserialize_NonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaRegistry"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionPayloadData(typename, mcpFeatureCollection: Deserialize_ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollection")), errors: Deserialize_ICreateMcpFeatureCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData Deserialize_NonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? Deserialize_ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData(typename, treatDangerousAsBreaking: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "treatDangerousAsBreaking")), allowBreakingSchemaChanges: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "allowBreakingSchemaChanges"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); } throw new global::System.NotSupportedException(); } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198766,10 +200375,10 @@ public DeleteApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD throw new global::System.ArgumentNullException(); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IDeleteApiByIdErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateMcpFeatureCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198781,16 +200390,16 @@ public DeleteApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD return null; } - var deleteApiByIdErrors = new global::System.Collections.Generic.List(); + var createMcpFeatureCollectionErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - deleteApiByIdErrors.Add(Deserialize_NonNullableIDeleteApiByIdErrorData(child)); + createMcpFeatureCollectionErrors.Add(Deserialize_NonNullableICreateMcpFeatureCollectionErrorData(child)); } - return deleteApiByIdErrors; + return createMcpFeatureCollectionErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiByIdErrorData Deserialize_NonNullableIDeleteApiByIdErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionErrorData Deserialize_NonNullableICreateMcpFeatureCollectionErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198805,7 +200414,7 @@ public DeleteApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); } if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) @@ -198813,63 +200422,52 @@ public DeleteApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("ApiDeletionFailedError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDeletionFailedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - throw new global::System.NotSupportedException(); } } // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + public partial class DeleteMcpFeatureCollectionByIdCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _versionParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - public ListApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public DeleteMcpFeatureCollectionByIdCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _versionParser = serializerResolver.GetLeafValueParser("Version") ?? throw new global::System.ArgumentException("No serializer for type `Version` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new ListApiCommandQueryResultInfo(Deserialize_IListApiCommandQuery_WorkspaceById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaceById"))); + return new DeleteMcpFeatureCollectionByIdCommandMutationResultInfo(Deserialize_NonNullableIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deleteMcpFeatureCollectionById"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IListApiCommandQuery_WorkspaceById(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.DeleteMcpFeatureCollectionByIdPayloadData Deserialize_NonNullableIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DeleteMcpFeatureCollectionByIdPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, apis: Deserialize_IListApiCommandQuery_WorkspaceById_Apis(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apis"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeleteMcpFeatureCollectionByIdPayloadData(typename, mcpFeatureCollection: Deserialize_IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollection")), errors: Deserialize_IDeleteMcpFeatureCollectionByIdErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData? Deserialize_IListApiCommandQuery_WorkspaceById_Apis(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? Deserialize_IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198882,15 +200480,30 @@ public ListApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFa } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApisConnection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData(typename, edges: Deserialize_IListApiCommandQuery_WorkspaceById_Apis_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListApiCommandQuery_WorkspaceById_Apis_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListApiCommandQuery_WorkspaceById_Apis_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _stringParser.Parse(obj.Value.GetString()!); + } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IDeleteMcpFeatureCollectionByIdErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198902,16 +200515,16 @@ public ListApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFa return null; } - var apisEdges = new global::System.Collections.Generic.List(); + var deleteMcpFeatureCollectionByIdErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - apisEdges.Add(Deserialize_NonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges(child)); + deleteMcpFeatureCollectionByIdErrors.Add(Deserialize_NonNullableIDeleteMcpFeatureCollectionByIdErrorData(child)); } - return apisEdges; + return deleteMcpFeatureCollectionByIdErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData Deserialize_NonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteMcpFeatureCollectionByIdErrorData Deserialize_NonNullableIDeleteMcpFeatureCollectionByIdErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -198924,287 +200537,287 @@ public ListApiCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFa } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApisEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), mcpFeatureCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollectionId"))); + } + + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } + } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListMcpFeatureCollectionCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + public ListMcpFeatureCollectionCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - return _stringParser.Parse(obj.Value.GetString()!); + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new ListMcpFeatureCollectionCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData Deserialize_NonNullableIListApiCommandQuery_WorkspaceById_Apis_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), workspace: Deserialize_IShowApiCommandQuery_Node_Workspace_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), settings: Deserialize_NonNullableIShowApiCommandQuery_Node_Settings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "settings"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, mcpFeatureCollections: Deserialize_IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollections"))); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename); } - var @strings = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) { - @strings.Add(Deserialize_NonNullableString(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData(typename); } - return @strings; - } + if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IShowApiCommandQuery_Node_Workspace_1(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("CoordinateClientUsageMetrics", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData Deserialize_NonNullableIShowApiCommandQuery_Node_Settings(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLDirectiveArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiSettings", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLDirectiveDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData(typename, schemaRegistry: Deserialize_NonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaRegistry"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("GraphQLEnumTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData Deserialize_NonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLEnumValueDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLInputObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLInputObjectTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData(typename, treatDangerousAsBreaking: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "treatDangerousAsBreaking")), allowBreakingSchemaChanges: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "allowBreakingSchemaChanges"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("GraphQLInterfaceFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData(typename); + } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLInterfaceFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLInterfaceTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData(typename); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); - } + if (typename?.Equals("GraphQLObjectFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListApiCommandQuery_WorkspaceById_Apis_PageInfo(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLScalarTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLUnionTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("Group", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GroupData(typename); + } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("McpFeatureCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData(typename); } - return _stringParser.Parse(obj.Value.GetString()!); - } - } + if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetApiSettingsCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public SetApiSettingsCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } + if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename); + } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new SetApiSettingsCommandMutationResultInfo(Deserialize_NonNullableISetApiSettingsCommandMutation_UpdateApiSettings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "updateApiSettings"))); - } + if (typename?.Equals("OpenApiCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.UpdateApiSettingsPayloadData Deserialize_NonNullableISetApiSettingsCommandMutation_UpdateApiSettings(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UpdateApiSettingsPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Organization", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UpdateApiSettingsPayloadData(typename, api: Deserialize_ISetApiSettingsCommandMutation_UpdateApiSettings_Api(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), errors: Deserialize_IUpdateApiSettingsErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("OrganizationMember", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ISetApiSettingsCommandMutation_UpdateApiSettings_Api(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("SchemaChangeLog", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), workspace: Deserialize_IShowApiCommandQuery_Node_Workspace_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), settings: Deserialize_NonNullableIShowApiCommandQuery_Node_Settings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "settings"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("User", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserData(typename); + } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); } - return _stringParser.Parse(obj.Value.GetString()!); + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData? Deserialize_IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var @strings = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiMcpFeatureCollectionsConnection", global::System.StringComparison.Ordinal) ?? false) { - @strings.Add(Deserialize_NonNullableString(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData(typename, edges: Deserialize_IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } - return @strings; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IShowApiCommandQuery_Node_Workspace_1(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199216,16 +200829,16 @@ public SetApiSettingsCommandMutationBuilder(global::StrawberryShake.IOperationRe return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + var apiMcpFeatureCollectionsEdges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + apiMcpFeatureCollectionsEdges.Add(Deserialize_NonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges(child)); } - throw new global::System.NotSupportedException(); + return apiMcpFeatureCollectionsEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData Deserialize_NonNullableIShowApiCommandQuery_Node_Settings(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData Deserialize_NonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199238,15 +200851,15 @@ public SetApiSettingsCommandMutationBuilder(global::StrawberryShake.IOperationRe } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiSettings", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiMcpFeatureCollectionsEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData(typename, schemaRegistry: Deserialize_NonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaRegistry"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData Deserialize_NonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199258,16 +200871,10 @@ public SetApiSettingsCommandMutationBuilder(global::StrawberryShake.IOperationRe throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData(typename, treatDangerousAsBreaking: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "treatDangerousAsBreaking")), allowBreakingSchemaChanges: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "allowBreakingSchemaChanges"))); - } - - throw new global::System.NotSupportedException(); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData Deserialize_NonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199279,31 +200886,37 @@ public SetApiSettingsCommandMutationBuilder(global::StrawberryShake.IOperationRe throw new global::System.ArgumentNullException(); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUpdateApiSettingsErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var updateApiSettingsErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) { - updateApiSettingsErrors.Add(Deserialize_NonNullableIUpdateApiSettingsErrorData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); } - return updateApiSettingsErrors; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateApiSettingsErrorData Deserialize_NonNullableIUpdateApiSettingsErrorData(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199315,46 +200928,48 @@ public SetApiSettingsCommandMutationBuilder(global::StrawberryShake.IOperationRe throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) + return _booleanParser.Parse(obj.Value.GetBoolean()!); + } + + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); + return null; } - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return null; } - throw new global::System.NotSupportedException(); + return _stringParser.Parse(obj.Value.GetString()!); } } // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + public partial class PublishMcpFeatureCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _apiKindParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - public CreateApiCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public PublishMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _apiKindParser = serializerResolver.GetLeafValueParser("ApiKind") ?? throw new global::System.ArgumentException("No serializer for type `ApiKind` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new CreateApiCommandMutationResultInfo(Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pushWorkspaceChanges"))); + return new PublishMcpFeatureCollectionCommandMutationResultInfo(Deserialize_NonNullableIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishMcpFeatureCollection"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PublishMcpFeatureCollectionPayloadData Deserialize_NonNullableIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199367,15 +200982,15 @@ public CreateApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PushWorkspaceChangesPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PublishMcpFeatureCollectionPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData(typename, changes: Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes")), errors: Deserialize_IPushWorkspaceChangesErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishMcpFeatureCollectionPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IPublishMcpFeatureCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199387,37 +201002,31 @@ public CreateApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD return null; } - var workspaceChangePayloads = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - workspaceChangePayloads.Add(Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes(child)); - } - - return workspaceChangePayloads; + return _iDParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IPublishMcpFeatureCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("WorkspaceChangePayload", global::System.StringComparison.Ordinal) ?? false) + var publishMcpFeatureCollectionErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData(typename, referenceId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "referenceId")), error: Deserialize_IWorkspaceChangeErrorData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "error")), result: Deserialize_IWorkspaceChangeResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "result"))); + publishMcpFeatureCollectionErrors.Add(Deserialize_NonNullableIPublishMcpFeatureCollectionErrorData(child)); } - throw new global::System.NotSupportedException(); + return publishMcpFeatureCollectionErrors; } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionErrorData Deserialize_NonNullableIPublishMcpFeatureCollectionErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199429,134 +201038,141 @@ public CreateApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeErrorData? Deserialize_IWorkspaceChangeErrorData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("StageNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("McpFeatureCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionNotFoundErrorData(typename, mcpFeatureCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollectionId")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ChangeValidationFailed", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ChangeValidationFailedData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("HasBeenChangedConflict", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionVersionNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenChangedConflictData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionNotFoundErrorData(typename, tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), mcpFeatureCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollectionId"))); } - if (typename?.Equals("HasBeenDeletedConflict", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenDeletedConflictData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } + throw new global::System.NotSupportedException(); + } - if (typename?.Equals("IdentifierCollisionConflict", global::System.StringComparison.Ordinal) ?? false) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.IdentifierCollisionConflictData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("UnexpectedErrorOnChange", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedErrorOnChangeData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("WorkspaceNotFoundForChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceNotFoundForChangeData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } + return _stringParser.Parse(obj.Value.GetString()!); + } + } - throw new global::System.NotSupportedException(); + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class PublishMcpFeatureCollectionCommandSubscriptionBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _processingStateParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _schemaChangeSeverityParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _directiveLocationParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _processingStateParser = serializerResolver.GetLeafValueParser("ProcessingState") ?? throw new global::System.ArgumentException("No serializer for type `ProcessingState` found."); + _schemaChangeSeverityParser = serializerResolver.GetLeafValueParser("SchemaChangeSeverity") ?? throw new global::System.ArgumentException("No serializer for type `SchemaChangeSeverity` found."); + _directiveLocationParser = serializerResolver.GetLeafValueParser("DirectiveLocation") ?? throw new global::System.ArgumentException("No serializer for type `DirectiveLocation` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeResultData? Deserialize_IWorkspaceChangeResultData(global::System.Text.Json.JsonElement? obj) + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new PublishMcpFeatureCollectionCommandSubscriptionResultInfo(Deserialize_NonNullableIMcpFeatureCollectionVersionPublishResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onMcpFeatureCollectionVersionPublishingUpdate"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishResultData Deserialize_NonNullableIMcpFeatureCollectionVersionPublishResultData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionVersionPublishFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionPublishFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableIMcpFeatureCollectionVersionPublishErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionVersionPublishSuccess", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), workspace: Deserialize_IShowApiCommandQuery_Node_Workspace_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), settings: Deserialize_NonNullableIShowApiCommandQuery_Node_Settings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "settings"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionPublishSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } - if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OperationInProgress", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } - if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ProcessingTaskApproved", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskApprovedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ProcessingTaskIsQueued", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsQueuedData(typename, queued: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queued")), queuePosition: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queuePosition"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("ProcessingTaskIsReady", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsReadyData(typename, ready: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "ready"))); } - var @strings = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("WaitForApproval", global::System.StringComparison.Ordinal) ?? false) { - @strings.Add(Deserialize_NonNullableString(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WaitForApprovalData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), deployment: Deserialize_IDeploymentData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployment"))); } - return @strings; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IShowApiCommandQuery_Node_Workspace_1(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + throw new global::System.ArgumentNullException(); } - throw new global::System.NotSupportedException(); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData Deserialize_NonNullableIShowApiCommandQuery_Node_Settings(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.ProcessingState Deserialize_NonNullableProcessingState(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199568,16 +201184,10 @@ public CreateApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiSettings", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData(typename, schemaRegistry: Deserialize_NonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaRegistry"))); - } - - throw new global::System.NotSupportedException(); + return _processingStateParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData Deserialize_NonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionVersionPublishErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199589,16 +201199,16 @@ public CreateApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal) ?? false) + var mcpFeatureCollectionVersionPublishErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData(typename, treatDangerousAsBreaking: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "treatDangerousAsBreaking")), allowBreakingSchemaChanges: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "allowBreakingSchemaChanges"))); + mcpFeatureCollectionVersionPublishErrors.Add(Deserialize_NonNullableIMcpFeatureCollectionVersionPublishErrorData(child)); } - throw new global::System.NotSupportedException(); + return mcpFeatureCollectionVersionPublishErrors; } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishErrorData Deserialize_NonNullableIMcpFeatureCollectionVersionPublishErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199610,31 +201220,36 @@ public CreateApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD throw new global::System.ArgumentNullException(); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); - } + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IPushWorkspaceChangesErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("ProcessingTimeoutError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - var pushWorkspaceChangesErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("ReadyTimeoutError", global::System.StringComparison.Ordinal) ?? false) { - pushWorkspaceChangesErrors.Add(Deserialize_NonNullableIPushWorkspaceChangesErrorData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData(typename); } - return pushWorkspaceChangesErrors; + if (typename?.Equals("UnexpectedProcessingError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IPushWorkspaceChangesErrorData Deserialize_NonNullableIPushWorkspaceChangesErrorData(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199646,42 +201261,16 @@ public CreateApiCommandMutationBuilder(global::StrawberryShake.IOperationResultD throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("ChangeStructureInvalid", global::System.StringComparison.Ordinal) ?? false) + var mcpFeatureCollectionValidationCollections = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ChangeStructureInvalidData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + mcpFeatureCollectionValidationCollections.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(child)); } - throw new global::System.NotSupportedException(); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UpdateStagesBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new UpdateStagesResultInfo(Deserialize_NonNullableIUpdateStages_UpdateStages(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "updateStages"))); + return mcpFeatureCollectionValidationCollections; } - private global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesPayloadData Deserialize_NonNullableIUpdateStages_UpdateStages(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199694,15 +201283,15 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory Deserialize_NonNullableIUpdateStages_UpdateStages_Api_StagesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionValidationEntityDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199735,16 +201324,16 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory(); + var mcpFeatureCollectionValidationEntitys = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - stages.Add(Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages(child)); + mcpFeatureCollectionValidationEntitys.Add(Deserialize_NonNullableIMcpFeatureCollectionValidationEntityData(child)); } - return stages; + return mcpFeatureCollectionValidationEntitys; } - private global::ChilliCream.Nitro.CommandLine.Client.State.StageData Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData Deserialize_NonNullableIMcpFeatureCollectionValidationEntityData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199757,30 +201346,20 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199792,16 +201371,16 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory(); + var mcpFeatureCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - stageConditions.Add(Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(child)); + mcpFeatureCollectionValidationEntityErrors.Add(Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorData(child)); } - return stageConditions; + return mcpFeatureCollectionValidationEntityErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionData Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199814,15 +201393,20 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory? Deserialize_IUpdateStagesErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199855,16 +201433,16 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory(); + var mcpFeatureCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - updateStagesErrors.Add(Deserialize_NonNullableIUpdateStagesErrorData(child)); + mcpFeatureCollectionValidationDocumentErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(child)); } - return updateStagesErrors; + return mcpFeatureCollectionValidationDocumentErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesErrorData Deserialize_NonNullableIUpdateStagesErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199877,51 +201455,71 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_StagesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? Deserialize_IDeploymentData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var stages = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) { - stages.Add(Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - return stages; + if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename, errors: Deserialize_NonNullableIFusionConfigurationDeploymentErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename, errors: Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.StageData Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199933,37 +201531,37 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), publishedSchema: Deserialize_IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedSchema")), publishedClients: Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClientsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedClients"))); + clientDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(child)); } - throw new global::System.NotSupportedException(); + return clientDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedSchemaVersionData? Deserialize_IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PublishedSchemaVersion", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedSchemaVersionData(typename, version: Deserialize_IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "version"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? Deserialize_IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199976,15 +201574,15 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClientsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -199996,16 +201594,16 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory(); + var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - publishedClients.Add(Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients(child)); + persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } - return publishedClients; + return persistedQueryValidationFaileds; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientData Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200018,15 +201616,15 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200038,16 +201636,16 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + @strings.Add(Deserialize_NonNullableString(child)); } - throw new global::System.NotSupportedException(); + return @strings; } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersionsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200059,16 +201657,16 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory(); + var persistedQueryErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - publishedClientVersions.Add(Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions(child)); + persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); } - return publishedClientVersions; + return persistedQueryErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200081,15 +201679,15 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200101,258 +201699,268 @@ public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag"))); + persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } - throw new global::System.NotSupportedException(); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListStagesQueryBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public ListStagesQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ListStagesQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, stages: Deserialize_NonNullableIListStagesQuery_Node_StagesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stages"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } - if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); - } + throw new global::System.NotSupportedException(); + } - if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIFusionConfigurationDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) + var fusionConfigurationDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData(typename); + fusionConfigurationDeploymentErrors.Add(Deserialize_NonNullableIFusionConfigurationDeploymentErrorData(child)); } - if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename); - } + return fusionConfigurationDeploymentErrors; + } - if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) + private global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData Deserialize_NonNullableIFusionConfigurationDeploymentErrorData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("CoordinateClientUsageMetrics", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } - if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("GraphQLDirectiveArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } - if (typename?.Equals("GraphQLDirectiveDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } - if (typename?.Equals("GraphQLEnumTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLEnumValueDefinition", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLInputObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + var schemaChangeLogEntrys = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData(typename); + schemaChangeLogEntrys.Add(Deserialize_NonNullableISchemaChangeLogEntryData(child)); } - if (typename?.Equals("GraphQLInputObjectTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + return schemaChangeLogEntrys; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData Deserialize_NonNullableISchemaChangeLogEntryData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLInterfaceFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLInterfaceFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DirectiveModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIDirectiveChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("GraphQLInterfaceTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("EnumModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIEnumChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("GraphQLObjectFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InputObjectModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InputObjectModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIInputObjectChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("GraphQLObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InterfaceModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIInterfaceChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("GraphQLScalarTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ObjectModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ObjectModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIObjectChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("GraphQLUnionTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ScalarModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ScalarModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("Group", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("TypeSystemMemberAddedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GroupData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); } - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("TypeSystemMemberModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity"))); } - if (typename?.Equals("McpFeatureCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("TypeSystemMemberRemovedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); } - if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnionModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIUnionChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Deserialize_NonNullableSchemaChangeSeverity(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + return _schemaChangeSeverityParser.Parse(obj.Value.GetString()!); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIDirectiveChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + var directiveChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename); + directiveChanges.Add(Deserialize_NonNullableIDirectiveChangeData(child)); } - if (typename?.Equals("Organization", global::System.StringComparison.Ordinal) ?? false) + return directiveChanges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IDirectiveChangeData Deserialize_NonNullableIDirectiveChangeData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OrganizationMember", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("SchemaChangeLog", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ArgumentAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ArgumentChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), changes: Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ArgumentRemoved", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("User", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DirectiveLocationAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveLocationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), location: Deserialize_NonNullableDirectiveLocation(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "location"))); } - if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DirectiveLocationRemoved", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveLocationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), location: Deserialize_NonNullableDirectiveLocation(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "location"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIListStagesQuery_Node_StagesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200364,16 +201972,16 @@ public ListStagesQueryBuilder(global::StrawberryShake.IOperationResultDataFactor throw new global::System.ArgumentNullException(); } - var stages = new global::System.Collections.Generic.List(); + var argumentChanges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - stages.Add(Deserialize_NonNullableIListStagesQuery_Node_Stages(child)); + argumentChanges.Add(Deserialize_NonNullableIArgumentChangeData(child)); } - return stages; + return argumentChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.StageData Deserialize_NonNullableIListStagesQuery_Node_Stages(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IArgumentChangeData Deserialize_NonNullableIArgumentChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200386,15 +201994,25 @@ public ListStagesQueryBuilder(global::StrawberryShake.IOperationResultDataFactor } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), displayName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "displayName")), conditions: Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "conditions"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); + } + + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } + + if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Deserialize_NonNullableDirectiveLocation(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200406,10 +202024,10 @@ public ListStagesQueryBuilder(global::StrawberryShake.IOperationResultDataFactor throw new global::System.ArgumentNullException(); } - return _iDParser.Parse(obj.Value.GetString()!); + return _directiveLocationParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIEnumChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200421,16 +202039,16 @@ public ListStagesQueryBuilder(global::StrawberryShake.IOperationResultDataFactor throw new global::System.ArgumentNullException(); } - var stageConditions = new global::System.Collections.Generic.List(); + var enumChanges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - stageConditions.Add(Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(child)); + enumChanges.Add(Deserialize_NonNullableIEnumChangeData(child)); } - return stageConditions; + return enumChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionData Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IEnumChangeData Deserialize_NonNullableIEnumChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200443,126 +202061,155 @@ public ListStagesQueryBuilder(global::StrawberryShake.IOperationResultDataFactor } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("AfterStageCondition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.AfterStageConditionData(typename, afterStage: Deserialize_IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "afterStage"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } + + if (typename?.Equals("EnumValueAdded", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); + } + + if (typename?.Equals("EnumValueChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIEnumValueChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + } + + if (typename?.Equals("EnumValueRemoved", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIEnumValueChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + var enumValueChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + enumValueChanges.Add(Deserialize_NonNullableIEnumValueChangeData(child)); } - throw new global::System.NotSupportedException(); + return enumValueChanges; } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListEnvironmentCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _versionParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - public ListEnvironmentCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private global::ChilliCream.Nitro.CommandLine.Client.State.IEnumValueChangeData Deserialize_NonNullableIEnumValueChangeData(global::System.Text.Json.JsonElement? obj) { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _versionParser = serializerResolver.GetLeafValueParser("Version") ?? throw new global::System.ArgumentException("No serializer for type `Version` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - } + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ListEnvironmentCommandQueryResultInfo(Deserialize_IListEnvironmentCommandQuery_WorkspaceById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaceById"))); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); + } + + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } + + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IListEnvironmentCommandQuery_WorkspaceById(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInputObjectChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + var inputObjectChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, environments: Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "environments"))); + inputObjectChanges.Add(Deserialize_NonNullableIInputObjectChangeData(child)); } - throw new global::System.NotSupportedException(); + return inputObjectChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsConnectionData? Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IInputObjectChangeData Deserialize_NonNullableIInputObjectChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("EnvironmentsConnection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsConnectionData(typename, edges: Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } + + if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + } + + if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + } + + if (typename?.Equals("InputFieldChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.InputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIInputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInputFieldChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var environmentsEdges = new global::System.Collections.Generic.List(); + var inputFieldChanges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - environmentsEdges.Add(Deserialize_NonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges(child)); + inputFieldChanges.Add(Deserialize_NonNullableIInputFieldChangeData(child)); } - return environmentsEdges; + return inputFieldChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsEdgeData Deserialize_NonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IInputFieldChangeData Deserialize_NonNullableIInputFieldChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200575,15 +202222,25 @@ public ListEnvironmentCommandQueryBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("EnvironmentsEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); + } + + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } + + if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInterfaceChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200595,10 +202252,16 @@ public ListEnvironmentCommandQueryBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + var interfaceChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + interfaceChanges.Add(Deserialize_NonNullableIInterfaceChangeData(child)); + } + + return interfaceChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData Deserialize_NonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IInterfaceChangeData Deserialize_NonNullableIInterfaceChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200611,36 +202274,71 @@ public ListEnvironmentCommandQueryBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } + + if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), workspace: Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + } + + if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + } + + if (typename?.Equals("InterfaceImplementationAdded", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); + } + + if (typename?.Equals("InterfaceImplementationRemoved", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); + } + + if (typename?.Equals("OutputFieldChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + } + + if (typename?.Equals("PossibleTypeAdded", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + } + + if (typename?.Equals("PossibleTypeRemoved", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + var outputFieldChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + outputFieldChanges.Add(Deserialize_NonNullableIOutputFieldChangeData(child)); } - throw new global::System.NotSupportedException(); + return outputFieldChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListEnvironmentCommandQuery_WorkspaceById_Environments_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOutputFieldChangeData Deserialize_NonNullableIOutputFieldChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200653,15 +202351,40 @@ public ListEnvironmentCommandQueryBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ArgumentAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + } + + if (typename?.Equals("ArgumentChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), changes: Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + } + + if (typename?.Equals("ArgumentRemoved", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + } + + if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); + } + + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } + + if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); } throw new global::System.NotSupportedException(); } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIObjectChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -200673,324 +202396,418 @@ public ListEnvironmentCommandQueryBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); + var objectChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + objectChanges.Add(Deserialize_NonNullableIObjectChangeData(child)); + } + + return objectChanges; } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData Deserialize_NonNullableIObjectChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); - } - } + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowEnvironmentCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public ShowEnvironmentCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } + if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ShowEnvironmentCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + if (typename?.Equals("InterfaceImplementationAdded", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); + } + + if (typename?.Equals("InterfaceImplementationRemoved", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); + } + + if (typename?.Equals("OutputFieldChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + } + + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + var scalarChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename); + scalarChanges.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(child)); } - if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) + return scalarChanges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUnionChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) + var unionChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename); + unionChanges.Add(Deserialize_NonNullableIUnionChangeData(child)); } - if (typename?.Equals("CoordinateClientUsageMetrics", global::System.StringComparison.Ordinal) ?? false) + return unionChanges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData Deserialize_NonNullableIUnionChangeData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), workspace: Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnionMemberAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("GraphQLDirectiveArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnionMemberRemoved", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("GraphQLDirectiveDefinition", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLEnumTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLEnumValueDefinition", global::System.StringComparison.Ordinal) ?? false) + var graphQLSchemaErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData(typename); + graphQLSchemaErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(child)); } - if (typename?.Equals("GraphQLInputObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + return graphQLSchemaErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLInputObjectTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLInterfaceFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("GraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code"))); } - if (typename?.Equals("GraphQLInterfaceFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLInterfaceTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLObjectFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + var openApiCollectionValidationCollections = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData(typename); + openApiCollectionValidationCollections.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(child)); } - if (typename?.Equals("GraphQLObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + return openApiCollectionValidationCollections; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLScalarTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLUnionTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("OpenApiCollectionValidationCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData(typename, openApiCollection: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollection")), entities: Deserialize_NonNullableIOpenApiCollectionValidationEntityDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "entities"))); } - if (typename?.Equals("Group", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GroupData(typename); + return null; } - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename); + return null; } - if (typename?.Equals("McpFeatureCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionValidationEntityDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + var openApiCollectionValidationEntitys = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename); + openApiCollectionValidationEntitys.Add(Deserialize_NonNullableIOpenApiCollectionValidationEntityData(child)); } - if (typename?.Equals("OpenApiCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + return openApiCollectionValidationEntitys; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData Deserialize_NonNullableIOpenApiCollectionValidationEntityData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("OpenApiCollectionValidationEndpoint", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEndpointData(typename, errors: Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), httpMethod: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "httpMethod")), route: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "route"))); } - if (typename?.Equals("Organization", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationModel", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationModelData(typename, errors: Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - if (typename?.Equals("OrganizationMember", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("SchemaChangeLog", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) + var openApiCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename); + openApiCollectionValidationEntityErrors.Add(Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorData(child)); } - if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + return openApiCollectionValidationEntityErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("User", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("OpenApiCollectionValidationDocumentError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorData(typename, code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); } - if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationEntityValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEntityValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - return _iDParser.Parse(obj.Value.GetString()!); + var openApiCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + openApiCollectionValidationDocumentErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(child)); + } + + return openApiCollectionValidationDocumentErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } throw new global::System.NotSupportedException(); } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateEnvironmentCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public CreateEnvironmentCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::System.Text.Json.JsonElement? obj) { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new CreateEnvironmentCommandMutationResultInfo(Deserialize_NonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pushWorkspaceChanges"))); + var mcpFeatureCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + mcpFeatureCollectionDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(child)); + } + + return mcpFeatureCollectionDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData Deserialize_NonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201003,36 +202820,36 @@ public CreateEnvironmentCommandMutationBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PushWorkspaceChangesPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PushWorkspaceChangesPayloadData(typename, changes: Deserialize_ICreateEnvironmentCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes")), errors: Deserialize_IPushWorkspaceChangesErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateEnvironmentCommandMutation_PushWorkspaceChanges_ChangesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var workspaceChangePayloads = new global::System.Collections.Generic.List(); + var openApiCollectionDeploymentErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - workspaceChangePayloads.Add(Deserialize_NonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes(child)); + openApiCollectionDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(child)); } - return workspaceChangePayloads; + return openApiCollectionDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData Deserialize_NonNullableICreateEnvironmentCommandMutation_PushWorkspaceChanges_Changes(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201045,15 +202862,15 @@ public CreateEnvironmentCommandMutationBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("WorkspaceChangePayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceChangePayloadData(typename, referenceId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "referenceId")), error: Deserialize_IWorkspaceChangeErrorData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "error")), result: Deserialize_IWorkspaceChangeResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "result"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201065,56 +202882,111 @@ public CreateEnvironmentCommandMutationBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + var schemaDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + schemaDeploymentErrors.Add(Deserialize_NonNullableISchemaDeploymentErrorData(child)); + } + + return schemaDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeErrorData? Deserialize_IWorkspaceChangeErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData Deserialize_NonNullableISchemaDeploymentErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ChangeValidationFailed", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ChangeValidationFailedData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } - if (typename?.Equals("HasBeenChangedConflict", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenChangedConflictData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("HasBeenDeletedConflict", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OperationsAreNotAllowedError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.HasBeenDeletedConflictData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("IdentifierCollisionConflict", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaVersionSyntaxError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.IdentifierCollisionConflictData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), position: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "position")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } - if (typename?.Equals("UnexpectedErrorOnChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedErrorOnChangeData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + } + + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + } + + throw new global::System.NotSupportedException(); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UploadMcpFeatureCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public UploadMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new UploadMcpFeatureCollectionCommandMutationResultInfo(Deserialize_NonNullableIUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "uploadMcpFeatureCollection"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.UploadMcpFeatureCollectionPayloadData Deserialize_NonNullableIUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("WorkspaceNotFoundForChange", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("UploadMcpFeatureCollectionPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceNotFoundForChangeData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UploadMcpFeatureCollectionPayloadData(typename, mcpFeatureCollectionVersion: Deserialize_IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollectionVersion")), errors: Deserialize_IUploadMcpFeatureCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeResultData? Deserialize_IWorkspaceChangeResultData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData? Deserialize_IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201127,51 +202999,30 @@ public CreateEnvironmentCommandMutationBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); - } - - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename); - } - - if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); - } - - if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), workspace: Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IListEnvironmentCommandQuery_WorkspaceById_Environments_Edges_Node_Workspace(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + throw new global::System.ArgumentNullException(); } - throw new global::System.NotSupportedException(); + return _iDParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IPushWorkspaceChangesErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUploadMcpFeatureCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201183,16 +203034,16 @@ public CreateEnvironmentCommandMutationBuilder(global::StrawberryShake.IOperatio return null; } - var pushWorkspaceChangesErrors = new global::System.Collections.Generic.List(); + var uploadMcpFeatureCollectionErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - pushWorkspaceChangesErrors.Add(Deserialize_NonNullableIPushWorkspaceChangesErrorData(child)); + uploadMcpFeatureCollectionErrors.Add(Deserialize_NonNullableIUploadMcpFeatureCollectionErrorData(child)); } - return pushWorkspaceChangesErrors; + return uploadMcpFeatureCollectionErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IPushWorkspaceChangesErrorData Deserialize_NonNullableIPushWorkspaceChangesErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IUploadMcpFeatureCollectionErrorData Deserialize_NonNullableIUploadMcpFeatureCollectionErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201205,14 +203056,29 @@ public CreateEnvironmentCommandMutationBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("McpFeatureCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionNotFoundErrorData(typename, mcpFeatureCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollectionId")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("ChangeStructureInvalid", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DuplicatedTagError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ChangeStructureInvalidData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("InvalidMcpFeatureCollectionArchiveError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidMcpFeatureCollectionArchiveErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); @@ -201221,50 +203087,48 @@ public CreateEnvironmentCommandMutationBuilder(global::StrawberryShake.IOperatio // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListApiKeyCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + public partial class ValidateMcpFeatureCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - public ListApiKeyCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ValidateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new ListApiKeyCommandQueryResultInfo(Deserialize_IListApiKeyCommandQuery_WorkspaceById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaceById"))); + return new ValidateMcpFeatureCollectionCommandMutationResultInfo(Deserialize_NonNullableIValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "validateMcpFeatureCollection"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IListApiKeyCommandQuery_WorkspaceById(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ValidateMcpFeatureCollectionPayloadData Deserialize_NonNullableIValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ValidateMcpFeatureCollectionPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, apiKeys: Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiKeys"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidateMcpFeatureCollectionPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IValidateMcpFeatureCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysConnectionData? Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys(global::System.Text.Json.JsonElement? obj) + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201276,16 +203140,10 @@ public ListApiKeyCommandQueryBuilder(global::StrawberryShake.IOperationResultDat return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiKeysConnection", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysConnectionData(typename, edges: Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); - } - - throw new global::System.NotSupportedException(); + return _iDParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IValidateMcpFeatureCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201297,16 +203155,16 @@ public ListApiKeyCommandQueryBuilder(global::StrawberryShake.IOperationResultDat return null; } - var apiKeysEdges = new global::System.Collections.Generic.List(); + var validateMcpFeatureCollectionErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - apiKeysEdges.Add(Deserialize_NonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges(child)); + validateMcpFeatureCollectionErrors.Add(Deserialize_NonNullableIValidateMcpFeatureCollectionErrorData(child)); } - return apiKeysEdges; + return validateMcpFeatureCollectionErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysEdgeData Deserialize_NonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IValidateMcpFeatureCollectionErrorData Deserialize_NonNullableIValidateMcpFeatureCollectionErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201319,9 +203177,19 @@ public ListApiKeyCommandQueryBuilder(global::StrawberryShake.IOperationResultDat } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiKeysEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("StageNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + if (typename?.Equals("McpFeatureCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionNotFoundErrorData(typename, mcpFeatureCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollectionId")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); @@ -201341,8 +203209,33 @@ public ListApiKeyCommandQueryBuilder(global::StrawberryShake.IOperationResultDat return _stringParser.Parse(obj.Value.GetString()!); } + } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData Deserialize_NonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node(global::System.Text.Json.JsonElement? obj) + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ValidateMcpFeatureCollectionCommandSubscriptionBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _processingStateParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _processingStateParser = serializerResolver.GetLeafValueParser("ProcessingState") ?? throw new global::System.ArgumentException("No serializer for type `ProcessingState` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new ValidateMcpFeatureCollectionCommandSubscriptionResultInfo(Deserialize_NonNullableIMcpFeatureCollectionVersionValidationResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onMcpFeatureCollectionVersionValidationUpdate"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionValidationResultData Deserialize_NonNullableIMcpFeatureCollectionVersionValidationResultData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201355,36 +203248,30 @@ public ListApiKeyCommandQueryBuilder(global::StrawberryShake.IOperationResultDat } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionVersionValidationFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), workspace: Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionValidationFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableIMcpFeatureCollectionVersionValidationErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - throw new global::System.NotSupportedException(); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("McpFeatureCollectionVersionValidationSuccess", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionValidationSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("OperationInProgress", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ValidationInProgress", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListApiKeyCommandQuery_WorkspaceById_ApiKeys_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201396,16 +203283,10 @@ public ListApiKeyCommandQueryBuilder(global::StrawberryShake.IOperationResultDat throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); - } - - throw new global::System.NotSupportedException(); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.ProcessingState Deserialize_NonNullableProcessingState(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201417,46 +203298,31 @@ public ListApiKeyCommandQueryBuilder(global::StrawberryShake.IOperationResultDat throw new global::System.ArgumentNullException(); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); + return _processingStateParser.Parse(obj.Value.GetString()!); } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionVersionValidationErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateApiKeyCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - public CreateApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + var mcpFeatureCollectionVersionValidationErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + mcpFeatureCollectionVersionValidationErrors.Add(Deserialize_NonNullableIMcpFeatureCollectionVersionValidationErrorData(child)); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new CreateApiKeyCommandMutationResultInfo(Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createApiKey"))); + return mcpFeatureCollectionVersionValidationErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyPayloadData Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionValidationErrorData Deserialize_NonNullableIMcpFeatureCollectionVersionValidationErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201469,36 +203335,35 @@ public CreateApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("CreateApiKeyPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationArchiveError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyPayloadData(typename, result: Deserialize_ICreateApiKeyCommandMutation_CreateApiKey_Result(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "result")), errors: Deserialize_ICreateApiKeyErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationArchiveErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyWithSecretData? Deserialize_ICreateApiKeyCommandMutation_CreateApiKey_Result(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ProcessingTimeoutError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("ReadyTimeoutError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiKeyWithSecret", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnexpectedProcessingError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyWithSecretData(typename, key: Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey_Result_Key(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "key")), secret: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "secret"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey_Result_Key(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201510,16 +203375,16 @@ public CreateApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) + var mcpFeatureCollectionValidationCollections = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), workspace: Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); + mcpFeatureCollectionValidationCollections.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(child)); } - throw new global::System.NotSupportedException(); + return mcpFeatureCollectionValidationCollections; } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201531,10 +203396,16 @@ public CreateApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - return _iDParser.Parse(obj.Value.GetString()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("McpFeatureCollectionValidationCollection", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData(typename, mcpFeatureCollection: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollection")), entities: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "entities"))); + } + + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201547,36 +203418,36 @@ public CreateApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateApiKeyErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionValidationEntityDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var createApiKeyErrors = new global::System.Collections.Generic.List(); + var mcpFeatureCollectionValidationEntitys = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - createApiKeyErrors.Add(Deserialize_NonNullableICreateApiKeyErrorData(child)); + mcpFeatureCollectionValidationEntitys.Add(Deserialize_NonNullableIMcpFeatureCollectionValidationEntityData(child)); } - return createApiKeyErrors; + return mcpFeatureCollectionValidationEntitys; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ICreateApiKeyErrorData Deserialize_NonNullableICreateApiKeyErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData Deserialize_NonNullableIMcpFeatureCollectionValidationEntityData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201589,40 +203460,20 @@ public CreateApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); - } - - if (typename?.Equals("WorkspaceNotFound", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceNotFoundData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), workspaceId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaceId"))); - } - - if (typename?.Equals("PersonalWorkspaceNotSupportedError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalWorkspaceNotSupportedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("ValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationPrompt", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationPromptData(typename, errors: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - if (typename?.Equals("RoleNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationTool", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.RoleNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), roleId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "roleId"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationToolData(typename, errors: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201634,16 +203485,16 @@ public CreateApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - var validationErrorPropertys = new global::System.Collections.Generic.List(); + var mcpFeatureCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - validationErrorPropertys.Add(Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors(child)); + mcpFeatureCollectionValidationEntityErrors.Add(Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorData(child)); } - return validationErrorPropertys; + return mcpFeatureCollectionValidationEntityErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorPropertyData Deserialize_NonNullableICreateApiKeyCommandMutation_CreateApiKey_Errors_Errors(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201656,78 +203507,77 @@ public CreateApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ValidationErrorProperty", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationDocumentError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorPropertyData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorData(typename, code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + } + + if (typename?.Equals("McpFeatureCollectionValidationEntityValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationEntityValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteApiKeyCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public DeleteApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } + if (!obj.HasValue) + { + return null; + } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new DeleteApiKeyCommandMutationResultInfo(Deserialize_NonNullableIDeleteApiKeyCommandMutation_DeleteApiKey(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deleteApiKey"))); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyPayloadData Deserialize_NonNullableIDeleteApiKeyCommandMutation_DeleteApiKey(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DeleteApiKeyPayload", global::System.StringComparison.Ordinal) ?? false) + var mcpFeatureCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyPayloadData(typename, apiKey: Deserialize_IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiKey")), errors: Deserialize_IDeleteApiKeyErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + mcpFeatureCollectionValidationDocumentErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(child)); } - throw new global::System.NotSupportedException(); + return mcpFeatureCollectionValidationDocumentErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? Deserialize_IDeleteApiKeyCommandMutation_DeleteApiKey_ApiKey(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), workspace: Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.Int32 Deserialize_NonNullableInt32(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201739,31 +203589,58 @@ public DeleteApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - return _iDParser.Parse(obj.Value.GetString()!); + return _intParser.Parse(obj.Value.GetInt32()!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateMockSchemaBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uRLParser; + public CreateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); + _uRLParser = serializerResolver.GetLeafValueParser("URL") ?? throw new global::System.ArgumentException("No serializer for type `URL` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new CreateMockSchemaResultInfo(Deserialize_NonNullableICreateMockSchema_CreateMockSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createMockSchema"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IListApiKeyCommandQuery_WorkspaceById_ApiKeys_Edges_Node_Workspace(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaPayloadData Deserialize_NonNullableICreateMockSchema_CreateMockSchema(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("CreateMockSchemaPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaPayloadData(typename, mockSchema: Deserialize_ICreateMockSchema_CreateMockSchema_MockSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mockSchema")), errors: Deserialize_ICreateMockSchemaErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IDeleteApiKeyErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? Deserialize_ICreateMockSchema_CreateMockSchema_MockSchema(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201775,16 +203652,16 @@ public DeleteApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResu return null; } - var deleteApiKeyErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("MockSchema", global::System.StringComparison.Ordinal) ?? false) { - deleteApiKeyErrors.Add(Deserialize_NonNullableIDeleteApiKeyErrorData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), createdBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdBy")), modifiedAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedAt")), modifiedBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedBy")), downstreamUrl: Deserialize_NonNullableUri(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "downstreamUrl")), url: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "url"))); } - return deleteApiKeyErrors; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteApiKeyErrorData Deserialize_NonNullableIDeleteApiKeyErrorData(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201796,44 +203673,25 @@ public DeleteApiKeyCommandMutationBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiKeyNotFoundError", global::System.StringComparison.Ordinal) ?? false) + return _iDParser.Parse(obj.Value.GetString()!); + } + + private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiKeyId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiKeyId"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + throw new global::System.ArgumentNullException(); } - throw new global::System.NotSupportedException(); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadMcpFeatureCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public UploadMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new UploadMcpFeatureCollectionCommandMutationResultInfo(Deserialize_NonNullableIUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "uploadMcpFeatureCollection"))); + return _dateTimeParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.UploadMcpFeatureCollectionPayloadData Deserialize_NonNullableIUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201846,36 +203704,36 @@ public UploadMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake. } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UploadMcpFeatureCollectionPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UploadMcpFeatureCollectionPayloadData(typename, mcpFeatureCollectionVersion: Deserialize_IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollectionVersion")), errors: Deserialize_IUploadMcpFeatureCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData? Deserialize_IUploadMcpFeatureCollectionCommandMutation_UploadMcpFeatureCollection_McpFeatureCollectionVersion(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.Uri Deserialize_NonNullableUri(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201887,10 +203745,10 @@ public UploadMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake. throw new global::System.ArgumentNullException(); } - return _iDParser.Parse(obj.Value.GetString()!); + return _uRLParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUploadMcpFeatureCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateMockSchemaErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201902,16 +203760,16 @@ public UploadMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake. return null; } - var uploadMcpFeatureCollectionErrors = new global::System.Collections.Generic.List(); + var createMockSchemaErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - uploadMcpFeatureCollectionErrors.Add(Deserialize_NonNullableIUploadMcpFeatureCollectionErrorData(child)); + createMockSchemaErrors.Add(Deserialize_NonNullableICreateMockSchemaErrorData(child)); } - return uploadMcpFeatureCollectionErrors; + return createMockSchemaErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IUploadMcpFeatureCollectionErrorData Deserialize_NonNullableIUploadMcpFeatureCollectionErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMockSchemaErrorData Deserialize_NonNullableICreateMockSchemaErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -201924,29 +203782,24 @@ public UploadMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake. } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionNotFoundErrorData(typename, mcpFeatureCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollectionId")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); } - if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("MockSchemaNonUniqueNameError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaNonUniqueNameErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("DuplicatedTagError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename); } - if (typename?.Equals("InvalidMcpFeatureCollectionArchiveError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidMcpFeatureCollectionArchiveErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData(typename); } throw new global::System.NotSupportedException(); @@ -201955,48 +203808,54 @@ public UploadMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake. // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + public partial class ListMockCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public ValidateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uRLParser; + public ListMockCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); + _uRLParser = serializerResolver.GetLeafValueParser("URL") ?? throw new global::System.ArgumentException("No serializer for type `URL` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new ValidateMcpFeatureCollectionCommandMutationResultInfo(Deserialize_NonNullableIValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "validateMcpFeatureCollection"))); + return new ListMockCommandQueryResultInfo(Deserialize_IListMockCommandQuery_ApiById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiById"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ValidateMcpFeatureCollectionPayloadData Deserialize_NonNullableIValidateMcpFeatureCollectionCommandMutation_ValidateMcpFeatureCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_IListMockCommandQuery_ApiById(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ValidateMcpFeatureCollectionPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidateMcpFeatureCollectionPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IValidateMcpFeatureCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, mockSchemas: Deserialize_IListMockCommandQuery_ApiById_MockSchemas(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mockSchemas"))); } throw new global::System.NotSupportedException(); } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData? Deserialize_IListMockCommandQuery_ApiById_MockSchemas(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202008,10 +203867,16 @@ public ValidateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShak return null; } - return _iDParser.Parse(obj.Value.GetString()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("MockSchemasConnection", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData(typename, edges: Deserialize_IListMockCommandQuery_ApiById_MockSchemas_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListMockCommandQuery_ApiById_MockSchemas_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + } + + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IValidateMcpFeatureCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListMockCommandQuery_ApiById_MockSchemas_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202023,16 +203888,16 @@ public ValidateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShak return null; } - var validateMcpFeatureCollectionErrors = new global::System.Collections.Generic.List(); + var mockSchemasEdges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - validateMcpFeatureCollectionErrors.Add(Deserialize_NonNullableIValidateMcpFeatureCollectionErrorData(child)); + mockSchemasEdges.Add(Deserialize_NonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges(child)); } - return validateMcpFeatureCollectionErrors; + return mockSchemasEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IValidateMcpFeatureCollectionErrorData Deserialize_NonNullableIValidateMcpFeatureCollectionErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData Deserialize_NonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202045,19 +203910,9 @@ public ValidateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("StageNotFoundError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); - } - - if (typename?.Equals("McpFeatureCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionNotFoundErrorData(typename, mcpFeatureCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollectionId")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("MockSchemasEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); @@ -202077,33 +203932,8 @@ public ValidateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShak return _stringParser.Parse(obj.Value.GetString()!); } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateMcpFeatureCollectionCommandSubscriptionBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _processingStateParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _processingStateParser = serializerResolver.GetLeafValueParser("ProcessingState") ?? throw new global::System.ArgumentException("No serializer for type `ProcessingState` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ValidateMcpFeatureCollectionCommandSubscriptionResultInfo(Deserialize_NonNullableIMcpFeatureCollectionVersionValidationResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onMcpFeatureCollectionVersionValidationUpdate"))); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionValidationResultData Deserialize_NonNullableIMcpFeatureCollectionVersionValidationResultData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData Deserialize_NonNullableIListMockCommandQuery_ApiById_MockSchemas_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202116,30 +203946,15 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionVersionValidationFailed", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionValidationFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableIMcpFeatureCollectionVersionValidationErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("McpFeatureCollectionVersionValidationSuccess", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionValidationSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); - } - - if (typename?.Equals("OperationInProgress", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); - } - - if (typename?.Equals("ValidationInProgress", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("MockSchema", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), createdBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdBy")), modifiedAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedAt")), modifiedBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedBy")), downstreamUrl: Deserialize_NonNullableUri(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "downstreamUrl")), url: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "url"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202151,10 +203966,10 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + return _dateTimeParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.ProcessingState Deserialize_NonNullableProcessingState(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202166,10 +203981,16 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry throw new global::System.ArgumentNullException(); } - return _processingStateParser.Parse(obj.Value.GetString()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); + } + + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionVersionValidationErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202181,16 +204002,16 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionVersionValidationErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) { - mcpFeatureCollectionVersionValidationErrors.Add(Deserialize_NonNullableIMcpFeatureCollectionVersionValidationErrorData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); } - return mcpFeatureCollectionVersionValidationErrors; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionValidationErrorData Deserialize_NonNullableIMcpFeatureCollectionVersionValidationErrorData(global::System.Text.Json.JsonElement? obj) + private global::System.Uri Deserialize_NonNullableUri(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202202,36 +204023,31 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationArchiveError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationArchiveErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); - } + return _uRLParser.Parse(obj.Value.GetString()!); + } - if (typename?.Equals("ProcessingTimeoutError", global::System.StringComparison.Ordinal) ?? false) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListMockCommandQuery_ApiById_MockSchemas_PageInfo(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("ReadyTimeoutError", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("UnexpectedProcessingError", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202243,16 +204059,52 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionValidationCollections = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + return _booleanParser.Parse(obj.Value.GetBoolean()!); + } + + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - mcpFeatureCollectionValidationCollections.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(child)); + return null; } - return mcpFeatureCollectionValidationCollections; + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + return _stringParser.Parse(obj.Value.GetString()!); } + } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(global::System.Text.Json.JsonElement? obj) + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UpdateMockSchemaBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uRLParser; + public UpdateMockSchemaBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); + _uRLParser = serializerResolver.GetLeafValueParser("URL") ?? throw new global::System.ArgumentException("No serializer for type `URL` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new UpdateMockSchemaResultInfo(Deserialize_NonNullableIUpdateMockSchema_UpdateMockSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "updateMockSchema"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaPayloadData Deserialize_NonNullableIUpdateMockSchema_UpdateMockSchema(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202265,15 +204117,15 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UpdateMockSchemaPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData(typename, mcpFeatureCollection: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollection")), entities: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "entities"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaPayloadData(typename, mockSchema: Deserialize_IUpdateMockSchema_UpdateMockSchema_MockSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mockSchema")), errors: Deserialize_IUpdateMockSchemaErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? Deserialize_IUpdateMockSchema_UpdateMockSchema_MockSchema(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202286,15 +204138,15 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("MockSchema", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), createdBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdBy")), modifiedAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedAt")), modifiedBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedBy")), downstreamUrl: Deserialize_NonNullableUri(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "downstreamUrl")), url: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "url"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionValidationEntityDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202306,16 +204158,10 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionValidationEntitys = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - mcpFeatureCollectionValidationEntitys.Add(Deserialize_NonNullableIMcpFeatureCollectionValidationEntityData(child)); - } - - return mcpFeatureCollectionValidationEntitys; + return _iDParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData Deserialize_NonNullableIMcpFeatureCollectionValidationEntityData(global::System.Text.Json.JsonElement? obj) + private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202327,21 +204173,10 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationPrompt", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationPromptData(typename, errors: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); - } - - if (typename?.Equals("McpFeatureCollectionValidationTool", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationToolData(typename, errors: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); - } - - throw new global::System.NotSupportedException(); + return _dateTimeParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202353,16 +204188,16 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) { - mcpFeatureCollectionValidationEntityErrors.Add(Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); } - return mcpFeatureCollectionValidationEntityErrors; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202375,35 +204210,30 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationDocumentError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorData(typename, code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); - } - - if (typename?.Equals("McpFeatureCollectionValidationEntityValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationEntityValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); } throw new global::System.NotSupportedException(); } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + private global::System.Uri Deserialize_NonNullableUri(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + return _uRLParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUpdateMockSchemaErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202415,16 +204245,16 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry return null; } - var mcpFeatureCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + var updateMockSchemaErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - mcpFeatureCollectionValidationDocumentErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(child)); + updateMockSchemaErrors.Add(Deserialize_NonNullableIUpdateMockSchemaErrorData(child)); } - return mcpFeatureCollectionValidationDocumentErrorLocations; + return updateMockSchemaErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateMockSchemaErrorData Deserialize_NonNullableIUpdateMockSchemaErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202437,51 +204267,51 @@ public ValidateMcpFeatureCollectionCommandSubscriptionBuilder(global::Strawberry } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("MockSchemaNonUniqueNameError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaNonUniqueNameErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("MockSchemaNotFoundError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } - private global::System.Int32 Deserialize_NonNullableInt32(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("ValidationError", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData(typename); } - return _intParser.Parse(obj.Value.GetInt32()!); + throw new global::System.NotSupportedException(); } } // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteMcpFeatureCollectionByIdCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + public partial class CreateOpenApiCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public DeleteMcpFeatureCollectionByIdCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public CreateOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new DeleteMcpFeatureCollectionByIdCommandMutationResultInfo(Deserialize_NonNullableIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deleteMcpFeatureCollectionById"))); + return new CreateOpenApiCollectionCommandMutationResultInfo(Deserialize_NonNullableICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createOpenApiCollection"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.DeleteMcpFeatureCollectionByIdPayloadData Deserialize_NonNullableIDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionPayloadData Deserialize_NonNullableICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202494,15 +204324,15 @@ public DeleteMcpFeatureCollectionByIdCommandMutationBuilder(global::StrawberrySh } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DeleteMcpFeatureCollectionByIdPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("CreateOpenApiCollectionPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeleteMcpFeatureCollectionByIdPayloadData(typename, mcpFeatureCollection: Deserialize_IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollection")), errors: Deserialize_IDeleteMcpFeatureCollectionByIdErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionPayloadData(typename, openApiCollection: Deserialize_ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollection")), errors: Deserialize_ICreateOpenApiCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? Deserialize_IDeleteMcpFeatureCollectionByIdCommandMutation_DeleteMcpFeatureCollectionById_McpFeatureCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? Deserialize_ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202515,9 +204345,9 @@ public DeleteMcpFeatureCollectionByIdCommandMutationBuilder(global::StrawberrySh } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); } throw new global::System.NotSupportedException(); @@ -202538,7 +204368,7 @@ public DeleteMcpFeatureCollectionByIdCommandMutationBuilder(global::StrawberrySh return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IDeleteMcpFeatureCollectionByIdErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateOpenApiCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202550,16 +204380,16 @@ public DeleteMcpFeatureCollectionByIdCommandMutationBuilder(global::StrawberrySh return null; } - var deleteMcpFeatureCollectionByIdErrors = new global::System.Collections.Generic.List(); + var createOpenApiCollectionErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - deleteMcpFeatureCollectionByIdErrors.Add(Deserialize_NonNullableIDeleteMcpFeatureCollectionByIdErrorData(child)); + createOpenApiCollectionErrors.Add(Deserialize_NonNullableICreateOpenApiCollectionErrorData(child)); } - return deleteMcpFeatureCollectionByIdErrors; + return createOpenApiCollectionErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteMcpFeatureCollectionByIdErrorData Deserialize_NonNullableIDeleteMcpFeatureCollectionByIdErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionErrorData Deserialize_NonNullableICreateOpenApiCollectionErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202572,9 +204402,9 @@ public DeleteMcpFeatureCollectionByIdCommandMutationBuilder(global::StrawberrySh } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), mcpFeatureCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollectionId"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); } if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) @@ -202588,25 +204418,25 @@ public DeleteMcpFeatureCollectionByIdCommandMutationBuilder(global::StrawberrySh // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateMcpFeatureCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + public partial class DeleteOpenApiCollectionByIdCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public CreateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public DeleteOpenApiCollectionByIdCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new CreateMcpFeatureCollectionCommandMutationResultInfo(Deserialize_NonNullableICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createMcpFeatureCollection"))); + return new DeleteOpenApiCollectionByIdCommandMutationResultInfo(Deserialize_NonNullableIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deleteOpenApiCollectionById"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionPayloadData Deserialize_NonNullableICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdPayloadData Deserialize_NonNullableIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202619,15 +204449,15 @@ public CreateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake. } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("CreateMcpFeatureCollectionPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DeleteOpenApiCollectionByIdPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionPayloadData(typename, mcpFeatureCollection: Deserialize_ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollection")), errors: Deserialize_ICreateMcpFeatureCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdPayloadData(typename, openApiCollection: Deserialize_IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollection")), errors: Deserialize_IDeleteOpenApiCollectionByIdErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? Deserialize_ICreateMcpFeatureCollectionCommandMutation_CreateMcpFeatureCollection_McpFeatureCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? Deserialize_IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202640,9 +204470,9 @@ public CreateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake. } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); } throw new global::System.NotSupportedException(); @@ -202663,7 +204493,7 @@ public CreateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake. return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateMcpFeatureCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IDeleteOpenApiCollectionByIdErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202675,16 +204505,16 @@ public CreateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake. return null; } - var createMcpFeatureCollectionErrors = new global::System.Collections.Generic.List(); + var deleteOpenApiCollectionByIdErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - createMcpFeatureCollectionErrors.Add(Deserialize_NonNullableICreateMcpFeatureCollectionErrorData(child)); + deleteOpenApiCollectionByIdErrors.Add(Deserialize_NonNullableIDeleteOpenApiCollectionByIdErrorData(child)); } - return createMcpFeatureCollectionErrors; + return deleteOpenApiCollectionByIdErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ICreateMcpFeatureCollectionErrorData Deserialize_NonNullableICreateMcpFeatureCollectionErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteOpenApiCollectionByIdErrorData Deserialize_NonNullableIDeleteOpenApiCollectionByIdErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202697,9 +204527,9 @@ public CreateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake. } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), openApiCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollectionId"))); } if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) @@ -202713,13 +204543,13 @@ public CreateMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake. // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListMcpFeatureCollectionCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + public partial class ListOpenApiCollectionCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - public ListMcpFeatureCollectionCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ListOpenApiCollectionCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); @@ -202728,11 +204558,11 @@ public ListMcpFeatureCollectionCommandQueryBuilder(global::StrawberryShake.IOper _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new ListMcpFeatureCollectionCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new ListOpenApiCollectionCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) @@ -202750,7 +204580,7 @@ public ListMcpFeatureCollectionCommandQueryBuilder(global::StrawberryShake.IOper var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, mcpFeatureCollections: Deserialize_IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollections"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, openApiCollections: Deserialize_IListOpenApiCollectionCommandQuery_Node_OpenApiCollections(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollections"))); } if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) @@ -202956,7 +204786,7 @@ public ListMcpFeatureCollectionCommandQueryBuilder(global::StrawberryShake.IOper throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData? Deserialize_IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsConnectionData? Deserialize_IListOpenApiCollectionCommandQuery_Node_OpenApiCollections(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202969,15 +204799,15 @@ public ListMcpFeatureCollectionCommandQueryBuilder(global::StrawberryShake.IOper } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiMcpFeatureCollectionsConnection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiOpenApiCollectionsConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData(typename, edges: Deserialize_IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsConnectionData(typename, edges: Deserialize_IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -202989,16 +204819,16 @@ public ListMcpFeatureCollectionCommandQueryBuilder(global::StrawberryShake.IOper return null; } - var apiMcpFeatureCollectionsEdges = new global::System.Collections.Generic.List(); + var apiOpenApiCollectionsEdges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - apiMcpFeatureCollectionsEdges.Add(Deserialize_NonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges(child)); + apiOpenApiCollectionsEdges.Add(Deserialize_NonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges(child)); } - return apiMcpFeatureCollectionsEdges; + return apiOpenApiCollectionsEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData Deserialize_NonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsEdgeData Deserialize_NonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203011,9 +204841,9 @@ public ListMcpFeatureCollectionCommandQueryBuilder(global::StrawberryShake.IOper } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiMcpFeatureCollectionsEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiOpenApiCollectionsEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); @@ -203034,7 +204864,7 @@ public ListMcpFeatureCollectionCommandQueryBuilder(global::StrawberryShake.IOper return _stringParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData Deserialize_NonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData Deserialize_NonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203047,15 +204877,15 @@ public ListMcpFeatureCollectionCommandQueryBuilder(global::StrawberryShake.IOper } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListMcpFeatureCollectionCommandQuery_Node_McpFeatureCollections_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203109,12 +204939,12 @@ public ListMcpFeatureCollectionCommandQueryBuilder(global::StrawberryShake.IOper // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + public partial class PublishOpenApiCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public PublishMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public PublishOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); @@ -203122,14 +204952,14 @@ public PublishMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new PublishMcpFeatureCollectionCommandMutationResultInfo(Deserialize_NonNullableIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishMcpFeatureCollection"))); + return new PublishOpenApiCollectionCommandMutationResultInfo(Deserialize_NonNullableIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishOpenApiCollection"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PublishMcpFeatureCollectionPayloadData Deserialize_NonNullableIPublishMcpFeatureCollectionCommandMutation_PublishMcpFeatureCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PublishOpenApiCollectionPayloadData Deserialize_NonNullableIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203142,9 +204972,9 @@ public PublishMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PublishMcpFeatureCollectionPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PublishOpenApiCollectionPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishMcpFeatureCollectionPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IPublishMcpFeatureCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishOpenApiCollectionPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IPublishOpenApiCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); @@ -203165,7 +204995,7 @@ public PublishMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake return _iDParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IPublishMcpFeatureCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IPublishOpenApiCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203177,16 +205007,16 @@ public PublishMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake return null; } - var publishMcpFeatureCollectionErrors = new global::System.Collections.Generic.List(); + var publishOpenApiCollectionErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - publishMcpFeatureCollectionErrors.Add(Deserialize_NonNullableIPublishMcpFeatureCollectionErrorData(child)); + publishOpenApiCollectionErrors.Add(Deserialize_NonNullableIPublishOpenApiCollectionErrorData(child)); } - return publishMcpFeatureCollectionErrors; + return publishOpenApiCollectionErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IPublishMcpFeatureCollectionErrorData Deserialize_NonNullableIPublishMcpFeatureCollectionErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionErrorData Deserialize_NonNullableIPublishOpenApiCollectionErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203204,9 +205034,9 @@ public PublishMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - if (typename?.Equals("McpFeatureCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionNotFoundErrorData(typename, mcpFeatureCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollectionId")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData(typename, openApiCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollectionId")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) @@ -203214,9 +205044,9 @@ public PublishMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("McpFeatureCollectionVersionNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionVersionNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionNotFoundErrorData(typename, tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), mcpFeatureCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollectionId"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionNotFoundErrorData(typename, tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), openApiCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollectionId"))); } throw new global::System.NotSupportedException(); @@ -203240,7 +205070,7 @@ public PublishMcpFeatureCollectionCommandMutationBuilder(global::StrawberryShake // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishMcpFeatureCollectionCommandSubscriptionBuilder : global::StrawberryShake.OperationResultBuilder + public partial class PublishOpenApiCollectionCommandSubscriptionBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _processingStateParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _schemaChangeSeverityParser; @@ -203248,7 +205078,7 @@ public partial class PublishMcpFeatureCollectionCommandSubscriptionBuilder : glo private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _processingStateParser = serializerResolver.GetLeafValueParser("ProcessingState") ?? throw new global::System.ArgumentException("No serializer for type `ProcessingState` found."); @@ -203259,14 +205089,14 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new PublishMcpFeatureCollectionCommandSubscriptionResultInfo(Deserialize_NonNullableIMcpFeatureCollectionVersionPublishResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onMcpFeatureCollectionVersionPublishingUpdate"))); + return new PublishOpenApiCollectionCommandSubscriptionResultInfo(Deserialize_NonNullableIOpenApiCollectionVersionPublishResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onOpenApiCollectionVersionPublishingUpdate"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishResultData Deserialize_NonNullableIMcpFeatureCollectionVersionPublishResultData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishResultData Deserialize_NonNullableIOpenApiCollectionVersionPublishResultData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203279,14 +205109,14 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionVersionPublishFailed", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionVersionPublishFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionPublishFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableIMcpFeatureCollectionVersionPublishErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionPublishFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableIOpenApiCollectionVersionPublishErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("McpFeatureCollectionVersionPublishSuccess", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionVersionPublishSuccess", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionPublishSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionPublishSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } if (typename?.Equals("OperationInProgress", global::System.StringComparison.Ordinal) ?? false) @@ -203347,7 +205177,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS return _processingStateParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionVersionPublishErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionVersionPublishErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203359,16 +205189,16 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionVersionPublishErrors = new global::System.Collections.Generic.List(); + var openApiCollectionVersionPublishErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - mcpFeatureCollectionVersionPublishErrors.Add(Deserialize_NonNullableIMcpFeatureCollectionVersionPublishErrorData(child)); + openApiCollectionVersionPublishErrors.Add(Deserialize_NonNullableIOpenApiCollectionVersionPublishErrorData(child)); } - return mcpFeatureCollectionVersionPublishErrors; + return openApiCollectionVersionPublishErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionVersionPublishErrorData Deserialize_NonNullableIMcpFeatureCollectionVersionPublishErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishErrorData Deserialize_NonNullableIOpenApiCollectionVersionPublishErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203386,9 +205216,9 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } if (typename?.Equals("ProcessingTimeoutError", global::System.StringComparison.Ordinal) ?? false) @@ -203409,7 +205239,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203421,16 +205251,16 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionValidationCollections = new global::System.Collections.Generic.List(); + var openApiCollectionValidationCollections = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - mcpFeatureCollectionValidationCollections.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(child)); + openApiCollectionValidationCollections.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(child)); } - return mcpFeatureCollectionValidationCollections; + return openApiCollectionValidationCollections; } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203443,15 +205273,15 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData(typename, mcpFeatureCollection: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollection")), entities: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "entities"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData(typename, openApiCollection: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollection")), entities: Deserialize_NonNullableIOpenApiCollectionValidationEntityDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "entities"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203464,15 +205294,15 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionValidationEntityDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionValidationEntityDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203484,16 +205314,16 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionValidationEntitys = new global::System.Collections.Generic.List(); + var openApiCollectionValidationEntitys = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - mcpFeatureCollectionValidationEntitys.Add(Deserialize_NonNullableIMcpFeatureCollectionValidationEntityData(child)); + openApiCollectionValidationEntitys.Add(Deserialize_NonNullableIOpenApiCollectionValidationEntityData(child)); } - return mcpFeatureCollectionValidationEntitys; + return openApiCollectionValidationEntitys; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData Deserialize_NonNullableIMcpFeatureCollectionValidationEntityData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData Deserialize_NonNullableIOpenApiCollectionValidationEntityData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203506,20 +205336,20 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationPrompt", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationEndpoint", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationPromptData(typename, errors: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEndpointData(typename, errors: Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), httpMethod: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "httpMethod")), route: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "route"))); } - if (typename?.Equals("McpFeatureCollectionValidationTool", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationModel", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationToolData(typename, errors: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationModelData(typename, errors: Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203531,16 +205361,16 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); + var openApiCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - mcpFeatureCollectionValidationEntityErrors.Add(Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorData(child)); + openApiCollectionValidationEntityErrors.Add(Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorData(child)); } - return mcpFeatureCollectionValidationEntityErrors; + return openApiCollectionValidationEntityErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203553,14 +205383,14 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationDocumentError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationDocumentError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorData(typename, code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorData(typename, code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); } - if (typename?.Equals("McpFeatureCollectionValidationEntityValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationEntityValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationEntityValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEntityValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); @@ -203581,7 +205411,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203593,16 +205423,16 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS return null; } - var mcpFeatureCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + var openApiCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - mcpFeatureCollectionValidationDocumentErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(child)); + openApiCollectionValidationDocumentErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(child)); } - return mcpFeatureCollectionValidationDocumentErrorLocations; + return openApiCollectionValidationDocumentErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203615,9 +205445,9 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } throw new global::System.NotSupportedException(); @@ -203715,13 +205545,13 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203742,7 +205572,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203757,13 +205587,13 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } return persistedQueryValidationFaileds; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203778,7 +205608,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); @@ -203805,7 +205635,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS return @strings; } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203820,13 +205650,13 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS var persistedQueryErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); } return persistedQueryErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203841,13 +205671,13 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203862,13 +205692,13 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -203925,7 +205755,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) @@ -204747,7 +206577,7 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -204759,16 +206589,16 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS throw new global::System.ArgumentNullException(); } - var openApiCollectionValidationCollections = new global::System.Collections.Generic.List(); + var mcpFeatureCollectionValidationCollections = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - openApiCollectionValidationCollections.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(child)); + mcpFeatureCollectionValidationCollections.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(child)); } - return openApiCollectionValidationCollections; + return mcpFeatureCollectionValidationCollections; } - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -204781,15 +206611,15 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData(typename, openApiCollection: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollection")), entities: Deserialize_NonNullableIOpenApiCollectionValidationEntityDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "entities"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData(typename, mcpFeatureCollection: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollection")), entities: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "entities"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -204802,15 +206632,15 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionValidationEntityDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionValidationEntityDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -204822,16 +206652,16 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS throw new global::System.ArgumentNullException(); } - var openApiCollectionValidationEntitys = new global::System.Collections.Generic.List(); + var mcpFeatureCollectionValidationEntitys = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - openApiCollectionValidationEntitys.Add(Deserialize_NonNullableIOpenApiCollectionValidationEntityData(child)); + mcpFeatureCollectionValidationEntitys.Add(Deserialize_NonNullableIMcpFeatureCollectionValidationEntityData(child)); } - return openApiCollectionValidationEntitys; + return mcpFeatureCollectionValidationEntitys; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData Deserialize_NonNullableIOpenApiCollectionValidationEntityData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData Deserialize_NonNullableIMcpFeatureCollectionValidationEntityData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -204844,20 +206674,20 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationEndpoint", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationPrompt", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEndpointData(typename, errors: Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), httpMethod: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "httpMethod")), route: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "route"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationPromptData(typename, errors: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - if (typename?.Equals("OpenApiCollectionValidationModel", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationTool", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationModelData(typename, errors: Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationToolData(typename, errors: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -204869,16 +206699,16 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS throw new global::System.ArgumentNullException(); } - var openApiCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); + var mcpFeatureCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - openApiCollectionValidationEntityErrors.Add(Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorData(child)); + mcpFeatureCollectionValidationEntityErrors.Add(Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorData(child)); } - return openApiCollectionValidationEntityErrors; + return mcpFeatureCollectionValidationEntityErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -204891,20 +206721,20 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationDocumentError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationDocumentError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorData(typename, code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorData(typename, code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); } - if (typename?.Equals("OpenApiCollectionValidationEntityValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationEntityValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEntityValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationEntityValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -204916,16 +206746,16 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS return null; } - var openApiCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + var mcpFeatureCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - openApiCollectionValidationDocumentErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(child)); + mcpFeatureCollectionValidationDocumentErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(child)); } - return openApiCollectionValidationDocumentErrorLocations; + return mcpFeatureCollectionValidationDocumentErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -204938,9 +206768,9 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } throw new global::System.NotSupportedException(); @@ -205032,1040 +206862,136 @@ public PublishMcpFeatureCollectionCommandSubscriptionBuilder(global::StrawberryS private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var schemaDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - schemaDeploymentErrors.Add(Deserialize_NonNullableISchemaDeploymentErrorData(child)); - } - - return schemaDeploymentErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData Deserialize_NonNullableISchemaDeploymentErrorData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); - } - - if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("OperationsAreNotAllowedError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("SchemaVersionSyntaxError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), position: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "position")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); - } - - if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); - } - - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); - } - - throw new global::System.NotSupportedException(); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListPersonalAccessTokenCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - public ListPersonalAccessTokenCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ListPersonalAccessTokenCommandQueryResultInfo(Deserialize_IListPersonalAccessTokenCommandQuery_Me(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "me"))); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? Deserialize_IListPersonalAccessTokenCommandQuery_Me(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Viewer", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData(typename, personalAccessTokens: Deserialize_IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "personalAccessTokens"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokensConnectionData? Deserialize_IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersonalAccessTokensConnection", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokensConnectionData(typename, edges: Deserialize_IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var personalAccessTokensEdges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - personalAccessTokensEdges.Add(Deserialize_NonNullableIListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges(child)); - } - - return personalAccessTokensEdges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokensEdgeData Deserialize_NonNullableIListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersonalAccessTokensEdge", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokensEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _stringParser.Parse(obj.Value.GetString()!); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData Deserialize_NonNullableIListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersonalAccessToken", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), description: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "description")), expiresAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "expiresAt")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _dateTimeParser.Parse(obj.Value.GetString()!); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _booleanParser.Parse(obj.Value.GetBoolean()!); - } - - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - return _stringParser.Parse(obj.Value.GetString()!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreatePersonalAccessTokenCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - public CreatePersonalAccessTokenCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new CreatePersonalAccessTokenCommandMutationResultInfo(Deserialize_NonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createPersonalAccessToken"))); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenPayloadData Deserialize_NonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("CreatePersonalAccessTokenPayload", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenPayloadData(typename, result: Deserialize_ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "result")), errors: Deserialize_ICreatePersonalAccessTokenErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenWithSecretData? Deserialize_ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersonalAccessTokenWithSecret", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenWithSecretData(typename, token: Deserialize_NonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "token")), secret: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "secret"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData Deserialize_NonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersonalAccessToken", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), description: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "description")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), expiresAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "expiresAt"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _iDParser.Parse(obj.Value.GetString()!); - } - - private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _dateTimeParser.Parse(obj.Value.GetString()!); - } - - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreatePersonalAccessTokenErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var createPersonalAccessTokenErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - createPersonalAccessTokenErrors.Add(Deserialize_NonNullableICreatePersonalAccessTokenErrorData(child)); - } - - return createPersonalAccessTokenErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenErrorData Deserialize_NonNullableICreatePersonalAccessTokenErrorData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - throw new global::System.NotSupportedException(); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class RevokePersonalAccessTokenCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - public RevokePersonalAccessTokenCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new RevokePersonalAccessTokenCommandMutationResultInfo(Deserialize_NonNullableIRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "revokePersonalAccessToken"))); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.RevokePersonalAccessTokenPayloadData Deserialize_NonNullableIRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("RevokePersonalAccessTokenPayload", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.RevokePersonalAccessTokenPayloadData(typename, personalAccessToken: Deserialize_IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "personalAccessToken")), errors: Deserialize_IRevokePersonalAccessTokenErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? Deserialize_IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersonalAccessToken", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), description: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "description")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), expiresAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "expiresAt"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _iDParser.Parse(obj.Value.GetString()!); - } - - private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _dateTimeParser.Parse(obj.Value.GetString()!); - } - - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IRevokePersonalAccessTokenErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var revokePersonalAccessTokenErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - revokePersonalAccessTokenErrors.Add(Deserialize_NonNullableIRevokePersonalAccessTokenErrorData(child)); - } - - return revokePersonalAccessTokenErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IRevokePersonalAccessTokenErrorData Deserialize_NonNullableIRevokePersonalAccessTokenErrorData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("PersonalAccessTokenNotFoundError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - throw new global::System.NotSupportedException(); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadOpenApiCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public UploadOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new UploadOpenApiCollectionCommandMutationResultInfo(Deserialize_NonNullableIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "uploadOpenApiCollection"))); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionPayloadData Deserialize_NonNullableIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UploadOpenApiCollectionPayload", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionPayloadData(typename, openApiCollectionVersion: Deserialize_IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollectionVersion")), errors: Deserialize_IUploadOpenApiCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData? Deserialize_IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _iDParser.Parse(obj.Value.GetString()!); - } - - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUploadOpenApiCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var uploadOpenApiCollectionErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - uploadOpenApiCollectionErrors.Add(Deserialize_NonNullableIUploadOpenApiCollectionErrorData(child)); - } - - return uploadOpenApiCollectionErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionErrorData Deserialize_NonNullableIUploadOpenApiCollectionErrorData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData(typename, openApiCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollectionId")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("DuplicatedTagError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("InvalidOpenApiCollectionArchiveError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidOpenApiCollectionArchiveErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - throw new global::System.NotSupportedException(); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListOpenApiCollectionCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - public ListOpenApiCollectionCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ListOpenApiCollectionCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, openApiCollections: Deserialize_IListOpenApiCollectionCommandQuery_Node_OpenApiCollections(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollections"))); - } - - if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); - } - - if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename); - } - - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename); - } - - if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData(typename); - } - - if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename); - } - - if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename); - } - - if (typename?.Equals("CoordinateClientUsageMetrics", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData(typename); - } - - if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); - } - - if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData(typename); - } - - if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename); - } - - if (typename?.Equals("GraphQLDirectiveArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData(typename); - } - - if (typename?.Equals("GraphQLDirectiveDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData(typename); - } - - if (typename?.Equals("GraphQLEnumTypeDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData(typename); - } - - if (typename?.Equals("GraphQLEnumValueDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData(typename); - } - - if (typename?.Equals("GraphQLInputObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData(typename); - } - - if (typename?.Equals("GraphQLInputObjectTypeDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData(typename); - } - - if (typename?.Equals("GraphQLInterfaceFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData(typename); - } - - if (typename?.Equals("GraphQLInterfaceFieldDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData(typename); - } - - if (typename?.Equals("GraphQLInterfaceTypeDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData(typename); - } - - if (typename?.Equals("GraphQLObjectFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData(typename); - } - - if (typename?.Equals("GraphQLObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData(typename); - } - - if (typename?.Equals("GraphQLScalarTypeDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData(typename); - } - - if (typename?.Equals("GraphQLUnionTypeDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData(typename); - } - - if (typename?.Equals("Group", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GroupData(typename); - } - - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename); - } - - if (typename?.Equals("McpFeatureCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData(typename); - } - - if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename); - } - - if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename); - } - - if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + var schemaDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename); + schemaDeploymentErrors.Add(Deserialize_NonNullableISchemaDeploymentErrorData(child)); } - if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + return schemaDeploymentErrors; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData Deserialize_NonNullableISchemaDeploymentErrorData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("Organization", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OrganizationMember", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } - if (typename?.Equals("SchemaChangeLog", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OperationsAreNotAllowedError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaVersionSyntaxError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), position: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "position")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } - if (typename?.Equals("User", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } - if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } throw new global::System.NotSupportedException(); } + } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsConnectionData? Deserialize_IListOpenApiCollectionCommandQuery_Node_OpenApiCollections(global::System.Text.Json.JsonElement? obj) + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UploadOpenApiCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public UploadOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiOpenApiCollectionsConnection", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsConnectionData(typename, edges: Deserialize_IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); - } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - throw new global::System.NotSupportedException(); + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new UploadOpenApiCollectionCommandMutationResultInfo(Deserialize_NonNullableIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "uploadOpenApiCollection"))); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListOpenApiCollectionCommandQuery_Node_OpenApiCollections_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionPayloadData Deserialize_NonNullableIUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var apiOpenApiCollectionsEdges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("UploadOpenApiCollectionPayload", global::System.StringComparison.Ordinal) ?? false) { - apiOpenApiCollectionsEdges.Add(Deserialize_NonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionPayloadData(typename, openApiCollectionVersion: Deserialize_IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollectionVersion")), errors: Deserialize_IUploadOpenApiCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - return apiOpenApiCollectionsEdges; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsEdgeData Deserialize_NonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData? Deserialize_IUploadOpenApiCollectionCommandMutation_UploadOpenApiCollection_OpenApiCollectionVersion(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiOpenApiCollectionsEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); } throw new global::System.NotSupportedException(); @@ -206083,31 +207009,31 @@ public ListOpenApiCollectionCommandQueryBuilder(global::StrawberryShake.IOperati throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + return _iDParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData Deserialize_NonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUploadOpenApiCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + var uploadOpenApiCollectionErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + uploadOpenApiCollectionErrors.Add(Deserialize_NonNullableIUploadOpenApiCollectionErrorData(child)); } - throw new global::System.NotSupportedException(); + return uploadOpenApiCollectionErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListOpenApiCollectionCommandQuery_Node_OpenApiCollections_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IUploadOpenApiCollectionErrorData Deserialize_NonNullableIUploadOpenApiCollectionErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206120,68 +207046,58 @@ public ListOpenApiCollectionCommandQueryBuilder(global::StrawberryShake.IOperati } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData(typename, openApiCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollectionId")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - throw new global::System.NotSupportedException(); - } - - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); - } - - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("DuplicatedTagError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("InvalidOpenApiCollectionArchiveError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidOpenApiCollectionArchiveErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - return _stringParser.Parse(obj.Value.GetString()!); + throw new global::System.NotSupportedException(); } } // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + public partial class ValidateOpenApiCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public PublishOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ValidateOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new PublishOpenApiCollectionCommandMutationResultInfo(Deserialize_NonNullableIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishOpenApiCollection"))); + return new ValidateOpenApiCollectionCommandMutationResultInfo(Deserialize_NonNullableIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "validateOpenApiCollection"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PublishOpenApiCollectionPayloadData Deserialize_NonNullableIPublishOpenApiCollectionCommandMutation_PublishOpenApiCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ValidateOpenApiCollectionPayloadData Deserialize_NonNullableIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206194,9 +207110,9 @@ public PublishOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IO } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PublishOpenApiCollectionPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ValidateOpenApiCollectionPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishOpenApiCollectionPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IPublishOpenApiCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidateOpenApiCollectionPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IValidateOpenApiCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); @@ -206217,7 +207133,7 @@ public PublishOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IO return _iDParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IPublishOpenApiCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IValidateOpenApiCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206229,16 +207145,16 @@ public PublishOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IO return null; } - var publishOpenApiCollectionErrors = new global::System.Collections.Generic.List(); + var validateOpenApiCollectionErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - publishOpenApiCollectionErrors.Add(Deserialize_NonNullableIPublishOpenApiCollectionErrorData(child)); + validateOpenApiCollectionErrors.Add(Deserialize_NonNullableIValidateOpenApiCollectionErrorData(child)); } - return publishOpenApiCollectionErrors; + return validateOpenApiCollectionErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IPublishOpenApiCollectionErrorData Deserialize_NonNullableIPublishOpenApiCollectionErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionErrorData Deserialize_NonNullableIValidateOpenApiCollectionErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206266,11 +207182,6 @@ public PublishOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IO return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("OpenApiCollectionVersionNotFoundError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionNotFoundErrorData(typename, tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), openApiCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollectionId"))); - } - throw new global::System.NotSupportedException(); } @@ -206292,33 +207203,29 @@ public PublishOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IO // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishOpenApiCollectionCommandSubscriptionBuilder : global::StrawberryShake.OperationResultBuilder + public partial class ValidateOpenApiCollectionCommandSubscriptionBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _processingStateParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _schemaChangeSeverityParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _directiveLocationParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ValidateOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _processingStateParser = serializerResolver.GetLeafValueParser("ProcessingState") ?? throw new global::System.ArgumentException("No serializer for type `ProcessingState` found."); - _schemaChangeSeverityParser = serializerResolver.GetLeafValueParser("SchemaChangeSeverity") ?? throw new global::System.ArgumentException("No serializer for type `SchemaChangeSeverity` found."); - _directiveLocationParser = serializerResolver.GetLeafValueParser("DirectiveLocation") ?? throw new global::System.ArgumentException("No serializer for type `DirectiveLocation` found."); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new PublishOpenApiCollectionCommandSubscriptionResultInfo(Deserialize_NonNullableIOpenApiCollectionVersionPublishResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onOpenApiCollectionVersionPublishingUpdate"))); + return new ValidateOpenApiCollectionCommandSubscriptionResultInfo(Deserialize_NonNullableIOpenApiCollectionVersionValidationResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onOpenApiCollectionVersionValidationUpdate"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishResultData Deserialize_NonNullableIOpenApiCollectionVersionPublishResultData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationResultData Deserialize_NonNullableIOpenApiCollectionVersionValidationResultData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206331,14 +207238,14 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionVersionPublishFailed", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionVersionValidationFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionPublishFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableIOpenApiCollectionVersionPublishErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionValidationFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableIOpenApiCollectionVersionValidationErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("OpenApiCollectionVersionPublishSuccess", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionVersionValidationSuccess", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionPublishSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionValidationSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } if (typename?.Equals("OperationInProgress", global::System.StringComparison.Ordinal) ?? false) @@ -206346,24 +207253,9 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } - if (typename?.Equals("ProcessingTaskApproved", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskApprovedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); - } - - if (typename?.Equals("ProcessingTaskIsQueued", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsQueuedData(typename, queued: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queued")), queuePosition: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queuePosition"))); - } - - if (typename?.Equals("ProcessingTaskIsReady", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsReadyData(typename, ready: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "ready"))); - } - - if (typename?.Equals("WaitForApproval", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ValidationInProgress", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WaitForApprovalData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), deployment: Deserialize_IDeploymentData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployment"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } throw new global::System.NotSupportedException(); @@ -206399,7 +207291,7 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak return _processingStateParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionVersionPublishErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionVersionValidationErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206411,16 +207303,16 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var openApiCollectionVersionPublishErrors = new global::System.Collections.Generic.List(); + var openApiCollectionVersionValidationErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - openApiCollectionVersionPublishErrors.Add(Deserialize_NonNullableIOpenApiCollectionVersionPublishErrorData(child)); + openApiCollectionVersionValidationErrors.Add(Deserialize_NonNullableIOpenApiCollectionVersionValidationErrorData(child)); } - return openApiCollectionVersionPublishErrors; + return openApiCollectionVersionValidationErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionPublishErrorData Deserialize_NonNullableIOpenApiCollectionVersionPublishErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationErrorData Deserialize_NonNullableIOpenApiCollectionVersionValidationErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206433,9 +207325,9 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationArchiveError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationArchiveErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) @@ -206689,70 +207581,31 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak return _intParser.Parse(obj.Value.GetInt32()!); } + } - private global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? Deserialize_IDeploymentData(global::System.Text.Json.JsonElement? obj) + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreatePersonalAccessTokenCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + public CreatePersonalAccessTokenCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename, errors: Deserialize_NonNullableIFusionConfigurationDeploymentErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename, errors: Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - throw new global::System.NotSupportedException(); + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var clientDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - clientDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(child)); - } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - return clientDeploymentErrors; + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new CreatePersonalAccessTokenCommandMutationResultInfo(Deserialize_NonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createPersonalAccessToken"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenPayloadData Deserialize_NonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206765,15 +207618,15 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("CreatePersonalAccessTokenPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenPayloadData(typename, result: Deserialize_ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "result")), errors: Deserialize_ICreatePersonalAccessTokenErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenWithSecretData? Deserialize_ICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206786,15 +207639,15 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersonalAccessTokenWithSecret", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenWithSecretData(typename, token: Deserialize_NonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "token")), secret: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "secret"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData Deserialize_NonNullableICreatePersonalAccessTokenCommandMutation_CreatePersonalAccessToken_Result_Token(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206806,16 +207659,16 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PersonalAccessToken", global::System.StringComparison.Ordinal) ?? false) { - persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), description: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "description")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), expiresAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "expiresAt"))); } - return persistedQueryValidationFaileds; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206827,16 +207680,10 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - throw new global::System.NotSupportedException(); + return _iDParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206848,37 +207695,31 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var @strings = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - @strings.Add(Deserialize_NonNullableString(child)); - } - - return @strings; + return _dateTimeParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreatePersonalAccessTokenErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var persistedQueryErrors = new global::System.Collections.Generic.List(); + var createPersonalAccessTokenErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + createPersonalAccessTokenErrors.Add(Deserialize_NonNullableICreatePersonalAccessTokenErrorData(child)); } - return persistedQueryErrors; + return createPersonalAccessTokenErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ICreatePersonalAccessTokenErrorData Deserialize_NonNullableICreatePersonalAccessTokenErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206891,15 +207732,47 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } + + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListPersonalAccessTokenCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; + public ListPersonalAccessTokenCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new ListPersonalAccessTokenCommandQueryResultInfo(Deserialize_IListPersonalAccessTokenCommandQuery_Me(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "me"))); + } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? Deserialize_IListPersonalAccessTokenCommandQuery_Me(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206911,58 +207784,58 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak return null; } - var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Viewer", global::System.StringComparison.Ordinal) ?? false) { - persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData(typename, personalAccessTokens: Deserialize_IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "personalAccessTokens"))); } - return persistedQueryErrorLocations; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokensConnectionData? Deserialize_IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersonalAccessTokensConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokensConnectionData(typename, edges: Deserialize_IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIFusionConfigurationDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var fusionConfigurationDeploymentErrors = new global::System.Collections.Generic.List(); + var personalAccessTokensEdges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - fusionConfigurationDeploymentErrors.Add(Deserialize_NonNullableIFusionConfigurationDeploymentErrorData(child)); + personalAccessTokensEdges.Add(Deserialize_NonNullableIListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges(child)); } - return fusionConfigurationDeploymentErrors; + return personalAccessTokensEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData Deserialize_NonNullableIFusionConfigurationDeploymentErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokensEdgeData Deserialize_NonNullableIListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -206975,35 +207848,15 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); - } - - if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); - } - - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersonalAccessTokensEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokensEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207015,16 +207868,10 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var schemaChangeLogEntrys = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - schemaChangeLogEntrys.Add(Deserialize_NonNullableISchemaChangeLogEntryData(child)); - } - - return schemaChangeLogEntrys; + return _stringParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData Deserialize_NonNullableISchemaChangeLogEntryData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData Deserialize_NonNullableIListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207037,60 +207884,15 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DirectiveModifiedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIDirectiveChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("EnumModifiedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIEnumChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("InputObjectModifiedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InputObjectModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIInputObjectChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("InterfaceModifiedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIInterfaceChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("ObjectModifiedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ObjectModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIObjectChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("ScalarModifiedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ScalarModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("TypeSystemMemberAddedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); - } - - if (typename?.Equals("TypeSystemMemberModifiedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity"))); - } - - if (typename?.Equals("TypeSystemMemberRemovedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); - } - - if (typename?.Equals("UnionModifiedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersonalAccessToken", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIUnionChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), description: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "description")), expiresAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "expiresAt")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Deserialize_NonNullableSchemaChangeSeverity(global::System.Text.Json.JsonElement? obj) + private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207102,10 +207904,10 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - return _schemaChangeSeverityParser.Parse(obj.Value.GetString()!); + return _dateTimeParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIDirectiveChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListPersonalAccessTokenCommandQuery_Me_PersonalAccessTokens_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207117,16 +207919,16 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var directiveChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) { - directiveChanges.Add(Deserialize_NonNullableIDirectiveChangeData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); } - return directiveChanges; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IDirectiveChangeData Deserialize_NonNullableIDirectiveChangeData(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207138,41 +207940,48 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ArgumentAdded", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); - } + return _booleanParser.Parse(obj.Value.GetBoolean()!); + } - if (typename?.Equals("ArgumentChanged", global::System.StringComparison.Ordinal) ?? false) + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), changes: Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return null; } - if (typename?.Equals("ArgumentRemoved", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + return null; } - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } + return _stringParser.Parse(obj.Value.GetString()!); + } + } - if (typename?.Equals("DirectiveLocationAdded", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveLocationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), location: Deserialize_NonNullableDirectiveLocation(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "location"))); - } + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class RevokePersonalAccessTokenCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; + public RevokePersonalAccessTokenCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); + } - if (typename?.Equals("DirectiveLocationRemoved", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveLocationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), location: Deserialize_NonNullableDirectiveLocation(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "location"))); - } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - throw new global::System.NotSupportedException(); + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new RevokePersonalAccessTokenCommandMutationResultInfo(Deserialize_NonNullableIRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "revokePersonalAccessToken"))); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.RevokePersonalAccessTokenPayloadData Deserialize_NonNullableIRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207184,62 +207993,37 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var argumentChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("RevokePersonalAccessTokenPayload", global::System.StringComparison.Ordinal) ?? false) { - argumentChanges.Add(Deserialize_NonNullableIArgumentChangeData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.RevokePersonalAccessTokenPayloadData(typename, personalAccessToken: Deserialize_IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "personalAccessToken")), errors: Deserialize_IRevokePersonalAccessTokenErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - return argumentChanges; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IArgumentChangeData Deserialize_NonNullableIArgumentChangeData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? Deserialize_IRevokePersonalAccessTokenCommandMutation_RevokePersonalAccessToken_PersonalAccessToken(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); - } - - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } - - if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersonalAccessToken", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), description: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "description")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), expiresAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "expiresAt"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Deserialize_NonNullableDirectiveLocation(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _directiveLocationParser.Parse(obj.Value.GetString()!); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIEnumChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207251,16 +208035,10 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var enumChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - enumChanges.Add(Deserialize_NonNullableIEnumChangeData(child)); - } - - return enumChanges; + return _iDParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IEnumChangeData Deserialize_NonNullableIEnumChangeData(global::System.Text.Json.JsonElement? obj) + private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207272,52 +208050,31 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } - - if (typename?.Equals("EnumValueAdded", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); - } - - if (typename?.Equals("EnumValueChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIEnumValueChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("EnumValueRemoved", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); - } - - throw new global::System.NotSupportedException(); + return _dateTimeParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIEnumValueChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IRevokePersonalAccessTokenErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var enumValueChanges = new global::System.Collections.Generic.List(); + var revokePersonalAccessTokenErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - enumValueChanges.Add(Deserialize_NonNullableIEnumValueChangeData(child)); + revokePersonalAccessTokenErrors.Add(Deserialize_NonNullableIRevokePersonalAccessTokenErrorData(child)); } - return enumValueChanges; + return revokePersonalAccessTokenErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IEnumValueChangeData Deserialize_NonNullableIEnumValueChangeData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IRevokePersonalAccessTokenErrorData Deserialize_NonNullableIRevokePersonalAccessTokenErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207330,41 +208087,43 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersonalAccessTokenNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInputObjectChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class PublishSchemaVersionBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public PublishSchemaVersionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + } - var inputObjectChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - inputObjectChanges.Add(Deserialize_NonNullableIInputObjectChangeData(child)); - } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - return inputObjectChanges; + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new PublishSchemaVersionResultInfo(Deserialize_NonNullableIPublishSchemaVersion_PublishSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishSchema"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IInputObjectChangeData Deserialize_NonNullableIInputObjectChangeData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PublishSchemaPayloadData Deserialize_NonNullableIPublishSchemaVersion_PublishSchema(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207377,51 +208136,51 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PublishSchemaPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishSchemaPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IPublishSchemaErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); - } + throw new global::System.NotSupportedException(); + } - if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + return null; } - if (typename?.Equals("InputFieldChanged", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIInputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return null; } - throw new global::System.NotSupportedException(); + return _iDParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInputFieldChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IPublishSchemaErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var inputFieldChanges = new global::System.Collections.Generic.List(); + var publishSchemaErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - inputFieldChanges.Add(Deserialize_NonNullableIInputFieldChangeData(child)); + publishSchemaErrors.Add(Deserialize_NonNullableIPublishSchemaErrorData(child)); } - return inputFieldChanges; + return publishSchemaErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IInputFieldChangeData Deserialize_NonNullableIInputFieldChangeData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaErrorData Deserialize_NonNullableIPublishSchemaErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207434,25 +208193,30 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("StageNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); } - if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag"))); + } + + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInterfaceChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207464,16 +208228,39 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var interfaceChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - interfaceChanges.Add(Deserialize_NonNullableIInterfaceChangeData(child)); - } + return _stringParser.Parse(obj.Value.GetString()!); + } + } - return interfaceChanges; + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class OnSchemaVersionPublishUpdatedBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _processingStateParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _schemaChangeSeverityParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _directiveLocationParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _processingStateParser = serializerResolver.GetLeafValueParser("ProcessingState") ?? throw new global::System.ArgumentException("No serializer for type `ProcessingState` found."); + _schemaChangeSeverityParser = serializerResolver.GetLeafValueParser("SchemaChangeSeverity") ?? throw new global::System.ArgumentException("No serializer for type `SchemaChangeSeverity` found."); + _directiveLocationParser = serializerResolver.GetLeafValueParser("DirectiveLocation") ?? throw new global::System.ArgumentException("No serializer for type `DirectiveLocation` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IInterfaceChangeData Deserialize_NonNullableIInterfaceChangeData(global::System.Text.Json.JsonElement? obj) + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new OnSchemaVersionPublishUpdatedResultInfo(Deserialize_NonNullableISchemaVersionPublishResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onSchemaVersionPublishingUpdate"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishResultData Deserialize_NonNullableISchemaVersionPublishResultData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207486,50 +208273,45 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } - - if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OperationInProgress", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } - if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ProcessingTaskApproved", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskApprovedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } - if (typename?.Equals("InterfaceImplementationAdded", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ProcessingTaskIsQueued", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsQueuedData(typename, queued: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queued")), queuePosition: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queuePosition"))); } - if (typename?.Equals("InterfaceImplementationRemoved", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ProcessingTaskIsReady", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsReadyData(typename, ready: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "ready"))); } - if (typename?.Equals("OutputFieldChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaVersionPublishFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionPublishFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableISchemaVersionPublishErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("PossibleTypeAdded", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaVersionPublishSuccess", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionPublishSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } - if (typename?.Equals("PossibleTypeRemoved", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("WaitForApproval", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WaitForApprovalData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), deployment: Deserialize_IDeploymentData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployment"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207541,16 +208323,10 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var outputFieldChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - outputFieldChanges.Add(Deserialize_NonNullableIOutputFieldChangeData(child)); - } - - return outputFieldChanges; + return _stringParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOutputFieldChangeData Deserialize_NonNullableIOutputFieldChangeData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.ProcessingState Deserialize_NonNullableProcessingState(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207562,41 +208338,10 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ArgumentAdded", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); - } - - if (typename?.Equals("ArgumentChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), changes: Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("ArgumentRemoved", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); - } - - if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); - } - - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } - - if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); - } - - throw new global::System.NotSupportedException(); + return _processingStateParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIObjectChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Int32 Deserialize_NonNullableInt32(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207608,16 +208353,10 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var objectChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - objectChanges.Add(Deserialize_NonNullableIObjectChangeData(child)); - } - - return objectChanges; + return _intParser.Parse(obj.Value.GetInt32()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData Deserialize_NonNullableIObjectChangeData(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaVersionPublishErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207629,41 +208368,16 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } - - if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); - } - - if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); - } - - if (typename?.Equals("InterfaceImplementationAdded", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); - } - - if (typename?.Equals("InterfaceImplementationRemoved", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); - } - - if (typename?.Equals("OutputFieldChanged", global::System.StringComparison.Ordinal) ?? false) + var schemaVersionPublishErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + schemaVersionPublishErrors.Add(Deserialize_NonNullableISchemaVersionPublishErrorData(child)); } - throw new global::System.NotSupportedException(); + return schemaVersionPublishErrors; } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishErrorData Deserialize_NonNullableISchemaVersionPublishErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -207675,83 +208389,60 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var scalarChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - scalarChanges.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(child)); - } - - return scalarChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUnionChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("OperationsAreNotAllowedError", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - var unionChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - unionChanges.Add(Deserialize_NonNullableIUnionChangeData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } - return unionChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData Deserialize_NonNullableIUnionChangeData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ProcessingTimeoutError", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("ReadyTimeoutError", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaVersionChangeViolationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionChangeViolationErrorData(typename, changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("UnionMemberAdded", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaVersionSyntaxError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), position: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "position")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } - if (typename?.Equals("UnionMemberRemoved", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnexpectedProcessingError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); @@ -207799,6 +208490,21 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.NotSupportedException(); } + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + return _stringParser.Parse(obj.Value.GetString()!); + } + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) @@ -207998,7 +208704,7 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208010,16 +208716,16 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + var openApiCollectionValidationCollections = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - mcpFeatureCollectionDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(child)); + openApiCollectionValidationCollections.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(child)); } - return mcpFeatureCollectionDeploymentErrors; + return openApiCollectionValidationCollections; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208032,15 +208738,36 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData(typename, openApiCollection: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollection")), entities: Deserialize_NonNullableIOpenApiCollectionValidationEntityDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "entities"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionValidationEntityDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208052,16 +208779,16 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var openApiCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + var openApiCollectionValidationEntitys = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - openApiCollectionDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(child)); + openApiCollectionValidationEntitys.Add(Deserialize_NonNullableIOpenApiCollectionValidationEntityData(child)); } - return openApiCollectionDeploymentErrors; + return openApiCollectionValidationEntitys; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData Deserialize_NonNullableIOpenApiCollectionValidationEntityData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208074,15 +208801,20 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationEndpoint", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEndpointData(typename, errors: Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), httpMethod: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "httpMethod")), route: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "route"))); + } + + if (typename?.Equals("OpenApiCollectionValidationModel", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationModelData(typename, errors: Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208094,16 +208826,16 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak throw new global::System.ArgumentNullException(); } - var schemaDeploymentErrors = new global::System.Collections.Generic.List(); + var openApiCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - schemaDeploymentErrors.Add(Deserialize_NonNullableISchemaDeploymentErrorData(child)); + openApiCollectionValidationEntityErrors.Add(Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorData(child)); } - return schemaDeploymentErrors; + return openApiCollectionValidationEntityErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData Deserialize_NonNullableISchemaDeploymentErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208116,68 +208848,41 @@ public PublishOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShak } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); - } - - if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationDocumentError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorData(typename, code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); } - if (typename?.Equals("OperationsAreNotAllowedError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationEntityValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEntityValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("SchemaVersionSyntaxError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), position: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "position")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); - } + throw new global::System.NotSupportedException(); + } - if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return null; } - if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + return null; } - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + var openApiCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + openApiCollectionValidationDocumentErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(child)); } - throw new global::System.NotSupportedException(); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public ValidateOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ValidateOpenApiCollectionCommandMutationResultInfo(Deserialize_NonNullableIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "validateOpenApiCollection"))); + return openApiCollectionValidationDocumentErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ValidateOpenApiCollectionPayloadData Deserialize_NonNullableIValidateOpenApiCollectionCommandMutation_ValidateOpenApiCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208190,15 +208895,15 @@ public ValidateOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.I } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ValidateOpenApiCollectionPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidateOpenApiCollectionPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IValidateOpenApiCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } throw new global::System.NotSupportedException(); } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208210,31 +208915,37 @@ public ValidateOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.I return null; } - return _iDParser.Parse(obj.Value.GetString()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IValidateOpenApiCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var validateOpenApiCollectionErrors = new global::System.Collections.Generic.List(); + var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - validateOpenApiCollectionErrors.Add(Deserialize_NonNullableIValidateOpenApiCollectionErrorData(child)); + persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } - return validateOpenApiCollectionErrors; + return persistedQueryValidationFaileds; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IValidateOpenApiCollectionErrorData Deserialize_NonNullableIValidateOpenApiCollectionErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208247,25 +208958,15 @@ public ValidateOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.I } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("StageNotFoundError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); - } - - if (typename?.Equals("OpenApiCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData(typename, openApiCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollectionId")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208277,35 +208978,16 @@ public ValidateOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.I throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateOpenApiCollectionCommandSubscriptionBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _processingStateParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - public ValidateOpenApiCollectionCommandSubscriptionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _processingStateParser = serializerResolver.GetLeafValueParser("ProcessingState") ?? throw new global::System.ArgumentException("No serializer for type `ProcessingState` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + var @strings = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + @strings.Add(Deserialize_NonNullableString(child)); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ValidateOpenApiCollectionCommandSubscriptionResultInfo(Deserialize_NonNullableIOpenApiCollectionVersionValidationResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onOpenApiCollectionVersionValidationUpdate"))); + return @strings; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationResultData Deserialize_NonNullableIOpenApiCollectionVersionValidationResultData(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208317,31 +208999,16 @@ public ValidateOpenApiCollectionCommandSubscriptionBuilder(global::StrawberrySha throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionVersionValidationFailed", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionValidationFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableIOpenApiCollectionVersionValidationErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("OpenApiCollectionVersionValidationSuccess", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionValidationSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); - } - - if (typename?.Equals("OperationInProgress", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); - } - - if (typename?.Equals("ValidationInProgress", global::System.StringComparison.Ordinal) ?? false) + var persistedQueryErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); + persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); } - throw new global::System.NotSupportedException(); + return persistedQueryErrors; } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208353,46 +209020,37 @@ public ValidateOpenApiCollectionCommandSubscriptionBuilder(global::StrawberrySha throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); - } - - private global::ChilliCream.Nitro.CommandLine.Client.ProcessingState Deserialize_NonNullableProcessingState(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PersistedQueryError", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); } - return _processingStateParser.Parse(obj.Value.GetString()!); + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionVersionValidationErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var openApiCollectionVersionValidationErrors = new global::System.Collections.Generic.List(); + var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - openApiCollectionVersionValidationErrors.Add(Deserialize_NonNullableIOpenApiCollectionVersionValidationErrorData(child)); + persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } - return openApiCollectionVersionValidationErrors; + return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionVersionValidationErrorData Deserialize_NonNullableIOpenApiCollectionVersionValidationErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208405,35 +209063,15 @@ public ValidateOpenApiCollectionCommandSubscriptionBuilder(global::StrawberrySha } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationArchiveError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationArchiveErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); - } - - if (typename?.Equals("ProcessingTimeoutError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("ReadyTimeoutError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData(typename); - } - - if (typename?.Equals("UnexpectedProcessingError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208445,16 +209083,16 @@ public ValidateOpenApiCollectionCommandSubscriptionBuilder(global::StrawberrySha throw new global::System.ArgumentNullException(); } - var openApiCollectionValidationCollections = new global::System.Collections.Generic.List(); + var schemaChangeLogEntrys = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - openApiCollectionValidationCollections.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(child)); + schemaChangeLogEntrys.Add(Deserialize_NonNullableISchemaChangeLogEntryData(child)); } - return openApiCollectionValidationCollections; + return schemaChangeLogEntrys; } - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData Deserialize_NonNullableISchemaChangeLogEntryData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208467,57 +209105,60 @@ public ValidateOpenApiCollectionCommandSubscriptionBuilder(global::StrawberrySha } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DirectiveModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData(typename, openApiCollection: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollection")), entities: Deserialize_NonNullableIOpenApiCollectionValidationEntityDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "entities"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIDirectiveChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("EnumModifiedChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIEnumChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("InputObjectModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.InputObjectModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIInputObjectChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + } + + if (typename?.Equals("InterfaceModifiedChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIInterfaceChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("ObjectModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.ObjectModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIObjectChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ScalarModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ScalarModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("TypeSystemMemberAddedChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionValidationEntityDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("TypeSystemMemberModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("TypeSystemMemberRemovedChange", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); } - var openApiCollectionValidationEntitys = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("UnionModifiedChange", global::System.StringComparison.Ordinal) ?? false) { - openApiCollectionValidationEntitys.Add(Deserialize_NonNullableIOpenApiCollectionValidationEntityData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIUnionChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - return openApiCollectionValidationEntitys; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData Deserialize_NonNullableIOpenApiCollectionValidationEntityData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Deserialize_NonNullableSchemaChangeSeverity(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208529,21 +209170,10 @@ public ValidateOpenApiCollectionCommandSubscriptionBuilder(global::StrawberrySha throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationEndpoint", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEndpointData(typename, errors: Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), httpMethod: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "httpMethod")), route: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "route"))); - } - - if (typename?.Equals("OpenApiCollectionValidationModel", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationModelData(typename, errors: Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); - } - - throw new global::System.NotSupportedException(); + return _schemaChangeSeverityParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIDirectiveChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208555,16 +209185,16 @@ public ValidateOpenApiCollectionCommandSubscriptionBuilder(global::StrawberrySha throw new global::System.ArgumentNullException(); } - var openApiCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); + var directiveChanges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - openApiCollectionValidationEntityErrors.Add(Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorData(child)); + directiveChanges.Add(Deserialize_NonNullableIDirectiveChangeData(child)); } - return openApiCollectionValidationEntityErrors; + return directiveChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IDirectiveChangeData Deserialize_NonNullableIDirectiveChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208577,56 +209207,61 @@ public ValidateOpenApiCollectionCommandSubscriptionBuilder(global::StrawberrySha } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationDocumentError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ArgumentAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorData(typename, code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("OpenApiCollectionValidationEntityValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ArgumentChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEntityValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), changes: Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("ArgumentRemoved", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("DirectiveLocationAdded", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveLocationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), location: Deserialize_NonNullableDirectiveLocation(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "location"))); } - return _stringParser.Parse(obj.Value.GetString()!); + if (typename?.Equals("DirectiveLocationRemoved", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveLocationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), location: Deserialize_NonNullableDirectiveLocation(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "location"))); + } + + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var openApiCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + var argumentChanges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - openApiCollectionValidationDocumentErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(child)); + argumentChanges.Add(Deserialize_NonNullableIArgumentChangeData(child)); } - return openApiCollectionValidationDocumentErrorLocations; + return argumentChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IArgumentChangeData Deserialize_NonNullableIArgumentChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208639,15 +209274,25 @@ public ValidateOpenApiCollectionCommandSubscriptionBuilder(global::StrawberrySha } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); + } + + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } + + if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); } throw new global::System.NotSupportedException(); } - private global::System.Int32 Deserialize_NonNullableInt32(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Deserialize_NonNullableDirectiveLocation(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208659,31 +209304,10 @@ public ValidateOpenApiCollectionCommandSubscriptionBuilder(global::StrawberrySha throw new global::System.ArgumentNullException(); } - return _intParser.Parse(obj.Value.GetInt32()!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateOpenApiCollectionCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public CreateOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new CreateOpenApiCollectionCommandMutationResultInfo(Deserialize_NonNullableICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createOpenApiCollection"))); + return _directiveLocationParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionPayloadData Deserialize_NonNullableICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIEnumChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208695,73 +209319,73 @@ public CreateOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IOp throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("CreateOpenApiCollectionPayload", global::System.StringComparison.Ordinal) ?? false) + var enumChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionPayloadData(typename, openApiCollection: Deserialize_ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollection")), errors: Deserialize_ICreateOpenApiCollectionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + enumChanges.Add(Deserialize_NonNullableIEnumChangeData(child)); } - throw new global::System.NotSupportedException(); + return enumChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? Deserialize_ICreateOpenApiCollectionCommandMutation_CreateOpenApiCollection_OpenApiCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IEnumChangeData Deserialize_NonNullableIEnumChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("EnumValueAdded", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); + } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("EnumValueChanged", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIEnumValueChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("EnumValueRemoved", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); } - return _stringParser.Parse(obj.Value.GetString()!); + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateOpenApiCollectionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIEnumValueChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var createOpenApiCollectionErrors = new global::System.Collections.Generic.List(); + var enumValueChanges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - createOpenApiCollectionErrors.Add(Deserialize_NonNullableICreateOpenApiCollectionErrorData(child)); + enumValueChanges.Add(Deserialize_NonNullableIEnumValueChangeData(child)); } - return createOpenApiCollectionErrors; + return enumValueChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ICreateOpenApiCollectionErrorData Deserialize_NonNullableICreateOpenApiCollectionErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IEnumValueChangeData Deserialize_NonNullableIEnumValueChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208774,41 +209398,20 @@ public CreateOpenApiCollectionCommandMutationBuilder(global::StrawberryShake.IOp } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); } - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } throw new global::System.NotSupportedException(); } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class DeleteOpenApiCollectionByIdCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public DeleteOpenApiCollectionByIdCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new DeleteOpenApiCollectionByIdCommandMutationResultInfo(Deserialize_NonNullableIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deleteOpenApiCollectionById"))); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdPayloadData Deserialize_NonNullableIDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInputObjectChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208820,73 +209423,73 @@ public DeleteOpenApiCollectionByIdCommandMutationBuilder(global::StrawberryShake throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DeleteOpenApiCollectionByIdPayload", global::System.StringComparison.Ordinal) ?? false) + var inputObjectChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdPayloadData(typename, openApiCollection: Deserialize_IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollection")), errors: Deserialize_IDeleteOpenApiCollectionByIdErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + inputObjectChanges.Add(Deserialize_NonNullableIInputObjectChangeData(child)); } - throw new global::System.NotSupportedException(); + return inputObjectChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? Deserialize_IDeleteOpenApiCollectionByIdCommandMutation_DeleteOpenApiCollectionById_OpenApiCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IInputObjectChangeData Deserialize_NonNullableIInputObjectChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("InputFieldChanged", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIInputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - return _stringParser.Parse(obj.Value.GetString()!); + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IDeleteOpenApiCollectionByIdErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInputFieldChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var deleteOpenApiCollectionByIdErrors = new global::System.Collections.Generic.List(); + var inputFieldChanges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - deleteOpenApiCollectionByIdErrors.Add(Deserialize_NonNullableIDeleteOpenApiCollectionByIdErrorData(child)); + inputFieldChanges.Add(Deserialize_NonNullableIInputFieldChangeData(child)); } - return deleteOpenApiCollectionByIdErrors; + return inputFieldChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IDeleteOpenApiCollectionByIdErrorData Deserialize_NonNullableIDeleteOpenApiCollectionByIdErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IInputFieldChangeData Deserialize_NonNullableIInputFieldChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -208899,264 +209502,257 @@ public DeleteOpenApiCollectionByIdCommandMutationBuilder(global::StrawberryShake } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), openApiCollectionId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollectionId"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); } - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - throw new global::System.NotSupportedException(); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ShowWorkspaceCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - public ShowWorkspaceCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ShowWorkspaceCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInterfaceChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + var interfaceChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename); + interfaceChanges.Add(Deserialize_NonNullableIInterfaceChangeData(child)); } - if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); - } + return interfaceChanges; + } - if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) + private global::ChilliCream.Nitro.CommandLine.Client.State.IInterfaceChangeData Deserialize_NonNullableIInterfaceChangeData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); } - if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); } - if (typename?.Equals("CoordinateClientUsageMetrics", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InterfaceImplementationAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); } - if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InterfaceImplementationRemoved", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); } - if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OutputFieldChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PossibleTypeAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("GraphQLDirectiveArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PossibleTypeRemoved", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("GraphQLDirectiveDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData(typename); - } + throw new global::System.NotSupportedException(); + } - if (typename?.Equals("GraphQLEnumTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLEnumValueDefinition", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLInputObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + var outputFieldChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData(typename); + outputFieldChanges.Add(Deserialize_NonNullableIOutputFieldChangeData(child)); } - if (typename?.Equals("GraphQLInputObjectTypeDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData(typename); - } + return outputFieldChanges; + } - if (typename?.Equals("GraphQLInterfaceFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOutputFieldChangeData Deserialize_NonNullableIOutputFieldChangeData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLInterfaceFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLInterfaceTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ArgumentAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("GraphQLObjectFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ArgumentChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), changes: Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("GraphQLObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ArgumentRemoved", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("GraphQLScalarTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); } - if (typename?.Equals("GraphQLUnionTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - if (typename?.Equals("Group", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GroupData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); } - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename); - } + throw new global::System.NotSupportedException(); + } - if (typename?.Equals("McpFeatureCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIObjectChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + var objectChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename); + objectChanges.Add(Deserialize_NonNullableIObjectChangeData(child)); } - if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename); - } + return objectChanges; + } - if (typename?.Equals("OpenApiCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + private global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData Deserialize_NonNullableIObjectChangeData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - if (typename?.Equals("Organization", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); } - if (typename?.Equals("OrganizationMember", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); } - if (typename?.Equals("SchemaChangeLog", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InterfaceImplementationAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); } - if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InterfaceImplementationRemoved", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); } - if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OutputFieldChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("User", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), personal: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "personal"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) + var scalarChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); + scalarChanges.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(child)); } - throw new global::System.NotSupportedException(); + return scalarChanges; } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209168,10 +209764,16 @@ public ShowWorkspaceCommandQueryBuilder(global::StrawberryShake.IOperationResult throw new global::System.ArgumentNullException(); } - return _iDParser.Parse(obj.Value.GetString()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } + + throw new global::System.NotSupportedException(); } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUnionChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209183,33 +209785,16 @@ public ShowWorkspaceCommandQueryBuilder(global::StrawberryShake.IOperationResult throw new global::System.ArgumentNullException(); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CreateWorkspaceCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - public CreateWorkspaceCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + var unionChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + unionChanges.Add(Deserialize_NonNullableIUnionChangeData(child)); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new CreateWorkspaceCommandMutationResultInfo(Deserialize_NonNullableICreateWorkspaceCommandMutation_CreateWorkspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createWorkspace"))); + return unionChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspacePayloadData Deserialize_NonNullableICreateWorkspaceCommandMutation_CreateWorkspace(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData Deserialize_NonNullableIUnionChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209222,15 +209807,25 @@ public CreateWorkspaceCommandMutationBuilder(global::StrawberryShake.IOperationR } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("CreateWorkspacePayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspacePayloadData(typename, workspace: Deserialize_ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), errors: Deserialize_ICreateWorkspaceErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } + + if (typename?.Equals("UnionMemberAdded", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + } + + if (typename?.Equals("UnionMemberRemoved", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? Deserialize_IDeploymentData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209243,66 +209838,56 @@ public CreateWorkspaceCommandMutationBuilder(global::StrawberryShake.IOperationR } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), personal: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "personal"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - throw new global::System.NotSupportedException(); - } - - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename, errors: Deserialize_NonNullableIFusionConfigurationDeploymentErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - return _iDParser.Parse(obj.Value.GetString()!); - } - - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename, errors: Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateWorkspaceErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var createWorkspaceErrors = new global::System.Collections.Generic.List(); + var clientDeploymentErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - createWorkspaceErrors.Add(Deserialize_NonNullableICreateWorkspaceErrorData(child)); + clientDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(child)); } - return createWorkspaceErrors; + return clientDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ICreateWorkspaceErrorData Deserialize_NonNullableICreateWorkspaceErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209315,108 +209900,98 @@ public CreateWorkspaceCommandMutationBuilder(global::StrawberryShake.IOperationR } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("ValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } throw new global::System.NotSupportedException(); } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ListWorkspaceCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - public ListWorkspaceCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIFusionConfigurationDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - } + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ListWorkspaceCommandQueryResultInfo(Deserialize_IListWorkspaceCommandQuery_Me(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "me"))); + var fusionConfigurationDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + fusionConfigurationDeploymentErrors.Add(Deserialize_NonNullableIFusionConfigurationDeploymentErrorData(child)); + } + + return fusionConfigurationDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? Deserialize_IListWorkspaceCommandQuery_Me(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData Deserialize_NonNullableIFusionConfigurationDeploymentErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Viewer", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData(typename, workspaces: Deserialize_IListWorkspaceCommandQuery_Me_Workspaces(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaces"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData? Deserialize_IListWorkspaceCommandQuery_Me_Workspaces(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("WorkspacesConnection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData(typename, edges: Deserialize_IListWorkspaceCommandQuery_Me_Workspaces_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListWorkspaceCommandQuery_Me_Workspaces_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListWorkspaceCommandQuery_Me_Workspaces_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var workspacesEdges = new global::System.Collections.Generic.List(); + var mcpFeatureCollectionDeploymentErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - workspacesEdges.Add(Deserialize_NonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges(child)); + mcpFeatureCollectionDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(child)); } - return workspacesEdges; + return mcpFeatureCollectionDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData Deserialize_NonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209429,15 +210004,15 @@ public ListWorkspaceCommandQueryBuilder(global::StrawberryShake.IOperationResult } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("WorkspacesEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209449,10 +210024,16 @@ public ListWorkspaceCommandQueryBuilder(global::StrawberryShake.IOperationResult throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + var openApiCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + openApiCollectionDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(child)); + } + + return openApiCollectionDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData Deserialize_NonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209465,15 +210046,15 @@ public ListWorkspaceCommandQueryBuilder(global::StrawberryShake.IOperationResult } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), personal: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "personal"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } throw new global::System.NotSupportedException(); } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209485,10 +210066,16 @@ public ListWorkspaceCommandQueryBuilder(global::StrawberryShake.IOperationResult throw new global::System.ArgumentNullException(); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); + var schemaDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + schemaDeploymentErrors.Add(Deserialize_NonNullableISchemaDeploymentErrorData(child)); + } + + return schemaDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListWorkspaceCommandQuery_Me_Workspaces_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData Deserialize_NonNullableISchemaDeploymentErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209501,97 +210088,89 @@ public ListWorkspaceCommandQueryBuilder(global::StrawberryShake.IOperationResult } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("OperationsAreNotAllowedError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("SchemaVersionSyntaxError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), position: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "position")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } - return _stringParser.Parse(obj.Value.GetString()!); + if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + } + + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + } + + throw new global::System.NotSupportedException(); } } // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SetDefaultWorkspaceCommand_SelectWorkspace_QueryBuilder : global::StrawberryShake.OperationResultBuilder + public partial class UploadSchemaBuilder : global::StrawberryShake.OperationResultBuilder { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - public SetDefaultWorkspaceCommand_SelectWorkspace_QueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public UploadSchemaBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultInfo(Deserialize_ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "me"))); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? Deserialize_ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Viewer", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData(typename, workspaces: Deserialize_ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaces"))); - } - - throw new global::System.NotSupportedException(); + return new UploadSchemaResultInfo(Deserialize_NonNullableIUploadSchema_UploadSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "uploadSchema"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData? Deserialize_ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UploadSchemaPayloadData Deserialize_NonNullableIUploadSchema_UploadSchema(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("WorkspacesConnection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UploadSchemaPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData(typename, edges: Deserialize_ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UploadSchemaPayloadData(typename, schemaVersion: Deserialize_IUploadSchema_UploadSchema_SchemaVersion(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaVersion")), errors: Deserialize_IUploadSchemaErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? Deserialize_IUploadSchema_UploadSchema_SchemaVersion(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209603,31 +210182,10 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_QueryBuilder(global::Strawberr return null; } - var workspacesEdges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - workspacesEdges.Add(Deserialize_NonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges(child)); - } - - return workspacesEdges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData Deserialize_NonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("WorkspacesEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); } throw new global::System.NotSupportedException(); @@ -209645,31 +210203,31 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_QueryBuilder(global::Strawberr throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + return _iDParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData Deserialize_NonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUploadSchemaErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + var uploadSchemaErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), personal: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "personal"))); + uploadSchemaErrors.Add(Deserialize_NonNullableIUploadSchemaErrorData(child)); } - throw new global::System.NotSupportedException(); + return uploadSchemaErrors; } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaErrorData Deserialize_NonNullableIUploadSchemaErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209681,69 +210239,54 @@ public SetDefaultWorkspaceCommand_SelectWorkspace_QueryBuilder(global::Strawberr throw new global::System.ArgumentNullException(); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - throw new global::System.NotSupportedException(); - } - - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("DuplicatedTagError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.DuplicatedTagErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - return _stringParser.Parse(obj.Value.GetString()!); + throw new global::System.NotSupportedException(); } } // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PublishSchemaVersionBuilder : global::StrawberryShake.OperationResultBuilder + public partial class ValidateSchemaVersionBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public PublishSchemaVersionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ValidateSchemaVersionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new PublishSchemaVersionResultInfo(Deserialize_NonNullableIPublishSchemaVersion_PublishSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishSchema"))); + return new ValidateSchemaVersionResultInfo(Deserialize_NonNullableIValidateSchemaVersion_ValidateSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "validateSchema"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PublishSchemaPayloadData Deserialize_NonNullableIPublishSchemaVersion_PublishSchema(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ValidateSchemaPayloadData Deserialize_NonNullableIValidateSchemaVersion_ValidateSchema(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209756,9 +210299,9 @@ public PublishSchemaVersionBuilder(global::StrawberryShake.IOperationResultDataF } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PublishSchemaPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ValidateSchemaPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishSchemaPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IPublishSchemaErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidateSchemaPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IValidateSchemaErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); @@ -209779,7 +210322,7 @@ public PublishSchemaVersionBuilder(global::StrawberryShake.IOperationResultDataF return _iDParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IPublishSchemaErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IValidateSchemaErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209791,16 +210334,16 @@ public PublishSchemaVersionBuilder(global::StrawberryShake.IOperationResultDataF return null; } - var publishSchemaErrors = new global::System.Collections.Generic.List(); + var validateSchemaErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - publishSchemaErrors.Add(Deserialize_NonNullableIPublishSchemaErrorData(child)); + validateSchemaErrors.Add(Deserialize_NonNullableIValidateSchemaErrorData(child)); } - return publishSchemaErrors; + return validateSchemaErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IPublishSchemaErrorData Deserialize_NonNullableIPublishSchemaErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaErrorData Deserialize_NonNullableIValidateSchemaErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209818,14 +210361,14 @@ public PublishSchemaVersionBuilder(global::StrawberryShake.IOperationResultDataF return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag"))); } - if (typename?.Equals("SchemaNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); } if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) @@ -209854,7 +210397,7 @@ public PublishSchemaVersionBuilder(global::StrawberryShake.IOperationResultDataF // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionPublishUpdatedBuilder : global::StrawberryShake.OperationResultBuilder + public partial class OnSchemaVersionValidationUpdatedBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _processingStateParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _schemaChangeSeverityParser; @@ -209862,7 +210405,7 @@ public partial class OnSchemaVersionPublishUpdatedBuilder : global::StrawberrySh private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _processingStateParser = serializerResolver.GetLeafValueParser("ProcessingState") ?? throw new global::System.ArgumentException("No serializer for type `ProcessingState` found."); @@ -209873,14 +210416,14 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new OnSchemaVersionPublishUpdatedResultInfo(Deserialize_NonNullableISchemaVersionPublishResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onSchemaVersionPublishingUpdate"))); + return new OnSchemaVersionValidationUpdatedResultInfo(Deserialize_NonNullableISchemaVersionValidationResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onSchemaVersionValidationUpdate"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishResultData Deserialize_NonNullableISchemaVersionPublishResultData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationResultData Deserialize_NonNullableISchemaVersionValidationResultData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209898,34 +210441,19 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } - if (typename?.Equals("ProcessingTaskApproved", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskApprovedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); - } - - if (typename?.Equals("ProcessingTaskIsQueued", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsQueuedData(typename, queued: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queued")), queuePosition: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queuePosition"))); - } - - if (typename?.Equals("ProcessingTaskIsReady", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTaskIsReadyData(typename, ready: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "ready"))); - } - - if (typename?.Equals("SchemaVersionPublishFailed", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaVersionValidationFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionPublishFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableISchemaVersionPublishErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionValidationFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableISchemaVersionValidationErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("SchemaVersionPublishSuccess", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaVersionValidationSuccess", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionPublishSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionValidationSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("WaitForApproval", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ValidationInProgress", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WaitForApprovalData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), deployment: Deserialize_IDeploymentData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployment"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); } throw new global::System.NotSupportedException(); @@ -209961,22 +210489,7 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe return _processingStateParser.Parse(obj.Value.GetString()!); } - private global::System.Int32 Deserialize_NonNullableInt32(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _intParser.Parse(obj.Value.GetInt32()!); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaVersionPublishErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaVersionValidationErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -209988,16 +210501,16 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe throw new global::System.ArgumentNullException(); } - var schemaVersionPublishErrors = new global::System.Collections.Generic.List(); + var schemaVersionValidationErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - schemaVersionPublishErrors.Add(Deserialize_NonNullableISchemaVersionPublishErrorData(child)); + schemaVersionValidationErrors.Add(Deserialize_NonNullableISchemaVersionValidationErrorData(child)); } - return schemaVersionPublishErrors; + return schemaVersionValidationErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionPublishErrorData Deserialize_NonNullableISchemaVersionPublishErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationErrorData Deserialize_NonNullableISchemaVersionValidationErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -210010,11 +210523,6 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ConcurrentOperationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ConcurrentOperationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) { return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); @@ -210037,7 +210545,7 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } if (typename?.Equals("ProcessingTimeoutError", global::System.StringComparison.Ordinal) ?? false) @@ -210324,6 +210832,21 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe throw new global::System.NotSupportedException(); } + private global::System.Int32 Deserialize_NonNullableInt32(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _intParser.Parse(obj.Value.GetInt32()!); + } + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) @@ -210523,7 +211046,7 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -210544,7 +211067,7 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -210559,13 +211082,13 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } return persistedQueryValidationFaileds; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -210580,7 +211103,7 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); @@ -210607,7 +211130,7 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe return @strings; } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -210622,13 +211145,13 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var persistedQueryErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); } return persistedQueryErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -210643,13 +211166,13 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -210664,13 +211187,13 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -211444,49 +211967,71 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe throw new global::System.NotSupportedException(); } + } - private global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? Deserialize_IDeploymentData(global::System.Text.Json.JsonElement? obj) + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class UpdateStagesBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public UpdateStagesBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new UpdateStagesResultInfo(Deserialize_NonNullableIUpdateStages_UpdateStages(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "updateStages"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesPayloadData Deserialize_NonNullableIUpdateStages_UpdateStages(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UpdateStagesPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesPayloadData(typename, api: Deserialize_IUpdateStages_UpdateStages_Api(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), errors: Deserialize_IUpdateStagesErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename, errors: Deserialize_NonNullableIFusionConfigurationDeploymentErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } + throw new global::System.NotSupportedException(); + } - if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_IUpdateStages_UpdateStages_Api(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return null; } - if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return null; } - if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename, errors: Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, stages: Deserialize_NonNullableIUpdateStages_UpdateStages_Api_StagesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stages"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUpdateStages_UpdateStages_Api_StagesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -211498,16 +212043,16 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe throw new global::System.ArgumentNullException(); } - var clientDeploymentErrors = new global::System.Collections.Generic.List(); + var stages = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - clientDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(child)); + stages.Add(Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages(child)); } - return clientDeploymentErrors; + return stages; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.StageData Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -211520,15 +212065,15 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), displayName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "displayName")), conditions: Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "conditions"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIFusionConfigurationDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -211540,16 +212085,10 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe throw new global::System.ArgumentNullException(); } - var fusionConfigurationDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - fusionConfigurationDeploymentErrors.Add(Deserialize_NonNullableIFusionConfigurationDeploymentErrorData(child)); - } - - return fusionConfigurationDeploymentErrors; + return _iDParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData Deserialize_NonNullableIFusionConfigurationDeploymentErrorData(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -211561,36 +212100,16 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); - } - - if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); - } - - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + var stageConditions = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + stageConditions.Add(Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(child)); } - throw new global::System.NotSupportedException(); + return stageConditions; } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionData Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -211602,58 +212121,58 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("AfterStageCondition", global::System.StringComparison.Ordinal) ?? false) { - mcpFeatureCollectionDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.AfterStageConditionData(typename, afterStage: Deserialize_IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "afterStage"))); } - return mcpFeatureCollectionDeploymentErrors; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IUpdateStagesErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var openApiCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + var updateStagesErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - openApiCollectionDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(child)); + updateStagesErrors.Add(Deserialize_NonNullableIUpdateStagesErrorData(child)); } - return openApiCollectionDeploymentErrors; + return updateStagesErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IUpdateStagesErrorData Deserialize_NonNullableIUpdateStagesErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -211666,15 +212185,30 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); + } + + if (typename?.Equals("StageNotFoundError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + } + + if (typename?.Equals("StagesHavePublishedDependenciesError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.StagesHavePublishedDependenciesErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), stages: Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_StagesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stages"))); + } + + if (typename?.Equals("StageValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_StagesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -211686,16 +212220,16 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe throw new global::System.ArgumentNullException(); } - var schemaDeploymentErrors = new global::System.Collections.Generic.List(); + var stages = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - schemaDeploymentErrors.Add(Deserialize_NonNullableISchemaDeploymentErrorData(child)); + stages.Add(Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages(child)); } - return schemaDeploymentErrors; + return stages; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData Deserialize_NonNullableISchemaDeploymentErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.StageData Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -211708,68 +212242,57 @@ public OnSchemaVersionPublishUpdatedBuilder(global::StrawberryShake.IOperationRe } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), publishedSchema: Deserialize_IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedSchema")), publishedClients: Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClientsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedClients"))); } - if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedSchemaVersionData? Deserialize_IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return null; } - if (typename?.Equals("OperationsAreNotAllowedError", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return null; } - if (typename?.Equals("SchemaVersionSyntaxError", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PublishedSchemaVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), position: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "position")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedSchemaVersionData(typename, version: Deserialize_IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "version"))); } - if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? Deserialize_IUpdateStages_UpdateStages_Errors_Stages_PublishedSchema_Version(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return null; } - if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + return null; } - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("SchemaVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData(typename, tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag"))); } throw new global::System.NotSupportedException(); } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class UploadSchemaBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public UploadSchemaBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new UploadSchemaResultInfo(Deserialize_NonNullableIUploadSchema_UploadSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "uploadSchema"))); - } - private global::ChilliCream.Nitro.CommandLine.Client.State.UploadSchemaPayloadData Deserialize_NonNullableIUploadSchema_UploadSchema(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClientsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -211781,37 +212304,37 @@ public UploadSchemaBuilder(global::StrawberryShake.IOperationResultDataFactory(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UploadSchemaPayloadData(typename, schemaVersion: Deserialize_IUploadSchema_UploadSchema_SchemaVersion(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaVersion")), errors: Deserialize_IUploadSchemaErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + publishedClients.Add(Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients(child)); } - throw new global::System.NotSupportedException(); + return publishedClients; } - private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? Deserialize_IUploadSchema_UploadSchema_SchemaVersion(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientData Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("SchemaVersion", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PublishedClient", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientData(typename, client: Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), publishedVersions: Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedVersions"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_Client(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -211823,31 +212346,37 @@ public UploadSchemaBuilder(global::StrawberryShake.IOperationResultDataFactory? Deserialize_IUploadSchemaErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersionsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var uploadSchemaErrors = new global::System.Collections.Generic.List(); + var publishedClientVersions = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - uploadSchemaErrors.Add(Deserialize_NonNullableIUploadSchemaErrorData(child)); + publishedClientVersions.Add(Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions(child)); } - return uploadSchemaErrors; + return publishedClientVersions; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IUploadSchemaErrorData Deserialize_NonNullableIUploadSchemaErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableIUpdateStages_UpdateStages_Errors_Stages_PublishedClients_PublishedVersions(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -211860,24 +212389,30 @@ public UploadSchemaBuilder(global::StrawberryShake.IOperationResultDataFactory + public partial class ListStagesQueryBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public ValidateSchemaVersionBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public ListStagesQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new ValidateSchemaVersionResultInfo(Deserialize_NonNullableIValidateSchemaVersion_ValidateSchema(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "validateSchema"))); + return new ListStagesQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ValidateSchemaPayloadData Deserialize_NonNullableIValidateSchemaVersion_ValidateSchema(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ValidateSchemaPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidateSchemaPayloadData(typename, id: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), errors: Deserialize_IValidateSchemaErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, stages: Deserialize_NonNullableIListStagesQuery_Node_StagesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stages"))); } - throw new global::System.NotSupportedException(); - } - - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename); } - return _iDParser.Parse(obj.Value.GetString()!); - } - - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IValidateSchemaErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData(typename); } - var validateSchemaErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) { - validateSchemaErrors.Add(Deserialize_NonNullableIValidateSchemaErrorData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename); } - return validateSchemaErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IValidateSchemaErrorData Deserialize_NonNullableIValidateSchemaErrorData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("CoordinateClientUsageMetrics", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("StageNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); } - if (typename?.Equals("SchemaNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData(typename); } - if (typename?.Equals("ApiNotFoundError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), apiId: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiId"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename); } - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLDirectiveArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData(typename); } - throw new global::System.NotSupportedException(); - } - - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLDirectiveDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLEnumTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData(typename); } - return _stringParser.Parse(obj.Value.GetString()!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class OnSchemaVersionValidationUpdatedBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _processingStateParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _schemaChangeSeverityParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _directiveLocationParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _processingStateParser = serializerResolver.GetLeafValueParser("ProcessingState") ?? throw new global::System.ArgumentException("No serializer for type `ProcessingState` found."); - _schemaChangeSeverityParser = serializerResolver.GetLeafValueParser("SchemaChangeSeverity") ?? throw new global::System.ArgumentException("No serializer for type `SchemaChangeSeverity` found."); - _directiveLocationParser = serializerResolver.GetLeafValueParser("DirectiveLocation") ?? throw new global::System.ArgumentException("No serializer for type `DirectiveLocation` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new OnSchemaVersionValidationUpdatedResultInfo(Deserialize_NonNullableISchemaVersionValidationResultData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "onSchemaVersionValidationUpdate"))); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationResultData Deserialize_NonNullableISchemaVersionValidationResultData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLEnumValueDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLInputObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OperationInProgress", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLInputObjectTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData(typename); } - if (typename?.Equals("SchemaVersionValidationFailed", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLInterfaceFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionValidationFailedData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), errors: Deserialize_NonNullableISchemaVersionValidationErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData(typename); } - if (typename?.Equals("SchemaVersionValidationSuccess", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLInterfaceFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionValidationSuccessData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData(typename); } - if (typename?.Equals("ValidationInProgress", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLInterfaceTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationInProgressData(typename, state: Deserialize_NonNullableProcessingState(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "state"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData(typename); } - throw new global::System.NotSupportedException(); - } - - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLObjectFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData(typename); } - return _stringParser.Parse(obj.Value.GetString()!); - } - - private global::ChilliCream.Nitro.CommandLine.Client.ProcessingState Deserialize_NonNullableProcessingState(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLScalarTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLUnionTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData(typename); } - return _processingStateParser.Parse(obj.Value.GetString()!); - } + if (typename?.Equals("Group", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GroupData(typename); + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaVersionValidationErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("McpFeatureCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData(typename); } - var schemaVersionValidationErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - schemaVersionValidationErrors.Add(Deserialize_NonNullableISchemaVersionValidationErrorData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename); } - return schemaVersionValidationErrors; - } + if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaVersionValidationErrorData Deserialize_NonNullableISchemaVersionValidationErrorData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("OpenApiCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename); } - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename); } - if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Organization", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData(typename); } - if (typename?.Equals("OperationsAreNotAllowedError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OrganizationMember", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData(typename); } - if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaChangeLog", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData(typename); } - if (typename?.Equals("ProcessingTimeoutError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ProcessingTimeoutErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename); } - if (typename?.Equals("ReadyTimeoutError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ReadyTimeoutErrorData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename); } - if (typename?.Equals("SchemaVersionChangeViolationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("User", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionChangeViolationErrorData(typename, changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserData(typename); } - if (typename?.Equals("SchemaVersionSyntaxError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), position: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "position")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename); } - if (typename?.Equals("UnexpectedProcessingError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnexpectedProcessingErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIListStagesQuery_Node_StagesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212208,16 +212672,16 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - var graphQLSchemaErrors = new global::System.Collections.Generic.List(); + var stages = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - graphQLSchemaErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(child)); + stages.Add(Deserialize_NonNullableIListStagesQuery_Node_Stages(child)); } - return graphQLSchemaErrors; + return stages; } - private global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Errors(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.StageData Deserialize_NonNullableIListStagesQuery_Node_Stages(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212230,30 +212694,30 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("GraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), displayName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "displayName")), conditions: Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "conditions"))); } throw new global::System.NotSupportedException(); } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + return _iDParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_ConditionsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212265,16 +212729,16 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionValidationCollections = new global::System.Collections.Generic.List(); + var stageConditions = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - mcpFeatureCollectionValidationCollections.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(child)); + stageConditions.Add(Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(child)); } - return mcpFeatureCollectionValidationCollections; + return stageConditions; } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IStageConditionData Deserialize_NonNullableIUpdateStages_UpdateStages_Api_Stages_Conditions(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212287,15 +212751,15 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("AfterStageCondition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationCollectionData(typename, mcpFeatureCollection: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollection")), entities: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "entities"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.AfterStageConditionData(typename, afterStage: Deserialize_IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "afterStage"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_McpFeatureCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_IUpdateStages_UpdateStages_Api_Stages_Conditions_AfterStage(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212308,15 +212772,38 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionValidationEntityDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CreateWorkspaceCommandMutationBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + public CreateWorkspaceCommandMutationBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new CreateWorkspaceCommandMutationResultInfo(Deserialize_NonNullableICreateWorkspaceCommandMutation_CreateWorkspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createWorkspace"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspacePayloadData Deserialize_NonNullableICreateWorkspaceCommandMutation_CreateWorkspace(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212328,42 +212815,52 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionValidationEntitys = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("CreateWorkspacePayload", global::System.StringComparison.Ordinal) ?? false) { - mcpFeatureCollectionValidationEntitys.Add(Deserialize_NonNullableIMcpFeatureCollectionValidationEntityData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspacePayloadData(typename, workspace: Deserialize_ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), errors: Deserialize_ICreateWorkspaceErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - return mcpFeatureCollectionValidationEntitys; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityData Deserialize_NonNullableIMcpFeatureCollectionValidationEntityData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateWorkspaceCommandMutation_CreateWorkspace_Workspace(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationPrompt", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationPromptData(typename, errors: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), personal: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "personal"))); } - if (typename?.Equals("McpFeatureCollectionValidationTool", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationToolData(typename, errors: Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + throw new global::System.ArgumentNullException(); } - throw new global::System.NotSupportedException(); + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _iDParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212375,16 +212872,31 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - var mcpFeatureCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); + return _booleanParser.Parse(obj.Value.GetBoolean()!); + } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateWorkspaceErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var createWorkspaceErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - mcpFeatureCollectionValidationEntityErrors.Add(Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorData(child)); + createWorkspaceErrors.Add(Deserialize_NonNullableICreateWorkspaceErrorData(child)); } - return mcpFeatureCollectionValidationEntityErrors; + return createWorkspaceErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionValidationEntityErrorData Deserialize_NonNullableIMcpFeatureCollectionValidationEntityErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ICreateWorkspaceErrorData Deserialize_NonNullableICreateWorkspaceErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212397,20 +212909,45 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationDocumentError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorData(typename, code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (typename?.Equals("McpFeatureCollectionValidationEntityValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationEntityValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } + } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1NonNullableArray(global::System.Text.Json.JsonElement? obj) + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ListWorkspaceCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + public ListWorkspaceCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new ListWorkspaceCommandQueryResultInfo(Deserialize_IListWorkspaceCommandQuery_Me(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "me"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? Deserialize_IListWorkspaceCommandQuery_Me(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212422,16 +212959,58 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio return null; } - var mcpFeatureCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Viewer", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData(typename, workspaces: Deserialize_IListWorkspaceCommandQuery_Me_Workspaces(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaces"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData? Deserialize_IListWorkspaceCommandQuery_Me_Workspaces(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("WorkspacesConnection", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData(typename, edges: Deserialize_IListWorkspaceCommandQuery_Me_Workspaces_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIListWorkspaceCommandQuery_Me_Workspaces_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IListWorkspaceCommandQuery_Me_Workspaces_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var workspacesEdges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - mcpFeatureCollectionValidationDocumentErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(child)); + workspacesEdges.Add(Deserialize_NonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges(child)); } - return mcpFeatureCollectionValidationDocumentErrorLocations; + return workspacesEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations_1(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData Deserialize_NonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212444,15 +213023,15 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("WorkspacesEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationDocumentErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); } - private global::System.Int32 Deserialize_NonNullableInt32(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212464,10 +213043,10 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - return _intParser.Parse(obj.Value.GetInt32()!); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData Deserialize_NonNullableIListWorkspaceCommandQuery_Me_Workspaces_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212479,16 +213058,31 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - var openApiCollectionValidationCollections = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - openApiCollectionValidationCollections.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), personal: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "personal"))); } - return openApiCollectionValidationCollections; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _booleanParser.Parse(obj.Value.GetBoolean()!); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIListWorkspaceCommandQuery_Me_Workspaces_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212501,15 +213095,76 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + return _stringParser.Parse(obj.Value.GetString()!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class SetDefaultWorkspaceCommand_SelectWorkspace_QueryBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + public SetDefaultWorkspaceCommand_SelectWorkspace_QueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultInfo(Deserialize_ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "me"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData? Deserialize_ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Viewer", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationCollectionData(typename, openApiCollection: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "openApiCollection")), entities: Deserialize_NonNullableIOpenApiCollectionValidationEntityDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "entities"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ViewerData(typename, workspaces: Deserialize_ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaces"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_OpenApiCollection(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData? Deserialize_ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212522,36 +213177,36 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("WorkspacesConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData(typename, edges: Deserialize_ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionValidationEntityDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var openApiCollectionValidationEntitys = new global::System.Collections.Generic.List(); + var workspacesEdges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - openApiCollectionValidationEntitys.Add(Deserialize_NonNullableIOpenApiCollectionValidationEntityData(child)); + workspacesEdges.Add(Deserialize_NonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges(child)); } - return openApiCollectionValidationEntitys; + return workspacesEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityData Deserialize_NonNullableIOpenApiCollectionValidationEntityData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData Deserialize_NonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212564,20 +213219,15 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationEndpoint", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEndpointData(typename, errors: Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), httpMethod: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "httpMethod")), route: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "route"))); - } - - if (typename?.Equals("OpenApiCollectionValidationModel", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("WorkspacesEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationModelData(typename, errors: Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212589,16 +213239,10 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - var openApiCollectionValidationEntityErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - openApiCollectionValidationEntityErrors.Add(Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorData(child)); - } - - return openApiCollectionValidationEntityErrors; + return _stringParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionValidationEntityErrorData Deserialize_NonNullableIOpenApiCollectionValidationEntityErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData Deserialize_NonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212611,41 +213255,30 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationDocumentError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorData(typename, code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); - } - - if (typename?.Equals("OpenApiCollectionValidationEntityValidationError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationEntityValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), personal: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "personal"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; - } - - var openApiCollectionValidationDocumentErrorLocations = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - openApiCollectionValidationDocumentErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(child)); + throw new global::System.ArgumentNullException(); } - return openApiCollectionValidationDocumentErrorLocations; + return _booleanParser.Parse(obj.Value.GetBoolean()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_Entities_Errors_Locations(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableISetDefaultWorkspaceCommand_SelectWorkspace_Query_Me_Workspaces_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212658,15 +213291,15 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationDocumentErrorLocation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationDocumentErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212678,250 +213311,254 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); - } + return _stringParser.Parse(obj.Value.GetString()!); + } + } - throw new global::System.NotSupportedException(); + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ShowWorkspaceCommandQueryBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + public ShowWorkspaceCommandQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new ShowWorkspaceCommandQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename); } - return persistedQueryValidationFaileds; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData(typename); + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename); } - var @strings = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("CoordinateClientUsageMetrics", global::System.StringComparison.Ordinal) ?? false) { - @strings.Add(Deserialize_NonNullableString(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData(typename); } - return @strings; - } + if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename); } - var persistedQueryErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("GraphQLDirectiveArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) { - persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData(typename); } - return persistedQueryErrors; - } + if (typename?.Equals("GraphQLDirectiveDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLEnumTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLEnumValueDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryError", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLInputObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("GraphQLInputObjectTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData(typename); + } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLInterfaceFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLInterfaceFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData(typename); } - var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("GraphQLInterfaceTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData(typename); } - return persistedQueryErrorLocations; - } + if (typename?.Equals("GraphQLObjectFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLScalarTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryErrorLocation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLUnionTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData(typename, column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("Group", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GroupData(typename); + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("McpFeatureCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData(typename); } - var schemaChangeLogEntrys = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - schemaChangeLogEntrys.Add(Deserialize_NonNullableISchemaChangeLogEntryData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename); } - return schemaChangeLogEntrys; - } + if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaChangeLogEntryData Deserialize_NonNullableISchemaChangeLogEntryData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("OpenApiCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DirectiveModifiedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIDirectiveChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename); } - if (typename?.Equals("EnumModifiedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIEnumChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename); } - if (typename?.Equals("InputObjectModifiedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Organization", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InputObjectModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIInputObjectChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData(typename); } - if (typename?.Equals("InterfaceModifiedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OrganizationMember", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIInterfaceChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData(typename); } - if (typename?.Equals("ObjectModifiedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaChangeLog", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ObjectModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIObjectChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData(typename); } - if (typename?.Equals("ScalarModifiedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ScalarModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename); } - if (typename?.Equals("TypeSystemMemberAddedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename); } - if (typename?.Equals("TypeSystemMemberModifiedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("User", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserData(typename); } - if (typename?.Equals("TypeSystemMemberRemovedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeSystemMemberRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), personal: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "personal"))); } - if (typename?.Equals("UnionModifiedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionModifiedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIUnionChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.SchemaChangeSeverity Deserialize_NonNullableSchemaChangeSeverity(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212933,10 +213570,10 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - return _schemaChangeSeverityParser.Parse(obj.Value.GetString()!); + return _iDParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIDirectiveChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -212948,83 +213585,100 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - var directiveChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - directiveChanges.Add(Deserialize_NonNullableIDirectiveChangeData(child)); - } + return _booleanParser.Parse(obj.Value.GetBoolean()!); + } + } - return directiveChanges; + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class SelectApiPromptQueryBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _versionParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + public SelectApiPromptQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _versionParser = serializerResolver.GetLeafValueParser("Version") ?? throw new global::System.ArgumentException("No serializer for type `Version` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IDirectiveChangeData Deserialize_NonNullableIDirectiveChangeData(global::System.Text.Json.JsonElement? obj) + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new SelectApiPromptQueryResultInfo(Deserialize_ISelectApiPromptQuery_WorkspaceById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaceById"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ISelectApiPromptQuery_WorkspaceById(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ArgumentAdded", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); - } - - if (typename?.Equals("ArgumentChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), changes: Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, apis: Deserialize_ISelectApiPromptQuery_WorkspaceById_Apis(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apis"))); } - if (typename?.Equals("ArgumentRemoved", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); - } + throw new global::System.NotSupportedException(); + } - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData? Deserialize_ISelectApiPromptQuery_WorkspaceById_Apis(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return null; } - if (typename?.Equals("DirectiveLocationAdded", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveLocationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), location: Deserialize_NonNullableDirectiveLocation(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "location"))); + return null; } - if (typename?.Equals("DirectiveLocationRemoved", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApisConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DirectiveLocationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), location: Deserialize_NonNullableDirectiveLocation(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "location"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData(typename, edges: Deserialize_ISelectApiPromptQuery_WorkspaceById_Apis_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableISelectApiPromptQuery_WorkspaceById_Apis_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ISelectApiPromptQuery_WorkspaceById_Apis_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var argumentChanges = new global::System.Collections.Generic.List(); + var apisEdges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - argumentChanges.Add(Deserialize_NonNullableIArgumentChangeData(child)); + apisEdges.Add(Deserialize_NonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges(child)); } - return argumentChanges; + return apisEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IArgumentChangeData Deserialize_NonNullableIArgumentChangeData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData Deserialize_NonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213037,25 +213691,30 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApisEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); + throw new global::System.ArgumentNullException(); } - throw new global::System.NotSupportedException(); + return _stringParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.DirectiveLocation Deserialize_NonNullableDirectiveLocation(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData Deserialize_NonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213067,10 +213726,16 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - return _directiveLocationParser.Parse(obj.Value.GetString()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), workspace: Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), settings: Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "settings"))); + } + + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIEnumChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213082,52 +213747,58 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - var enumChanges = new global::System.Collections.Generic.List(); + var @strings = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - enumChanges.Add(Deserialize_NonNullableIEnumChangeData(child)); + @strings.Add(Deserialize_NonNullableString(child)); } - return enumChanges; + return @strings; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IEnumChangeData Deserialize_NonNullableIEnumChangeData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Workspace(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - if (typename?.Equals("EnumValueAdded", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("EnumValueChanged", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), changes: Deserialize_NonNullableIEnumValueChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("EnumValueRemoved", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ApiSettings", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnumValueRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData(typename, schemaRegistry: Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaRegistry"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIEnumValueChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData Deserialize_NonNullableICreateApiCommandMutation_PushWorkspaceChanges_Changes_Result_Settings_SchemaRegistry(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213139,16 +213810,16 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - var enumValueChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal) ?? false) { - enumValueChanges.Add(Deserialize_NonNullableIEnumValueChangeData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData(typename, treatDangerousAsBreaking: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "treatDangerousAsBreaking")), allowBreakingSchemaChanges: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "allowBreakingSchemaChanges"))); } - return enumValueChanges; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IEnumValueChangeData Deserialize_NonNullableIEnumValueChangeData(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213160,295 +213831,313 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) + return _booleanParser.Parse(obj.Value.GetBoolean()!); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableISelectApiPromptQuery_WorkspaceById_Apis_PageInfo(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInputObjectChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var inputObjectChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - inputObjectChanges.Add(Deserialize_NonNullableIInputObjectChangeData(child)); - } + return _stringParser.Parse(obj.Value.GetString()!); + } + } - return inputObjectChanges; + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class PageClientVersionDetailQueryBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; + public PageClientVersionDetailQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IInputObjectChangeData Deserialize_NonNullableIInputObjectChangeData(global::System.Text.Json.JsonElement? obj) + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new PageClientVersionDetailQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename); } - if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); } - if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename); } - if (typename?.Equals("InputFieldChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIInputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, versions: Deserialize_IPageClientVersionDetailQuery_Node_Versions(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "versions"))); } - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInputFieldChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename); } - var inputFieldChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) { - inputFieldChanges.Add(Deserialize_NonNullableIInputFieldChangeData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename); } - return inputFieldChanges; - } + if (typename?.Equals("CoordinateClientUsageMetrics", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.IInputFieldChangeData Deserialize_NonNullableIInputFieldChangeData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename); } - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLDirectiveArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData(typename); } - if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLDirectiveDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("GraphQLEnumTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData(typename); + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInterfaceChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLEnumValueDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLInputObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData(typename); } - var interfaceChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("GraphQLInputObjectTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - interfaceChanges.Add(Deserialize_NonNullableIInterfaceChangeData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData(typename); } - return interfaceChanges; - } + if (typename?.Equals("GraphQLInterfaceFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.IInterfaceChangeData Deserialize_NonNullableIInterfaceChangeData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("GraphQLInterfaceFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("GraphQLInterfaceTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLObjectFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData(typename); } - if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData(typename); } - if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLScalarTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData(typename); } - if (typename?.Equals("InterfaceImplementationAdded", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("GraphQLUnionTypeDefinition", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData(typename); } - if (typename?.Equals("InterfaceImplementationRemoved", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Group", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.GroupData(typename); } - if (typename?.Equals("OutputFieldChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename); } - if (typename?.Equals("PossibleTypeAdded", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData(typename); } - if (typename?.Equals("PossibleTypeRemoved", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename); + } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("OpenApiCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData(typename); } - var outputFieldChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - outputFieldChanges.Add(Deserialize_NonNullableIOutputFieldChangeData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename); } - return outputFieldChanges; - } + if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.IOutputFieldChangeData Deserialize_NonNullableIOutputFieldChangeData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("Organization", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData(typename); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("OrganizationMember", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData(typename); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ArgumentAdded", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaChangeLog", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData(typename); } - if (typename?.Equals("ArgumentChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), changes: Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename); } - if (typename?.Equals("ArgumentRemoved", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename); } - if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("User", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserData(typename); } - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename); } - if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIObjectChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Deserialize_IPageClientVersionDetailQuery_Node_Versions(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var objectChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal) ?? false) { - objectChanges.Add(Deserialize_NonNullableIObjectChangeData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData(typename, pageInfo: Deserialize_NonNullableIPageClientVersionDetailQuery_Node_Versions_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo")), edges: Deserialize_IPageClientVersionDetailQuery_Node_Versions_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges"))); } - return objectChanges; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData Deserialize_NonNullableIObjectChangeData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIPageClientVersionDetailQuery_Node_Versions_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213461,40 +214150,66 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor"))); } - if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("InterfaceImplementationAdded", global::System.StringComparison.Ordinal) ?? false) + return _booleanParser.Parse(obj.Value.GetBoolean()!); + } + + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); + return null; } - if (typename?.Equals("InterfaceImplementationRemoved", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); + return null; } - if (typename?.Equals("OutputFieldChanged", global::System.StringComparison.Ordinal) ?? false) + return _stringParser.Parse(obj.Value.GetString()!); + } + + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IPageClientVersionDetailQuery_Node_Versions_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + return null; } - throw new global::System.NotSupportedException(); + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var clientVersionEdges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + clientVersionEdges.Add(Deserialize_NonNullableIPageClientVersionDetailQuery_Node_Versions_Edges(child)); + } + + return clientVersionEdges; } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData Deserialize_NonNullableIPageClientVersionDetailQuery_Node_Versions_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213506,16 +214221,31 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - var scalarChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal) ?? false) { - scalarChanges.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } - return scalarChanges; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _stringParser.Parse(obj.Value.GetString()!); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213528,15 +214258,15 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), publishedTo: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedTo"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUnionChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213548,16 +214278,31 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - var unionChanges = new global::System.Collections.Generic.List(); + return _dateTimeParser.Parse(obj.Value.GetString()!); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var publishedClientVersions = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - unionChanges.Add(Deserialize_NonNullableIUnionChangeData(child)); + publishedClientVersions.Add(Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(child)); } - return unionChanges; + return publishedClientVersions; } - private global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData Deserialize_NonNullableIUnionChangeData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213570,19 +214315,30 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData(typename, stage: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stage"))); } - if (typename?.Equals("UnionMemberAdded", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + return null; } - if (typename?.Equals("UnionMemberRemoved", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); @@ -213591,46 +214347,52 @@ public OnSchemaVersionValidationUpdatedBuilder(global::StrawberryShake.IOperatio // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CancelFusionConfigurationPublishBuilder : global::StrawberryShake.OperationResultBuilder + public partial class SelectClientPromptQueryBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public CancelFusionConfigurationPublishBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; + public SelectClientPromptQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new CancelFusionConfigurationPublishResultInfo(Deserialize_NonNullableICancelFusionConfigurationPublish_CancelFusionConfigurationComposition(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cancelFusionConfigurationComposition"))); + return new SelectClientPromptQueryResultInfo(Deserialize_ISelectClientPromptQuery_ApiById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiById"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.CancelFusionConfigurationCompositionPayloadData Deserialize_NonNullableICancelFusionConfigurationPublish_CancelFusionConfigurationComposition(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ISelectClientPromptQuery_ApiById(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("CancelFusionConfigurationCompositionPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CancelFusionConfigurationCompositionPayloadData(typename, errors: Deserialize_ICancelFusionConfigurationCompositionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, clients: Deserialize_ISelectClientPromptQuery_ApiById_Clients(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clients"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICancelFusionConfigurationCompositionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData? Deserialize_ISelectClientPromptQuery_ApiById_Clients(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213642,41 +214404,52 @@ public CancelFusionConfigurationPublishBuilder(global::StrawberryShake.IOperatio return null; } - var cancelFusionConfigurationCompositionErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ClientsConnection", global::System.StringComparison.Ordinal) ?? false) { - cancelFusionConfigurationCompositionErrors.Add(Deserialize_NonNullableICancelFusionConfigurationCompositionErrorData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData(typename, edges: Deserialize_ISelectClientPromptQuery_ApiById_Clients_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableISelectClientPromptQuery_ApiById_Clients_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } - return cancelFusionConfigurationCompositionErrors; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ICancelFusionConfigurationCompositionErrorData Deserialize_NonNullableICancelFusionConfigurationCompositionErrorData(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ISelectClientPromptQuery_ApiById_Clients_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + var clientsEdges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + clientsEdges.Add(Deserialize_NonNullableISelectClientPromptQuery_ApiById_Clients_Edges(child)); } - if (typename?.Equals("FusionConfigurationRequestNotFoundError", global::System.StringComparison.Ordinal) ?? false) + return clientsEdges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData Deserialize_NonNullableISelectClientPromptQuery_ApiById_Clients_Edges(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("InvalidProcessingStateTransitionError", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ClientsEdge", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableISelectClientPromptQuery_ApiById_Clients_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); @@ -213696,31 +214469,50 @@ public CancelFusionConfigurationPublishBuilder(global::StrawberryShake.IOperatio return _stringParser.Parse(obj.Value.GetString()!); } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class CommitFusionConfigurationPublishBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public CommitFusionConfigurationPublishBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData Deserialize_NonNullableISelectClientPromptQuery_ApiById_Clients_Edges_Node(global::System.Text.Json.JsonElement? obj) { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), api: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Api(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), versions: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "versions"))); + } + + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Api(global::System.Text.Json.JsonElement? obj) { - return new CommitFusionConfigurationPublishResultInfo(Deserialize_NonNullableICommitFusionConfigurationPublish_CommitFusionConfigurationPublish(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "commitFusionConfigurationPublish"))); + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path"))); + } + + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.CommitFusionConfigurationPublishPayloadData Deserialize_NonNullableICommitFusionConfigurationPublish_CommitFusionConfigurationPublish(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213732,16 +214524,37 @@ public CommitFusionConfigurationPublishBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } + var @strings = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + @strings.Add(Deserialize_NonNullableString(child)); + } + + return @strings; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("CommitFusionConfigurationPublishPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CommitFusionConfigurationPublishPayloadData(typename, errors: Deserialize_ICommitFusionConfigurationPublishErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData(typename, edges: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICommitFusionConfigurationPublishErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213753,16 +214566,37 @@ public CommitFusionConfigurationPublishBuilder(global::StrawberryShake.IOperatio return null; } - var commitFusionConfigurationPublishErrors = new global::System.Collections.Generic.List(); + var clientVersionEdges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - commitFusionConfigurationPublishErrors.Add(Deserialize_NonNullableICommitFusionConfigurationPublishErrorData(child)); + clientVersionEdges.Add(Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(child)); + } + + return clientVersionEdges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + throw new global::System.ArgumentNullException(); + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } - return commitFusionConfigurationPublishErrors; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishErrorData Deserialize_NonNullableICommitFusionConfigurationPublishErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213775,25 +214609,30 @@ public CommitFusionConfigurationPublishBuilder(global::StrawberryShake.IOperatio } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), publishedTo: Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedTo"))); } - if (typename?.Equals("FusionConfigurationRequestNotFoundError", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("InvalidProcessingStateTransitionError", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + throw new global::System.ArgumentNullException(); } - throw new global::System.NotSupportedException(); + return _dateTimeParser.Parse(obj.Value.GetString()!); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213805,31 +214644,16 @@ public CommitFusionConfigurationPublishBuilder(global::StrawberryShake.IOperatio throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class StartFusionConfigurationPublishBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public StartFusionConfigurationPublishBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + var publishedClientVersions = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + publishedClientVersions.Add(Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(child)); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new StartFusionConfigurationPublishResultInfo(Deserialize_NonNullableIStartFusionConfigurationPublish_StartFusionConfigurationComposition(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startFusionConfigurationComposition"))); + return publishedClientVersions; } - private global::ChilliCream.Nitro.CommandLine.Client.State.StartFusionConfigurationCompositionPayloadData Deserialize_NonNullableIStartFusionConfigurationPublish_StartFusionConfigurationComposition(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213842,15 +214666,15 @@ public StartFusionConfigurationPublishBuilder(global::StrawberryShake.IOperation } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("StartFusionConfigurationCompositionPayload", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StartFusionConfigurationCompositionPayloadData(typename, errors: Deserialize_IStartFusionConfigurationCompositionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData(typename, stage: Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stage"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IStartFusionConfigurationCompositionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_ICreateClientCommandMutation_CreateClient_Client_Versions_Edges_Node_PublishedTo_Stage(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213862,16 +214686,16 @@ public StartFusionConfigurationPublishBuilder(global::StrawberryShake.IOperation return null; } - var startFusionConfigurationCompositionErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) { - startFusionConfigurationCompositionErrors.Add(Deserialize_NonNullableIStartFusionConfigurationCompositionErrorData(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } - return startFusionConfigurationCompositionErrors; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.IStartFusionConfigurationCompositionErrorData Deserialize_NonNullableIStartFusionConfigurationCompositionErrorData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableICreateClientCommandMutation_CreateClient_Client_Versions_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213884,25 +214708,45 @@ public StartFusionConfigurationPublishBuilder(global::StrawberryShake.IOperation } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor"))); } - if (typename?.Equals("FusionConfigurationRequestNotFoundError", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("InvalidProcessingStateTransitionError", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + throw new global::System.ArgumentNullException(); } - throw new global::System.NotSupportedException(); + return _booleanParser.Parse(obj.Value.GetBoolean()!); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) + { + return null; + } + + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + return null; + } + + return _stringParser.Parse(obj.Value.GetString()!); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableISelectClientPromptQuery_ApiById_Clients_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -213914,7 +214758,13 @@ public StartFusionConfigurationPublishBuilder(global::StrawberryShake.IOperation throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); + } + + throw new global::System.NotSupportedException(); } } @@ -214348,7 +215198,7 @@ public OnFusionConfigurationPublishingTaskChangedBuilder(global::StrawberryShake if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } if (typename?.Equals("SchemaVersionChangeViolationError", global::System.StringComparison.Ordinal) ?? false) @@ -214777,7 +215627,7 @@ public OnFusionConfigurationPublishingTaskChangedBuilder(global::StrawberryShake throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -214798,7 +215648,7 @@ public OnFusionConfigurationPublishingTaskChangedBuilder(global::StrawberryShake throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -214813,13 +215663,13 @@ public OnFusionConfigurationPublishingTaskChangedBuilder(global::StrawberryShake var persistedQueryValidationFaileds = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(child)); + persistedQueryValidationFaileds.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(child)); } return persistedQueryValidationFaileds; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -214834,7 +215684,7 @@ public OnFusionConfigurationPublishingTaskChangedBuilder(global::StrawberryShake var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryValidationFailed", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationFailedData(typename, deployedTags: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deployedTags")), message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), hash: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hash")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); @@ -214861,7 +215711,7 @@ public OnFusionConfigurationPublishingTaskChangedBuilder(global::StrawberryShake return @strings; } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -214876,13 +215726,13 @@ public OnFusionConfigurationPublishingTaskChangedBuilder(global::StrawberryShake var persistedQueryErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(child)); + persistedQueryErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(child)); } return persistedQueryErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -214897,13 +215747,13 @@ public OnFusionConfigurationPublishingTaskChangedBuilder(global::StrawberryShake var typename = obj.Value.GetProperty("__typename").GetString(); if (typename?.Equals("PersistedQueryError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), code: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "code")), path: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), locations: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "locations"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_LocationsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -214918,13 +215768,13 @@ public OnFusionConfigurationPublishingTaskChangedBuilder(global::StrawberryShake var persistedQueryErrorLocations = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(child)); + persistedQueryErrorLocations.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(child)); } return persistedQueryErrorLocations; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryErrorLocationData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Queries_Errors_Locations(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -215282,928 +216132,10 @@ public OnFusionConfigurationPublishingTaskChangedBuilder(global::StrawberryShake return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInputObjectChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var inputObjectChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - inputObjectChanges.Add(Deserialize_NonNullableIInputObjectChangeData(child)); - } - - return inputObjectChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IInputObjectChangeData Deserialize_NonNullableIInputObjectChangeData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } - - if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); - } - - if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); - } - - if (typename?.Equals("InputFieldChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIInputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInputFieldChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var inputFieldChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - inputFieldChanges.Add(Deserialize_NonNullableIInputFieldChangeData(child)); - } - - return inputFieldChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IInputFieldChangeData Deserialize_NonNullableIInputFieldChangeData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); - } - - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } - - if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInterfaceChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var interfaceChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - interfaceChanges.Add(Deserialize_NonNullableIInterfaceChangeData(child)); - } - - return interfaceChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IInterfaceChangeData Deserialize_NonNullableIInterfaceChangeData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } - - if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); - } - - if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); - } - - if (typename?.Equals("InterfaceImplementationAdded", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); - } - - if (typename?.Equals("InterfaceImplementationRemoved", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); - } - - if (typename?.Equals("OutputFieldChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("PossibleTypeAdded", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); - } - - if (typename?.Equals("PossibleTypeRemoved", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var outputFieldChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - outputFieldChanges.Add(Deserialize_NonNullableIOutputFieldChangeData(child)); - } - - return outputFieldChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IOutputFieldChangeData Deserialize_NonNullableIOutputFieldChangeData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ArgumentAdded", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); - } - - if (typename?.Equals("ArgumentChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), changes: Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("ArgumentRemoved", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); - } - - if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); - } - - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } - - if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIObjectChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var objectChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - objectChanges.Add(Deserialize_NonNullableIObjectChangeData(child)); - } - - return objectChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData Deserialize_NonNullableIObjectChangeData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } - - if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); - } - - if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); - } - - if (typename?.Equals("InterfaceImplementationAdded", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); - } - - if (typename?.Equals("InterfaceImplementationRemoved", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); - } - - if (typename?.Equals("OutputFieldChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var scalarChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - scalarChanges.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(child)); - } - - return scalarChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUnionChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var unionChanges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - unionChanges.Add(Deserialize_NonNullableIUnionChangeData(child)); - } - - return unionChanges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData Deserialize_NonNullableIUnionChangeData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); - } - - if (typename?.Equals("UnionMemberAdded", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); - } - - if (typename?.Equals("UnionMemberRemoved", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? Deserialize_IDeploymentData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename, errors: Deserialize_NonNullableIFusionConfigurationDeploymentErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename, errors: Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var clientDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - clientDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(child)); - } - - return clientDeploymentErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIFusionConfigurationDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var fusionConfigurationDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - fusionConfigurationDeploymentErrors.Add(Deserialize_NonNullableIFusionConfigurationDeploymentErrorData(child)); - } - - return fusionConfigurationDeploymentErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData Deserialize_NonNullableIFusionConfigurationDeploymentErrorData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); - } - - if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); - } - - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var mcpFeatureCollectionDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - mcpFeatureCollectionDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(child)); - } - - return mcpFeatureCollectionDeploymentErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var openApiCollectionDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - openApiCollectionDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(child)); - } - - return openApiCollectionDeploymentErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var schemaDeploymentErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - schemaDeploymentErrors.Add(Deserialize_NonNullableISchemaDeploymentErrorData(child)); - } - - return schemaDeploymentErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData Deserialize_NonNullableISchemaDeploymentErrorData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionValidationUpdated_OnClientVersionValidationUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); - } - - if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); - } - - if (typename?.Equals("OperationsAreNotAllowedError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("SchemaVersionSyntaxError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), position: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "position")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); - } - - if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); - } - - if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); - } - - throw new global::System.NotSupportedException(); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class ValidateFusionConfigurationPublishBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - public ValidateFusionConfigurationPublishBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new ValidateFusionConfigurationPublishResultInfo(Deserialize_NonNullableIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "validateFusionConfigurationComposition"))); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.ValidateFusionConfigurationCompositionPayloadData Deserialize_NonNullableIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ValidateFusionConfigurationCompositionPayload", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidateFusionConfigurationCompositionPayloadData(typename, errors: Deserialize_IValidateFusionConfigurationCompositionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IValidateFusionConfigurationCompositionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var validateFusionConfigurationCompositionErrors = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - validateFusionConfigurationCompositionErrors.Add(Deserialize_NonNullableIValidateFusionConfigurationCompositionErrorData(child)); - } - - return validateFusionConfigurationCompositionErrors; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionErrorData Deserialize_NonNullableIValidateFusionConfigurationCompositionErrorData(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("FusionConfigurationRequestNotFoundError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - if (typename?.Equals("InvalidProcessingStateTransitionError", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _stringParser.Parse(obj.Value.GetString()!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMockSchemaPromptQueryBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _uRLParser; - public SelectMockSchemaPromptQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); - _uRLParser = serializerResolver.GetLeafValueParser("URL") ?? throw new global::System.ArgumentException("No serializer for type `URL` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new SelectMockSchemaPromptQueryResultInfo(Deserialize_ISelectMockSchemaPromptQuery_ApiById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiById"))); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ISelectMockSchemaPromptQuery_ApiById(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, mockSchemas: Deserialize_ISelectMockSchemaPromptQuery_ApiById_MockSchemas(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mockSchemas"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData? Deserialize_ISelectMockSchemaPromptQuery_ApiById_MockSchemas(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("MockSchemasConnection", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData(typename, edges: Deserialize_ISelectMockSchemaPromptQuery_ApiById_MockSchemas_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); - } - - throw new global::System.NotSupportedException(); - } - - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ISelectMockSchemaPromptQuery_ApiById_MockSchemas_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - return null; - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - return null; - } - - var mockSchemasEdges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - mockSchemasEdges.Add(Deserialize_NonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges(child)); - } - - return mockSchemasEdges; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData Deserialize_NonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInputObjectChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216215,16 +216147,16 @@ public SelectMockSchemaPromptQueryBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("MockSchemasEdge", global::System.StringComparison.Ordinal) ?? false) + var inputObjectChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + inputObjectChanges.Add(Deserialize_NonNullableIInputObjectChangeData(child)); } - throw new global::System.NotSupportedException(); + return inputObjectChanges; } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IInputObjectChangeData Deserialize_NonNullableIInputObjectChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216236,31 +216168,31 @@ public SelectMockSchemaPromptQueryBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); - } + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData Deserialize_NonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("MockSchema", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InputFieldChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), createdBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdBy")), modifiedAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedAt")), modifiedBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedBy")), downstreamUrl: Deserialize_NonNullableUri(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "downstreamUrl")), url: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "url"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIInputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } throw new global::System.NotSupportedException(); } - private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInputFieldChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216272,10 +216204,16 @@ public SelectMockSchemaPromptQueryBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - return _dateTimeParser.Parse(obj.Value.GetString()!); + var inputFieldChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + inputFieldChanges.Add(Deserialize_NonNullableIInputFieldChangeData(child)); + } + + return inputFieldChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IInputFieldChangeData Deserialize_NonNullableIInputFieldChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216288,15 +216226,25 @@ public SelectMockSchemaPromptQueryBuilder(global::StrawberryShake.IOperationResu } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); + } + + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } + + if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIInterfaceChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216308,16 +216256,16 @@ public SelectMockSchemaPromptQueryBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) + var interfaceChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); + interfaceChanges.Add(Deserialize_NonNullableIInterfaceChangeData(child)); } - throw new global::System.NotSupportedException(); + return interfaceChanges; } - private global::System.Uri Deserialize_NonNullableUri(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IInterfaceChangeData Deserialize_NonNullableIInterfaceChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216329,328 +216277,341 @@ public SelectMockSchemaPromptQueryBuilder(global::StrawberryShake.IOperationResu throw new global::System.ArgumentNullException(); } - return _uRLParser.Parse(obj.Value.GetString()!); - } + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InterfaceImplementationAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("InterfaceImplementationRemoved", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); + } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("OutputFieldChanged", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("PossibleTypeAdded", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); + if (typename?.Equals("PossibleTypeRemoved", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.PossibleTypeRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); + } + + throw new global::System.NotSupportedException(); } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); - } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class PageClientVersionDetailQueryBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - public PageClientVersionDetailQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + var outputFieldChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + outputFieldChanges.Add(Deserialize_NonNullableIOutputFieldChangeData(child)); + } - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new PageClientVersionDetailQueryResultInfo(Deserialize_INodeData(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return outputFieldChanges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.INodeData? Deserialize_INodeData(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOutputFieldChangeData Deserialize_NonNullableIOutputFieldChangeData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ArgumentAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("ApiDocument", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ArgumentChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiDocumentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), changes: Deserialize_NonNullableIArgumentChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("ApiKey", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ArgumentRemoved", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ArgumentRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DeprecatedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, versions: Deserialize_IPageClientVersionDetailQuery_Node_Versions(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "versions"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DeprecatedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), deprecationReason: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "deprecationReason"))); } - if (typename?.Equals("ClientChangeLog", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientChangeLogData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("TypeChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.TypeChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), oldType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "oldType")), newType: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "newType"))); } - if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename); - } + throw new global::System.NotSupportedException(); + } - if (typename?.Equals("CoordinateClientUsageMetrics", global::System.StringComparison.Ordinal) ?? false) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIObjectChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.CoordinateClientUsageMetricsData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("Environment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("FusionConfigurationChangeLog", global::System.StringComparison.Ordinal) ?? false) + var objectChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationChangeLogData(typename); + objectChanges.Add(Deserialize_NonNullableIObjectChangeData(child)); } - if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename); - } + return objectChanges; + } - if (typename?.Equals("GraphQLDirectiveArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + private global::ChilliCream.Nitro.CommandLine.Client.State.IObjectChangeData Deserialize_NonNullableIObjectChangeData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveArgumentDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLDirectiveDefinition", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLDirectiveDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLEnumTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - if (typename?.Equals("GraphQLEnumValueDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("FieldAddedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLEnumValueDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldAddedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); } - if (typename?.Equals("GraphQLInputObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("FieldRemovedChange", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectFieldDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FieldRemovedChangeData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName"))); } - if (typename?.Equals("GraphQLInputObjectTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InterfaceImplementationAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInputObjectTypeDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); } - if (typename?.Equals("GraphQLInterfaceFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InterfaceImplementationRemoved", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldArgumentDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InterfaceImplementationRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), interfaceName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "interfaceName"))); } - if (typename?.Equals("GraphQLInterfaceFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OutputFieldChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceFieldDefinitionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OutputFieldChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), coordinate: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "coordinate")), fieldName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "fieldName")), changes: Deserialize_NonNullableIOutputFieldChangeDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (typename?.Equals("GraphQLInterfaceTypeDefinition", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLInterfaceTypeDefinitionData(typename); - } + throw new global::System.NotSupportedException(); + } - if (typename?.Equals("GraphQLObjectFieldArgumentDefinition", global::System.StringComparison.Ordinal) ?? false) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5NonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldArgumentDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLObjectFieldDefinition", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLObjectFieldDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("GraphQLScalarTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + var scalarChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLScalarTypeDefinitionData(typename); + scalarChanges.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(child)); } - if (typename?.Equals("GraphQLUnionTypeDefinition", global::System.StringComparison.Ordinal) ?? false) + return scalarChanges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IScalarChangeData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Changes_Changes_5(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GraphQLUnionTypeDefinitionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("Group", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.GroupData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - if (typename?.Equals("McpFeatureCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIUnionChangeDataNonNullableArray(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionChangeLogData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("McpFeatureCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + var unionChanges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionVersionData(typename); + unionChanges.Add(Deserialize_NonNullableIUnionChangeData(child)); } - if (typename?.Equals("OpenApiCollection", global::System.StringComparison.Ordinal) ?? false) + return unionChanges; + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IUnionChangeData Deserialize_NonNullableIUnionChangeData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollectionChangeLog", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionChangeLogData(typename); + throw new global::System.ArgumentNullException(); } - if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("DescriptionChanged", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.DescriptionChangedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), old: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "old")), @new: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "new"))); } - if (typename?.Equals("OpenApiCollectionVersion", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnionMemberAdded", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberAddedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("Organization", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UnionMemberRemoved", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnionMemberRemovedData(typename, severity: Deserialize_NonNullableSchemaChangeSeverity(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "severity")), typeName: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "typeName"))); } - if (typename?.Equals("OrganizationMember", global::System.StringComparison.Ordinal) ?? false) + throw new global::System.NotSupportedException(); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? Deserialize_IDeploymentData(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.OrganizationMemberData(typename); + return null; } - if (typename?.Equals("SchemaChangeLog", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeLogData(typename); + return null; } - if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("ClientDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("FusionConfigurationDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationDeploymentData(typename, errors: Deserialize_NonNullableIFusionConfigurationDeploymentErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("User", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.UserData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("OpenApiCollectionDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionDeploymentData(typename, errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - if (typename?.Equals("WorkspaceDocument", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("SchemaDeployment", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceDocumentData(typename); + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaDeploymentData(typename, errors: Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Deserialize_IPageClientVersionDetailQuery_Node_Versions(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_ErrorsNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal) ?? false) + var clientDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData(typename, pageInfo: Deserialize_NonNullableIPageClientVersionDetailQuery_Node_Versions_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo")), edges: Deserialize_IPageClientVersionDetailQuery_Node_Versions_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges"))); + clientDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(child)); } - throw new global::System.NotSupportedException(); + return clientDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIPageClientVersionDetailQuery_Node_Versions_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IClientDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216663,15 +216624,15 @@ public PageClientVersionDetailQueryBuilder(global::StrawberryShake.IOperationRes } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } throw new global::System.NotSupportedException(); } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIFusionConfigurationDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216683,46 +216644,57 @@ public PageClientVersionDetailQueryBuilder(global::StrawberryShake.IOperationRes throw new global::System.ArgumentNullException(); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); + var fusionConfigurationDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + fusionConfigurationDeploymentErrors.Add(Deserialize_NonNullableIFusionConfigurationDeploymentErrorData(child)); + } + + return fusionConfigurationDeploymentErrors; } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IFusionConfigurationDeploymentErrorData Deserialize_NonNullableIFusionConfigurationDeploymentErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); - } + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); + } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IPageClientVersionDetailQuery_Node_Versions_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } - var clientVersionEdges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) { - clientVersionEdges.Add(Deserialize_NonNullableIPageClientVersionDetailQuery_Node_Versions_Edges(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } - return clientVersionEdges; + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + } + + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData Deserialize_NonNullableIPageClientVersionDetailQuery_Node_Versions_Edges(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216734,16 +216706,16 @@ public PageClientVersionDetailQueryBuilder(global::StrawberryShake.IOperationRes throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal) ?? false) + var mcpFeatureCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + mcpFeatureCollectionDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(child)); } - throw new global::System.NotSupportedException(); + return mcpFeatureCollectionDeploymentErrors; } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IMcpFeatureCollectionDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_2(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216755,10 +216727,16 @@ public PageClientVersionDetailQueryBuilder(global::StrawberryShake.IOperationRes throw new global::System.ArgumentNullException(); } - return _stringParser.Parse(obj.Value.GetString()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + } + + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3NonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216770,16 +216748,16 @@ public PageClientVersionDetailQueryBuilder(global::StrawberryShake.IOperationRes throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) + var openApiCollectionDeploymentErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), publishedTo: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedTo"))); + openApiCollectionDeploymentErrors.Add(Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(child)); } - throw new global::System.NotSupportedException(); + return openApiCollectionDeploymentErrors; } - private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IOpenApiCollectionDeploymentErrorData Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_3(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216791,10 +216769,16 @@ public PageClientVersionDetailQueryBuilder(global::StrawberryShake.IOperationRes throw new global::System.ArgumentNullException(); } - return _dateTimeParser.Parse(obj.Value.GetString()!); + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + } + + throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableISchemaDeploymentErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216806,16 +216790,16 @@ public PageClientVersionDetailQueryBuilder(global::StrawberryShake.IOperationRes throw new global::System.ArgumentNullException(); } - var publishedClientVersions = new global::System.Collections.Generic.List(); + var schemaDeploymentErrors = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - publishedClientVersions.Add(Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(child)); + schemaDeploymentErrors.Add(Deserialize_NonNullableISchemaDeploymentErrorData(child)); } - return publishedClientVersions; + return schemaDeploymentErrors; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ISchemaDeploymentErrorData Deserialize_NonNullableISchemaDeploymentErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216828,30 +216812,39 @@ public PageClientVersionDetailQueryBuilder(global::StrawberryShake.IOperationRes } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("PersistedQueryValidationError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData(typename, stage: Deserialize_IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stage"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PersistedQueryValidationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), client: Deserialize_IOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_Client(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "client")), queries: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Errors_QueriesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "queries"))); } - throw new global::System.NotSupportedException(); - } + if (typename?.Equals("SchemaChangeViolationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaChangeViolationErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), changes: Deserialize_NonNullableISchemaChangeLogEntryDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "changes"))); + } - private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("OperationsAreNotAllowedError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.OperationsAreNotAllowedErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("SchemaVersionSyntaxError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionSyntaxErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), column: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "column")), position: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "position")), line: Deserialize_NonNullableInt32(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "line"))); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InvalidGraphQLSchemaError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidGraphQLSchemaErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message")), errors: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_ErrorsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); + } + + if (typename?.Equals("OpenApiCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_CollectionsNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); + } + + if (typename?.Equals("McpFeatureCollectionValidationError", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionValidationErrorData(typename, collections: Deserialize_NonNullableIOnClientVersionPublishUpdated_OnClientVersionPublishingUpdate_Deployment_Errors_Collections_1NonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "collections"))); } throw new global::System.NotSupportedException(); @@ -216860,52 +216853,46 @@ public PageClientVersionDetailQueryBuilder(global::StrawberryShake.IOperationRes // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectClientPromptQueryBuilder : global::StrawberryShake.OperationResultBuilder + public partial class CancelFusionConfigurationPublishBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; - public SelectClientPromptQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public CancelFusionConfigurationPublishBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new SelectClientPromptQueryResultInfo(Deserialize_ISelectClientPromptQuery_ApiById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiById"))); + return new CancelFusionConfigurationPublishResultInfo(Deserialize_NonNullableICancelFusionConfigurationPublish_CancelFusionConfigurationComposition(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cancelFusionConfigurationComposition"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ISelectClientPromptQuery_ApiById(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.CancelFusionConfigurationCompositionPayloadData Deserialize_NonNullableICancelFusionConfigurationPublish_CancelFusionConfigurationComposition(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("CancelFusionConfigurationCompositionPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, clients: Deserialize_ISelectClientPromptQuery_ApiById_Clients(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "clients"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.CancelFusionConfigurationCompositionPayloadData(typename, errors: Deserialize_ICancelFusionConfigurationCompositionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData? Deserialize_ISelectClientPromptQuery_ApiById_Clients(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICancelFusionConfigurationCompositionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216917,52 +216904,41 @@ public SelectClientPromptQueryBuilder(global::StrawberryShake.IOperationResultDa return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientsConnection", global::System.StringComparison.Ordinal) ?? false) + var cancelFusionConfigurationCompositionErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData(typename, edges: Deserialize_ISelectClientPromptQuery_ApiById_Clients_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableISelectClientPromptQuery_ApiById_Clients_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + cancelFusionConfigurationCompositionErrors.Add(Deserialize_NonNullableICancelFusionConfigurationCompositionErrorData(child)); } - throw new global::System.NotSupportedException(); + return cancelFusionConfigurationCompositionErrors; } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ISelectClientPromptQuery_ApiById_Clients_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ICancelFusionConfigurationCompositionErrorData Deserialize_NonNullableICancelFusionConfigurationCompositionErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; - } - - var clientsEdges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - clientsEdges.Add(Deserialize_NonNullableISelectClientPromptQuery_ApiById_Clients_Edges(child)); + throw new global::System.ArgumentNullException(); } - return clientsEdges; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData Deserialize_NonNullableISelectClientPromptQuery_ApiById_Clients_Edges(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("FusionConfigurationRequestNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientsEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InvalidProcessingStateTransitionError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientsEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableISelectClientPromptQuery_ApiById_Clients_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); @@ -216982,8 +216958,31 @@ public SelectClientPromptQueryBuilder(global::StrawberryShake.IOperationResultDa return _stringParser.Parse(obj.Value.GetString()!); } + } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientData Deserialize_NonNullableISelectClientPromptQuery_ApiById_Clients_Edges_Node(global::System.Text.Json.JsonElement? obj) + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class CommitFusionConfigurationPublishBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public CommitFusionConfigurationPublishBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new CommitFusionConfigurationPublishResultInfo(Deserialize_NonNullableICommitFusionConfigurationPublish_CommitFusionConfigurationPublish(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "commitFusionConfigurationPublish"))); + } + + private global::ChilliCream.Nitro.CommandLine.Client.State.CommitFusionConfigurationPublishPayloadData Deserialize_NonNullableICommitFusionConfigurationPublish_CommitFusionConfigurationPublish(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -216996,15 +216995,15 @@ public SelectClientPromptQueryBuilder(global::StrawberryShake.IOperationResultDa } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Client", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("CommitFusionConfigurationPublishPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), api: Deserialize_IShowClientCommandQuery_Node_Api_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "api")), versions: Deserialize_IShowClientCommandQuery_Node_Versions(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "versions"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.CommitFusionConfigurationPublishPayloadData(typename, errors: Deserialize_ICommitFusionConfigurationPublishErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_IShowClientCommandQuery_Node_Api_1(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ICommitFusionConfigurationPublishErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217016,16 +217015,16 @@ public SelectClientPromptQueryBuilder(global::StrawberryShake.IOperationResultDa return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + var commitFusionConfigurationPublishErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path"))); + commitFusionConfigurationPublishErrors.Add(Deserialize_NonNullableICommitFusionConfigurationPublishErrorData(child)); } - throw new global::System.NotSupportedException(); + return commitFusionConfigurationPublishErrors; } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ICommitFusionConfigurationPublishErrorData Deserialize_NonNullableICommitFusionConfigurationPublishErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217037,58 +217036,62 @@ public SelectClientPromptQueryBuilder(global::StrawberryShake.IOperationResultDa throw new global::System.ArgumentNullException(); } - var @strings = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - @strings.Add(Deserialize_NonNullableString(child)); - } - - return @strings; - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Deserialize_IShowClientCommandQuery_Node_Versions(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("FusionConfigurationRequestNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersionConnection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("InvalidProcessingStateTransitionError", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData(typename, edges: Deserialize_IShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_IShowClientCommandQuery_Node_Versions_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var clientVersionEdges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) - { - clientVersionEdges.Add(Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges(child)); - } + return _stringParser.Parse(obj.Value.GetString()!); + } + } - return clientVersionEdges; + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class StartFusionConfigurationPublishBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public StartFusionConfigurationPublishBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new StartFusionConfigurationPublishResultInfo(Deserialize_NonNullableIStartFusionConfigurationPublish_StartFusionConfigurationComposition(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startFusionConfigurationComposition"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.StartFusionConfigurationCompositionPayloadData Deserialize_NonNullableIStartFusionConfigurationPublish_StartFusionConfigurationComposition(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217101,36 +217104,36 @@ public SelectClientPromptQueryBuilder(global::StrawberryShake.IOperationResultDa } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersionEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("StartFusionConfigurationCompositionPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.StartFusionConfigurationCompositionPayloadData(typename, errors: Deserialize_IStartFusionConfigurationCompositionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IStartFusionConfigurationCompositionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ClientVersion", global::System.StringComparison.Ordinal) ?? false) + var startFusionConfigurationCompositionErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), tag: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "tag")), publishedTo: Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "publishedTo"))); + startFusionConfigurationCompositionErrors.Add(Deserialize_NonNullableIStartFusionConfigurationCompositionErrorData(child)); } - throw new global::System.NotSupportedException(); + return startFusionConfigurationCompositionErrors; } - private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IStartFusionConfigurationCompositionErrorData Deserialize_NonNullableIStartFusionConfigurationCompositionErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217142,31 +217145,26 @@ public SelectClientPromptQueryBuilder(global::StrawberryShake.IOperationResultDa throw new global::System.ArgumentNullException(); } - return _dateTimeParser.Parse(obj.Value.GetString()!); - } - - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedToNonNullableArray(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("FusionConfigurationRequestNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - throw new global::System.ArgumentNullException(); + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - var publishedClientVersions = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + if (typename?.Equals("InvalidProcessingStateTransitionError", global::System.StringComparison.Ordinal) ?? false) { - publishedClientVersions.Add(Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - return publishedClientVersions; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217178,58 +217176,75 @@ public SelectClientPromptQueryBuilder(global::StrawberryShake.IOperationResultDa throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PublishedClientVersion", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PublishedClientVersionData(typename, stage: Deserialize_IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "stage"))); - } + return _stringParser.Parse(obj.Value.GetString()!); + } + } - throw new global::System.NotSupportedException(); + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class ValidateFusionConfigurationPublishBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uploadParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + public ValidateFusionConfigurationPublishBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _uploadParser = serializerResolver.GetLeafValueParser("Upload") ?? throw new global::System.ArgumentException("No serializer for type `Upload` found."); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new ValidateFusionConfigurationPublishResultInfo(Deserialize_NonNullableIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "validateFusionConfigurationComposition"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.StageData? Deserialize_IShowClientCommandQuery_Node_Versions_Edges_Node_PublishedTo_Stage(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ValidateFusionConfigurationCompositionPayloadData Deserialize_NonNullableIValidateFusionConfigurationPublish_ValidateFusionConfigurationComposition(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Stage", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ValidateFusionConfigurationCompositionPayload", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.StageData(typename, name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ValidateFusionConfigurationCompositionPayloadData(typename, errors: Deserialize_IValidateFusionConfigurationCompositionErrorDataNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "errors"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableIShowClientCommandQuery_Node_Versions_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_IValidateFusionConfigurationCompositionErrorDataNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + var validateFusionConfigurationCompositionErrors = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor"))); + validateFusionConfigurationCompositionErrors.Add(Deserialize_NonNullableIValidateFusionConfigurationCompositionErrorData(child)); } - throw new global::System.NotSupportedException(); + return validateFusionConfigurationCompositionErrors; } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.IValidateFusionConfigurationCompositionErrorData Deserialize_NonNullableIValidateFusionConfigurationCompositionErrorData(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217241,25 +217256,26 @@ public SelectClientPromptQueryBuilder(global::StrawberryShake.IOperationResultDa throw new global::System.ArgumentNullException(); } - return _booleanParser.Parse(obj.Value.GetBoolean()!); - } + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("UnauthorizedOperation", global::System.StringComparison.Ordinal) ?? false) + { + return new global::ChilliCream.Nitro.CommandLine.Client.State.UnauthorizedOperationData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); + } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) + if (typename?.Equals("FusionConfigurationRequestNotFoundError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.FusionConfigurationRequestNotFoundErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + if (typename?.Equals("InvalidProcessingStateTransitionError", global::System.StringComparison.Ordinal) ?? false) { - return null; + return new global::ChilliCream.Nitro.CommandLine.Client.State.InvalidProcessingStateTransitionErrorData(typename, message: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "message"))); } - return _stringParser.Parse(obj.Value.GetString()!); + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableISelectClientPromptQuery_ApiById_Clients_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217271,43 +217287,35 @@ public SelectClientPromptQueryBuilder(global::StrawberryShake.IOperationResultDa throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); - } - - throw new global::System.NotSupportedException(); + return _stringParser.Parse(obj.Value.GetString()!); } } // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectApiPromptQueryBuilder : global::StrawberryShake.OperationResultBuilder + public partial class SelectMcpFeatureCollectionPromptQueryBuilder : global::StrawberryShake.OperationResultBuilder { private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _versionParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - public SelectApiPromptQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + public SelectMcpFeatureCollectionPromptQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) { ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _versionParser = serializerResolver.GetLeafValueParser("Version") ?? throw new global::System.ArgumentException("No serializer for type `Version` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); } - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) { - return new SelectApiPromptQueryResultInfo(Deserialize_ISelectApiPromptQuery_WorkspaceById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspaceById"))); + return new SelectMcpFeatureCollectionPromptQueryResultInfo(Deserialize_ISelectMcpFeatureCollectionPromptQuery_ApiById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiById"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_ISelectApiPromptQuery_WorkspaceById(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ISelectMcpFeatureCollectionPromptQuery_ApiById(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217320,15 +217328,15 @@ public SelectApiPromptQueryBuilder(global::StrawberryShake.IOperationResultDataF } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, apis: Deserialize_ISelectApiPromptQuery_WorkspaceById_Apis(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apis"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, mcpFeatureCollections: Deserialize_ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollections"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData? Deserialize_ISelectApiPromptQuery_WorkspaceById_Apis(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData? Deserialize_ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217341,15 +217349,15 @@ public SelectApiPromptQueryBuilder(global::StrawberryShake.IOperationResultDataF } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApisConnection", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiMcpFeatureCollectionsConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData(typename, edges: Deserialize_ISelectApiPromptQuery_WorkspaceById_Apis_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableISelectApiPromptQuery_WorkspaceById_Apis_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData(typename, edges: Deserialize_ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ISelectApiPromptQuery_WorkspaceById_Apis_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217361,16 +217369,16 @@ public SelectApiPromptQueryBuilder(global::StrawberryShake.IOperationResultDataF return null; } - var apisEdges = new global::System.Collections.Generic.List(); + var apiMcpFeatureCollectionsEdges = new global::System.Collections.Generic.List(); foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) { - apisEdges.Add(Deserialize_NonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges(child)); + apiMcpFeatureCollectionsEdges.Add(Deserialize_NonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges(child)); } - return apisEdges; + return apiMcpFeatureCollectionsEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData Deserialize_NonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData Deserialize_NonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217383,9 +217391,9 @@ public SelectApiPromptQueryBuilder(global::StrawberryShake.IOperationResultDataF } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApisEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("ApiMcpFeatureCollectionsEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApisEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); @@ -217406,7 +217414,7 @@ public SelectApiPromptQueryBuilder(global::StrawberryShake.IOperationResultDataF return _stringParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData Deserialize_NonNullableISelectApiPromptQuery_WorkspaceById_Apis_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData Deserialize_NonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217419,15 +217427,15 @@ public SelectApiPromptQueryBuilder(global::StrawberryShake.IOperationResultDataF } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), path: Deserialize_NonNullableStringNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "path")), workspace: Deserialize_IShowApiCommandQuery_Node_Workspace_1(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "workspace")), settings: Deserialize_NonNullableIShowApiCommandQuery_Node_Settings(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "settings"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); } throw new global::System.NotSupportedException(); } - private global::System.Collections.Generic.IReadOnlyList Deserialize_NonNullableStringNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217439,94 +217447,138 @@ public SelectApiPromptQueryBuilder(global::StrawberryShake.IOperationResultDataF throw new global::System.ArgumentNullException(); } - var @strings = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) { - @strings.Add(Deserialize_NonNullableString(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); } - return @strings; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Deserialize_IShowApiCommandQuery_Node_Workspace_1(global::System.Text.Json.JsonElement? obj) + private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) + { + throw new global::System.ArgumentNullException(); + } + + return _booleanParser.Parse(obj.Value.GetBoolean()!); + } + + private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + { + if (!obj.HasValue) { return null; } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Workspace", global::System.StringComparison.Ordinal) ?? false) + if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); + return null; } - throw new global::System.NotSupportedException(); + return _stringParser.Parse(obj.Value.GetString()!); + } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] + public partial class SelectMockSchemaPromptQueryBuilder : global::StrawberryShake.OperationResultBuilder + { + private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _dateTimeParser; + private readonly global::StrawberryShake.Serialization.ILeafValueParser _uRLParser; + public SelectMockSchemaPromptQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) + { + ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); + _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); + _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); + _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); + _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); + _dateTimeParser = serializerResolver.GetLeafValueParser("DateTime") ?? throw new global::System.ArgumentException("No serializer for type `DateTime` found."); + _uRLParser = serializerResolver.GetLeafValueParser("URL") ?? throw new global::System.ArgumentException("No serializer for type `URL` found."); + } + + protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } + + protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) + { + return new SelectMockSchemaPromptQueryResultInfo(Deserialize_ISelectMockSchemaPromptQuery_ApiById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiById"))); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData Deserialize_NonNullableIShowApiCommandQuery_Node_Settings(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ISelectMockSchemaPromptQuery_ApiById(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiSettings", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData(typename, schemaRegistry: Deserialize_NonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "schemaRegistry"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, mockSchemas: Deserialize_ISelectMockSchemaPromptQuery_ApiById_MockSchemas(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mockSchemas"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData Deserialize_NonNullableIShowApiCommandQuery_Node_Settings_SchemaRegistry(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData? Deserialize_ISelectMockSchemaPromptQuery_ApiById_MockSchemas(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("SchemaRegistrySettings", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("MockSchemasConnection", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData(typename, treatDangerousAsBreaking: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "treatDangerousAsBreaking")), allowBreakingSchemaChanges: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "allowBreakingSchemaChanges"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData(typename, edges: Deserialize_ISelectMockSchemaPromptQuery_ApiById_MockSchemas_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); } throw new global::System.NotSupportedException(); } - private global::System.Boolean Deserialize_NonNullableBoolean(global::System.Text.Json.JsonElement? obj) + private global::System.Collections.Generic.IReadOnlyList? Deserialize_ISelectMockSchemaPromptQuery_ApiById_MockSchemas_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - throw new global::System.ArgumentNullException(); + return null; } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - throw new global::System.ArgumentNullException(); + return null; } - return _booleanParser.Parse(obj.Value.GetBoolean()!); + var mockSchemasEdges = new global::System.Collections.Generic.List(); + foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + { + mockSchemasEdges.Add(Deserialize_NonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges(child)); + } + + return mockSchemasEdges; } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableISelectApiPromptQuery_WorkspaceById_Apis_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData Deserialize_NonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217539,118 +217591,87 @@ public SelectApiPromptQueryBuilder(global::StrawberryShake.IOperationResultDataF } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("PageInfo", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("MockSchemasEdge", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData(typename, hasPreviousPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasPreviousPage")), hasNextPage: Deserialize_NonNullableBoolean(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "hasNextPage")), endCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "endCursor")), startCursor: Deserialize_String(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "startCursor"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); } throw new global::System.NotSupportedException(); } - private global::System.String? Deserialize_String(global::System.Text.Json.JsonElement? obj) + private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } return _stringParser.Parse(obj.Value.GetString()!); } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")] - public partial class SelectMcpFeatureCollectionPromptQueryBuilder : global::StrawberryShake.OperationResultBuilder - { - private readonly global::StrawberryShake.Serialization.ILeafValueParser _iDParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _stringParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _intParser; - private readonly global::StrawberryShake.Serialization.ILeafValueParser _booleanParser; - public SelectMcpFeatureCollectionPromptQueryBuilder(global::StrawberryShake.IOperationResultDataFactory resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver) - { - ResultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory)); - _iDParser = serializerResolver.GetLeafValueParser("ID") ?? throw new global::System.ArgumentException("No serializer for type `ID` found."); - _stringParser = serializerResolver.GetLeafValueParser("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found."); - _intParser = serializerResolver.GetLeafValueParser("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found."); - _booleanParser = serializerResolver.GetLeafValueParser("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found."); - } - - protected override global::StrawberryShake.IOperationResultDataFactory ResultDataFactory { get; } - - protected override global::StrawberryShake.IOperationResultDataInfo BuildData(global::System.Text.Json.JsonElement obj) - { - return new SelectMcpFeatureCollectionPromptQueryResultInfo(Deserialize_ISelectMcpFeatureCollectionPromptQuery_ApiById(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "apiById"))); - } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Deserialize_ISelectMcpFeatureCollectionPromptQuery_ApiById(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData Deserialize_NonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_Edges_Node(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("Api", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("MockSchema", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiData(typename, mcpFeatureCollections: Deserialize_ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "mcpFeatureCollections"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name")), createdAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdAt")), createdBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "createdBy")), modifiedAt: Deserialize_NonNullableDateTimeOffset(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedAt")), modifiedBy: Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "modifiedBy")), downstreamUrl: Deserialize_NonNullableUri(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "downstreamUrl")), url: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "url"))); } throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData? Deserialize_ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections(global::System.Text.Json.JsonElement? obj) + private global::System.DateTimeOffset Deserialize_NonNullableDateTimeOffset(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; - } - - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiMcpFeatureCollectionsConnection", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData(typename, edges: Deserialize_ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_EdgesNonNullableArray(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "edges")), pageInfo: Deserialize_NonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "pageInfo"))); + throw new global::System.ArgumentNullException(); } - throw new global::System.NotSupportedException(); + return _dateTimeParser.Parse(obj.Value.GetString()!); } - private global::System.Collections.Generic.IReadOnlyList? Deserialize_ISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_EdgesNonNullableArray(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_CreatedBy(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { - return null; + throw new global::System.ArgumentNullException(); } if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) { - return null; + throw new global::System.ArgumentNullException(); } - var apiMcpFeatureCollectionsEdges = new global::System.Collections.Generic.List(); - foreach (global::System.Text.Json.JsonElement child in obj.Value.EnumerateArray()) + var typename = obj.Value.GetProperty("__typename").GetString(); + if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) { - apiMcpFeatureCollectionsEdges.Add(Deserialize_NonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges(child)); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); } - return apiMcpFeatureCollectionsEdges; + throw new global::System.NotSupportedException(); } - private global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData Deserialize_NonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData Deserialize_NonNullableICreateMockSchema_CreateMockSchema_MockSchema_ModifiedBy(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217663,30 +217684,15 @@ public SelectMcpFeatureCollectionPromptQueryBuilder(global::StrawberryShake.IOpe } var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("ApiMcpFeatureCollectionsEdge", global::System.StringComparison.Ordinal) ?? false) + if (typename?.Equals("UserInfo", global::System.StringComparison.Ordinal) ?? false) { - return new global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsEdgeData(typename, cursor: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "cursor")), node: Deserialize_NonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "node"))); + return new global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData(typename, username: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "username"))); } throw new global::System.NotSupportedException(); } - private global::System.String Deserialize_NonNullableString(global::System.Text.Json.JsonElement? obj) - { - if (!obj.HasValue) - { - throw new global::System.ArgumentNullException(); - } - - if (obj.Value.ValueKind == global::System.Text.Json.JsonValueKind.Null) - { - throw new global::System.ArgumentNullException(); - } - - return _stringParser.Parse(obj.Value.GetString()!); - } - - private global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData Deserialize_NonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_Edges_Node(global::System.Text.Json.JsonElement? obj) + private global::System.Uri Deserialize_NonNullableUri(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217698,16 +217704,10 @@ public SelectMcpFeatureCollectionPromptQueryBuilder(global::StrawberryShake.IOpe throw new global::System.ArgumentNullException(); } - var typename = obj.Value.GetProperty("__typename").GetString(); - if (typename?.Equals("McpFeatureCollection", global::System.StringComparison.Ordinal) ?? false) - { - return new global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData(typename, id: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "id")), name: Deserialize_NonNullableString(global::StrawberryShake.Json.JsonElementExtensions.GetPropertyOrNull(obj, "name"))); - } - - throw new global::System.NotSupportedException(); + return _uRLParser.Parse(obj.Value.GetString()!); } - private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableISelectMcpFeatureCollectionPromptQuery_ApiById_McpFeatureCollections_PageInfo(global::System.Text.Json.JsonElement? obj) + private global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData Deserialize_NonNullableISelectMockSchemaPromptQuery_ApiById_MockSchemas_PageInfo(global::System.Text.Json.JsonElement? obj) { if (!obj.HasValue) { @@ -217957,60 +217957,34 @@ public SelectOpenApiCollectionPromptQueryBuilder(global::StrawberryShake.IOperat // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UploadFusionSubgraphPayloadData + public partial record CreateApiKeyPayloadData { - public UploadFusionSubgraphPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.FusionSubgraphVersionData? fusionSubgraphVersion = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public CreateApiKeyPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyWithSecretData? result = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - FusionSubgraphVersion = fusionSubgraphVersion; + Result = result; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.FusionSubgraphVersionData? FusionSubgraphVersion { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record FusionSubgraphVersionData - { - public FusionSubgraphVersionData(global::System.String __typename, global::System.String? id = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; - } - - public global::System.String __typename { get; init; } - public global::System.String? Id { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IUploadFusionSubgraphErrorData - { - global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IErrorData - { - global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyWithSecretData? Result { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record InvalidFusionSourceSchemaArchiveErrorData : IUploadFusionSubgraphErrorData, IErrorData + public partial record ApiKeyWithSecretData { - public InvalidFusionSourceSchemaArchiveErrorData(global::System.String __typename, global::System.String? message = default !) + public ApiKeyWithSecretData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? key = default !, global::System.String? secret = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + Key = key; + Secret = secret; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? Key { get; init; } + public global::System.String? Secret { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator @@ -218090,6 +218064,13 @@ public partial interface IUpdateStagesErrorData global::System.String __typename { get; } } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial interface IUploadFusionSubgraphErrorData + { + global::System.String __typename { get; } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] public partial interface IUploadSchemaErrorData @@ -218104,6 +218085,13 @@ public partial interface IValidateSchemaErrorData global::System.String __typename { get; } } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial interface IErrorData + { + global::System.String __typename { get; } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] public partial record ApiNotFoundErrorData : IBeginFusionConfigurationPublishErrorData, ICreateApiKeyErrorData, ICreateApiKeyForApiErrorData, ICreateClientErrorData, ICreateMcpFeatureCollectionErrorData, ICreateMockSchemaErrorData, ICreateOpenApiCollectionErrorData, IDeleteApiByIdErrorData, IPublishSchemaErrorData, IUpdateApiSettingsErrorData, IUpdateStagesErrorData, IUploadFusionSubgraphErrorData, IUploadSchemaErrorData, IValidateSchemaErrorData, IErrorData @@ -218122,86 +218110,111 @@ public partial record ApiNotFoundErrorData : IBeginFusionConfigurationPublishErr // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IUnpublishClientErrorData + public partial interface IRemoveWorkspaceErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IUploadClientErrorData + public partial interface IRenameWorkspaceErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IUploadMcpFeatureCollectionErrorData + public partial interface ISetActiveWorkspaceErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IUploadOpenApiCollectionErrorData + public partial record WorkspaceNotFoundData : ICreateApiKeyErrorData, IRemoveWorkspaceErrorData, IRenameWorkspaceErrorData, ISetActiveWorkspaceErrorData, IErrorData { - global::System.String __typename { get; } + public WorkspaceNotFoundData(global::System.String __typename, global::System.String? message = default !, global::System.String? workspaceId = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Message = message; + WorkspaceId = workspaceId; + } + + public global::System.String __typename { get; init; } + public global::System.String? Message { get; init; } + public global::System.String? WorkspaceId { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface ISchemaVersionPublishErrorData + public partial record PersonalWorkspaceNotSupportedErrorData : ICreateApiKeyErrorData, ICreateApiKeyForApiErrorData, IErrorData + { + public PersonalWorkspaceNotSupportedErrorData(global::System.String __typename, global::System.String? message = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Message = message; + } + + public global::System.String __typename { get; init; } + public global::System.String? Message { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial interface ICreatePersonalAccessTokenErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IClientVersionPublishErrorData + public partial interface ICreateWorkspaceErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IFusionConfigurationPublishingErrorData + public partial interface IUpdateFeatureFlagsErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IOpenApiCollectionVersionPublishErrorData + public partial interface IUpdateMockSchemaErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IMcpFeatureCollectionVersionPublishErrorData + public partial interface IUpdatePreferencesErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IProcessingErrorData + public partial interface IUpdateThemeSettingsErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ConcurrentOperationErrorData : IUnpublishClientErrorData, IUploadClientErrorData, IUploadFusionSubgraphErrorData, IUploadMcpFeatureCollectionErrorData, IUploadOpenApiCollectionErrorData, IUploadSchemaErrorData, IErrorData, ISchemaVersionPublishErrorData, IClientVersionPublishErrorData, IFusionConfigurationPublishingErrorData, IOpenApiCollectionVersionPublishErrorData, IMcpFeatureCollectionVersionPublishErrorData, IProcessingErrorData + public partial record ValidationErrorData : ICreateApiKeyErrorData, ICreateApiKeyForApiErrorData, ICreateMockSchemaErrorData, ICreatePersonalAccessTokenErrorData, ICreateWorkspaceErrorData, IRemoveWorkspaceErrorData, IRenameWorkspaceErrorData, IUpdateFeatureFlagsErrorData, IUpdateMockSchemaErrorData, IUpdatePreferencesErrorData, IUpdateThemeSettingsErrorData, IErrorData { - public ConcurrentOperationErrorData(global::System.String __typename, global::System.String? message = default !) + public ValidationErrorData(global::System.String __typename, global::System.String? message = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Message = message; + Errors = errors; } public global::System.String __typename { get; init; } public global::System.String? Message { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator @@ -218239,20 +218252,6 @@ public partial interface ICreateAccountErrorData global::System.String __typename { get; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface ICreatePersonalAccessTokenErrorData - { - global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface ICreateWorkspaceErrorData - { - global::System.String __typename { get; } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] public partial interface IDeleteApiKeyErrorData @@ -218360,114 +218359,148 @@ public partial interface IPushWorkspaceChangesErrorData // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IRemoveWorkspaceErrorData + public partial interface IRevokePersonalAccessTokenErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IRenameWorkspaceErrorData + public partial interface IStartFusionConfigurationCompositionErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IRevokePersonalAccessTokenErrorData + public partial interface IUnpublishClientErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface ISetActiveWorkspaceErrorData + public partial interface IUploadClientErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IStartFusionConfigurationCompositionErrorData + public partial interface IUploadMcpFeatureCollectionErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IUpdateFeatureFlagsErrorData + public partial interface IUploadOpenApiCollectionErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IUpdateMockSchemaErrorData + public partial interface IValidateClientErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IUpdatePreferencesErrorData + public partial interface IValidateFusionConfigurationCompositionErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IUpdateThemeSettingsErrorData + public partial interface IValidateMcpFeatureCollectionErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IValidateClientErrorData + public partial interface IValidateOpenApiCollectionErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IValidateFusionConfigurationCompositionErrorData + public partial record UnauthorizedOperationData : IApproveDeploymentErrorData, IBeginFusionConfigurationPublishErrorData, ICancelDeploymentErrorData, ICancelFusionConfigurationCompositionErrorData, ICommitFusionConfigurationPublishErrorData, ICreateAccountErrorData, ICreateApiKeyErrorData, ICreateApiKeyForApiErrorData, ICreateClientErrorData, ICreateMcpFeatureCollectionErrorData, ICreateMockSchemaErrorData, ICreateOpenApiCollectionErrorData, ICreatePersonalAccessTokenErrorData, ICreateWorkspaceErrorData, IDeleteApiByIdErrorData, IDeleteApiKeyErrorData, IDeleteClientByIdErrorData, IDeleteMcpFeatureCollectionByIdErrorData, IDeleteMockSchemaByIdErrorData, IDeleteOpenApiCollectionByIdErrorData, IEnsureTunnelSessionErrorData, IPollClientVersionPublishRequestErrorData, IPollClientVersionValidationRequestErrorData, IPollSchemaVersionPublishRequestErrorData, IPollSchemaVersionValidationRequestErrorData, IPublishClientErrorData, IPublishMcpFeatureCollectionErrorData, IPublishOpenApiCollectionErrorData, IPublishSchemaErrorData, IPushDocumentChangesErrorData, IPushWorkspaceChangesErrorData, IRemoveWorkspaceErrorData, IRenameWorkspaceErrorData, IRevokePersonalAccessTokenErrorData, ISetActiveWorkspaceErrorData, IStartFusionConfigurationCompositionErrorData, IUnpublishClientErrorData, IUpdateApiSettingsErrorData, IUpdateFeatureFlagsErrorData, IUpdateMockSchemaErrorData, IUpdatePreferencesErrorData, IUpdateThemeSettingsErrorData, IUploadClientErrorData, IUploadFusionSubgraphErrorData, IUploadMcpFeatureCollectionErrorData, IUploadOpenApiCollectionErrorData, IUploadSchemaErrorData, IValidateClientErrorData, IValidateFusionConfigurationCompositionErrorData, IValidateMcpFeatureCollectionErrorData, IValidateOpenApiCollectionErrorData, IValidateSchemaErrorData, IErrorData + { + public UnauthorizedOperationData(global::System.String __typename, global::System.String? message = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Message = message; + } + + public global::System.String __typename { get; init; } + public global::System.String? Message { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record RoleNotFoundErrorData : ICreateApiKeyErrorData, IErrorData + { + public RoleNotFoundErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? roleId = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Message = message; + RoleId = roleId; + } + + public global::System.String __typename { get; init; } + public global::System.String? Message { get; init; } + public global::System.String? RoleId { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial interface IAuthorizationEventLogPrincipalData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IValidateMcpFeatureCollectionErrorData + public partial interface IAuthorizationEventLogSubjectData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IValidateOpenApiCollectionErrorData + public partial interface INodeData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UnauthorizedOperationData : IApproveDeploymentErrorData, IBeginFusionConfigurationPublishErrorData, ICancelDeploymentErrorData, ICancelFusionConfigurationCompositionErrorData, ICommitFusionConfigurationPublishErrorData, ICreateAccountErrorData, ICreateApiKeyErrorData, ICreateApiKeyForApiErrorData, ICreateClientErrorData, ICreateMcpFeatureCollectionErrorData, ICreateMockSchemaErrorData, ICreateOpenApiCollectionErrorData, ICreatePersonalAccessTokenErrorData, ICreateWorkspaceErrorData, IDeleteApiByIdErrorData, IDeleteApiKeyErrorData, IDeleteClientByIdErrorData, IDeleteMcpFeatureCollectionByIdErrorData, IDeleteMockSchemaByIdErrorData, IDeleteOpenApiCollectionByIdErrorData, IEnsureTunnelSessionErrorData, IPollClientVersionPublishRequestErrorData, IPollClientVersionValidationRequestErrorData, IPollSchemaVersionPublishRequestErrorData, IPollSchemaVersionValidationRequestErrorData, IPublishClientErrorData, IPublishMcpFeatureCollectionErrorData, IPublishOpenApiCollectionErrorData, IPublishSchemaErrorData, IPushDocumentChangesErrorData, IPushWorkspaceChangesErrorData, IRemoveWorkspaceErrorData, IRenameWorkspaceErrorData, IRevokePersonalAccessTokenErrorData, ISetActiveWorkspaceErrorData, IStartFusionConfigurationCompositionErrorData, IUnpublishClientErrorData, IUpdateApiSettingsErrorData, IUpdateFeatureFlagsErrorData, IUpdateMockSchemaErrorData, IUpdatePreferencesErrorData, IUpdateThemeSettingsErrorData, IUploadClientErrorData, IUploadFusionSubgraphErrorData, IUploadMcpFeatureCollectionErrorData, IUploadOpenApiCollectionErrorData, IUploadSchemaErrorData, IValidateClientErrorData, IValidateFusionConfigurationCompositionErrorData, IValidateMcpFeatureCollectionErrorData, IValidateOpenApiCollectionErrorData, IValidateSchemaErrorData, IErrorData + public partial record ApiKeyData : IAuthorizationEventLogPrincipalData, IAuthorizationEventLogSubjectData, INodeData { - public UnauthorizedOperationData(global::System.String __typename, global::System.String? message = default !) + public ApiKeyData(global::System.String __typename, global::System.String? id = default !, global::System.String? name = default !, global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspace = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + Id = id; + Name = name; + Workspace = workspace; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + public global::System.String? Id { get; init; } + public global::System.String? Name { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Workspace { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record DuplicatedTagErrorData : IUploadClientErrorData, IUploadFusionSubgraphErrorData, IUploadMcpFeatureCollectionErrorData, IUploadOpenApiCollectionErrorData, IUploadSchemaErrorData, IErrorData + public partial record ValidationErrorPropertyData { - public DuplicatedTagErrorData(global::System.String __typename, global::System.String? message = default !) + public ValidationErrorPropertyData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Message = message; @@ -218479,254 +218512,281 @@ public partial record DuplicatedTagErrorData : IUploadClientErrorData, IUploadFu // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreateMockSchemaPayloadData + public partial interface IAuthorizationEventLogRealmData { - public CreateMockSchemaPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? mockSchema = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial interface IAuthorizationEventLogResourceData + { + global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record WorkspaceData : IAuthorizationEventLogRealmData, IAuthorizationEventLogResourceData, INodeData + { + public WorkspaceData(global::System.String __typename, global::System.String? name = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysConnectionData? apiKeys = default !, global::System.String? id = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData? apis = default !, global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsConnectionData? environments = default !, global::System.Boolean? personal = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - MockSchema = mockSchema; - Errors = errors; + Name = name; + ApiKeys = apiKeys; + Id = id; + Apis = apis; + Environments = environments; + Personal = personal; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? MockSchema { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Name { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysConnectionData? ApiKeys { get; init; } + public global::System.String? Id { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData? Apis { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsConnectionData? Environments { get; init; } + public global::System.Boolean? Personal { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record MockSchemaData + public partial record DeleteApiKeyPayloadData { - public MockSchemaData(global::System.String __typename, global::System.String? id = default !, global::System.String? name = default !, global::System.DateTimeOffset? createdAt = default !, global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData? createdBy = default !, global::System.DateTimeOffset? modifiedAt = default !, global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData? modifiedBy = default !, global::System.Uri? downstreamUrl = default !, global::System.String? url = default !) + public DeleteApiKeyPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? apiKey = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; - Name = name; - CreatedAt = createdAt; - CreatedBy = createdBy; - ModifiedAt = modifiedAt; - ModifiedBy = modifiedBy; - DownstreamUrl = downstreamUrl; - Url = url; + ApiKey = apiKey; + Errors = errors; } public global::System.String __typename { get; init; } - public global::System.String? Id { get; init; } - public global::System.String? Name { get; init; } - public global::System.DateTimeOffset? CreatedAt { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData? CreatedBy { get; init; } - public global::System.DateTimeOffset? ModifiedAt { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData? ModifiedBy { get; init; } - public global::System.Uri? DownstreamUrl { get; init; } - public global::System.String? Url { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? ApiKey { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record MockSchemaNonUniqueNameErrorData : ICreateMockSchemaErrorData, IUpdateMockSchemaErrorData, IErrorData + public partial record ApiKeyNotFoundErrorData : IDeleteApiKeyErrorData, IErrorData { - public MockSchemaNonUniqueNameErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? name = default !) + public ApiKeyNotFoundErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? apiKeyId = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Message = message; - Name = name; + ApiKeyId = apiKeyId; } public global::System.String __typename { get; init; } public global::System.String? Message { get; init; } - public global::System.String? Name { get; init; } + public global::System.String? ApiKeyId { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///A connection to a list of items. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ValidationErrorData : ICreateApiKeyErrorData, ICreateApiKeyForApiErrorData, ICreateMockSchemaErrorData, ICreatePersonalAccessTokenErrorData, ICreateWorkspaceErrorData, IRemoveWorkspaceErrorData, IRenameWorkspaceErrorData, IUpdateFeatureFlagsErrorData, IUpdateMockSchemaErrorData, IUpdatePreferencesErrorData, IUpdateThemeSettingsErrorData, IErrorData + public partial record ApiKeysConnectionData { - public ValidationErrorData(global::System.String __typename, global::System.String? message = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public ApiKeysConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; - Errors = errors; + Edges = edges; + PageInfo = pageInfo; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + ///A list of edges. + public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } + ///Information to aid in pagination. + public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///An edge in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IAuthorizationEventLogPrincipalData + public partial record ApiKeysEdgeData { - global::System.String __typename { get; } + public ApiKeysEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? node = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Cursor = cursor; + Node = node; + } + + public global::System.String __typename { get; init; } + ///A cursor for use in pagination. + public global::System.String? Cursor { get; init; } + ///The item at the end of the edge. + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? Node { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///Information about pagination in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UserInfoData : IAuthorizationEventLogPrincipalData + public partial record PageInfoData { - public UserInfoData(global::System.String __typename, global::System.String? username = default !) + public PageInfoData(global::System.String __typename, global::System.Boolean? hasPreviousPage = default !, global::System.Boolean? hasNextPage = default !, global::System.String? endCursor = default !, global::System.String? startCursor = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Username = username; + HasPreviousPage = hasPreviousPage; + HasNextPage = hasNextPage; + EndCursor = endCursor; + StartCursor = startCursor; } public global::System.String __typename { get; init; } - public global::System.String? Username { get; init; } + ///Indicates whether more edges exist prior the set defined by the clients arguments. + public global::System.Boolean? HasPreviousPage { get; init; } + ///Indicates whether more edges exist following the set defined by the clients arguments. + public global::System.Boolean? HasNextPage { get; init; } + ///When paginating forwards, the cursor to continue. + public global::System.String? EndCursor { get; init; } + ///When paginating backwards, the cursor to continue. + public global::System.String? StartCursor { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UpdateMockSchemaPayloadData + public partial record PushWorkspaceChangesPayloadData { - public UpdateMockSchemaPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? mockSchema = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public PushWorkspaceChangesPayloadData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? changes = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - MockSchema = mockSchema; + Changes = changes; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? MockSchema { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Changes { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record MockSchemaNotFoundErrorData : IDeleteMockSchemaByIdErrorData, IUpdateMockSchemaErrorData, IErrorData + public partial record WorkspaceChangePayloadData { - public MockSchemaNotFoundErrorData(global::System.String __typename, global::System.String? message = default !) + public WorkspaceChangePayloadData(global::System.String __typename, global::System.String? referenceId = default !, global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeErrorData? error = default !, global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeResultData? result = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + ReferenceId = referenceId; + Error = error; + Result = result; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + public global::System.String? ReferenceId { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeErrorData? Error { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeResultData? Result { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IApiKeyReferenceData + public partial record ChangeStructureInvalidData : IPushDocumentChangesErrorData, IPushWorkspaceChangesErrorData, IErrorData { - global::System.String __typename { get; } + public ChangeStructureInvalidData(global::System.String __typename, global::System.String? message = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Message = message; + } + + public global::System.String __typename { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IAuthorizationEventLogResourceData + public partial interface IWorkspaceChangeErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IWorkspaceChangeResultData + public partial record ChangeValidationFailedData : IWorkspaceChangeErrorData, IErrorData { - global::System.String __typename { get; } + public ChangeValidationFailedData(global::System.String __typename, global::System.String? message = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Message = message; + } + + public global::System.String __typename { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface INodeData + public partial record HasBeenChangedConflictData : IWorkspaceChangeErrorData, IErrorData { - global::System.String __typename { get; } + public HasBeenChangedConflictData(global::System.String __typename, global::System.String? message = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Message = message; + } + + public global::System.String __typename { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiData : IApiKeyReferenceData, IAuthorizationEventLogResourceData, IWorkspaceChangeResultData, INodeData + public partial record HasBeenDeletedConflictData : IWorkspaceChangeErrorData, IErrorData { - public ApiData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData? mockSchemas = default !, global::System.String? name = default !, global::System.Collections.Generic.IReadOnlyList? path = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData? clients = default !, global::System.String? id = default !, global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspace = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData? settings = default !, global::System.String? version = default !, global::System.Collections.Generic.IReadOnlyList? stages = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData? mcpFeatureCollections = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsConnectionData? openApiCollections = default !) + public HasBeenDeletedConflictData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - MockSchemas = mockSchemas; - Name = name; - Path = path; - Clients = clients; - Id = id; - Workspace = workspace; - Settings = settings; - Version = version; - Stages = stages; - McpFeatureCollections = mcpFeatureCollections; - OpenApiCollections = openApiCollections; + Message = message; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData? MockSchemas { get; init; } - public global::System.String? Name { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Path { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData? Clients { get; init; } - public global::System.String? Id { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Workspace { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData? Settings { get; init; } - public global::System.String? Version { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Stages { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData? McpFeatureCollections { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsConnectionData? OpenApiCollections { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///A connection to a list of items. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record MockSchemasConnectionData + public partial record IdentifierCollisionConflictData : IWorkspaceChangeErrorData, IErrorData { - public MockSchemasConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) + public IdentifierCollisionConflictData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Edges = edges; - PageInfo = pageInfo; + Message = message; } public global::System.String __typename { get; init; } - ///A list of edges. - public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } - ///Information to aid in pagination. - public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///An edge in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record MockSchemasEdgeData + public partial record UnexpectedErrorOnChangeData : IWorkspaceChangeErrorData, IErrorData { - public MockSchemasEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? node = default !) + public UnexpectedErrorOnChangeData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Cursor = cursor; - Node = node; + Message = message; } public global::System.String __typename { get; init; } - ///A cursor for use in pagination. - public global::System.String? Cursor { get; init; } - ///The item at the end of the edge. - public global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? Node { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///Information about pagination in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PageInfoData + public partial record WorkspaceNotFoundForChangeData : IWorkspaceChangeErrorData, IErrorData { - public PageInfoData(global::System.String __typename, global::System.Boolean? hasPreviousPage = default !, global::System.Boolean? hasNextPage = default !, global::System.String? endCursor = default !, global::System.String? startCursor = default !) + public WorkspaceNotFoundForChangeData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - HasPreviousPage = hasPreviousPage; - HasNextPage = hasNextPage; - EndCursor = endCursor; - StartCursor = startCursor; + Message = message; } public global::System.String __typename { get; init; } - ///Indicates whether more edges exist prior the set defined by the clients arguments. - public global::System.Boolean? HasPreviousPage { get; init; } - ///Indicates whether more edges exist following the set defined by the clients arguments. - public global::System.Boolean? HasNextPage { get; init; } - ///When paginating forwards, the cursor to continue. - public global::System.String? EndCursor { get; init; } - ///When paginating backwards, the cursor to continue. - public global::System.String? StartCursor { get; init; } + public global::System.String? Message { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial interface IWorkspaceChangeResultData + { + global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator @@ -218743,45 +218803,121 @@ public ApiDocumentData(global::System.String __typename) // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IAuthorizationEventLogSubjectData + public partial interface IApiKeyReferenceData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiKeyData : IAuthorizationEventLogPrincipalData, IAuthorizationEventLogSubjectData, INodeData + public partial record ApiData : IApiKeyReferenceData, IAuthorizationEventLogResourceData, IWorkspaceChangeResultData, INodeData { - public ApiKeyData(global::System.String __typename, global::System.String? id = default !, global::System.String? name = default !, global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspace = default !) + public ApiData(global::System.String __typename, global::System.String? name = default !, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? path = default !, global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspace = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData? settings = default !, global::System.String? version = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData? clients = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData? mcpFeatureCollections = default !, global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData? mockSchemas = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsConnectionData? openApiCollections = default !, global::System.Collections.Generic.IReadOnlyList? stages = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; Name = name; + Id = id; + Path = path; Workspace = workspace; + Settings = settings; + Version = version; + Clients = clients; + McpFeatureCollections = mcpFeatureCollections; + MockSchemas = mockSchemas; + OpenApiCollections = openApiCollections; + Stages = stages; } public global::System.String __typename { get; init; } + public global::System.String? Name { get; init; } public global::System.String? Id { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Path { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Workspace { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiSettingsData? Settings { get; init; } + public global::System.String? Version { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ClientsConnectionData? Clients { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiMcpFeatureCollectionsConnectionData? McpFeatureCollections { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemasConnectionData? MockSchemas { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiOpenApiCollectionsConnectionData? OpenApiCollections { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Stages { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record WorkspaceDocumentData : IWorkspaceChangeResultData, INodeData + { + public WorkspaceDocumentData(global::System.String __typename) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + } + + public global::System.String __typename { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record EnvironmentData : IWorkspaceChangeResultData, INodeData + { + public EnvironmentData(global::System.String __typename, global::System.String? name = default !, global::System.String? id = default !, global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspace = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Name = name; + Id = id; + Workspace = workspace; + } + + public global::System.String __typename { get; init; } public global::System.String? Name { get; init; } + public global::System.String? Id { get; init; } public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Workspace { get; init; } } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record ApiSettingsData + { + public ApiSettingsData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData? schemaRegistry = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + SchemaRegistry = schemaRegistry; + } + + public global::System.String __typename { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData? SchemaRegistry { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record SchemaRegistrySettingsData + { + public SchemaRegistrySettingsData(global::System.String __typename, global::System.Boolean? treatDangerousAsBreaking = default !, global::System.Boolean? allowBreakingSchemaChanges = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + TreatDangerousAsBreaking = treatDangerousAsBreaking; + AllowBreakingSchemaChanges = allowBreakingSchemaChanges; + } + + public global::System.String __typename { get; init; } + public global::System.Boolean? TreatDangerousAsBreaking { get; init; } + public global::System.Boolean? AllowBreakingSchemaChanges { get; init; } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] public partial record ClientData : INodeData { - public ClientData(global::System.String __typename, global::System.String? id = default !, global::System.String? name = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? api = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? versions = default !) + public ClientData(global::System.String __typename, global::System.String? name = default !, global::System.String? id = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? api = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? versions = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; Name = name; + Id = id; Api = api; Versions = versions; } public global::System.String __typename { get; init; } - public global::System.String? Id { get; init; } public global::System.String? Name { get; init; } + public global::System.String? Id { get; init; } public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Api { get; init; } public global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionConnectionData? Versions { get; init; } } @@ -218860,24 +218996,6 @@ public CoordinateClientUsageMetricsData(global::System.String __typename) public global::System.String __typename { get; init; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record EnvironmentData : IWorkspaceChangeResultData, INodeData - { - public EnvironmentData(global::System.String __typename, global::System.String? id = default !, global::System.String? name = default !, global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspace = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; - Name = name; - Workspace = workspace; - } - - public global::System.String __typename { get; init; } - public global::System.String? Id { get; init; } - public global::System.String? Name { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Workspace { get; init; } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] public partial record FusionConfigurationChangeLogData : IStageChangeLogData, INodeData @@ -219212,13 +219330,6 @@ public partial record OpenApiCollectionVersionData : INodeData public global::System.String? Id { get; init; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IAuthorizationEventLogRealmData - { - global::System.String __typename { get; } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] public partial record OrganizationData : IAuthorizationEventLogRealmData, IAuthorizationEventLogResourceData, INodeData @@ -219307,38 +219418,102 @@ public UserData(global::System.String __typename) // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record WorkspaceData : IAuthorizationEventLogRealmData, IAuthorizationEventLogResourceData, INodeData + public partial record DeleteApiByIdPayloadData { - public WorkspaceData(global::System.String __typename, global::System.String? id = default !, global::System.String? name = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData? apis = default !, global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsConnectionData? environments = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysConnectionData? apiKeys = default !, global::System.Boolean? personal = default !) + public DeleteApiByIdPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? api = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; - Name = name; - Apis = apis; - Environments = environments; - ApiKeys = apiKeys; - Personal = personal; + Api = api; + Errors = errors; } public global::System.String __typename { get; init; } - public global::System.String? Id { get; init; } - public global::System.String? Name { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApisConnectionData? Apis { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentsConnectionData? Environments { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeysConnectionData? ApiKeys { get; init; } - public global::System.Boolean? Personal { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Api { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record WorkspaceDocumentData : IWorkspaceChangeResultData, INodeData + public partial record ApiDeletionFailedErrorData : IDeleteApiByIdErrorData, IErrorData { - public WorkspaceDocumentData(global::System.String __typename) + public ApiDeletionFailedErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Message = message; } public global::System.String __typename { get; init; } + public global::System.String? Message { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///A connection to a list of items. + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record ApisConnectionData + { + public ApisConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Edges = edges; + PageInfo = pageInfo; + } + + public global::System.String __typename { get; init; } + ///A list of edges. + public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } + ///Information to aid in pagination. + public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///An edge in a connection. + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record ApisEdgeData + { + public ApisEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? node = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Cursor = cursor; + Node = node; + } + + public global::System.String __typename { get; init; } + ///A cursor for use in pagination. + public global::System.String? Cursor { get; init; } + ///The item at the end of the edge. + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Node { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record UpdateApiSettingsPayloadData + { + public UpdateApiSettingsPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? api = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Api = api; + Errors = errors; + } + + public global::System.String __typename { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Api { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record CreateClientPayloadData + { + public CreateClientPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? client = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Client = client; + Errors = errors; + } + + public global::System.String __typename { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Client { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator @@ -219397,128 +219572,136 @@ public partial record PublishedClientVersionData // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UnpublishClientPayloadData + public partial record DeleteClientByIdPayloadData { - public UnpublishClientPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? clientVersion = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public DeleteClientByIdPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? client = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - ClientVersion = clientVersion; + Client = client; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? ClientVersion { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Client { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record StageNotFoundErrorData : IBeginFusionConfigurationPublishErrorData, IPublishClientErrorData, IPublishMcpFeatureCollectionErrorData, IPublishOpenApiCollectionErrorData, IPublishSchemaErrorData, IUnpublishClientErrorData, IUpdateStagesErrorData, IValidateClientErrorData, IValidateMcpFeatureCollectionErrorData, IValidateOpenApiCollectionErrorData, IValidateSchemaErrorData, IErrorData + public partial record ClientNotFoundErrorData : IDeleteClientByIdErrorData, IPublishClientErrorData, IUnpublishClientErrorData, IUploadClientErrorData, IValidateClientErrorData, IErrorData { - public StageNotFoundErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? name = default !) + public ClientNotFoundErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? clientId = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Message = message; - Name = name; + ClientId = clientId; } public global::System.String __typename { get; init; } public global::System.String? Message { get; init; } - public global::System.String? Name { get; init; } + public global::System.String? ClientId { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///A connection to a list of items. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ClientNotFoundErrorData : IDeleteClientByIdErrorData, IPublishClientErrorData, IUnpublishClientErrorData, IUploadClientErrorData, IValidateClientErrorData, IErrorData + public partial record ClientsConnectionData { - public ClientNotFoundErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? clientId = default !) + public ClientsConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; - ClientId = clientId; + Edges = edges; + PageInfo = pageInfo; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } - public global::System.String? ClientId { get; init; } + ///A list of edges. + public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } + ///Information to aid in pagination. + public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///An edge in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ClientVersionNotFoundErrorData : IPublishClientErrorData, IUnpublishClientErrorData, IErrorData + public partial record ClientsEdgeData { - public ClientVersionNotFoundErrorData(global::System.String __typename, global::System.String? tag = default !, global::System.String? message = default !, global::System.String? clientId = default !) + public ClientsEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? node = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Tag = tag; - Message = message; - ClientId = clientId; + Cursor = cursor; + Node = node; } public global::System.String __typename { get; init; } - public global::System.String? Tag { get; init; } - public global::System.String? Message { get; init; } - public global::System.String? ClientId { get; init; } + ///A cursor for use in pagination. + public global::System.String? Cursor { get; init; } + ///The item at the end of the edge. + public global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Node { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UploadClientPayloadData + public partial record PublishClientPayloadData { - public UploadClientPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? clientVersion = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public PublishClientPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - ClientVersion = clientVersion; + Id = id; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? ClientVersion { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Id { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record InvalidPersistedQueryErrorData : IUploadClientErrorData, IErrorData + public partial record StageNotFoundErrorData : IBeginFusionConfigurationPublishErrorData, IPublishClientErrorData, IPublishMcpFeatureCollectionErrorData, IPublishOpenApiCollectionErrorData, IPublishSchemaErrorData, IUnpublishClientErrorData, IUpdateStagesErrorData, IValidateClientErrorData, IValidateMcpFeatureCollectionErrorData, IValidateOpenApiCollectionErrorData, IValidateSchemaErrorData, IErrorData { - public InvalidPersistedQueryErrorData(global::System.String __typename, global::System.String? message = default !) + public StageNotFoundErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? name = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Message = message; + Name = name; } public global::System.String __typename { get; init; } public global::System.String? Message { get; init; } + public global::System.String? Name { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ValidateClientPayloadData + public partial record ClientVersionNotFoundErrorData : IPublishClientErrorData, IUnpublishClientErrorData, IErrorData { - public ValidateClientPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public ClientVersionNotFoundErrorData(global::System.String __typename, global::System.String? tag = default !, global::System.String? message = default !, global::System.String? clientId = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; - Errors = errors; + Tag = tag; + Message = message; + ClientId = clientId; } public global::System.String __typename { get; init; } - public global::System.String? Id { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Tag { get; init; } + public global::System.String? Message { get; init; } + public global::System.String? ClientId { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IClientVersionValidationResultData + public partial interface IClientVersionPublishResultData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ClientVersionValidationFailedData : IClientVersionValidationResultData + public partial record ClientVersionPublishFailedData : IClientVersionPublishResultData { - public ClientVersionValidationFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public ClientVersionPublishFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); State = state; @@ -219527,14 +219710,14 @@ public partial record ClientVersionValidationFailedData : IClientVersionValidati public global::System.String __typename { get; init; } public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ClientVersionValidationSuccessData : IClientVersionValidationResultData + public partial record ClientVersionPublishSuccessData : IClientVersionPublishResultData { - public ClientVersionValidationSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) + public ClientVersionPublishSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); State = state; @@ -219560,7 +219743,7 @@ public partial interface ISchemaVersionPublishResultData // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IClientVersionPublishResultData + public partial interface IClientVersionValidationResultData { global::System.String __typename { get; } } @@ -219616,9 +219799,9 @@ public partial record OperationInProgressData : ISchemaVersionValidationResultDa // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ValidationInProgressData : IFusionConfigurationPublishingResultData, IClientVersionValidationResultData, ISchemaVersionValidationResultData, IOpenApiCollectionVersionValidationResultData, IMcpFeatureCollectionVersionValidationResultData + public partial record ProcessingTaskApprovedData : ISchemaVersionPublishResultData, IClientVersionPublishResultData, IFusionConfigurationPublishingResultData, IOpenApiCollectionVersionPublishResultData, IMcpFeatureCollectionVersionPublishResultData { - public ValidationInProgressData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) + public ProcessingTaskApprovedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); State = state; @@ -219630,83 +219813,103 @@ public partial record ValidationInProgressData : IFusionConfigurationPublishingR // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IClientDeploymentErrorData + public partial record ProcessingTaskIsQueuedData : IFusionConfigurationPublishingResultData, IClientVersionPublishResultData, ISchemaVersionPublishResultData, IOpenApiCollectionVersionPublishResultData, IMcpFeatureCollectionVersionPublishResultData { - global::System.String __typename { get; } + public ProcessingTaskIsQueuedData(global::System.String __typename, global::System.String? queued = default !, global::System.Int32? queuePosition = default !, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Queued = queued; + QueuePosition = queuePosition; + State = state; + } + + public global::System.String __typename { get; init; } + ///The name of the current Object type at runtime. + public global::System.String? Queued { get; init; } + public global::System.Int32? QueuePosition { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IFusionConfigurationDeploymentErrorData + public partial record ProcessingTaskIsReadyData : IFusionConfigurationPublishingResultData, IClientVersionPublishResultData, ISchemaVersionPublishResultData, IOpenApiCollectionVersionPublishResultData, IMcpFeatureCollectionVersionPublishResultData { - global::System.String __typename { get; } + public ProcessingTaskIsReadyData(global::System.String __typename, global::System.String? ready = default !, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Ready = ready; + State = state; + } + + public global::System.String __typename { get; init; } + ///The name of the current Object type at runtime. + public global::System.String? Ready { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface ISchemaDeploymentErrorData + public partial record WaitForApprovalData : ISchemaVersionPublishResultData, IClientVersionPublishResultData, IFusionConfigurationPublishingResultData, IOpenApiCollectionVersionPublishResultData, IMcpFeatureCollectionVersionPublishResultData { - global::System.String __typename { get; } + public WaitForApprovalData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? deployment = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + State = state; + Deployment = deployment; + } + + public global::System.String __typename { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? Deployment { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IClientVersionValidationErrorData + public partial interface ISchemaVersionPublishErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface ISchemaVersionValidationErrorData + public partial interface IClientVersionPublishErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IFusionConfigurationValidationErrorData + public partial interface IFusionConfigurationPublishingErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PersistedQueryValidationErrorData : IClientDeploymentErrorData, IFusionConfigurationDeploymentErrorData, ISchemaDeploymentErrorData, IClientVersionPublishErrorData, IClientVersionValidationErrorData, ISchemaVersionPublishErrorData, ISchemaVersionValidationErrorData, IFusionConfigurationValidationErrorData, IProcessingErrorData + public partial interface IOpenApiCollectionVersionPublishErrorData { - public PersistedQueryValidationErrorData(global::System.String __typename, global::System.String? message = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? client = default !, global::System.Collections.Generic.IReadOnlyList? queries = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; - Client = client; - Queries = queries; - } - - public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Client { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Queries { get; init; } + global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IOpenApiCollectionVersionValidationErrorData + public partial interface IMcpFeatureCollectionVersionPublishErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IMcpFeatureCollectionVersionValidationErrorData + public partial interface IProcessingErrorData { global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ProcessingTimeoutErrorData : ISchemaVersionValidationErrorData, ISchemaVersionPublishErrorData, IClientVersionValidationErrorData, IClientVersionPublishErrorData, IFusionConfigurationPublishingErrorData, IOpenApiCollectionVersionPublishErrorData, IOpenApiCollectionVersionValidationErrorData, IMcpFeatureCollectionVersionPublishErrorData, IMcpFeatureCollectionVersionValidationErrorData, IProcessingErrorData + public partial record ConcurrentOperationErrorData : IUnpublishClientErrorData, IUploadClientErrorData, IUploadFusionSubgraphErrorData, IUploadMcpFeatureCollectionErrorData, IUploadOpenApiCollectionErrorData, IUploadSchemaErrorData, IErrorData, ISchemaVersionPublishErrorData, IClientVersionPublishErrorData, IFusionConfigurationPublishingErrorData, IOpenApiCollectionVersionPublishErrorData, IMcpFeatureCollectionVersionPublishErrorData, IProcessingErrorData { - public ProcessingTimeoutErrorData(global::System.String __typename, global::System.String? message = default !) + public ConcurrentOperationErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Message = message; @@ -219718,214 +219921,138 @@ public partial record ProcessingTimeoutErrorData : ISchemaVersionValidationError // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ReadyTimeoutErrorData : IClientVersionPublishErrorData, IClientVersionValidationErrorData, ISchemaVersionPublishErrorData, ISchemaVersionValidationErrorData, IFusionConfigurationPublishingErrorData, IOpenApiCollectionVersionPublishErrorData, IOpenApiCollectionVersionValidationErrorData, IMcpFeatureCollectionVersionPublishErrorData, IMcpFeatureCollectionVersionValidationErrorData, IProcessingErrorData + public partial interface IClientDeploymentErrorData { - public ReadyTimeoutErrorData(global::System.String __typename, global::System.String? message = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; - } - - public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UnexpectedProcessingErrorData : ISchemaVersionValidationErrorData, ISchemaVersionPublishErrorData, IClientVersionValidationErrorData, IClientVersionPublishErrorData, IFusionConfigurationPublishingErrorData, IFusionConfigurationValidationErrorData, IOpenApiCollectionVersionPublishErrorData, IOpenApiCollectionVersionValidationErrorData, IMcpFeatureCollectionVersionPublishErrorData, IMcpFeatureCollectionVersionValidationErrorData, IProcessingErrorData + public partial interface IFusionConfigurationDeploymentErrorData { - public UnexpectedProcessingErrorData(global::System.String __typename, global::System.String? message = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; - } - - public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PersistedQueryValidationFailedData + public partial interface ISchemaDeploymentErrorData { - public PersistedQueryValidationFailedData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? deployedTags = default !, global::System.String? message = default !, global::System.String? hash = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - DeployedTags = deployedTags; - Message = message; - Hash = hash; - Errors = errors; - } - - public global::System.String __typename { get; init; } - public global::System.Collections.Generic.IReadOnlyList? DeployedTags { get; init; } - public global::System.String? Message { get; init; } - public global::System.String? Hash { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PersistedQueryErrorData + public partial interface IClientVersionValidationErrorData { - public PersistedQueryErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? code = default !, global::System.String? path = default !, global::System.Collections.Generic.IReadOnlyList? locations = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; - Code = code; - Path = path; - Locations = locations; - } - - public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } - public global::System.String? Code { get; init; } - public global::System.String? Path { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Locations { get; init; } + global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PersistedQueryErrorLocationData + public partial interface ISchemaVersionValidationErrorData { - public PersistedQueryErrorLocationData(global::System.String __typename, global::System.Int32? column = default !, global::System.Int32? line = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Column = column; - Line = line; - } - - public global::System.String __typename { get; init; } - public global::System.Int32? Column { get; init; } - public global::System.Int32? Line { get; init; } + global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record DeleteClientByIdPayloadData + public partial interface IFusionConfigurationValidationErrorData { - public DeleteClientByIdPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? client = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Client = client; - Errors = errors; - } - - public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Client { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PublishClientPayloadData + public partial record PersistedQueryValidationErrorData : IClientDeploymentErrorData, IFusionConfigurationDeploymentErrorData, ISchemaDeploymentErrorData, IClientVersionPublishErrorData, IClientVersionValidationErrorData, ISchemaVersionPublishErrorData, ISchemaVersionValidationErrorData, IFusionConfigurationValidationErrorData, IProcessingErrorData { - public PublishClientPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public PersistedQueryValidationErrorData(global::System.String __typename, global::System.String? message = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? client = default !, global::System.Collections.Generic.IReadOnlyList? queries = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; - Errors = errors; + Message = message; + Client = client; + Queries = queries; } public global::System.String __typename { get; init; } - public global::System.String? Id { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Message { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Client { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Queries { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ClientVersionPublishFailedData : IClientVersionPublishResultData + public partial interface IOpenApiCollectionVersionValidationErrorData { - public ClientVersionPublishFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; - Errors = errors; - } - - public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ClientVersionPublishSuccessData : IClientVersionPublishResultData + public partial interface IMcpFeatureCollectionVersionValidationErrorData { - public ClientVersionPublishSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; - } - - public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + global::System.String __typename { get; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ProcessingTaskApprovedData : ISchemaVersionPublishResultData, IClientVersionPublishResultData, IFusionConfigurationPublishingResultData, IOpenApiCollectionVersionPublishResultData, IMcpFeatureCollectionVersionPublishResultData + public partial record ProcessingTimeoutErrorData : ISchemaVersionValidationErrorData, ISchemaVersionPublishErrorData, IClientVersionValidationErrorData, IClientVersionPublishErrorData, IFusionConfigurationPublishingErrorData, IOpenApiCollectionVersionPublishErrorData, IOpenApiCollectionVersionValidationErrorData, IMcpFeatureCollectionVersionPublishErrorData, IMcpFeatureCollectionVersionValidationErrorData, IProcessingErrorData { - public ProcessingTaskApprovedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) + public ProcessingTimeoutErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; + Message = message; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ProcessingTaskIsQueuedData : IFusionConfigurationPublishingResultData, IClientVersionPublishResultData, ISchemaVersionPublishResultData, IOpenApiCollectionVersionPublishResultData, IMcpFeatureCollectionVersionPublishResultData + public partial record ReadyTimeoutErrorData : IClientVersionPublishErrorData, IClientVersionValidationErrorData, ISchemaVersionPublishErrorData, ISchemaVersionValidationErrorData, IFusionConfigurationPublishingErrorData, IOpenApiCollectionVersionPublishErrorData, IOpenApiCollectionVersionValidationErrorData, IMcpFeatureCollectionVersionPublishErrorData, IMcpFeatureCollectionVersionValidationErrorData, IProcessingErrorData { - public ProcessingTaskIsQueuedData(global::System.String __typename, global::System.String? queued = default !, global::System.Int32? queuePosition = default !, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) + public ReadyTimeoutErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Queued = queued; - QueuePosition = queuePosition; - State = state; + Message = message; } public global::System.String __typename { get; init; } - ///The name of the current Object type at runtime. - public global::System.String? Queued { get; init; } - public global::System.Int32? QueuePosition { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ProcessingTaskIsReadyData : IFusionConfigurationPublishingResultData, IClientVersionPublishResultData, ISchemaVersionPublishResultData, IOpenApiCollectionVersionPublishResultData, IMcpFeatureCollectionVersionPublishResultData + public partial record UnexpectedProcessingErrorData : ISchemaVersionValidationErrorData, ISchemaVersionPublishErrorData, IClientVersionValidationErrorData, IClientVersionPublishErrorData, IFusionConfigurationPublishingErrorData, IFusionConfigurationValidationErrorData, IOpenApiCollectionVersionPublishErrorData, IOpenApiCollectionVersionValidationErrorData, IMcpFeatureCollectionVersionPublishErrorData, IMcpFeatureCollectionVersionValidationErrorData, IProcessingErrorData { - public ProcessingTaskIsReadyData(global::System.String __typename, global::System.String? ready = default !, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) + public UnexpectedProcessingErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Ready = ready; - State = state; + Message = message; } public global::System.String __typename { get; init; } - ///The name of the current Object type at runtime. - public global::System.String? Ready { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record WaitForApprovalData : ISchemaVersionPublishResultData, IClientVersionPublishResultData, IFusionConfigurationPublishingResultData, IOpenApiCollectionVersionPublishResultData, IMcpFeatureCollectionVersionPublishResultData + public partial record PersistedQueryValidationFailedData { - public WaitForApprovalData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? deployment = default !) + public PersistedQueryValidationFailedData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? deployedTags = default !, global::System.String? message = default !, global::System.String? hash = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; - Deployment = deployment; + DeployedTags = deployedTags; + Message = message; + Hash = hash; + Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.IDeploymentData? Deployment { get; init; } + public global::System.Collections.Generic.IReadOnlyList? DeployedTags { get; init; } + public global::System.String? Message { get; init; } + public global::System.String? Hash { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator @@ -220036,6 +220163,26 @@ public partial record SchemaVersionSyntaxErrorData : ISchemaDeploymentErrorData, public global::System.Int32? Line { get; init; } } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record PersistedQueryErrorData + { + public PersistedQueryErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? code = default !, global::System.String? path = default !, global::System.Collections.Generic.IReadOnlyList? locations = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Message = message; + Code = code; + Path = path; + Locations = locations; + } + + public global::System.String __typename { get; init; } + public global::System.String? Message { get; init; } + public global::System.String? Code { get; init; } + public global::System.String? Path { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Locations { get; init; } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] public partial interface ISchemaChangeLogEntryData @@ -220270,6 +220417,22 @@ public partial record McpFeatureCollectionValidationCollectionData public global::System.Collections.Generic.IReadOnlyList? Entities { get; init; } } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record PersistedQueryErrorLocationData + { + public PersistedQueryErrorLocationData(global::System.String __typename, global::System.Int32? column = default !, global::System.Int32? line = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Column = column; + Line = line; + } + + public global::System.String __typename { get; init; } + public global::System.Int32? Column { get; init; } + public global::System.Int32? Line { get; init; } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] public partial interface IDirectiveChangeData @@ -220926,110 +221089,42 @@ public partial record McpFeatureCollectionValidationDocumentErrorLocationData } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///A connection to a list of items. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ClientsConnectionData - { - public ClientsConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Edges = edges; - PageInfo = pageInfo; - } - - public global::System.String __typename { get; init; } - ///A list of edges. - public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } - ///Information to aid in pagination. - public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///An edge in a connection. - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ClientsEdgeData - { - public ClientsEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? node = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Cursor = cursor; - Node = node; - } - - public global::System.String __typename { get; init; } - ///A cursor for use in pagination. - public global::System.String? Cursor { get; init; } - ///The item at the end of the edge. - public global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Node { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreateClientPayloadData + public partial record UnpublishClientPayloadData { - public CreateClientPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? client = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public UnpublishClientPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? clientVersion = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Client = client; + ClientVersion = clientVersion; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Client { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiSettingsData - { - public ApiSettingsData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData? schemaRegistry = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - SchemaRegistry = schemaRegistry; - } - - public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.SchemaRegistrySettingsData? SchemaRegistry { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record SchemaRegistrySettingsData - { - public SchemaRegistrySettingsData(global::System.String __typename, global::System.Boolean? treatDangerousAsBreaking = default !, global::System.Boolean? allowBreakingSchemaChanges = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - TreatDangerousAsBreaking = treatDangerousAsBreaking; - AllowBreakingSchemaChanges = allowBreakingSchemaChanges; - } - - public global::System.String __typename { get; init; } - public global::System.Boolean? TreatDangerousAsBreaking { get; init; } - public global::System.Boolean? AllowBreakingSchemaChanges { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? ClientVersion { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record DeleteApiByIdPayloadData + public partial record UploadClientPayloadData { - public DeleteApiByIdPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? api = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public UploadClientPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? clientVersion = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Api = api; + ClientVersion = clientVersion; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Api { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ClientVersionData? ClientVersion { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiDeletionFailedErrorData : IDeleteApiByIdErrorData, IErrorData + public partial record InvalidPersistedQueryErrorData : IUploadClientErrorData, IErrorData { - public ApiDeletionFailedErrorData(global::System.String __typename, global::System.String? message = default !) + public InvalidPersistedQueryErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Message = message; @@ -221040,189 +221135,152 @@ public partial record ApiDeletionFailedErrorData : IDeleteApiByIdErrorData, IErr } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///A connection to a list of items. - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApisConnectionData - { - public ApisConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Edges = edges; - PageInfo = pageInfo; - } - - public global::System.String __typename { get; init; } - ///A list of edges. - public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } - ///Information to aid in pagination. - public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///An edge in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApisEdgeData + public partial record DuplicatedTagErrorData : IUploadClientErrorData, IUploadFusionSubgraphErrorData, IUploadMcpFeatureCollectionErrorData, IUploadOpenApiCollectionErrorData, IUploadSchemaErrorData, IErrorData { - public ApisEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? node = default !) + public DuplicatedTagErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Cursor = cursor; - Node = node; + Message = message; } public global::System.String __typename { get; init; } - ///A cursor for use in pagination. - public global::System.String? Cursor { get; init; } - ///The item at the end of the edge. - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Node { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UpdateApiSettingsPayloadData + public partial record ValidateClientPayloadData { - public UpdateApiSettingsPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? api = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public ValidateClientPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Api = api; + Id = id; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Api { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Id { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PushWorkspaceChangesPayloadData + public partial record ClientVersionValidationFailedData : IClientVersionValidationResultData { - public PushWorkspaceChangesPayloadData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? changes = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public ClientVersionValidationFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Changes = changes; + State = state; Errors = errors; } public global::System.String __typename { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Changes { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record WorkspaceChangePayloadData - { - public WorkspaceChangePayloadData(global::System.String __typename, global::System.String? referenceId = default !, global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeErrorData? error = default !, global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeResultData? result = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - ReferenceId = referenceId; - Error = error; - Result = result; - } - - public global::System.String __typename { get; init; } - public global::System.String? ReferenceId { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeErrorData? Error { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.IWorkspaceChangeResultData? Result { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ChangeStructureInvalidData : IPushDocumentChangesErrorData, IPushWorkspaceChangesErrorData, IErrorData + public partial record ClientVersionValidationSuccessData : IClientVersionValidationResultData { - public ChangeStructureInvalidData(global::System.String __typename, global::System.String? message = default !) + public ClientVersionValidationSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + State = state; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IWorkspaceChangeErrorData - { - global::System.String __typename { get; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ChangeValidationFailedData : IWorkspaceChangeErrorData, IErrorData + public partial record ValidationInProgressData : IFusionConfigurationPublishingResultData, IClientVersionValidationResultData, ISchemaVersionValidationResultData, IOpenApiCollectionVersionValidationResultData, IMcpFeatureCollectionVersionValidationResultData { - public ChangeValidationFailedData(global::System.String __typename, global::System.String? message = default !) + public ValidationInProgressData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + State = state; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///A connection to a list of items. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record HasBeenChangedConflictData : IWorkspaceChangeErrorData, IErrorData + public partial record EnvironmentsConnectionData { - public HasBeenChangedConflictData(global::System.String __typename, global::System.String? message = default !) + public EnvironmentsConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + Edges = edges; + PageInfo = pageInfo; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + ///A list of edges. + public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } + ///Information to aid in pagination. + public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///An edge in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record HasBeenDeletedConflictData : IWorkspaceChangeErrorData, IErrorData + public partial record EnvironmentsEdgeData { - public HasBeenDeletedConflictData(global::System.String __typename, global::System.String? message = default !) + public EnvironmentsEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData? node = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + Cursor = cursor; + Node = node; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + ///A cursor for use in pagination. + public global::System.String? Cursor { get; init; } + ///The item at the end of the edge. + public global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData? Node { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record IdentifierCollisionConflictData : IWorkspaceChangeErrorData, IErrorData + public partial record UploadFusionSubgraphPayloadData { - public IdentifierCollisionConflictData(global::System.String __typename, global::System.String? message = default !) + public UploadFusionSubgraphPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.FusionSubgraphVersionData? fusionSubgraphVersion = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + FusionSubgraphVersion = fusionSubgraphVersion; + Errors = errors; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.FusionSubgraphVersionData? FusionSubgraphVersion { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UnexpectedErrorOnChangeData : IWorkspaceChangeErrorData, IErrorData + public partial record FusionSubgraphVersionData { - public UnexpectedErrorOnChangeData(global::System.String __typename, global::System.String? message = default !) + public FusionSubgraphVersionData(global::System.String __typename, global::System.String? id = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + Id = id; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + public global::System.String? Id { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record WorkspaceNotFoundForChangeData : IWorkspaceChangeErrorData, IErrorData + public partial record InvalidFusionSourceSchemaArchiveErrorData : IUploadFusionSubgraphErrorData, IErrorData { - public WorkspaceNotFoundForChangeData(global::System.String __typename, global::System.String? message = default !) + public InvalidFusionSourceSchemaArchiveErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Message = message; @@ -221234,161 +221292,58 @@ public partial record WorkspaceNotFoundForChangeData : IWorkspaceChangeErrorData // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UpdateStagesPayloadData + public partial record CreateMcpFeatureCollectionPayloadData { - public UpdateStagesPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? api = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public CreateMcpFeatureCollectionPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? mcpFeatureCollection = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Api = api; + McpFeatureCollection = mcpFeatureCollection; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Api { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? McpFeatureCollection { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record StagesHavePublishedDependenciesErrorData : IUpdateStagesErrorData, IErrorData + public partial record DeleteMcpFeatureCollectionByIdPayloadData { - public StagesHavePublishedDependenciesErrorData(global::System.String __typename, global::System.String? message = default !, global::System.Collections.Generic.IReadOnlyList? stages = default !) + public DeleteMcpFeatureCollectionByIdPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? mcpFeatureCollection = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; - Stages = stages; + McpFeatureCollection = mcpFeatureCollection; + Errors = errors; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Stages { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? McpFeatureCollection { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record StageValidationErrorData : IUpdateStagesErrorData, IErrorData + public partial record McpFeatureCollectionNotFoundErrorData : IDeleteMcpFeatureCollectionByIdErrorData, IPublishMcpFeatureCollectionErrorData, IUploadMcpFeatureCollectionErrorData, IValidateMcpFeatureCollectionErrorData, IErrorData { - public StageValidationErrorData(global::System.String __typename, global::System.String? message = default !) + public McpFeatureCollectionNotFoundErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? mcpFeatureCollectionId = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Message = message; + McpFeatureCollectionId = mcpFeatureCollectionId; } public global::System.String __typename { get; init; } public global::System.String? Message { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial interface IStageConditionData - { - global::System.String __typename { get; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record AfterStageConditionData : IStageConditionData - { - public AfterStageConditionData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.StageData? afterStage = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - AfterStage = afterStage; - } - - public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.StageData? AfterStage { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PublishedSchemaVersionData - { - public PublishedSchemaVersionData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? version = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Version = version; - } - - public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? Version { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PublishedClientData - { - public PublishedClientData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? client = default !, global::System.Collections.Generic.IReadOnlyList? publishedVersions = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Client = client; - PublishedVersions = publishedVersions; - } - - public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Client { get; init; } - public global::System.Collections.Generic.IReadOnlyList? PublishedVersions { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record SchemaVersionData - { - public SchemaVersionData(global::System.String __typename, global::System.String? tag = default !, global::System.String? id = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Tag = tag; - Id = id; - } - - public global::System.String __typename { get; init; } - public global::System.String? Tag { get; init; } - public global::System.String? Id { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///A connection to a list of items. - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record EnvironmentsConnectionData - { - public EnvironmentsConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Edges = edges; - PageInfo = pageInfo; - } - - public global::System.String __typename { get; init; } - ///A list of edges. - public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } - ///Information to aid in pagination. - public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///An edge in a connection. - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record EnvironmentsEdgeData - { - public EnvironmentsEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData? node = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Cursor = cursor; - Node = node; - } - - public global::System.String __typename { get; init; } - ///A cursor for use in pagination. - public global::System.String? Cursor { get; init; } - ///The item at the end of the edge. - public global::ChilliCream.Nitro.CommandLine.Client.State.EnvironmentData? Node { get; init; } + public global::System.String? McpFeatureCollectionId { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator ///A connection to a list of items. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiKeysConnectionData + public partial record ApiMcpFeatureCollectionsConnectionData { - public ApiKeysConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) + public ApiMcpFeatureCollectionsConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Edges = edges; @@ -221397,7 +221352,7 @@ public partial record ApiKeysConnectionData public global::System.String __typename { get; init; } ///A list of edges. - public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } ///Information to aid in pagination. public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } } @@ -221405,9 +221360,9 @@ public partial record ApiKeysConnectionData // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator ///An edge in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiKeysEdgeData + public partial record ApiMcpFeatureCollectionsEdgeData { - public ApiKeysEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? node = default !) + public ApiMcpFeatureCollectionsEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? node = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Cursor = cursor; @@ -221418,131 +221373,71 @@ public partial record ApiKeysEdgeData ///A cursor for use in pagination. public global::System.String? Cursor { get; init; } ///The item at the end of the edge. - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? Node { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? Node { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreateApiKeyPayloadData + public partial record PublishMcpFeatureCollectionPayloadData { - public CreateApiKeyPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyWithSecretData? result = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public PublishMcpFeatureCollectionPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Result = result; + Id = id; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyWithSecretData? Result { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiKeyWithSecretData - { - public ApiKeyWithSecretData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? key = default !, global::System.String? secret = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Key = key; - Secret = secret; - } - - public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? Key { get; init; } - public global::System.String? Secret { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record WorkspaceNotFoundData : ICreateApiKeyErrorData, IRemoveWorkspaceErrorData, IRenameWorkspaceErrorData, ISetActiveWorkspaceErrorData, IErrorData - { - public WorkspaceNotFoundData(global::System.String __typename, global::System.String? message = default !, global::System.String? workspaceId = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; - WorkspaceId = workspaceId; - } - - public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } - public global::System.String? WorkspaceId { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PersonalWorkspaceNotSupportedErrorData : ICreateApiKeyErrorData, ICreateApiKeyForApiErrorData, IErrorData - { - public PersonalWorkspaceNotSupportedErrorData(global::System.String __typename, global::System.String? message = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; - } - - public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } - } - - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record RoleNotFoundErrorData : ICreateApiKeyErrorData, IErrorData - { - public RoleNotFoundErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? roleId = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; - RoleId = roleId; - } - - public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } - public global::System.String? RoleId { get; init; } + public global::System.String? Id { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ValidationErrorPropertyData + public partial record McpFeatureCollectionVersionNotFoundErrorData : IPublishMcpFeatureCollectionErrorData, IErrorData { - public ValidationErrorPropertyData(global::System.String __typename, global::System.String? message = default !) + public McpFeatureCollectionVersionNotFoundErrorData(global::System.String __typename, global::System.String? tag = default !, global::System.String? message = default !, global::System.String? mcpFeatureCollectionId = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Tag = tag; Message = message; + McpFeatureCollectionId = mcpFeatureCollectionId; } public global::System.String __typename { get; init; } + public global::System.String? Tag { get; init; } public global::System.String? Message { get; init; } + public global::System.String? McpFeatureCollectionId { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record DeleteApiKeyPayloadData + public partial record McpFeatureCollectionVersionPublishFailedData : IMcpFeatureCollectionVersionPublishResultData { - public DeleteApiKeyPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? apiKey = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public McpFeatureCollectionVersionPublishFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - ApiKey = apiKey; + State = state; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.ApiKeyData? ApiKey { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiKeyNotFoundErrorData : IDeleteApiKeyErrorData, IErrorData + public partial record McpFeatureCollectionVersionPublishSuccessData : IMcpFeatureCollectionVersionPublishResultData { - public ApiKeyNotFoundErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? apiKeyId = default !) + public McpFeatureCollectionVersionPublishSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; - ApiKeyId = apiKeyId; + State = state; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } - public global::System.String? ApiKeyId { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator @@ -221561,22 +221456,6 @@ public partial record UploadMcpFeatureCollectionPayloadData public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record McpFeatureCollectionNotFoundErrorData : IDeleteMcpFeatureCollectionByIdErrorData, IPublishMcpFeatureCollectionErrorData, IUploadMcpFeatureCollectionErrorData, IValidateMcpFeatureCollectionErrorData, IErrorData - { - public McpFeatureCollectionNotFoundErrorData(global::System.String __typename, global::System.String? mcpFeatureCollectionId = default !, global::System.String? message = default !) - { - this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - McpFeatureCollectionId = mcpFeatureCollectionId; - Message = message; - } - - public global::System.String __typename { get; init; } - public global::System.String? McpFeatureCollectionId { get; init; } - public global::System.String? Message { get; init; } - } - // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] public partial record InvalidMcpFeatureCollectionArchiveErrorData : IUploadMcpFeatureCollectionErrorData, IErrorData @@ -221653,42 +221532,84 @@ public partial record McpFeatureCollectionValidationArchiveErrorData : IMcpFeatu // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record DeleteMcpFeatureCollectionByIdPayloadData + public partial record CreateMockSchemaPayloadData { - public DeleteMcpFeatureCollectionByIdPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? mcpFeatureCollection = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public CreateMockSchemaPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? mockSchema = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - McpFeatureCollection = mcpFeatureCollection; + MockSchema = mockSchema; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? McpFeatureCollection { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? MockSchema { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreateMcpFeatureCollectionPayloadData + public partial record MockSchemaData { - public CreateMcpFeatureCollectionPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? mcpFeatureCollection = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public MockSchemaData(global::System.String __typename, global::System.String? id = default !, global::System.String? name = default !, global::System.DateTimeOffset? createdAt = default !, global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData? createdBy = default !, global::System.DateTimeOffset? modifiedAt = default !, global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData? modifiedBy = default !, global::System.Uri? downstreamUrl = default !, global::System.String? url = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - McpFeatureCollection = mcpFeatureCollection; - Errors = errors; + Id = id; + Name = name; + CreatedAt = createdAt; + CreatedBy = createdBy; + ModifiedAt = modifiedAt; + ModifiedBy = modifiedBy; + DownstreamUrl = downstreamUrl; + Url = url; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? McpFeatureCollection { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Id { get; init; } + public global::System.String? Name { get; init; } + public global::System.DateTimeOffset? CreatedAt { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData? CreatedBy { get; init; } + public global::System.DateTimeOffset? ModifiedAt { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.UserInfoData? ModifiedBy { get; init; } + public global::System.Uri? DownstreamUrl { get; init; } + public global::System.String? Url { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record MockSchemaNonUniqueNameErrorData : ICreateMockSchemaErrorData, IUpdateMockSchemaErrorData, IErrorData + { + public MockSchemaNonUniqueNameErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? name = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Message = message; + Name = name; + } + + public global::System.String __typename { get; init; } + public global::System.String? Message { get; init; } + public global::System.String? Name { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record UserInfoData : IAuthorizationEventLogPrincipalData + { + public UserInfoData(global::System.String __typename, global::System.String? username = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Username = username; + } + + public global::System.String __typename { get; init; } + public global::System.String? Username { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator ///A connection to a list of items. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiMcpFeatureCollectionsConnectionData + public partial record MockSchemasConnectionData { - public ApiMcpFeatureCollectionsConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) + public MockSchemasConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Edges = edges; @@ -221697,7 +221618,7 @@ public partial record ApiMcpFeatureCollectionsConnectionData public global::System.String __typename { get; init; } ///A list of edges. - public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } ///Information to aid in pagination. public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } } @@ -221705,9 +221626,9 @@ public partial record ApiMcpFeatureCollectionsConnectionData // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator ///An edge in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiMcpFeatureCollectionsEdgeData + public partial record MockSchemasEdgeData { - public ApiMcpFeatureCollectionsEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? node = default !) + public MockSchemasEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? node = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Cursor = cursor; @@ -221718,95 +221639,93 @@ public partial record ApiMcpFeatureCollectionsEdgeData ///A cursor for use in pagination. public global::System.String? Cursor { get; init; } ///The item at the end of the edge. - public global::ChilliCream.Nitro.CommandLine.Client.State.McpFeatureCollectionData? Node { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? Node { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PublishMcpFeatureCollectionPayloadData + public partial record UpdateMockSchemaPayloadData { - public PublishMcpFeatureCollectionPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public UpdateMockSchemaPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? mockSchema = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; + MockSchema = mockSchema; Errors = errors; } public global::System.String __typename { get; init; } - public global::System.String? Id { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.MockSchemaData? MockSchema { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record McpFeatureCollectionVersionNotFoundErrorData : IPublishMcpFeatureCollectionErrorData, IErrorData + public partial record MockSchemaNotFoundErrorData : IDeleteMockSchemaByIdErrorData, IUpdateMockSchemaErrorData, IErrorData { - public McpFeatureCollectionVersionNotFoundErrorData(global::System.String __typename, global::System.String? tag = default !, global::System.String? message = default !, global::System.String? mcpFeatureCollectionId = default !) + public MockSchemaNotFoundErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Tag = tag; Message = message; - McpFeatureCollectionId = mcpFeatureCollectionId; } public global::System.String __typename { get; init; } - public global::System.String? Tag { get; init; } public global::System.String? Message { get; init; } - public global::System.String? McpFeatureCollectionId { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record McpFeatureCollectionVersionPublishFailedData : IMcpFeatureCollectionVersionPublishResultData + public partial record CreateOpenApiCollectionPayloadData { - public McpFeatureCollectionVersionPublishFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public CreateOpenApiCollectionPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? openApiCollection = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; + OpenApiCollection = openApiCollection; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? OpenApiCollection { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record McpFeatureCollectionVersionPublishSuccessData : IMcpFeatureCollectionVersionPublishResultData + public partial record DeleteOpenApiCollectionByIdPayloadData { - public McpFeatureCollectionVersionPublishSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) + public DeleteOpenApiCollectionByIdPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? openApiCollection = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; + OpenApiCollection = openApiCollection; + Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? OpenApiCollection { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ViewerData + public partial record OpenApiCollectionNotFoundErrorData : IDeleteOpenApiCollectionByIdErrorData, IPublishOpenApiCollectionErrorData, IUploadOpenApiCollectionErrorData, IValidateOpenApiCollectionErrorData, IErrorData { - public ViewerData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokensConnectionData? personalAccessTokens = default !, global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData? workspaces = default !) + public OpenApiCollectionNotFoundErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? openApiCollectionId = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - PersonalAccessTokens = personalAccessTokens; - Workspaces = workspaces; + Message = message; + OpenApiCollectionId = openApiCollectionId; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokensConnectionData? PersonalAccessTokens { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData? Workspaces { get; init; } + public global::System.String? Message { get; init; } + public global::System.String? OpenApiCollectionId { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator ///A connection to a list of items. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PersonalAccessTokensConnectionData + public partial record ApiOpenApiCollectionsConnectionData { - public PersonalAccessTokensConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) + public ApiOpenApiCollectionsConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Edges = edges; @@ -221815,7 +221734,7 @@ public partial record PersonalAccessTokensConnectionData public global::System.String __typename { get; init; } ///A list of edges. - public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } ///Information to aid in pagination. public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } } @@ -221823,9 +221742,9 @@ public partial record PersonalAccessTokensConnectionData // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator ///An edge in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PersonalAccessTokensEdgeData + public partial record ApiOpenApiCollectionsEdgeData { - public PersonalAccessTokensEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? node = default !) + public ApiOpenApiCollectionsEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? node = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Cursor = cursor; @@ -221836,290 +221755,290 @@ public partial record PersonalAccessTokensEdgeData ///A cursor for use in pagination. public global::System.String? Cursor { get; init; } ///The item at the end of the edge. - public global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? Node { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? Node { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PersonalAccessTokenData + public partial record PublishOpenApiCollectionPayloadData { - public PersonalAccessTokenData(global::System.String __typename, global::System.String? id = default !, global::System.String? description = default !, global::System.DateTimeOffset? expiresAt = default !, global::System.DateTimeOffset? createdAt = default !) + public PublishOpenApiCollectionPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Id = id; - Description = description; - ExpiresAt = expiresAt; - CreatedAt = createdAt; + Errors = errors; } public global::System.String __typename { get; init; } public global::System.String? Id { get; init; } - public global::System.String? Description { get; init; } - public global::System.DateTimeOffset? ExpiresAt { get; init; } - public global::System.DateTimeOffset? CreatedAt { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreatePersonalAccessTokenPayloadData + public partial record OpenApiCollectionVersionNotFoundErrorData : IPublishOpenApiCollectionErrorData, IErrorData { - public CreatePersonalAccessTokenPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenWithSecretData? result = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public OpenApiCollectionVersionNotFoundErrorData(global::System.String __typename, global::System.String? tag = default !, global::System.String? message = default !, global::System.String? openApiCollectionId = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Result = result; - Errors = errors; + Tag = tag; + Message = message; + OpenApiCollectionId = openApiCollectionId; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenWithSecretData? Result { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Tag { get; init; } + public global::System.String? Message { get; init; } + public global::System.String? OpenApiCollectionId { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PersonalAccessTokenWithSecretData + public partial record OpenApiCollectionVersionPublishFailedData : IOpenApiCollectionVersionPublishResultData { - public PersonalAccessTokenWithSecretData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? token = default !, global::System.String? secret = default !) + public OpenApiCollectionVersionPublishFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Token = token; - Secret = secret; + State = state; + Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? Token { get; init; } - public global::System.String? Secret { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record RevokePersonalAccessTokenPayloadData + public partial record OpenApiCollectionVersionPublishSuccessData : IOpenApiCollectionVersionPublishResultData { - public RevokePersonalAccessTokenPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? personalAccessToken = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public OpenApiCollectionVersionPublishSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - PersonalAccessToken = personalAccessToken; - Errors = errors; + State = state; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? PersonalAccessToken { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PersonalAccessTokenNotFoundErrorData : IRevokePersonalAccessTokenErrorData, IErrorData + public partial record UploadOpenApiCollectionPayloadData { - public PersonalAccessTokenNotFoundErrorData(global::System.String __typename, global::System.String? message = default !) + public UploadOpenApiCollectionPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData? openApiCollectionVersion = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + OpenApiCollectionVersion = openApiCollectionVersion; + Errors = errors; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData? OpenApiCollectionVersion { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UploadOpenApiCollectionPayloadData + public partial record InvalidOpenApiCollectionArchiveErrorData : IUploadOpenApiCollectionErrorData, IErrorData { - public UploadOpenApiCollectionPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData? openApiCollectionVersion = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public InvalidOpenApiCollectionArchiveErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - OpenApiCollectionVersion = openApiCollectionVersion; - Errors = errors; + Message = message; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionVersionData? OpenApiCollectionVersion { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record OpenApiCollectionNotFoundErrorData : IDeleteOpenApiCollectionByIdErrorData, IPublishOpenApiCollectionErrorData, IUploadOpenApiCollectionErrorData, IValidateOpenApiCollectionErrorData, IErrorData + public partial record ValidateOpenApiCollectionPayloadData { - public OpenApiCollectionNotFoundErrorData(global::System.String __typename, global::System.String? openApiCollectionId = default !, global::System.String? message = default !) + public ValidateOpenApiCollectionPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - OpenApiCollectionId = openApiCollectionId; - Message = message; + Id = id; + Errors = errors; } public global::System.String __typename { get; init; } - public global::System.String? OpenApiCollectionId { get; init; } - public global::System.String? Message { get; init; } + public global::System.String? Id { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record InvalidOpenApiCollectionArchiveErrorData : IUploadOpenApiCollectionErrorData, IErrorData + public partial record OpenApiCollectionVersionValidationFailedData : IOpenApiCollectionVersionValidationResultData { - public InvalidOpenApiCollectionArchiveErrorData(global::System.String __typename, global::System.String? message = default !) + public OpenApiCollectionVersionValidationFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + State = state; + Errors = errors; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///A connection to a list of items. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiOpenApiCollectionsConnectionData + public partial record OpenApiCollectionVersionValidationSuccessData : IOpenApiCollectionVersionValidationResultData { - public ApiOpenApiCollectionsConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) + public OpenApiCollectionVersionValidationSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Edges = edges; - PageInfo = pageInfo; + State = state; } public global::System.String __typename { get; init; } - ///A list of edges. - public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } - ///Information to aid in pagination. - public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///An edge in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ApiOpenApiCollectionsEdgeData + public partial record OpenApiCollectionValidationArchiveErrorData : IOpenApiCollectionVersionValidationErrorData, IProcessingErrorData { - public ApiOpenApiCollectionsEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? node = default !) + public OpenApiCollectionValidationArchiveErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Cursor = cursor; - Node = node; + Message = message; } public global::System.String __typename { get; init; } - ///A cursor for use in pagination. - public global::System.String? Cursor { get; init; } - ///The item at the end of the edge. - public global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? Node { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PublishOpenApiCollectionPayloadData + public partial record CreatePersonalAccessTokenPayloadData { - public PublishOpenApiCollectionPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public CreatePersonalAccessTokenPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenWithSecretData? result = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; + Result = result; Errors = errors; } public global::System.String __typename { get; init; } - public global::System.String? Id { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenWithSecretData? Result { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record OpenApiCollectionVersionNotFoundErrorData : IPublishOpenApiCollectionErrorData, IErrorData + public partial record PersonalAccessTokenWithSecretData { - public OpenApiCollectionVersionNotFoundErrorData(global::System.String __typename, global::System.String? tag = default !, global::System.String? message = default !, global::System.String? openApiCollectionId = default !) + public PersonalAccessTokenWithSecretData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? token = default !, global::System.String? secret = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Tag = tag; - Message = message; - OpenApiCollectionId = openApiCollectionId; + Token = token; + Secret = secret; } public global::System.String __typename { get; init; } - public global::System.String? Tag { get; init; } - public global::System.String? Message { get; init; } - public global::System.String? OpenApiCollectionId { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? Token { get; init; } + public global::System.String? Secret { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record OpenApiCollectionVersionPublishFailedData : IOpenApiCollectionVersionPublishResultData + public partial record PersonalAccessTokenData { - public OpenApiCollectionVersionPublishFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public PersonalAccessTokenData(global::System.String __typename, global::System.String? id = default !, global::System.String? description = default !, global::System.DateTimeOffset? createdAt = default !, global::System.DateTimeOffset? expiresAt = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; - Errors = errors; + Id = id; + Description = description; + CreatedAt = createdAt; + ExpiresAt = expiresAt; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Id { get; init; } + public global::System.String? Description { get; init; } + public global::System.DateTimeOffset? CreatedAt { get; init; } + public global::System.DateTimeOffset? ExpiresAt { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record OpenApiCollectionVersionPublishSuccessData : IOpenApiCollectionVersionPublishResultData + public partial record ViewerData { - public OpenApiCollectionVersionPublishSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) + public ViewerData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokensConnectionData? personalAccessTokens = default !, global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData? workspaces = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; + PersonalAccessTokens = personalAccessTokens; + Workspaces = workspaces; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokensConnectionData? PersonalAccessTokens { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspacesConnectionData? Workspaces { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///A connection to a list of items. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ValidateOpenApiCollectionPayloadData + public partial record PersonalAccessTokensConnectionData { - public ValidateOpenApiCollectionPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public PersonalAccessTokensConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; - Errors = errors; + Edges = edges; + PageInfo = pageInfo; } public global::System.String __typename { get; init; } - public global::System.String? Id { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + ///A list of edges. + public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } + ///Information to aid in pagination. + public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///An edge in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record OpenApiCollectionVersionValidationFailedData : IOpenApiCollectionVersionValidationResultData + public partial record PersonalAccessTokensEdgeData { - public OpenApiCollectionVersionValidationFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public PersonalAccessTokensEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? node = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; - Errors = errors; + Cursor = cursor; + Node = node; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + ///A cursor for use in pagination. + public global::System.String? Cursor { get; init; } + ///The item at the end of the edge. + public global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? Node { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record OpenApiCollectionVersionValidationSuccessData : IOpenApiCollectionVersionValidationResultData + public partial record RevokePersonalAccessTokenPayloadData { - public OpenApiCollectionVersionValidationSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) + public RevokePersonalAccessTokenPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? personalAccessToken = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; + PersonalAccessToken = personalAccessToken; + Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.PersonalAccessTokenData? PersonalAccessToken { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record OpenApiCollectionValidationArchiveErrorData : IOpenApiCollectionVersionValidationErrorData, IProcessingErrorData + public partial record PersonalAccessTokenNotFoundErrorData : IRevokePersonalAccessTokenErrorData, IErrorData { - public OpenApiCollectionValidationArchiveErrorData(global::System.String __typename, global::System.String? message = default !) + public PersonalAccessTokenNotFoundErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); Message = message; @@ -222131,300 +222050,311 @@ public partial record OpenApiCollectionValidationArchiveErrorData : IOpenApiColl // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreateOpenApiCollectionPayloadData + public partial record PublishSchemaPayloadData { - public CreateOpenApiCollectionPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? openApiCollection = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public PublishSchemaPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - OpenApiCollection = openApiCollection; + Id = id; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? OpenApiCollection { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Id { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record DeleteOpenApiCollectionByIdPayloadData + public partial record SchemaNotFoundErrorData : IPublishSchemaErrorData, IValidateSchemaErrorData, IErrorData { - public DeleteOpenApiCollectionByIdPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? openApiCollection = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public SchemaNotFoundErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? apiId = default !, global::System.String? tag = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - OpenApiCollection = openApiCollection; - Errors = errors; + Message = message; + ApiId = apiId; + Tag = tag; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.OpenApiCollectionData? OpenApiCollection { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Message { get; init; } + public global::System.String? ApiId { get; init; } + public global::System.String? Tag { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CreateWorkspacePayloadData + public partial record SchemaVersionPublishFailedData : ISchemaVersionPublishResultData { - public CreateWorkspacePayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspace = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public SchemaVersionPublishFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Workspace = workspace; + State = state; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Workspace { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///A connection to a list of items. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record WorkspacesConnectionData + public partial record SchemaVersionPublishSuccessData : ISchemaVersionPublishResultData { - public WorkspacesConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) + public SchemaVersionPublishSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Edges = edges; - PageInfo = pageInfo; + State = state; } public global::System.String __typename { get; init; } - ///A list of edges. - public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } - ///Information to aid in pagination. - public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator - ///An edge in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record WorkspacesEdgeData + public partial record SchemaVersionChangeViolationErrorData : ISchemaVersionValidationErrorData, ISchemaVersionPublishErrorData, IFusionConfigurationValidationErrorData, IProcessingErrorData { - public WorkspacesEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? node = default !) + public SchemaVersionChangeViolationErrorData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? changes = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Cursor = cursor; - Node = node; + Changes = changes; } public global::System.String __typename { get; init; } - ///A cursor for use in pagination. - public global::System.String? Cursor { get; init; } - ///The item at the end of the edge. - public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Node { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Changes { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record PublishSchemaPayloadData + public partial record UploadSchemaPayloadData { - public PublishSchemaPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public UploadSchemaPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? schemaVersion = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; + SchemaVersion = schemaVersion; Errors = errors; } public global::System.String __typename { get; init; } - public global::System.String? Id { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? SchemaVersion { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record SchemaNotFoundErrorData : IPublishSchemaErrorData, IValidateSchemaErrorData, IErrorData + public partial record SchemaVersionData { - public SchemaNotFoundErrorData(global::System.String __typename, global::System.String? message = default !, global::System.String? apiId = default !, global::System.String? tag = default !) + public SchemaVersionData(global::System.String __typename, global::System.String? id = default !, global::System.String? tag = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; - ApiId = apiId; + Id = id; Tag = tag; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } - public global::System.String? ApiId { get; init; } + public global::System.String? Id { get; init; } public global::System.String? Tag { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record SchemaVersionPublishFailedData : ISchemaVersionPublishResultData + public partial record ValidateSchemaPayloadData { - public SchemaVersionPublishFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public ValidateSchemaPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; + Id = id; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Id { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record SchemaVersionPublishSuccessData : ISchemaVersionPublishResultData + public partial record SchemaVersionValidationFailedData : ISchemaVersionValidationResultData { - public SchemaVersionPublishSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !) + public SchemaVersionValidationFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); State = state; + Errors = errors; } public global::System.String __typename { get; init; } public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record SchemaVersionChangeViolationErrorData : ISchemaVersionValidationErrorData, ISchemaVersionPublishErrorData, IFusionConfigurationValidationErrorData, IProcessingErrorData + public partial record SchemaVersionValidationSuccessData : ISchemaVersionValidationResultData { - public SchemaVersionChangeViolationErrorData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? changes = default !) + public SchemaVersionValidationSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? changes = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + State = state; Changes = changes; } public global::System.String __typename { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } public global::System.Collections.Generic.IReadOnlyList? Changes { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record UploadSchemaPayloadData + public partial record UpdateStagesPayloadData { - public UploadSchemaPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? schemaVersion = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public UpdateStagesPayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? api = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - SchemaVersion = schemaVersion; + Api = api; Errors = errors; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? SchemaVersion { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ApiData? Api { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record ValidateSchemaPayloadData + public partial record StagesHavePublishedDependenciesErrorData : IUpdateStagesErrorData, IErrorData { - public ValidateSchemaPayloadData(global::System.String __typename, global::System.String? id = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public StagesHavePublishedDependenciesErrorData(global::System.String __typename, global::System.String? message = default !, global::System.Collections.Generic.IReadOnlyList? stages = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Id = id; - Errors = errors; + Message = message; + Stages = stages; } public global::System.String __typename { get; init; } - public global::System.String? Id { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Message { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Stages { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record SchemaVersionValidationFailedData : ISchemaVersionValidationResultData + public partial record StageValidationErrorData : IUpdateStagesErrorData, IErrorData { - public SchemaVersionValidationFailedData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public StageValidationErrorData(global::System.String __typename, global::System.String? message = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; - Errors = errors; + Message = message; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::System.String? Message { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record SchemaVersionValidationSuccessData : ISchemaVersionValidationResultData + public partial interface IStageConditionData { - public SchemaVersionValidationSuccessData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? state = default !, global::System.Collections.Generic.IReadOnlyList? changes = default !) + global::System.String __typename { get; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record AfterStageConditionData : IStageConditionData + { + public AfterStageConditionData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.StageData? afterStage = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - State = state; - Changes = changes; + AfterStage = afterStage; } public global::System.String __typename { get; init; } - public global::ChilliCream.Nitro.CommandLine.Client.ProcessingState? State { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Changes { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.StageData? AfterStage { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CancelFusionConfigurationCompositionPayloadData + public partial record PublishedSchemaVersionData { - public CancelFusionConfigurationCompositionPayloadData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public PublishedSchemaVersionData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? version = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Errors = errors; + Version = version; } public global::System.String __typename { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.SchemaVersionData? Version { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record FusionConfigurationRequestNotFoundErrorData : ICancelFusionConfigurationCompositionErrorData, ICommitFusionConfigurationPublishErrorData, IStartFusionConfigurationCompositionErrorData, IValidateFusionConfigurationCompositionErrorData, IErrorData + public partial record PublishedClientData { - public FusionConfigurationRequestNotFoundErrorData(global::System.String __typename, global::System.String? message = default !) + public PublishedClientData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? client = default !, global::System.Collections.Generic.IReadOnlyList? publishedVersions = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + Client = client; + PublishedVersions = publishedVersions; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.ClientData? Client { get; init; } + public global::System.Collections.Generic.IReadOnlyList? PublishedVersions { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record InvalidProcessingStateTransitionErrorData : IBeginFusionConfigurationPublishErrorData, ICancelFusionConfigurationCompositionErrorData, ICommitFusionConfigurationPublishErrorData, IStartFusionConfigurationCompositionErrorData, IValidateFusionConfigurationCompositionErrorData, IErrorData + public partial record CreateWorkspacePayloadData { - public InvalidProcessingStateTransitionErrorData(global::System.String __typename, global::System.String? message = default !) + public CreateWorkspacePayloadData(global::System.String __typename, global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? workspace = default !, global::System.Collections.Generic.IReadOnlyList? errors = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Message = message; + Workspace = workspace; + Errors = errors; } public global::System.String __typename { get; init; } - public global::System.String? Message { get; init; } + public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Workspace { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///A connection to a list of items. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record CommitFusionConfigurationPublishPayloadData + public partial record WorkspacesConnectionData { - public CommitFusionConfigurationPublishPayloadData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public WorkspacesConnectionData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? edges = default !, global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? pageInfo = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Errors = errors; + Edges = edges; + PageInfo = pageInfo; } public global::System.String __typename { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + ///A list of edges. + public global::System.Collections.Generic.IReadOnlyList? Edges { get; init; } + ///Information to aid in pagination. + public global::ChilliCream.Nitro.CommandLine.Client.State.PageInfoData? PageInfo { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + ///An edge in a connection. [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] - public partial record StartFusionConfigurationCompositionPayloadData + public partial record WorkspacesEdgeData { - public StartFusionConfigurationCompositionPayloadData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? errors = default !) + public WorkspacesEdgeData(global::System.String __typename, global::System.String? cursor = default !, global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? node = default !) { this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); - Errors = errors; + Cursor = cursor; + Node = node; } public global::System.String __typename { get; init; } - public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + ///A cursor for use in pagination. + public global::System.String? Cursor { get; init; } + ///The item at the end of the edge. + public global::ChilliCream.Nitro.CommandLine.Client.State.WorkspaceData? Node { get; init; } } // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator @@ -222457,6 +222387,20 @@ public partial record SubgraphInvalidErrorData : IBeginFusionConfigurationPublis public global::System.String? Message { get; init; } } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record InvalidProcessingStateTransitionErrorData : IBeginFusionConfigurationPublishErrorData, ICancelFusionConfigurationCompositionErrorData, ICommitFusionConfigurationPublishErrorData, IStartFusionConfigurationCompositionErrorData, IValidateFusionConfigurationCompositionErrorData, IErrorData + { + public InvalidProcessingStateTransitionErrorData(global::System.String __typename, global::System.String? message = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Message = message; + } + + public global::System.String __typename { get; init; } + public global::System.String? Message { get; init; } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] public partial record FusionConfigurationPublishingFailedData : IFusionConfigurationPublishingResultData @@ -222531,6 +222475,62 @@ public partial record FusionConfigurationValidationSuccessData : IFusionConfigur public global::System.Collections.Generic.IReadOnlyList? Changes { get; init; } } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record CancelFusionConfigurationCompositionPayloadData + { + public CancelFusionConfigurationCompositionPayloadData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? errors = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Errors = errors; + } + + public global::System.String __typename { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record FusionConfigurationRequestNotFoundErrorData : ICancelFusionConfigurationCompositionErrorData, ICommitFusionConfigurationPublishErrorData, IStartFusionConfigurationCompositionErrorData, IValidateFusionConfigurationCompositionErrorData, IErrorData + { + public FusionConfigurationRequestNotFoundErrorData(global::System.String __typename, global::System.String? message = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Message = message; + } + + public global::System.String __typename { get; init; } + public global::System.String? Message { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record CommitFusionConfigurationPublishPayloadData + { + public CommitFusionConfigurationPublishPayloadData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? errors = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Errors = errors; + } + + public global::System.String __typename { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + } + + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator + [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] + public partial record StartFusionConfigurationCompositionPayloadData + { + public StartFusionConfigurationCompositionPayloadData(global::System.String __typename, global::System.Collections.Generic.IReadOnlyList? errors = default !) + { + this.__typename = __typename ?? throw new global::System.ArgumentNullException(nameof(__typename)); + Errors = errors; + } + + public global::System.String __typename { get; init; } + public global::System.Collections.Generic.IReadOnlyList? Errors { get; init; } + } + // StrawberryShake.CodeGeneration.CSharp.Generators.DataTypeGenerator [global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")] public partial record ValidateFusionConfigurationCompositionPayloadData @@ -222580,141 +222580,141 @@ public static partial class ApiClientServiceCollectionExtensions return new ClientServiceProvider(global::Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(serviceCollection)); }); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => new global::ChilliCream.Nitro.CommandLine.Client.State.ApiClientStoreAccessor()); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp))); @@ -222729,10 +222729,10 @@ public static partial class ApiClientServiceCollectionExtensions return new global::StrawberryShake.Transport.Http.HttpConnection(() => clientFactory.CreateClient("ApiClient")); }); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); @@ -222759,78 +222759,158 @@ public static partial class ApiClientServiceCollectionExtensions global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, new global::StrawberryShake.Serialization.StringSerializer("Version")); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => new global::StrawberryShake.Serialization.SerializerResolver(global::System.Linq.Enumerable.Concat(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(parentServices), global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListApiKeyCommandQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListApiKeyCommandQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListMockCommandQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListMockCommandQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiCommandQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiCommandQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListApiCommandQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListApiCommandQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SetApiSettingsCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SetApiSettingsCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ShowApiCommandQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ShowApiCommandQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteClientByIdCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteClientByIdCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListClientCommandQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListClientCommandQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.PublishClientVersionResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.PublishClientVersionBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.OnClientVersionPublishUpdatedResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.OnClientVersionPublishUpdatedBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ShowClientCommandQueryResultFactory>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); @@ -222871,110 +222951,14 @@ public static partial class ApiClientServiceCollectionExtensions global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteClientByIdCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteClientByIdCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.PublishClientVersionResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.PublishClientVersionBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.OnClientVersionPublishUpdatedResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.OnClientVersionPublishUpdatedBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListClientCommandQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListClientCommandQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateClientCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ShowApiCommandQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ShowApiCommandQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiCommandQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiCommandQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListApiCommandQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListApiCommandQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SetApiSettingsCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SetApiSettingsCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListStagesQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListStagesQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateEnvironmentCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateEnvironmentCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListEnvironmentCommandQueryResultFactory>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); @@ -222991,62 +222975,22 @@ public static partial class ApiClientServiceCollectionExtensions global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateEnvironmentCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateEnvironmentCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListApiKeyCommandQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListApiKeyCommandQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateApiKeyCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteApiKeyCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UploadMcpFeatureCollectionCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UploadMcpFeatureCollectionCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ValidateMcpFeatureCollectionCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ValidateMcpFeatureCollectionCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UploadFusionSubgraphBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ValidateMcpFeatureCollectionCommandSubscriptionResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ValidateMcpFeatureCollectionCommandSubscriptionBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteMcpFeatureCollectionByIdCommandMutationResultFactory>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); @@ -223055,14 +222999,6 @@ public static partial class ApiClientServiceCollectionExtensions global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateMcpFeatureCollectionCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListMcpFeatureCollectionCommandQueryResultFactory>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); @@ -223087,38 +223023,70 @@ public static partial class ApiClientServiceCollectionExtensions global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListPersonalAccessTokenCommandQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListPersonalAccessTokenCommandQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UploadMcpFeatureCollectionCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UploadMcpFeatureCollectionCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ValidateMcpFeatureCollectionCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ValidateMcpFeatureCollectionCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.RevokePersonalAccessTokenCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.RevokePersonalAccessTokenCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ValidateMcpFeatureCollectionCommandSubscriptionResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ValidateMcpFeatureCollectionCommandSubscriptionBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateMockSchemaBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListMockCommandQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListMockCommandQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UpdateMockSchemaBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListOpenApiCollectionCommandQueryResultFactory>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); @@ -223143,6 +223111,14 @@ public static partial class ApiClientServiceCollectionExtensions global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UploadOpenApiCollectionCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ValidateOpenApiCollectionCommandMutationResultFactory>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); @@ -223159,54 +223135,30 @@ public static partial class ApiClientServiceCollectionExtensions global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateOpenApiCollectionCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.DeleteOpenApiCollectionByIdCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ShowWorkspaceCommandQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ShowWorkspaceCommandQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspaceCommandMutationResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspaceCommandMutationBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreatePersonalAccessTokenCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListWorkspaceCommandQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListWorkspaceCommandQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListPersonalAccessTokenCommandQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListPersonalAccessTokenCommandQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SetDefaultWorkspaceCommand_SelectWorkspace_QueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.RevokePersonalAccessTokenCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.RevokePersonalAccessTokenCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.PublishSchemaVersionResultFactory>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); @@ -223247,6 +223199,94 @@ public static partial class ApiClientServiceCollectionExtensions global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.UpdateStagesBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListStagesQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListStagesQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspaceCommandMutationResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CreateWorkspaceCommandMutationBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListWorkspaceCommandQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ListWorkspaceCommandQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SetDefaultWorkspaceCommand_SelectWorkspace_QueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SetDefaultWorkspaceCommand_SelectWorkspace_QueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ShowWorkspaceCommandQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ShowWorkspaceCommandQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectApiPromptQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectApiPromptQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.PageClientVersionDetailQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.PageClientVersionDetailQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectClientPromptQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectClientPromptQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.BeginFusionConfigurationPublishResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.BeginFusionConfigurationPublishBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.OnFusionConfigurationPublishingTaskChangedResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.OnFusionConfigurationPublishingTaskChangedBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.CancelFusionConfigurationPublishResultFactory>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); @@ -223271,22 +223311,6 @@ public static partial class ApiClientServiceCollectionExtensions global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.BeginFusionConfigurationPublishResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.BeginFusionConfigurationPublishBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.OnFusionConfigurationPublishingTaskChangedResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.OnFusionConfigurationPublishingTaskChangedBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.ValidateFusionConfigurationPublishResultFactory>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); @@ -223295,38 +223319,6 @@ public static partial class ApiClientServiceCollectionExtensions global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectMockSchemaPromptQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectMockSchemaPromptQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.PageClientVersionDetailQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.PageClientVersionDetailQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectClientPromptQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectClientPromptQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectApiPromptQueryResultFactory>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectApiPromptQueryBuilder>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); - global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectMcpFeatureCollectionPromptQueryResultFactory>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); @@ -223335,6 +223327,14 @@ public static partial class ApiClientServiceCollectionExtensions global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectMockSchemaPromptQueryResultFactory>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectMockSchemaPromptQueryBuilder>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton>(services, sp => new global::StrawberryShake.StorelessOperationExecutor(global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp), () => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp))); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::StrawberryShake.Json.JsonResultPatcher>(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services); + global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton, global::ChilliCream.Nitro.CommandLine.Client.State.SelectOpenApiCollectionPromptQueryResultFactory>(services); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService>(sp)); global::Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(services, sp => global::Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(sp)); diff --git a/src/Nitro/CommandLine/src/CommandLine/persisted/operations.json b/src/Nitro/CommandLine/src/CommandLine/persisted/operations.json index fb9d1f0d6c0..f18e2769929 100644 --- a/src/Nitro/CommandLine/src/CommandLine/persisted/operations.json +++ b/src/Nitro/CommandLine/src/CommandLine/persisted/operations.json @@ -1 +1 @@ -{"021d1bafc7178634565bd5543b9e55b7":"query SelectMcpFeatureCollectionPromptQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename mcpFeatureCollections(after: $after, first: $first) { __typename edges { __typename ... SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { cursor node { __typename ... SelectMcpFeatureCollectionPrompt_McpFeatureCollection } } fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollection on McpFeatureCollection { id name ... McpFeatureCollectionDetailPrompt_McpFeatureCollection } fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { id name } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","07c3c01d9752c92ac4dfe838c5ae069d":"mutation UploadClient($input: UploadClientInput!) { uploadClient(input: $input) { __typename clientVersion { __typename id } errors { __typename ... UnauthorizedOperation ... ClientNotFoundError ... DuplicatedTagError ... ConcurrentOperationError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error }","0941232cf9cd2c8d7f601407e9d64dbf":"query ShowApiCommandQuery($workspaceId: ID!) { node(id: $workspaceId) { __typename ... ApiDetailPrompt_Api } } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } }","147298b7a2e237b07f06e5a7c2b1ef84":"mutation RevokePersonalAccessTokenCommandMutation($input: RevokePersonalAccessTokenInput!) { revokePersonalAccessToken(input: $input) { __typename personalAccessToken { __typename ... RevokePersonalAccessTokenCommand_PersonalAccessToken } errors { __typename ... PersonalAccessTokenNotFoundError ... Error } } } fragment RevokePersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { id description ... PersonalAccessTokenDetailPrompt_PersonalAccessToken } fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { id description createdAt expiresAt } fragment PersonalAccessTokenNotFoundError on PersonalAccessTokenNotFoundError { __typename message ... Error } fragment Error on Error { message }","1764f051057ef08b61a865c8e104c057":"mutation SetApiSettingsCommandMutation($input: UpdateApiSettingsInput!) { updateApiSettings(input: $input) { __typename api { __typename ... SetApiSettingsCommandMutation_Api } errors { __typename ... ApiNotFoundError ... UnauthorizedOperation ... Error } } } fragment SetApiSettingsCommandMutation_Api on Api { name path ... SelectApiPrompt_Api } fragment SelectApiPrompt_Api on Api { id name path ... ApiDetailPrompt_Api } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment Error on Error { message } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","1781486920ef931abe7278a40b70d4cb":"mutation CreateClientCommandMutation($input: CreateClientInput!) { createClient(input: $input) { __typename client { __typename ... CreateClientCommandMutation_Client } errors { __typename ... Error ... ApiNotFoundError ... UnauthorizedOperation } } } fragment CreateClientCommandMutation_Client on Client { name id ... ClientDetailPrompt_Client } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","17c73eb7d485a0bf03b77efc0d4b7ecd":"mutation ValidateMcpFeatureCollectionCommandMutation($input: ValidateMcpFeatureCollectionInput!) { validateMcpFeatureCollection(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... McpFeatureCollectionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { mcpFeatureCollectionId ... Error }","1b7ebd5e95b4f31767e0271f30d34242":"query ListMockCommandQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename mockSchemas(after: $after, first: $first) { __typename edges { __typename ... ListMockCommand_MockEdge } pageInfo { __typename ... PageInfo } } } } fragment ListMockCommand_MockEdge on MockSchemasEdge { cursor node { __typename ... ListMockCommand_Mock } } fragment ListMockCommand_Mock on MockSchema { id name ... MockSchemaDetailPrompt } fragment MockSchemaDetailPrompt on MockSchema { id name createdAt createdBy { __typename username } modifiedAt modifiedBy { __typename username } downstreamUrl url } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","202e2ae2330c6b4feffd8347e5769aba":"query ShowClientCommandQuery($clientId: ID!) { node(id: $clientId) { __typename ... ClientDetailPrompt_Client } } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } }","20f39ffae2a0c07009008b6836aba650":"mutation ValidateSchemaVersion($input: ValidateSchemaInput!) { validateSchema(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... ApiNotFoundError ... StageNotFoundError ... SchemaNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment SchemaNotFoundError on SchemaNotFoundError { message apiId tag ... Error }","250a3500a6feb1b9b5ce5d47a3a47053":"mutation PublishClientVersion($input: PublishClientInput!) { publishClient(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... ClientNotFoundError ... ClientVersionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error } fragment ClientVersionNotFoundError on ClientVersionNotFoundError { tag message clientId ... Error }","2513a57b937300d59ac37db38e3592e5":"mutation StartFusionConfigurationPublish($input: StartFusionConfigurationCompositionInput!) { startFusionConfigurationComposition(input: $input) { __typename errors { __typename ... UnauthorizedOperation ... FusionConfigurationRequestNotFoundError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }","300e84eb9429d49f38148115ee5a4681":"mutation BeginFusionConfigurationPublish($input: BeginFusionConfigurationPublishInput!) { beginFusionConfigurationPublish(input: $input) { __typename requestId errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... ApiNotFoundError ... SubgraphInvalidError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment SubgraphInvalidError on SubgraphInvalidError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }","35993498c755e51178ea417965c3a164":"query ShowEnvironmentCommandQuery($workspaceId: ID!) { node(id: $workspaceId) { __typename ... EnvironmentDetailPrompt_Environment } } fragment EnvironmentDetailPrompt_Environment on Environment { id name workspace { __typename name } }","39e48feb517b1ca240cec144623126c8":"mutation CancelFusionConfigurationPublish($input: CancelFusionConfigurationCompositionInput!) { cancelFusionConfigurationComposition(input: $input) { __typename errors { __typename ... UnauthorizedOperation ... FusionConfigurationRequestNotFoundError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }","3b4f426d4f45f7b8d9472110f137e869":"query DeleteApiCommandQuery($apiId: ID!) { node(id: $apiId) { __typename ... DeleteApiCommandQuery_Api } } fragment DeleteApiCommandQuery_Api on Api { name version workspace { __typename id } }","3b9dd305052255f2532cc87618161446":"mutation PublishOpenApiCollectionCommandMutation($input: PublishOpenApiCollectionInput!) { publishOpenApiCollection(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... OpenApiCollectionNotFoundError ... OpenApiCollectionVersionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { openApiCollectionId ... Error } fragment OpenApiCollectionVersionNotFoundError on OpenApiCollectionVersionNotFoundError { tag message openApiCollectionId ... Error }","3cb7cfb1e2c00815ac6b61d95b84b060":"subscription PublishOpenApiCollectionCommandSubscription($requestId: ID!) { onOpenApiCollectionVersionPublishingUpdate(requestId: $requestId) { __typename ... OpenApiCollectionVersionPublishFailed ... OpenApiCollectionVersionPublishSuccess ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved ... ProcessingTaskIsReady ... ProcessingTaskIsQueued } } fragment OpenApiCollectionVersionPublishFailed on OpenApiCollectionVersionPublishFailed { state errors { __typename ... UnexpectedProcessingError ... ProcessingTimeoutError ... ConcurrentOperationError ... OpenApiCollectionValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment OpenApiCollectionVersionPublishSuccess on OpenApiCollectionVersionPublishSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment ProcessingTaskApproved on ProcessingTaskApproved { state } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition }","4457adbf3d9f1a7ca591ced02a6e97c0":"query ListApiCommandQuery($workspaceId: ID!, $after: Version, $first: Int) { workspaceById(workspaceId: $workspaceId) { __typename apis(after: $after, first: $first) { __typename edges { __typename ... ListApiCommand_ApiEdge } pageInfo { __typename ... PageInfo } } } } fragment ListApiCommand_ApiEdge on ApisEdge { cursor node { __typename ... ListApiCommand_Api } } fragment ListApiCommand_Api on Api { id name path ... ApiDetailPrompt_Api } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","46cc5ecdb98af795749ecb6f2d419092":"mutation CreatePersonalAccessTokenCommandMutation($input: CreatePersonalAccessTokenInput!) { createPersonalAccessToken(input: $input) { __typename result { __typename token { __typename ... CreatePersonalAccessTokenCommandMutation_PersonalAccessToken } secret } errors { __typename ... UnauthorizedOperation ... Error } } } fragment CreatePersonalAccessTokenCommandMutation_PersonalAccessToken on PersonalAccessToken { id ... PersonalAccessTokenDetailPrompt_PersonalAccessToken } fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { id description createdAt expiresAt } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message }","50d28b9daaa1cc64ed3762123b19bc5a":"subscription OnSchemaVersionValidationUpdated($requestId: ID!) { onSchemaVersionValidationUpdate(requestId: $requestId) { __typename ... SchemaVersionValidationFailed ... SchemaVersionValidationSuccess ... OperationInProgress ... ValidationInProgress } } fragment SchemaVersionValidationFailed on SchemaVersionValidationFailed { state errors { __typename ... UnexpectedProcessingError ... ProcessingTimeoutError ... SchemaVersionSyntaxError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... SchemaVersionChangeViolationError ... OperationsAreNotAllowedError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { __typename changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment SchemaVersionValidationSuccess on SchemaVersionValidationSuccess { state changes { __typename ... SchemaChangeLogEntry } } fragment OperationInProgress on OperationInProgress { state } fragment ValidationInProgress on ValidationInProgress { state }","5758d2edb80ceb1aa05694485dfdaeed":"mutation CreateOpenApiCollectionCommandMutation($input: CreateOpenApiCollectionInput!) { createOpenApiCollection(input: $input) { __typename openApiCollection { __typename ... CreateOpenApiCollectionCommandMutation_OpenApiCollection } errors { __typename ... Error ... ApiNotFoundError ... UnauthorizedOperation } } } fragment CreateOpenApiCollectionCommandMutation_OpenApiCollection on OpenApiCollection { name id ... OpenApiCollectionDetailPrompt_OpenApiCollection } fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { id name } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","5d5c59c7c2e869cd8e37ec6a854f6d61":"query ListEnvironmentCommandQuery($workspaceId: ID!, $after: Version, $first: Int) { workspaceById(workspaceId: $workspaceId) { __typename environments(after: $after, first: $first) { __typename edges { __typename ... ListEnvironmentCommand_EnvironmentEdge } pageInfo { __typename ... PageInfo } } } } fragment ListEnvironmentCommand_EnvironmentEdge on EnvironmentsEdge { cursor node { __typename ... ListEnvironmentCommand_Environment } } fragment ListEnvironmentCommand_Environment on Environment { id name ... EnvironmentDetailPrompt_Environment } fragment EnvironmentDetailPrompt_Environment on Environment { id name workspace { __typename name } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","66d4f44040a316fb6a0c2d1ba29de363":"mutation CreateApiCommandMutation($workspaceId: ID!, $path: [String!]!, $name: String!, $kind: ApiKind) { pushWorkspaceChanges(input: { changes: [ { api: { create: { name: $name, path: $path, referenceId: \u0022api\u0022, workspaceId: $workspaceId, kind: $kind } } } ] }) { __typename changes { __typename referenceId error { __typename ... Error } result { __typename ... CreateApiCommandMutation_Api } } errors { __typename ... Error } } } fragment Error on Error { message } fragment CreateApiCommandMutation_Api on Api { name ... ApiDetailPrompt_Api } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } }","6795a8c7e7e54136f9b2b563753a134e":"mutation ValidateFusionConfigurationPublish($input: ValidateFusionConfigurationCompositionInput!) { validateFusionConfigurationComposition(input: $input) { __typename errors { __typename ... UnauthorizedOperation ... FusionConfigurationRequestNotFoundError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }","6ad8835f646dd18170a8670d303ed8ae":"mutation UploadFusionSubgraph($input: UploadFusionSubgraphInput!) { uploadFusionSubgraph(input: $input) { __typename fusionSubgraphVersion { __typename id } errors { __typename ... UnauthorizedOperation ... DuplicatedTagError ... ConcurrentOperationError ... InvalidFusionSourceSchemaArchiveError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment InvalidFusionSourceSchemaArchiveError on InvalidFusionSourceSchemaArchiveError { message }","6f2552b2efab37e84bf41e0fd2ef37e1":"mutation UploadSchema($input: UploadSchemaInput!) { uploadSchema(input: $input) { __typename schemaVersion { __typename id } errors { __typename ... UnauthorizedOperation ... DuplicatedTagError ... ConcurrentOperationError ... ApiNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error }","736b80b8a3e39c5fcb5c192b42e084b4":"mutation PublishMcpFeatureCollectionCommandMutation($input: PublishMcpFeatureCollectionInput!) { publishMcpFeatureCollection(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... McpFeatureCollectionNotFoundError ... McpFeatureCollectionVersionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { mcpFeatureCollectionId ... Error } fragment McpFeatureCollectionVersionNotFoundError on McpFeatureCollectionVersionNotFoundError { tag message mcpFeatureCollectionId ... Error }","73d47ef547275fb8b3364106fa956029":"query ListApiKeyCommandQuery($workspaceId: ID!, $after: String, $first: Int) { workspaceById(workspaceId: $workspaceId) { __typename apiKeys(after: $after, first: $first) { __typename edges { __typename ... ListApiKeyCommand_ApiKeyEdge } pageInfo { __typename ... PageInfo } } } } fragment ListApiKeyCommand_ApiKeyEdge on ApiKeysEdge { cursor node { __typename ... ListApiKeyCommand_ApiKey } } fragment ListApiKeyCommand_ApiKey on ApiKey { id name ... ApiKeyDetailPrompt_ApiKey } fragment ApiKeyDetailPrompt_ApiKey on ApiKey { id name workspace { __typename name } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","7bba9b8a24c252e56c3a8f077ab6c62f":"subscription OnClientVersionValidationUpdated($requestId: ID!) { onClientVersionValidationUpdate(requestId: $requestId) { __typename ... ClientVersionValidationFailed ... ClientVersionValidationSuccess ... OperationInProgress ... ValidationInProgress } } fragment ClientVersionValidationFailed on ClientVersionValidationFailed { state errors { __typename ... PersistedQueryValidationError ... ProcessingTimeoutError ... UnexpectedProcessingError } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ClientVersionValidationSuccess on ClientVersionValidationSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment ValidationInProgress on ValidationInProgress { state }","7fec40ddb8a7c93a69817de82959f38a":"mutation UploadOpenApiCollectionCommandMutation($input: UploadOpenApiCollectionInput!) { uploadOpenApiCollection(input: $input) { __typename openApiCollectionVersion { __typename id } errors { __typename ... UnauthorizedOperation ... OpenApiCollectionNotFoundError ... InvalidOpenApiCollectionArchiveError ... DuplicatedTagError ... ConcurrentOperationError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { openApiCollectionId ... Error } fragment InvalidOpenApiCollectionArchiveError on InvalidOpenApiCollectionArchiveError { message } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error }","7fed272d6aaed647d16d156856db0eed":"query ListMcpFeatureCollectionCommandQuery($apiId: ID!, $after: String, $first: Int) { node(id: $apiId) { __typename ... on Api { mcpFeatureCollections(first: $first, after: $after) { __typename edges { __typename ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge } pageInfo { __typename ... PageInfo } } } } } fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { cursor node { __typename ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollection } } fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollection on McpFeatureCollection { id name ... McpFeatureCollectionDetailPrompt_McpFeatureCollection } fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { id name } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","81090212b99490332c1b0614e4509b64":"query ListWorkspaceCommandQuery($after: String, $first: Int) { me { __typename workspaces(after: $after, first: $first) { __typename edges { __typename ... ListWorkspaceCommand_WorkspaceEdge } pageInfo { __typename ... PageInfo } } } } fragment ListWorkspaceCommand_WorkspaceEdge on WorkspacesEdge { cursor node { __typename ... ListWorkspaceCommand_Workspace } } fragment ListWorkspaceCommand_Workspace on Workspace { id name personal ... WorkspaceDetailPrompt_Workspace } fragment WorkspaceDetailPrompt_Workspace on Workspace { id name personal } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","8403a76012480cacf4ff791dfdf9ab03":"query ListPersonalAccessTokenCommandQuery($after: String, $first: Int) { me { __typename personalAccessTokens(after: $after, first: $first) { __typename edges { __typename ... ListPersonalAccessTokenCommand_PersonalAccessTokenEdge } pageInfo { __typename ... PageInfo } } } } fragment ListPersonalAccessTokenCommand_PersonalAccessTokenEdge on PersonalAccessTokensEdge { cursor node { __typename ... ListPersonalAccessTokenCommand_PersonalAccessToken } } fragment ListPersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { id description expiresAt createdAt ... PersonalAccessTokenDetailPrompt_PersonalAccessToken } fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { id description createdAt expiresAt } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","89d9fea06884980ce1721212dff781b9":"query SelectClientPromptQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename clients(after: $after, first: $first) { __typename edges { __typename ... SelectClientPrompt_ClientEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectClientPrompt_ClientEdge on ClientsEdge { cursor node { __typename ... SelectClientPrompt_Client } } fragment SelectClientPrompt_Client on Client { id name ... ClientDetailPrompt_Client } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","8e45bab85454282aa6a1f07c57c013a1":"query SelectMockSchemaPromptQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename mockSchemas(after: $after, first: $first) { __typename edges { __typename ... SelectMockCommand_MockEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectMockCommand_MockEdge on MockSchemasEdge { cursor node { __typename ... SelectMockCommand_Mock } } fragment SelectMockCommand_Mock on MockSchema { id name ... MockSchemaDetailPrompt } fragment MockSchemaDetailPrompt on MockSchema { id name createdAt createdBy { __typename username } modifiedAt modifiedBy { __typename username } downstreamUrl url } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","953b6423bcadc90c2f30315980801a9d":"subscription PublishMcpFeatureCollectionCommandSubscription($requestId: ID!) { onMcpFeatureCollectionVersionPublishingUpdate(requestId: $requestId) { __typename ... McpFeatureCollectionVersionPublishFailed ... McpFeatureCollectionVersionPublishSuccess ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved ... ProcessingTaskIsReady ... ProcessingTaskIsQueued } } fragment McpFeatureCollectionVersionPublishFailed on McpFeatureCollectionVersionPublishFailed { state errors { __typename ... UnexpectedProcessingError ... ProcessingTimeoutError ... ConcurrentOperationError ... McpFeatureCollectionValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionVersionPublishSuccess on McpFeatureCollectionVersionPublishSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment ProcessingTaskApproved on ProcessingTaskApproved { state } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition }","992b8ab9fd5e45569fda61f616659e1a":"mutation CreateApiKeyCommandMutation($input: CreateApiKeyInput!) { createApiKey(input: $input) { __typename result { __typename key { __typename ... CreateApiKeyCommandMutation_ApiKey } secret } errors { __typename ... ApiNotFoundError ... WorkspaceNotFound ... PersonalWorkspaceNotSupportedError ... ValidationError ... RoleNotFoundError ... Error } } } fragment CreateApiKeyCommandMutation_ApiKey on ApiKey { id ... ApiKeyDetailPrompt_ApiKey } fragment ApiKeyDetailPrompt_ApiKey on ApiKey { id name workspace { __typename name } } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment Error on Error { message } fragment WorkspaceNotFound on WorkspaceNotFound { __typename message workspaceId ... Error } fragment PersonalWorkspaceNotSupportedError on PersonalWorkspaceNotSupportedError { __typename message ... Error } fragment ValidationError on ValidationError { __typename message errors { __typename message } ... Error } fragment RoleNotFoundError on RoleNotFoundError { __typename message roleId ... Error }","9a5ac6c756ae69d3cb53bae89f844cb6":"subscription ValidateMcpFeatureCollectionCommandSubscription($requestId: ID!) { onMcpFeatureCollectionVersionValidationUpdate(requestId: $requestId) { __typename ... McpFeatureCollectionVersionValidationFailed ... McpFeatureCollectionVersionValidationSuccess ... OperationInProgress ... ValidationInProgress } } fragment McpFeatureCollectionVersionValidationFailed on McpFeatureCollectionVersionValidationFailed { state errors { __typename ... ProcessingTimeoutError ... UnexpectedProcessingError ... McpFeatureCollectionValidationError ... McpFeatureCollectionValidationArchiveError } } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationArchiveError on McpFeatureCollectionValidationArchiveError { message } fragment McpFeatureCollectionVersionValidationSuccess on McpFeatureCollectionVersionValidationSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment ValidationInProgress on ValidationInProgress { state }","a299690b49723e3cdbf46ea56ec77e25":"subscription OnSchemaVersionPublishUpdated($requestId: ID!) { onSchemaVersionPublishingUpdate(requestId: $requestId) { __typename ... SchemaVersionPublishFailed ... SchemaVersionPublishSuccess ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved ... ProcessingTaskIsReady ... ProcessingTaskIsQueued } } fragment SchemaVersionPublishFailed on SchemaVersionPublishFailed { __typename state errors { __typename ... ConcurrentOperationError ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaVersionChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... UnexpectedProcessingError ... ProcessingTimeoutError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { __typename changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment SchemaVersionPublishSuccess on SchemaVersionPublishSuccess { __typename state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment ProcessingTaskApproved on ProcessingTaskApproved { state } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition }","a2a2d861eabc2d4a6f484b396c3e3c8e":"query ListClientCommandQuery($apiId: ID!, $after: String, $first: Int) { node(id: $apiId) { __typename ... on Api { clients(after: $after, first: $first) { __typename edges { __typename cursor node { __typename id name ... ClientDetailPrompt_Client } } pageInfo { __typename ... PageInfo } } } } } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","a50cce1fa951fcdc164e78c6f8726374":"mutation UpdateStages($input: UpdateStagesInput!) { updateStages(input: $input) { __typename api { __typename stages { __typename ... StageDetailPrompt_Stage } } errors { __typename ... ApiNotFoundError ... StageNotFoundError ... StagesHavePublishedDependenciesError ... on Error { message __typename } } } } fragment StageDetailPrompt_Stage on Stage { id name displayName conditions { __typename ... StageCondition } } fragment StageCondition on StageCondition { ... AfterStageCondition } fragment AfterStageCondition on AfterStageCondition { afterStage { __typename name } } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment StagesHavePublishedDependenciesError on StagesHavePublishedDependenciesError { __typename message stages { __typename name publishedSchema { __typename version { __typename tag } } publishedClients { __typename client { __typename name } publishedVersions { __typename version { __typename tag } } } } }","a87294003c8142e3996f1398a866c64f":"mutation DeleteMcpFeatureCollectionByIdCommandMutation($input: DeleteMcpFeatureCollectionByIdInput!) { deleteMcpFeatureCollectionById(input: $input) { __typename mcpFeatureCollection { __typename ... DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection } errors { __typename ... Error ... McpFeatureCollectionNotFoundError ... UnauthorizedOperation } } } fragment DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection on McpFeatureCollection { name id ... McpFeatureCollectionDetailPrompt_McpFeatureCollection } fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { id name } fragment Error on Error { message } fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { mcpFeatureCollectionId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","a99c8cea1f4c187c4b1a8f615aa22fac":"query SelectApiPromptQuery($workspaceId: ID!, $after: Version, $first: Int) { workspaceById(workspaceId: $workspaceId) { __typename apis(after: $after, first: $first) { __typename edges { __typename ... SelectApiPrompt_ApiEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectApiPrompt_ApiEdge on ApisEdge { cursor node { __typename ... SelectApiPrompt_Api } } fragment SelectApiPrompt_Api on Api { id name path ... ApiDetailPrompt_Api } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","ad7832cb824babc85c41b06418596ac6":"subscription OnFusionConfigurationPublishingTaskChanged($requestId: ID!) { onFusionConfigurationPublishingTaskChanged(requestId: $requestId) { state __typename ... ProcessingTaskIsReady ... ProcessingTaskIsQueued ... FusionConfigurationPublishingSuccess ... FusionConfigurationPublishingFailed ... FusionConfigurationValidationSuccess ... FusionConfigurationValidationFailed ... ValidationInProgress ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved } } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition } fragment FusionConfigurationPublishingSuccess on FusionConfigurationPublishingSuccess { success: __typename } fragment FusionConfigurationPublishingFailed on FusionConfigurationPublishingFailed { failed: __typename errors { __typename message ... InvalidGraphQLSchemaError } } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment FusionConfigurationValidationSuccess on FusionConfigurationValidationSuccess { success: __typename changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment FusionConfigurationValidationFailed on FusionConfigurationValidationFailed { failed: __typename errors { __typename ... UnexpectedProcessingError ... PersistedQueryValidationError ... SchemaVersionChangeViolationError ... InvalidGraphQLSchemaError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { __typename changes { __typename ... SchemaChangeLogEntry } } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment ValidationInProgress on ValidationInProgress { state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment ProcessingTaskApproved on ProcessingTaskApproved { state }","b111cbd352fbdf127d499cd8d4f84433":"mutation UpdateMockSchema($mockSchemaId: ID!, $baseSchemaFile: Upload, $downstreamUrl: String, $extensionsSchemaFile: Upload, $name: String) { updateMockSchema(input: { id: $mockSchemaId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { __typename mockSchema { __typename id ... MockSchemaDetailPrompt } errors { __typename ... MockSchemaNotFoundError ... MockSchemaNonUniqueNameError } } } fragment MockSchemaDetailPrompt on MockSchema { id name createdAt createdBy { __typename username } modifiedAt modifiedBy { __typename username } downstreamUrl url } fragment MockSchemaNotFoundError on MockSchemaNotFoundError { __typename message ... Error } fragment Error on Error { message } fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { __typename message name ... Error }","b653a6a4dbd2d797d69ee87b43d3d391":"subscription OnClientVersionPublishUpdated($requestId: ID!) { onClientVersionPublishingUpdate(requestId: $requestId) { __typename ... ClientVersionPublishFailed ... ClientVersionPublishSuccess ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved ... ProcessingTaskIsReady ... ProcessingTaskIsQueued } } fragment ClientVersionPublishFailed on ClientVersionPublishFailed { state errors { __typename ... UnexpectedProcessingError ... ProcessingTimeoutError ... ConcurrentOperationError ... PersistedQueryValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment ClientVersionPublishSuccess on ClientVersionPublishSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment ProcessingTaskApproved on ProcessingTaskApproved { state } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition }","b9c18dd6d50ba180b90f48a77b096216":"mutation CreateEnvironmentCommandMutation($workspaceId: ID!, $name: String!) { pushWorkspaceChanges(input: { changes: [ { environment: { create: { name: $name, referenceId: \u0022env\u0022, workspaceId: $workspaceId } } } ] }) { __typename changes { __typename referenceId error { __typename ... Error } result { __typename ... CreateEnvironmentCommandMutation_Environment } } errors { __typename ... Error } } } fragment Error on Error { message } fragment CreateEnvironmentCommandMutation_Environment on Environment { name ... EnvironmentDetailPrompt_Environment } fragment EnvironmentDetailPrompt_Environment on Environment { id name workspace { __typename name } }","ba70847f71df37bf6b676e2c4ef91570":"mutation CreateMcpFeatureCollectionCommandMutation($input: CreateMcpFeatureCollectionInput!) { createMcpFeatureCollection(input: $input) { __typename mcpFeatureCollection { __typename ... CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection } errors { __typename ... Error ... ApiNotFoundError ... UnauthorizedOperation } } } fragment CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection on McpFeatureCollection { name id ... McpFeatureCollectionDetailPrompt_McpFeatureCollection } fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { id name } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","bb47ed5730c7751c64b0f1fdcc3f0bf5":"query SetDefaultWorkspaceCommand_SelectWorkspace_Query($after: String, $first: Int) { me { __typename workspaces(after: $after, first: $first) { __typename edges { __typename cursor node { __typename ... SetDefaultWorkspaceCommand_Workspace } } pageInfo { __typename ... PageInfo } } } } fragment SetDefaultWorkspaceCommand_Workspace on Workspace { id name personal } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","c46bc0ec07d6718f937f666a59f957b0":"query ShowWorkspaceCommandQuery($workspaceId: ID!) { node(id: $workspaceId) { __typename ... WorkspaceDetailPrompt_Workspace } } fragment WorkspaceDetailPrompt_Workspace on Workspace { id name personal }","c6d62ca62c529e9795322ced95b5c1a8":"mutation UnpublishClient($input: UnpublishClientInput!) { unpublishClient(input: $input) { __typename clientVersion { __typename id client { __typename name } } errors { __typename ... ConcurrentOperationError ... StageNotFoundError ... ClientVersionNotFoundError ... UnauthorizedOperation ... ClientNotFoundError ... Error } } } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment ClientVersionNotFoundError on ClientVersionNotFoundError { tag message clientId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error }","c8d21a0bb621a01952ffb6224bbbfe0d":"mutation CreateWorkspaceCommandMutation($input: CreateWorkspaceInput!) { createWorkspace(input: $input) { __typename workspace { __typename id name ... WorkspaceDetailPrompt_Workspace } errors { __typename ... on UnauthorizedOperation { message } ... on ValidationError { message } ... on Error { message } } } } fragment WorkspaceDetailPrompt_Workspace on Workspace { id name personal }","cac7b1f4800fb9c9c07bed47c5bbd775":"query SelectOpenApiCollectionPromptQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename openApiCollections(after: $after, first: $first) { __typename edges { __typename ... SelectOpenApiCollectionPrompt_OpenApiCollectionEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectOpenApiCollectionPrompt_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { cursor node { __typename ... SelectOpenApiCollectionPrompt_OpenApiCollection } } fragment SelectOpenApiCollectionPrompt_OpenApiCollection on OpenApiCollection { id name ... OpenApiCollectionDetailPrompt_OpenApiCollection } fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { id name } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","cd98258e9a04da627abb631685b299df":"query ListOpenApiCollectionCommandQuery($apiId: ID!, $after: String, $first: Int) { node(id: $apiId) { __typename ... on Api { openApiCollections(first: $first, after: $after) { __typename edges { __typename ... ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge } pageInfo { __typename ... PageInfo } } } } } fragment ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { cursor node { __typename ... ListOpenApiCollectionCommandQuery_OpenApiCollection } } fragment ListOpenApiCollectionCommandQuery_OpenApiCollection on OpenApiCollection { id name ... OpenApiCollectionDetailPrompt_OpenApiCollection } fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { id name } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","d2cc1b6089c0354e5f8addda5f6d5b56":"query PageClientVersionDetailQuery($id: ID!, $after: String!) { node(id: $id) { __typename ... on Client { versions(first: 10, after: $after) { __typename pageInfo { __typename hasNextPage endCursor } edges { __typename ... ClientDetailPrompt_ClientVersionEdge } } } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } }","d38a43a7b864ae9c3d787807b5f5f460":"mutation PublishSchemaVersion($input: PublishSchemaInput!) { publishSchema(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... ApiNotFoundError ... StageNotFoundError ... SchemaNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment SchemaNotFoundError on SchemaNotFoundError { message apiId tag ... Error }","d9c3122efc6baad1e0bfd610a4503566":"mutation DeleteApiKeyCommandMutation($input: DeleteApiKeyInput!) { deleteApiKey(input: $input) { __typename apiKey { __typename ... DeleteApiKeyCommand_ApiKey } errors { __typename ... ApiKeyNotFoundError ... Error } } } fragment DeleteApiKeyCommand_ApiKey on ApiKey { id ... ApiKeyDetailPrompt_ApiKey } fragment ApiKeyDetailPrompt_ApiKey on ApiKey { id name workspace { __typename name } } fragment ApiKeyNotFoundError on ApiKeyNotFoundError { __typename message apiKeyId } fragment Error on Error { message }","dc1c3bda5bde62cf3e0b9afcaf32824e":"mutation CreateMockSchema($apiId: ID!, $baseSchemaFile: Upload!, $downstreamUrl: String!, $extensionsSchemaFile: Upload!, $name: String!) { createMockSchema(input: { apiId: $apiId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { __typename mockSchema { __typename id ... MockSchemaDetailPrompt } errors { __typename ... ApiNotFoundError ... MockSchemaNonUniqueNameError } } } fragment MockSchemaDetailPrompt on MockSchema { id name createdAt createdBy { __typename username } modifiedAt modifiedBy { __typename username } downstreamUrl url } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment Error on Error { message } fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { __typename message name ... Error }","dff3ece7aa10daff0067410c52faf6d7":"mutation DeleteApiCommandMutation($apiId: ID!) { deleteApiById(input: { apiId: $apiId }) { __typename api { __typename name ... ApiDetailPrompt_Api } errors { __typename ... Error } } } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } } fragment Error on Error { message }","e3e054b46fe9354a8fe15a8b0dea1624":"mutation ValidateOpenApiCollectionCommandMutation($input: ValidateOpenApiCollectionInput!) { validateOpenApiCollection(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... OpenApiCollectionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { openApiCollectionId ... Error }","e7828352aef7a0d78376c52b11a5f54e":"mutation DeleteOpenApiCollectionByIdCommandMutation($input: DeleteOpenApiCollectionByIdInput!) { deleteOpenApiCollectionById(input: $input) { __typename openApiCollection { __typename ... DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection } errors { __typename ... Error ... OpenApiCollectionNotFoundError ... UnauthorizedOperation } } } fragment DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection on OpenApiCollection { name id ... OpenApiCollectionDetailPrompt_OpenApiCollection } fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { id name } fragment Error on Error { message } fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { openApiCollectionId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","eb5219613bc72b416f81729786573163":"mutation UploadMcpFeatureCollectionCommandMutation($input: UploadMcpFeatureCollectionInput!) { uploadMcpFeatureCollection(input: $input) { __typename mcpFeatureCollectionVersion { __typename id } errors { __typename ... UnauthorizedOperation ... McpFeatureCollectionNotFoundError ... InvalidMcpFeatureCollectionArchiveError ... DuplicatedTagError ... ConcurrentOperationError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { mcpFeatureCollectionId ... Error } fragment InvalidMcpFeatureCollectionArchiveError on InvalidMcpFeatureCollectionArchiveError { message } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error }","f230bc4d51fb6f5456e272f3aa163aff":"subscription ValidateOpenApiCollectionCommandSubscription($requestId: ID!) { onOpenApiCollectionVersionValidationUpdate(requestId: $requestId) { __typename ... OpenApiCollectionVersionValidationFailed ... OpenApiCollectionVersionValidationSuccess ... OperationInProgress ... ValidationInProgress } } fragment OpenApiCollectionVersionValidationFailed on OpenApiCollectionVersionValidationFailed { state errors { __typename ... ProcessingTimeoutError ... UnexpectedProcessingError ... OpenApiCollectionValidationError ... OpenApiCollectionValidationArchiveError } } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment OpenApiCollectionValidationArchiveError on OpenApiCollectionValidationArchiveError { message } fragment OpenApiCollectionVersionValidationSuccess on OpenApiCollectionVersionValidationSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment ValidationInProgress on ValidationInProgress { state }","f450cfe13d84ae3c3768bac9c9fbf8b4":"mutation DeleteClientByIdCommandMutation($input: DeleteClientByIdInput!) { deleteClientById(input: $input) { __typename client { __typename ... DeleteClientByIdCommandMutation_Client } errors { __typename ... Error ... ClientNotFoundError ... UnauthorizedOperation } } } fragment DeleteClientByIdCommandMutation_Client on Client { name id ... ClientDetailPrompt_Client } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } } fragment Error on Error { message } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","fc0b2ca98ba95caa6eadb2f1b725006f":"mutation ValidateClientVersion($input: ValidateClientInput!) { validateClient(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... ClientNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error }","fd942dedfe5e376385ae72436c97104a":"mutation CommitFusionConfigurationPublish($input: CommitFusionConfigurationPublishInput!) { commitFusionConfigurationPublish(input: $input) { __typename errors { __typename ... UnauthorizedOperation ... FusionConfigurationRequestNotFoundError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }","ff9fd00b5a96ac47f6aa413a425337d9":"query ListStagesQuery($apiId: ID!) { node(id: $apiId) { __typename ... on Api { stages { __typename id name displayName ... StageDetailPrompt_Stage } } } } fragment StageDetailPrompt_Stage on Stage { id name displayName conditions { __typename ... StageCondition } } fragment StageCondition on StageCondition { ... AfterStageCondition } fragment AfterStageCondition on AfterStageCondition { afterStage { __typename name } }"} \ No newline at end of file +{"011734b7fcf646d45b21a4e46309ba9f":"mutation CreateApiCommandMutation($workspaceId: ID!, $path: [String!]!, $name: String!, $kind: ApiKind) { pushWorkspaceChanges(input: { changes: [{ api: { create: { name: $name, path: $path, referenceId: \u0022api\u0022, workspaceId: $workspaceId, kind: $kind } } }] }) { __typename changes { __typename referenceId error { __typename ... Error } result { __typename ... CreateApiCommandMutation_Api } } errors { __typename ... Error } } } fragment Error on Error { message } fragment CreateApiCommandMutation_Api on Api { name ... ApiDetailPrompt_Api } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } }","021d1bafc7178634565bd5543b9e55b7":"query SelectMcpFeatureCollectionPromptQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename mcpFeatureCollections(after: $after, first: $first) { __typename edges { __typename ... SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { cursor node { __typename ... SelectMcpFeatureCollectionPrompt_McpFeatureCollection } } fragment SelectMcpFeatureCollectionPrompt_McpFeatureCollection on McpFeatureCollection { id name ... McpFeatureCollectionDetailPrompt_McpFeatureCollection } fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { id name } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","07c3c01d9752c92ac4dfe838c5ae069d":"mutation UploadClient($input: UploadClientInput!) { uploadClient(input: $input) { __typename clientVersion { __typename id } errors { __typename ... UnauthorizedOperation ... ClientNotFoundError ... DuplicatedTagError ... ConcurrentOperationError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error }","0941232cf9cd2c8d7f601407e9d64dbf":"query ShowApiCommandQuery($workspaceId: ID!) { node(id: $workspaceId) { __typename ... ApiDetailPrompt_Api } } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } }","147298b7a2e237b07f06e5a7c2b1ef84":"mutation RevokePersonalAccessTokenCommandMutation($input: RevokePersonalAccessTokenInput!) { revokePersonalAccessToken(input: $input) { __typename personalAccessToken { __typename ... RevokePersonalAccessTokenCommand_PersonalAccessToken } errors { __typename ... PersonalAccessTokenNotFoundError ... Error } } } fragment RevokePersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { id description ... PersonalAccessTokenDetailPrompt_PersonalAccessToken } fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { id description createdAt expiresAt } fragment PersonalAccessTokenNotFoundError on PersonalAccessTokenNotFoundError { __typename message ... Error } fragment Error on Error { message }","1764f051057ef08b61a865c8e104c057":"mutation SetApiSettingsCommandMutation($input: UpdateApiSettingsInput!) { updateApiSettings(input: $input) { __typename api { __typename ... SetApiSettingsCommandMutation_Api } errors { __typename ... ApiNotFoundError ... UnauthorizedOperation ... Error } } } fragment SetApiSettingsCommandMutation_Api on Api { name path ... SelectApiPrompt_Api } fragment SelectApiPrompt_Api on Api { id name path ... ApiDetailPrompt_Api } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment Error on Error { message } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","1781486920ef931abe7278a40b70d4cb":"mutation CreateClientCommandMutation($input: CreateClientInput!) { createClient(input: $input) { __typename client { __typename ... CreateClientCommandMutation_Client } errors { __typename ... Error ... ApiNotFoundError ... UnauthorizedOperation } } } fragment CreateClientCommandMutation_Client on Client { name id ... ClientDetailPrompt_Client } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","17c73eb7d485a0bf03b77efc0d4b7ecd":"mutation ValidateMcpFeatureCollectionCommandMutation($input: ValidateMcpFeatureCollectionInput!) { validateMcpFeatureCollection(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... McpFeatureCollectionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { mcpFeatureCollectionId ... Error }","1b7ebd5e95b4f31767e0271f30d34242":"query ListMockCommandQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename mockSchemas(after: $after, first: $first) { __typename edges { __typename ... ListMockCommand_MockEdge } pageInfo { __typename ... PageInfo } } } } fragment ListMockCommand_MockEdge on MockSchemasEdge { cursor node { __typename ... ListMockCommand_Mock } } fragment ListMockCommand_Mock on MockSchema { id name ... MockSchemaDetailPrompt } fragment MockSchemaDetailPrompt on MockSchema { id name createdAt createdBy { __typename username } modifiedAt modifiedBy { __typename username } downstreamUrl url } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","202e2ae2330c6b4feffd8347e5769aba":"query ShowClientCommandQuery($clientId: ID!) { node(id: $clientId) { __typename ... ClientDetailPrompt_Client } } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } }","20f39ffae2a0c07009008b6836aba650":"mutation ValidateSchemaVersion($input: ValidateSchemaInput!) { validateSchema(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... ApiNotFoundError ... StageNotFoundError ... SchemaNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment SchemaNotFoundError on SchemaNotFoundError { message apiId tag ... Error }","250a3500a6feb1b9b5ce5d47a3a47053":"mutation PublishClientVersion($input: PublishClientInput!) { publishClient(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... ClientNotFoundError ... ClientVersionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error } fragment ClientVersionNotFoundError on ClientVersionNotFoundError { tag message clientId ... Error }","2513a57b937300d59ac37db38e3592e5":"mutation StartFusionConfigurationPublish($input: StartFusionConfigurationCompositionInput!) { startFusionConfigurationComposition(input: $input) { __typename errors { __typename ... UnauthorizedOperation ... FusionConfigurationRequestNotFoundError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }","300e84eb9429d49f38148115ee5a4681":"mutation BeginFusionConfigurationPublish($input: BeginFusionConfigurationPublishInput!) { beginFusionConfigurationPublish(input: $input) { __typename requestId errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... ApiNotFoundError ... SubgraphInvalidError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment SubgraphInvalidError on SubgraphInvalidError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }","35993498c755e51178ea417965c3a164":"query ShowEnvironmentCommandQuery($workspaceId: ID!) { node(id: $workspaceId) { __typename ... EnvironmentDetailPrompt_Environment } } fragment EnvironmentDetailPrompt_Environment on Environment { id name workspace { __typename name } }","39e48feb517b1ca240cec144623126c8":"mutation CancelFusionConfigurationPublish($input: CancelFusionConfigurationCompositionInput!) { cancelFusionConfigurationComposition(input: $input) { __typename errors { __typename ... UnauthorizedOperation ... FusionConfigurationRequestNotFoundError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }","3b4f426d4f45f7b8d9472110f137e869":"query DeleteApiCommandQuery($apiId: ID!) { node(id: $apiId) { __typename ... DeleteApiCommandQuery_Api } } fragment DeleteApiCommandQuery_Api on Api { name version workspace { __typename id } }","3b9dd305052255f2532cc87618161446":"mutation PublishOpenApiCollectionCommandMutation($input: PublishOpenApiCollectionInput!) { publishOpenApiCollection(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... OpenApiCollectionNotFoundError ... OpenApiCollectionVersionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { openApiCollectionId ... Error } fragment OpenApiCollectionVersionNotFoundError on OpenApiCollectionVersionNotFoundError { tag message openApiCollectionId ... Error }","3cb7cfb1e2c00815ac6b61d95b84b060":"subscription PublishOpenApiCollectionCommandSubscription($requestId: ID!) { onOpenApiCollectionVersionPublishingUpdate(requestId: $requestId) { __typename ... OpenApiCollectionVersionPublishFailed ... OpenApiCollectionVersionPublishSuccess ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved ... ProcessingTaskIsReady ... ProcessingTaskIsQueued } } fragment OpenApiCollectionVersionPublishFailed on OpenApiCollectionVersionPublishFailed { state errors { __typename ... UnexpectedProcessingError ... ProcessingTimeoutError ... ConcurrentOperationError ... OpenApiCollectionValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment OpenApiCollectionVersionPublishSuccess on OpenApiCollectionVersionPublishSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment ProcessingTaskApproved on ProcessingTaskApproved { state } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition }","4457adbf3d9f1a7ca591ced02a6e97c0":"query ListApiCommandQuery($workspaceId: ID!, $after: Version, $first: Int) { workspaceById(workspaceId: $workspaceId) { __typename apis(after: $after, first: $first) { __typename edges { __typename ... ListApiCommand_ApiEdge } pageInfo { __typename ... PageInfo } } } } fragment ListApiCommand_ApiEdge on ApisEdge { cursor node { __typename ... ListApiCommand_Api } } fragment ListApiCommand_Api on Api { id name path ... ApiDetailPrompt_Api } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","46cc5ecdb98af795749ecb6f2d419092":"mutation CreatePersonalAccessTokenCommandMutation($input: CreatePersonalAccessTokenInput!) { createPersonalAccessToken(input: $input) { __typename result { __typename token { __typename ... CreatePersonalAccessTokenCommandMutation_PersonalAccessToken } secret } errors { __typename ... UnauthorizedOperation ... Error } } } fragment CreatePersonalAccessTokenCommandMutation_PersonalAccessToken on PersonalAccessToken { id ... PersonalAccessTokenDetailPrompt_PersonalAccessToken } fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { id description createdAt expiresAt } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message }","50d28b9daaa1cc64ed3762123b19bc5a":"subscription OnSchemaVersionValidationUpdated($requestId: ID!) { onSchemaVersionValidationUpdate(requestId: $requestId) { __typename ... SchemaVersionValidationFailed ... SchemaVersionValidationSuccess ... OperationInProgress ... ValidationInProgress } } fragment SchemaVersionValidationFailed on SchemaVersionValidationFailed { state errors { __typename ... UnexpectedProcessingError ... ProcessingTimeoutError ... SchemaVersionSyntaxError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... SchemaVersionChangeViolationError ... OperationsAreNotAllowedError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { __typename changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment SchemaVersionValidationSuccess on SchemaVersionValidationSuccess { state changes { __typename ... SchemaChangeLogEntry } } fragment OperationInProgress on OperationInProgress { state } fragment ValidationInProgress on ValidationInProgress { state }","5758d2edb80ceb1aa05694485dfdaeed":"mutation CreateOpenApiCollectionCommandMutation($input: CreateOpenApiCollectionInput!) { createOpenApiCollection(input: $input) { __typename openApiCollection { __typename ... CreateOpenApiCollectionCommandMutation_OpenApiCollection } errors { __typename ... Error ... ApiNotFoundError ... UnauthorizedOperation } } } fragment CreateOpenApiCollectionCommandMutation_OpenApiCollection on OpenApiCollection { name id ... OpenApiCollectionDetailPrompt_OpenApiCollection } fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { id name } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","5d5c59c7c2e869cd8e37ec6a854f6d61":"query ListEnvironmentCommandQuery($workspaceId: ID!, $after: Version, $first: Int) { workspaceById(workspaceId: $workspaceId) { __typename environments(after: $after, first: $first) { __typename edges { __typename ... ListEnvironmentCommand_EnvironmentEdge } pageInfo { __typename ... PageInfo } } } } fragment ListEnvironmentCommand_EnvironmentEdge on EnvironmentsEdge { cursor node { __typename ... ListEnvironmentCommand_Environment } } fragment ListEnvironmentCommand_Environment on Environment { id name ... EnvironmentDetailPrompt_Environment } fragment EnvironmentDetailPrompt_Environment on Environment { id name workspace { __typename name } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","6795a8c7e7e54136f9b2b563753a134e":"mutation ValidateFusionConfigurationPublish($input: ValidateFusionConfigurationCompositionInput!) { validateFusionConfigurationComposition(input: $input) { __typename errors { __typename ... UnauthorizedOperation ... FusionConfigurationRequestNotFoundError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }","6ad8835f646dd18170a8670d303ed8ae":"mutation UploadFusionSubgraph($input: UploadFusionSubgraphInput!) { uploadFusionSubgraph(input: $input) { __typename fusionSubgraphVersion { __typename id } errors { __typename ... UnauthorizedOperation ... DuplicatedTagError ... ConcurrentOperationError ... InvalidFusionSourceSchemaArchiveError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment InvalidFusionSourceSchemaArchiveError on InvalidFusionSourceSchemaArchiveError { message }","6f2552b2efab37e84bf41e0fd2ef37e1":"mutation UploadSchema($input: UploadSchemaInput!) { uploadSchema(input: $input) { __typename schemaVersion { __typename id } errors { __typename ... UnauthorizedOperation ... DuplicatedTagError ... ConcurrentOperationError ... ApiNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error }","736b80b8a3e39c5fcb5c192b42e084b4":"mutation PublishMcpFeatureCollectionCommandMutation($input: PublishMcpFeatureCollectionInput!) { publishMcpFeatureCollection(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... McpFeatureCollectionNotFoundError ... McpFeatureCollectionVersionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { mcpFeatureCollectionId ... Error } fragment McpFeatureCollectionVersionNotFoundError on McpFeatureCollectionVersionNotFoundError { tag message mcpFeatureCollectionId ... Error }","73d47ef547275fb8b3364106fa956029":"query ListApiKeyCommandQuery($workspaceId: ID!, $after: String, $first: Int) { workspaceById(workspaceId: $workspaceId) { __typename apiKeys(after: $after, first: $first) { __typename edges { __typename ... ListApiKeyCommand_ApiKeyEdge } pageInfo { __typename ... PageInfo } } } } fragment ListApiKeyCommand_ApiKeyEdge on ApiKeysEdge { cursor node { __typename ... ListApiKeyCommand_ApiKey } } fragment ListApiKeyCommand_ApiKey on ApiKey { id name ... ApiKeyDetailPrompt_ApiKey } fragment ApiKeyDetailPrompt_ApiKey on ApiKey { id name workspace { __typename name } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","7bba9b8a24c252e56c3a8f077ab6c62f":"subscription OnClientVersionValidationUpdated($requestId: ID!) { onClientVersionValidationUpdate(requestId: $requestId) { __typename ... ClientVersionValidationFailed ... ClientVersionValidationSuccess ... OperationInProgress ... ValidationInProgress } } fragment ClientVersionValidationFailed on ClientVersionValidationFailed { state errors { __typename ... PersistedQueryValidationError ... ProcessingTimeoutError ... UnexpectedProcessingError } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ClientVersionValidationSuccess on ClientVersionValidationSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment ValidationInProgress on ValidationInProgress { state }","7fec40ddb8a7c93a69817de82959f38a":"mutation UploadOpenApiCollectionCommandMutation($input: UploadOpenApiCollectionInput!) { uploadOpenApiCollection(input: $input) { __typename openApiCollectionVersion { __typename id } errors { __typename ... UnauthorizedOperation ... OpenApiCollectionNotFoundError ... InvalidOpenApiCollectionArchiveError ... DuplicatedTagError ... ConcurrentOperationError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { openApiCollectionId ... Error } fragment InvalidOpenApiCollectionArchiveError on InvalidOpenApiCollectionArchiveError { message } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error }","7fed272d6aaed647d16d156856db0eed":"query ListMcpFeatureCollectionCommandQuery($apiId: ID!, $after: String, $first: Int) { node(id: $apiId) { __typename ... on Api { mcpFeatureCollections(first: $first, after: $after) { __typename edges { __typename ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge } pageInfo { __typename ... PageInfo } } } } } fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollectionEdge on ApiMcpFeatureCollectionsEdge { cursor node { __typename ... ListMcpFeatureCollectionCommandQuery_McpFeatureCollection } } fragment ListMcpFeatureCollectionCommandQuery_McpFeatureCollection on McpFeatureCollection { id name ... McpFeatureCollectionDetailPrompt_McpFeatureCollection } fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { id name } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","81090212b99490332c1b0614e4509b64":"query ListWorkspaceCommandQuery($after: String, $first: Int) { me { __typename workspaces(after: $after, first: $first) { __typename edges { __typename ... ListWorkspaceCommand_WorkspaceEdge } pageInfo { __typename ... PageInfo } } } } fragment ListWorkspaceCommand_WorkspaceEdge on WorkspacesEdge { cursor node { __typename ... ListWorkspaceCommand_Workspace } } fragment ListWorkspaceCommand_Workspace on Workspace { id name personal ... WorkspaceDetailPrompt_Workspace } fragment WorkspaceDetailPrompt_Workspace on Workspace { id name personal } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","8403a76012480cacf4ff791dfdf9ab03":"query ListPersonalAccessTokenCommandQuery($after: String, $first: Int) { me { __typename personalAccessTokens(after: $after, first: $first) { __typename edges { __typename ... ListPersonalAccessTokenCommand_PersonalAccessTokenEdge } pageInfo { __typename ... PageInfo } } } } fragment ListPersonalAccessTokenCommand_PersonalAccessTokenEdge on PersonalAccessTokensEdge { cursor node { __typename ... ListPersonalAccessTokenCommand_PersonalAccessToken } } fragment ListPersonalAccessTokenCommand_PersonalAccessToken on PersonalAccessToken { id description expiresAt createdAt ... PersonalAccessTokenDetailPrompt_PersonalAccessToken } fragment PersonalAccessTokenDetailPrompt_PersonalAccessToken on PersonalAccessToken { id description createdAt expiresAt } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","89d9fea06884980ce1721212dff781b9":"query SelectClientPromptQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename clients(after: $after, first: $first) { __typename edges { __typename ... SelectClientPrompt_ClientEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectClientPrompt_ClientEdge on ClientsEdge { cursor node { __typename ... SelectClientPrompt_Client } } fragment SelectClientPrompt_Client on Client { id name ... ClientDetailPrompt_Client } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","8e45bab85454282aa6a1f07c57c013a1":"query SelectMockSchemaPromptQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename mockSchemas(after: $after, first: $first) { __typename edges { __typename ... SelectMockCommand_MockEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectMockCommand_MockEdge on MockSchemasEdge { cursor node { __typename ... SelectMockCommand_Mock } } fragment SelectMockCommand_Mock on MockSchema { id name ... MockSchemaDetailPrompt } fragment MockSchemaDetailPrompt on MockSchema { id name createdAt createdBy { __typename username } modifiedAt modifiedBy { __typename username } downstreamUrl url } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","953b6423bcadc90c2f30315980801a9d":"subscription PublishMcpFeatureCollectionCommandSubscription($requestId: ID!) { onMcpFeatureCollectionVersionPublishingUpdate(requestId: $requestId) { __typename ... McpFeatureCollectionVersionPublishFailed ... McpFeatureCollectionVersionPublishSuccess ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved ... ProcessingTaskIsReady ... ProcessingTaskIsQueued } } fragment McpFeatureCollectionVersionPublishFailed on McpFeatureCollectionVersionPublishFailed { state errors { __typename ... UnexpectedProcessingError ... ProcessingTimeoutError ... ConcurrentOperationError ... McpFeatureCollectionValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionVersionPublishSuccess on McpFeatureCollectionVersionPublishSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment ProcessingTaskApproved on ProcessingTaskApproved { state } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition }","992b8ab9fd5e45569fda61f616659e1a":"mutation CreateApiKeyCommandMutation($input: CreateApiKeyInput!) { createApiKey(input: $input) { __typename result { __typename key { __typename ... CreateApiKeyCommandMutation_ApiKey } secret } errors { __typename ... ApiNotFoundError ... WorkspaceNotFound ... PersonalWorkspaceNotSupportedError ... ValidationError ... RoleNotFoundError ... Error } } } fragment CreateApiKeyCommandMutation_ApiKey on ApiKey { id ... ApiKeyDetailPrompt_ApiKey } fragment ApiKeyDetailPrompt_ApiKey on ApiKey { id name workspace { __typename name } } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment Error on Error { message } fragment WorkspaceNotFound on WorkspaceNotFound { __typename message workspaceId ... Error } fragment PersonalWorkspaceNotSupportedError on PersonalWorkspaceNotSupportedError { __typename message ... Error } fragment ValidationError on ValidationError { __typename message errors { __typename message } ... Error } fragment RoleNotFoundError on RoleNotFoundError { __typename message roleId ... Error }","9a5ac6c756ae69d3cb53bae89f844cb6":"subscription ValidateMcpFeatureCollectionCommandSubscription($requestId: ID!) { onMcpFeatureCollectionVersionValidationUpdate(requestId: $requestId) { __typename ... McpFeatureCollectionVersionValidationFailed ... McpFeatureCollectionVersionValidationSuccess ... OperationInProgress ... ValidationInProgress } } fragment McpFeatureCollectionVersionValidationFailed on McpFeatureCollectionVersionValidationFailed { state errors { __typename ... ProcessingTimeoutError ... UnexpectedProcessingError ... McpFeatureCollectionValidationError ... McpFeatureCollectionValidationArchiveError } } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationArchiveError on McpFeatureCollectionValidationArchiveError { message } fragment McpFeatureCollectionVersionValidationSuccess on McpFeatureCollectionVersionValidationSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment ValidationInProgress on ValidationInProgress { state }","a299690b49723e3cdbf46ea56ec77e25":"subscription OnSchemaVersionPublishUpdated($requestId: ID!) { onSchemaVersionPublishingUpdate(requestId: $requestId) { __typename ... SchemaVersionPublishFailed ... SchemaVersionPublishSuccess ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved ... ProcessingTaskIsReady ... ProcessingTaskIsQueued } } fragment SchemaVersionPublishFailed on SchemaVersionPublishFailed { __typename state errors { __typename ... ConcurrentOperationError ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaVersionChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... UnexpectedProcessingError ... ProcessingTimeoutError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { __typename changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment SchemaVersionPublishSuccess on SchemaVersionPublishSuccess { __typename state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment ProcessingTaskApproved on ProcessingTaskApproved { state } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition }","a2a2d861eabc2d4a6f484b396c3e3c8e":"query ListClientCommandQuery($apiId: ID!, $after: String, $first: Int) { node(id: $apiId) { __typename ... on Api { clients(after: $after, first: $first) { __typename edges { __typename cursor node { __typename id name ... ClientDetailPrompt_Client } } pageInfo { __typename ... PageInfo } } } } } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","a50cce1fa951fcdc164e78c6f8726374":"mutation UpdateStages($input: UpdateStagesInput!) { updateStages(input: $input) { __typename api { __typename stages { __typename ... StageDetailPrompt_Stage } } errors { __typename ... ApiNotFoundError ... StageNotFoundError ... StagesHavePublishedDependenciesError ... on Error { message __typename } } } } fragment StageDetailPrompt_Stage on Stage { id name displayName conditions { __typename ... StageCondition } } fragment StageCondition on StageCondition { ... AfterStageCondition } fragment AfterStageCondition on AfterStageCondition { afterStage { __typename name } } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment StagesHavePublishedDependenciesError on StagesHavePublishedDependenciesError { __typename message stages { __typename name publishedSchema { __typename version { __typename tag } } publishedClients { __typename client { __typename name } publishedVersions { __typename version { __typename tag } } } } }","a87294003c8142e3996f1398a866c64f":"mutation DeleteMcpFeatureCollectionByIdCommandMutation($input: DeleteMcpFeatureCollectionByIdInput!) { deleteMcpFeatureCollectionById(input: $input) { __typename mcpFeatureCollection { __typename ... DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection } errors { __typename ... Error ... McpFeatureCollectionNotFoundError ... UnauthorizedOperation } } } fragment DeleteMcpFeatureCollectionByIdCommandMutation_McpFeatureCollection on McpFeatureCollection { name id ... McpFeatureCollectionDetailPrompt_McpFeatureCollection } fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { id name } fragment Error on Error { message } fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { mcpFeatureCollectionId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","a99c8cea1f4c187c4b1a8f615aa22fac":"query SelectApiPromptQuery($workspaceId: ID!, $after: Version, $first: Int) { workspaceById(workspaceId: $workspaceId) { __typename apis(after: $after, first: $first) { __typename edges { __typename ... SelectApiPrompt_ApiEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectApiPrompt_ApiEdge on ApisEdge { cursor node { __typename ... SelectApiPrompt_Api } } fragment SelectApiPrompt_Api on Api { id name path ... ApiDetailPrompt_Api } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","ad7832cb824babc85c41b06418596ac6":"subscription OnFusionConfigurationPublishingTaskChanged($requestId: ID!) { onFusionConfigurationPublishingTaskChanged(requestId: $requestId) { state __typename ... ProcessingTaskIsReady ... ProcessingTaskIsQueued ... FusionConfigurationPublishingSuccess ... FusionConfigurationPublishingFailed ... FusionConfigurationValidationSuccess ... FusionConfigurationValidationFailed ... ValidationInProgress ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved } } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition } fragment FusionConfigurationPublishingSuccess on FusionConfigurationPublishingSuccess { success: __typename } fragment FusionConfigurationPublishingFailed on FusionConfigurationPublishingFailed { failed: __typename errors { __typename message ... InvalidGraphQLSchemaError } } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment FusionConfigurationValidationSuccess on FusionConfigurationValidationSuccess { success: __typename changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment FusionConfigurationValidationFailed on FusionConfigurationValidationFailed { failed: __typename errors { __typename ... UnexpectedProcessingError ... PersistedQueryValidationError ... SchemaVersionChangeViolationError ... InvalidGraphQLSchemaError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment SchemaVersionChangeViolationError on SchemaVersionChangeViolationError { __typename changes { __typename ... SchemaChangeLogEntry } } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment ValidationInProgress on ValidationInProgress { state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment ProcessingTaskApproved on ProcessingTaskApproved { state }","b111cbd352fbdf127d499cd8d4f84433":"mutation UpdateMockSchema($mockSchemaId: ID!, $baseSchemaFile: Upload, $downstreamUrl: String, $extensionsSchemaFile: Upload, $name: String) { updateMockSchema(input: { id: $mockSchemaId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { __typename mockSchema { __typename id ... MockSchemaDetailPrompt } errors { __typename ... MockSchemaNotFoundError ... MockSchemaNonUniqueNameError } } } fragment MockSchemaDetailPrompt on MockSchema { id name createdAt createdBy { __typename username } modifiedAt modifiedBy { __typename username } downstreamUrl url } fragment MockSchemaNotFoundError on MockSchemaNotFoundError { __typename message ... Error } fragment Error on Error { message } fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { __typename message name ... Error }","b653a6a4dbd2d797d69ee87b43d3d391":"subscription OnClientVersionPublishUpdated($requestId: ID!) { onClientVersionPublishingUpdate(requestId: $requestId) { __typename ... ClientVersionPublishFailed ... ClientVersionPublishSuccess ... OperationInProgress ... WaitForApproval ... ProcessingTaskApproved ... ProcessingTaskIsReady ... ProcessingTaskIsQueued } } fragment ClientVersionPublishFailed on ClientVersionPublishFailed { state errors { __typename ... UnexpectedProcessingError ... ProcessingTimeoutError ... ConcurrentOperationError ... PersistedQueryValidationError } } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment PersistedQueryValidationError on PersistedQueryValidationError { message client { __typename id name } queries { __typename deployedTags message hash errors { __typename message code path locations { __typename column line } } } } fragment ClientVersionPublishSuccess on ClientVersionPublishSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment WaitForApproval on WaitForApproval { state deployment { __typename ... on SchemaDeployment { errors { __typename ... OperationsAreNotAllowedError ... SchemaVersionSyntaxError ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on ClientDeployment { errors { __typename ... PersistedQueryValidationError } } ... on FusionConfigurationDeployment { errors { __typename ... SchemaChangeViolationError ... InvalidGraphQLSchemaError ... PersistedQueryValidationError ... OpenApiCollectionValidationError ... McpFeatureCollectionValidationError } } ... on OpenApiCollectionDeployment { errors { __typename ... OpenApiCollectionValidationError } } ... on McpFeatureCollectionDeployment { errors { __typename ... McpFeatureCollectionValidationError } } } } fragment OperationsAreNotAllowedError on OperationsAreNotAllowedError { __typename message } fragment SchemaVersionSyntaxError on SchemaVersionSyntaxError { __typename message column position line } fragment SchemaChangeViolationError on SchemaChangeViolationError { message changes { __typename ... SchemaChangeLogEntry } } fragment SchemaChangeLogEntry on SchemaChangeLogEntry { __typename ... TypeSystemMemberAddedChange ... TypeSystemMemberRemovedChange ... ObjectModifiedChange ... InputObjectModifiedChange ... DirectiveModifiedChange ... ScalarModifiedChange ... EnumModifiedChange ... UnionModifiedChange ... InterfaceModifiedChange ... SchemaChange } fragment TypeSystemMemberAddedChange on TypeSystemMemberAddedChange { ... SchemaChange coordinate severity __typename } fragment SchemaChange on SchemaChange { severity } fragment TypeSystemMemberRemovedChange on TypeSystemMemberRemovedChange { ... SchemaChange coordinate severity __typename } fragment ObjectModifiedChange on ObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged } } fragment InterfaceImplementationAdded on InterfaceImplementationAdded { ... SchemaChange interfaceName severity } fragment InterfaceImplementationRemoved on InterfaceImplementationRemoved { ... SchemaChange interfaceName severity } fragment DescriptionChanged on DescriptionChanged { ... SchemaChange old new severity __typename } fragment FieldAddedChange on FieldAddedChange { ... SchemaChange coordinate typeName fieldName severity } fragment FieldRemovedChange on FieldRemovedChange { ... SchemaChange coordinate typeName fieldName severity } fragment OutputFieldChanged on OutputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... ArgumentRemoved ... ArgumentAdded ... ArgumentChanged ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment ArgumentRemoved on ArgumentRemoved { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentAdded on ArgumentAdded { ... SchemaChange coordinate severity name typeName __typename } fragment ArgumentChanged on ArgumentChanged { ... SchemaChange coordinate severity name __typename changes { __typename ... DescriptionChanged ... DeprecatedChange ... TypeChanged } } fragment DeprecatedChange on DeprecatedChange { ... SchemaChange deprecationReason severity } fragment TypeChanged on TypeChanged { ... SchemaChange oldType newType severity __typename } fragment InputObjectModifiedChange on InputObjectModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... InputFieldChanged } } fragment InputFieldChanged on InputFieldChanged { ... SchemaChange coordinate severity fieldName changes { __typename ... DescriptionChanged ... TypeChanged ... DeprecatedChange } } fragment DirectiveModifiedChange on DirectiveModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DirectiveLocationAdded ... DirectiveLocationRemoved ... DescriptionChanged ... ArgumentRemoved ... ArgumentChanged ... ArgumentAdded } } fragment DirectiveLocationAdded on DirectiveLocationAdded { ... SchemaChange location severity __typename } fragment DirectiveLocationRemoved on DirectiveLocationRemoved { ... SchemaChange location severity __typename } fragment ScalarModifiedChange on ScalarModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged } } fragment EnumModifiedChange on EnumModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... EnumValueRemoved ... EnumValueAdded ... EnumValueChanged } } fragment EnumValueRemoved on EnumValueRemoved { ... SchemaChange coordinate severity } fragment EnumValueAdded on EnumValueAdded { ... SchemaChange coordinate severity } fragment EnumValueChanged on EnumValueChanged { ... SchemaChange coordinate severity changes { __typename ... DeprecatedChange ... DescriptionChanged } } fragment UnionModifiedChange on UnionModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... DescriptionChanged ... UnionMemberRemoved ... UnionMemberAdded } } fragment UnionMemberRemoved on UnionMemberRemoved { ... SchemaChange typeName severity } fragment UnionMemberAdded on UnionMemberAdded { ... SchemaChange typeName severity } fragment InterfaceModifiedChange on InterfaceModifiedChange { ... SchemaChange coordinate severity __typename changes { __typename ... InterfaceImplementationAdded ... InterfaceImplementationRemoved ... DescriptionChanged ... FieldAddedChange ... FieldRemovedChange ... OutputFieldChanged ... PossibleTypeAdded ... PossibleTypeRemoved } } fragment PossibleTypeAdded on PossibleTypeAdded { ... SchemaChange typeName severity } fragment PossibleTypeRemoved on PossibleTypeRemoved { ... SchemaChange typeName severity } fragment InvalidGraphQLSchemaError on InvalidGraphQLSchemaError { __typename message errors { __typename message code } } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment McpFeatureCollectionValidationError on McpFeatureCollectionValidationError { collections { __typename mcpFeatureCollection { __typename id name } entities { __typename errors { __typename ... McpFeatureCollectionValidationDocumentError ... McpFeatureCollectionValidationEntityValidationError } ... on McpFeatureCollectionValidationPrompt { name } ... on McpFeatureCollectionValidationTool { name } } } } fragment McpFeatureCollectionValidationDocumentError on McpFeatureCollectionValidationDocumentError { code message path locations { __typename column line } } fragment McpFeatureCollectionValidationEntityValidationError on McpFeatureCollectionValidationEntityValidationError { message } fragment ProcessingTaskApproved on ProcessingTaskApproved { state } fragment ProcessingTaskIsReady on ProcessingTaskIsReady { ready: __typename } fragment ProcessingTaskIsQueued on ProcessingTaskIsQueued { queued: __typename queuePosition }","ba70847f71df37bf6b676e2c4ef91570":"mutation CreateMcpFeatureCollectionCommandMutation($input: CreateMcpFeatureCollectionInput!) { createMcpFeatureCollection(input: $input) { __typename mcpFeatureCollection { __typename ... CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection } errors { __typename ... Error ... ApiNotFoundError ... UnauthorizedOperation } } } fragment CreateMcpFeatureCollectionCommandMutation_McpFeatureCollection on McpFeatureCollection { name id ... McpFeatureCollectionDetailPrompt_McpFeatureCollection } fragment McpFeatureCollectionDetailPrompt_McpFeatureCollection on McpFeatureCollection { id name } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","bb47ed5730c7751c64b0f1fdcc3f0bf5":"query SetDefaultWorkspaceCommand_SelectWorkspace_Query($after: String, $first: Int) { me { __typename workspaces(after: $after, first: $first) { __typename edges { __typename cursor node { __typename ... SetDefaultWorkspaceCommand_Workspace } } pageInfo { __typename ... PageInfo } } } } fragment SetDefaultWorkspaceCommand_Workspace on Workspace { id name personal } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","c46bc0ec07d6718f937f666a59f957b0":"query ShowWorkspaceCommandQuery($workspaceId: ID!) { node(id: $workspaceId) { __typename ... WorkspaceDetailPrompt_Workspace } } fragment WorkspaceDetailPrompt_Workspace on Workspace { id name personal }","c6d62ca62c529e9795322ced95b5c1a8":"mutation UnpublishClient($input: UnpublishClientInput!) { unpublishClient(input: $input) { __typename clientVersion { __typename id client { __typename name } } errors { __typename ... ConcurrentOperationError ... StageNotFoundError ... ClientVersionNotFoundError ... UnauthorizedOperation ... ClientNotFoundError ... Error } } } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment ClientVersionNotFoundError on ClientVersionNotFoundError { tag message clientId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error }","c8d21a0bb621a01952ffb6224bbbfe0d":"mutation CreateWorkspaceCommandMutation($input: CreateWorkspaceInput!) { createWorkspace(input: $input) { __typename workspace { __typename id name ... WorkspaceDetailPrompt_Workspace } errors { __typename ... on UnauthorizedOperation { message } ... on ValidationError { message } ... on Error { message } } } } fragment WorkspaceDetailPrompt_Workspace on Workspace { id name personal }","cac7b1f4800fb9c9c07bed47c5bbd775":"query SelectOpenApiCollectionPromptQuery($apiId: ID!, $after: String, $first: Int) { apiById(id: $apiId) { __typename openApiCollections(after: $after, first: $first) { __typename edges { __typename ... SelectOpenApiCollectionPrompt_OpenApiCollectionEdge } pageInfo { __typename ... PageInfo } } } } fragment SelectOpenApiCollectionPrompt_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { cursor node { __typename ... SelectOpenApiCollectionPrompt_OpenApiCollection } } fragment SelectOpenApiCollectionPrompt_OpenApiCollection on OpenApiCollection { id name ... OpenApiCollectionDetailPrompt_OpenApiCollection } fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { id name } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","cbc95daacec1d269d959c9a30acedb18":"mutation CreateEnvironmentCommandMutation($workspaceId: ID!, $name: String!) { pushWorkspaceChanges(input: { changes: [{ environment: { create: { name: $name, referenceId: \u0022env\u0022, workspaceId: $workspaceId } } }] }) { __typename changes { __typename referenceId error { __typename ... Error } result { __typename ... CreateEnvironmentCommandMutation_Environment } } errors { __typename ... Error } } } fragment Error on Error { message } fragment CreateEnvironmentCommandMutation_Environment on Environment { name ... EnvironmentDetailPrompt_Environment } fragment EnvironmentDetailPrompt_Environment on Environment { id name workspace { __typename name } }","cd98258e9a04da627abb631685b299df":"query ListOpenApiCollectionCommandQuery($apiId: ID!, $after: String, $first: Int) { node(id: $apiId) { __typename ... on Api { openApiCollections(first: $first, after: $after) { __typename edges { __typename ... ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge } pageInfo { __typename ... PageInfo } } } } } fragment ListOpenApiCollectionCommandQuery_OpenApiCollectionEdge on ApiOpenApiCollectionsEdge { cursor node { __typename ... ListOpenApiCollectionCommandQuery_OpenApiCollection } } fragment ListOpenApiCollectionCommandQuery_OpenApiCollection on OpenApiCollection { id name ... OpenApiCollectionDetailPrompt_OpenApiCollection } fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { id name } fragment PageInfo on PageInfo { hasPreviousPage hasNextPage endCursor startCursor }","d2cc1b6089c0354e5f8addda5f6d5b56":"query PageClientVersionDetailQuery($id: ID!, $after: String!) { node(id: $id) { __typename ... on Client { versions(first: 10, after: $after) { __typename pageInfo { __typename hasNextPage endCursor } edges { __typename ... ClientDetailPrompt_ClientVersionEdge } } } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } }","d38a43a7b864ae9c3d787807b5f5f460":"mutation PublishSchemaVersion($input: PublishSchemaInput!) { publishSchema(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... ApiNotFoundError ... StageNotFoundError ... SchemaNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment SchemaNotFoundError on SchemaNotFoundError { message apiId tag ... Error }","d9c3122efc6baad1e0bfd610a4503566":"mutation DeleteApiKeyCommandMutation($input: DeleteApiKeyInput!) { deleteApiKey(input: $input) { __typename apiKey { __typename ... DeleteApiKeyCommand_ApiKey } errors { __typename ... ApiKeyNotFoundError ... Error } } } fragment DeleteApiKeyCommand_ApiKey on ApiKey { id ... ApiKeyDetailPrompt_ApiKey } fragment ApiKeyDetailPrompt_ApiKey on ApiKey { id name workspace { __typename name } } fragment ApiKeyNotFoundError on ApiKeyNotFoundError { __typename message apiKeyId } fragment Error on Error { message }","dc1c3bda5bde62cf3e0b9afcaf32824e":"mutation CreateMockSchema($apiId: ID!, $baseSchemaFile: Upload!, $downstreamUrl: String!, $extensionsSchemaFile: Upload!, $name: String!) { createMockSchema(input: { apiId: $apiId, baseSchemaFile: $baseSchemaFile, downstreamUrl: $downstreamUrl, extensionsSchemaFile: $extensionsSchemaFile, name: $name }) { __typename mockSchema { __typename id ... MockSchemaDetailPrompt } errors { __typename ... ApiNotFoundError ... MockSchemaNonUniqueNameError } } } fragment MockSchemaDetailPrompt on MockSchema { id name createdAt createdBy { __typename username } modifiedAt modifiedBy { __typename username } downstreamUrl url } fragment ApiNotFoundError on ApiNotFoundError { __typename message apiId ... Error } fragment Error on Error { message } fragment MockSchemaNonUniqueNameError on MockSchemaNonUniqueNameError { __typename message name ... Error }","dff3ece7aa10daff0067410c52faf6d7":"mutation DeleteApiCommandMutation($apiId: ID!) { deleteApiById(input: { apiId: $apiId }) { __typename api { __typename name ... ApiDetailPrompt_Api } errors { __typename ... Error } } } fragment ApiDetailPrompt_Api on Api { id name path workspace { __typename id name } settings { __typename schemaRegistry { __typename treatDangerousAsBreaking allowBreakingSchemaChanges } } } fragment Error on Error { message }","e3e054b46fe9354a8fe15a8b0dea1624":"mutation ValidateOpenApiCollectionCommandMutation($input: ValidateOpenApiCollectionInput!) { validateOpenApiCollection(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... OpenApiCollectionNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { openApiCollectionId ... Error }","e7828352aef7a0d78376c52b11a5f54e":"mutation DeleteOpenApiCollectionByIdCommandMutation($input: DeleteOpenApiCollectionByIdInput!) { deleteOpenApiCollectionById(input: $input) { __typename openApiCollection { __typename ... DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection } errors { __typename ... Error ... OpenApiCollectionNotFoundError ... UnauthorizedOperation } } } fragment DeleteOpenApiCollectionByIdCommandMutation_OpenApiCollection on OpenApiCollection { name id ... OpenApiCollectionDetailPrompt_OpenApiCollection } fragment OpenApiCollectionDetailPrompt_OpenApiCollection on OpenApiCollection { id name } fragment Error on Error { message } fragment OpenApiCollectionNotFoundError on OpenApiCollectionNotFoundError { openApiCollectionId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","eb5219613bc72b416f81729786573163":"mutation UploadMcpFeatureCollectionCommandMutation($input: UploadMcpFeatureCollectionInput!) { uploadMcpFeatureCollection(input: $input) { __typename mcpFeatureCollectionVersion { __typename id } errors { __typename ... UnauthorizedOperation ... McpFeatureCollectionNotFoundError ... InvalidMcpFeatureCollectionArchiveError ... DuplicatedTagError ... ConcurrentOperationError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment McpFeatureCollectionNotFoundError on McpFeatureCollectionNotFoundError { mcpFeatureCollectionId ... Error } fragment InvalidMcpFeatureCollectionArchiveError on InvalidMcpFeatureCollectionArchiveError { message } fragment DuplicatedTagError on DuplicatedTagError { __typename message ... Error } fragment ConcurrentOperationError on ConcurrentOperationError { __typename message ... Error }","f230bc4d51fb6f5456e272f3aa163aff":"subscription ValidateOpenApiCollectionCommandSubscription($requestId: ID!) { onOpenApiCollectionVersionValidationUpdate(requestId: $requestId) { __typename ... OpenApiCollectionVersionValidationFailed ... OpenApiCollectionVersionValidationSuccess ... OperationInProgress ... ValidationInProgress } } fragment OpenApiCollectionVersionValidationFailed on OpenApiCollectionVersionValidationFailed { state errors { __typename ... ProcessingTimeoutError ... UnexpectedProcessingError ... OpenApiCollectionValidationError ... OpenApiCollectionValidationArchiveError } } fragment ProcessingTimeoutError on ProcessingTimeoutError { __typename message } fragment UnexpectedProcessingError on UnexpectedProcessingError { __typename message } fragment OpenApiCollectionValidationError on OpenApiCollectionValidationError { collections { __typename openApiCollection { __typename id name } entities { __typename errors { __typename ... OpenApiCollectionValidationDocumentError ... OpenApiCollectionValidationEntityValidationError } ... on OpenApiCollectionValidationEndpoint { httpMethod route } ... on OpenApiCollectionValidationModel { name } } } } fragment OpenApiCollectionValidationDocumentError on OpenApiCollectionValidationDocumentError { code message path locations { __typename column line } } fragment OpenApiCollectionValidationEntityValidationError on OpenApiCollectionValidationEntityValidationError { message } fragment OpenApiCollectionValidationArchiveError on OpenApiCollectionValidationArchiveError { message } fragment OpenApiCollectionVersionValidationSuccess on OpenApiCollectionVersionValidationSuccess { state } fragment OperationInProgress on OperationInProgress { state } fragment ValidationInProgress on ValidationInProgress { state }","f450cfe13d84ae3c3768bac9c9fbf8b4":"mutation DeleteClientByIdCommandMutation($input: DeleteClientByIdInput!) { deleteClientById(input: $input) { __typename client { __typename ... DeleteClientByIdCommandMutation_Client } errors { __typename ... Error ... ClientNotFoundError ... UnauthorizedOperation } } } fragment DeleteClientByIdCommandMutation_Client on Client { name id ... ClientDetailPrompt_Client } fragment ClientDetailPrompt_Client on Client { id name api { __typename name path } versions { __typename edges { __typename ... ClientDetailPrompt_ClientVersionEdge } pageInfo { __typename hasNextPage endCursor } } } fragment ClientDetailPrompt_ClientVersionEdge on ClientVersionEdge { cursor node { __typename id createdAt tag publishedTo { __typename stage { __typename name } } } } fragment Error on Error { message } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error }","fc0b2ca98ba95caa6eadb2f1b725006f":"mutation ValidateClientVersion($input: ValidateClientInput!) { validateClient(input: $input) { __typename id errors { __typename ... UnauthorizedOperation ... StageNotFoundError ... ClientNotFoundError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment StageNotFoundError on StageNotFoundError { __typename message name ... Error } fragment ClientNotFoundError on ClientNotFoundError { message clientId ... Error }","fd942dedfe5e376385ae72436c97104a":"mutation CommitFusionConfigurationPublish($input: CommitFusionConfigurationPublishInput!) { commitFusionConfigurationPublish(input: $input) { __typename errors { __typename ... UnauthorizedOperation ... FusionConfigurationRequestNotFoundError ... InvalidProcessingStateTransitionError ... Error } } } fragment UnauthorizedOperation on UnauthorizedOperation { __typename message ... Error } fragment Error on Error { message } fragment FusionConfigurationRequestNotFoundError on FusionConfigurationRequestNotFoundError { __typename message ... Error } fragment InvalidProcessingStateTransitionError on InvalidProcessingStateTransitionError { __typename message ... Error }","ff9fd00b5a96ac47f6aa413a425337d9":"query ListStagesQuery($apiId: ID!) { node(id: $apiId) { __typename ... on Api { stages { __typename id name displayName ... StageDetailPrompt_Stage } } } } fragment StageDetailPrompt_Stage on Stage { id name displayName conditions { __typename ... StageCondition } } fragment StageCondition on StageCondition { ... AfterStageCondition } fragment AfterStageCondition on AfterStageCondition { afterStage { __typename name } }"} \ No newline at end of file diff --git a/src/Nitro/CommandLine/src/CommandLine/schema.graphql b/src/Nitro/CommandLine/src/CommandLine/schema.graphql index c9271fb082e..b219a815ba3 100644 --- a/src/Nitro/CommandLine/src/CommandLine/schema.graphql +++ b/src/Nitro/CommandLine/src/CommandLine/schema.graphql @@ -4239,7 +4239,7 @@ input DeleteOpenApiCollectionByIdInput { input EnvironmentCreateChangeInput { name: String! referenceId: String! - variables: [EnvironmentVariableInput!]! = [ ] + variables: [EnvironmentVariableInput!]! = [] workspaceId: ID! } @@ -4254,7 +4254,7 @@ input EnvironmentUpdateChangeInput { id: ID! name: String! referenceId: String! - variables: [EnvironmentVariableInput!]! = [ ] + variables: [EnvironmentVariableInput!]! = [] version: Version! workspaceId: ID! } @@ -4453,7 +4453,7 @@ input StageConditionUpdateInput { } input StageUpdateInput { - conditions: [StageConditionUpdateInput!]! = [ ] + conditions: [StageConditionUpdateInput!]! = [] displayName: String! name: String! } diff --git a/src/Nitro/CommandLine/test/CommandLine.Tests/__resources__/invalid-example-1-result/composite-schema.graphqls b/src/Nitro/CommandLine/test/CommandLine.Tests/__resources__/invalid-example-1-result/composite-schema.graphqls index abd2849a999..f0f27392a88 100644 --- a/src/Nitro/CommandLine/test/CommandLine.Tests/__resources__/invalid-example-1-result/composite-schema.graphqls +++ b/src/Nitro/CommandLine/test/CommandLine.Tests/__resources__/invalid-example-1-result/composite-schema.graphqls @@ -18,8 +18,8 @@ type Query type User @fusion__type(schema: SCHEMA1) @fusion__type(schema: SCHEMA2) -@fusion__lookup(schema: SCHEMA1, key: "id", field: "userById(id: ID!): User!", map: [ "id" ], path: null, internal: false) -@fusion__lookup(schema: SCHEMA2, key: "id", field: "userById(id: ID!): User!", map: [ "id" ], path: null, internal: false) { +@fusion__lookup(schema: SCHEMA1, key: "id", field: "userById(id: ID!): User!", map: ["id"], path: null, internal: false) +@fusion__lookup(schema: SCHEMA2, key: "id", field: "userById(id: ID!): User!", map: ["id"], path: null, internal: false) { id: ID! @fusion__field(schema: SCHEMA1) @fusion__field(schema: SCHEMA2) diff --git a/src/StrawberryShake/Client/test/Core.Tests/Json/JsonErrorParserTests.cs b/src/StrawberryShake/Client/test/Core.Tests/Json/JsonErrorParserTests.cs index 6b814500a8c..e28276dc9ec 100644 --- a/src/StrawberryShake/Client/test/Core.Tests/Json/JsonErrorParserTests.cs +++ b/src/StrawberryShake/Client/test/Core.Tests/Json/JsonErrorParserTests.cs @@ -43,7 +43,7 @@ public void Error_With_Path() [ { "message": "errors", - "path": [ 1, "foo", 2, "bar" ] + "path": [1, "foo", 2, "bar"] } ] """); diff --git a/src/StrawberryShake/CodeGeneration/src/CodeGeneration.CSharp/Generators/JsonResultBuilderGenerator.cs b/src/StrawberryShake/CodeGeneration/src/CodeGeneration.CSharp/Generators/JsonResultBuilderGenerator.cs index 3d501b97c39..c10f15b0359 100644 --- a/src/StrawberryShake/CodeGeneration/src/CodeGeneration.CSharp/Generators/JsonResultBuilderGenerator.cs +++ b/src/StrawberryShake/CodeGeneration/src/CodeGeneration.CSharp/Generators/JsonResultBuilderGenerator.cs @@ -222,7 +222,7 @@ private void AddDeserializeMethod( .AddCode(jsonElementNullCheck) .AddEmptyLine(); - // When deserializing arrays of nullable values (e.g. [User] => [ { ... }, null, { ... }]) the second + // When deserializing arrays of nullable values (e.g. [User] => [{ ... }, null, { ... }]) the second // element will be not null, but instead a JSON element of kind JsonValueKind.Null. var jsonElementNullValueKindCheck = IfBuilder .New() diff --git a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__resources__/BridgeClientDemo.graphql b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__resources__/BridgeClientDemo.graphql index 3bbb4aad328..a6d77eff8bc 100644 --- a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__resources__/BridgeClientDemo.graphql +++ b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__resources__/BridgeClientDemo.graphql @@ -286,7 +286,7 @@ input LocationFilter { } input EstateTypeFilter { - main: [EstateType!]! = [ APARTMENT, HOUSE, COMMERCIAL, LAND, GARAGE ] + main: [EstateType!]! = [APARTMENT, HOUSE, COMMERCIAL, LAND, GARAGE] apartmentTypes: [ApartmentType!] houseTypes: [HouseType!] landTypes: [LandType!] diff --git a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__resources__/HasuraSchema.graphql b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__resources__/HasuraSchema.graphql index 241fac0b8d1..0b144d3d66e 100644 --- a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__resources__/HasuraSchema.graphql +++ b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__resources__/HasuraSchema.graphql @@ -137,7 +137,7 @@ type cars_mutation_response { "on conflict condition type for table \"cars\"" input cars_on_conflict { constraint: cars_constraint! - update_columns: [cars_update_column!]! = [ ] + update_columns: [cars_update_column!]! = [] where: cars_bool_exp } @@ -306,7 +306,7 @@ input people_obj_rel_insert_input { "on conflict condition type for table \"people\"" input people_on_conflict { constraint: people_constraint! - update_columns: [people_update_column!]! = [ ] + update_columns: [people_update_column!]! = [] where: people_bool_exp } diff --git a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__snapshots__/SchemaGeneratorTests.QueryInterference.snap b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__snapshots__/SchemaGeneratorTests.QueryInterference.snap index 32e3c23366e..f13a8f6ad7e 100644 --- a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__snapshots__/SchemaGeneratorTests.QueryInterference.snap +++ b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__snapshots__/SchemaGeneratorTests.QueryInterference.snap @@ -2234,7 +2234,7 @@ namespace Foo.Bar /// } /// ] /// ) { - /// feats(skip: $skip, take: $take, order: $order, where: { or: [ { name: { contains: $searchTerm } }, { traits: { some: { name: { contains: $searchTerm } } } } ] }) { + /// feats(skip: $skip, take: $take, order: $order, where: { or: [{ name: { contains: $searchTerm } }, { traits: { some: { name: { contains: $searchTerm } } } }] }) { /// __typename /// totalCount /// items { @@ -2271,8 +2271,8 @@ namespace Foo.Bar public static GetFeatsPageQueryDocument Instance { get; } = new GetFeatsPageQueryDocument(); public global::StrawberryShake.OperationKind Kind => global::StrawberryShake.OperationKind.Query; - public global::System.ReadOnlySpan Body => "query GetFeatsPage($skip: Int!, $take: Int!, $searchTerm: String! = \"\", $order: [FeatSortInput!] = [ { name: ASC } ]) { feats(skip: $skip, take: $take, order: $order, where: { or: [ { name: { contains: $searchTerm } }, { traits: { some: { name: { contains: $searchTerm } } } } ] }) { __typename totalCount items { __typename ... FeatsPage ... on Feat { id } } } } fragment FeatsPage on Feat { id name level canBeLearnedMoreThanOnce details { __typename text ... on FeatDetailsBlock { id } } }"u8; - public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("sha1Hash", "defcd7f67f31345e43429d1db7aa93bc8ca8af7d"); + public global::System.ReadOnlySpan Body => "query GetFeatsPage($skip: Int!, $take: Int!, $searchTerm: String! = \"\", $order: [FeatSortInput!] = [{ name: ASC }]) { feats(skip: $skip, take: $take, order: $order, where: { or: [{ name: { contains: $searchTerm } }, { traits: { some: { name: { contains: $searchTerm } } } }] }) { __typename totalCount items { __typename ... FeatsPage ... on Feat { id } } } } fragment FeatsPage on Feat { id name level canBeLearnedMoreThanOnce details { __typename text ... on FeatDetailsBlock { id } } }"u8; + public global::StrawberryShake.DocumentHash Hash { get; } = new global::StrawberryShake.DocumentHash("sha1Hash", "798cb31c64329138d10ad14cc642b97aa805c58f"); public override global::System.String ToString() { @@ -2298,7 +2298,7 @@ namespace Foo.Bar /// } /// ] /// ) { - /// feats(skip: $skip, take: $take, order: $order, where: { or: [ { name: { contains: $searchTerm } }, { traits: { some: { name: { contains: $searchTerm } } } } ] }) { + /// feats(skip: $skip, take: $take, order: $order, where: { or: [{ name: { contains: $searchTerm } }, { traits: { some: { name: { contains: $searchTerm } } } }] }) { /// __typename /// totalCount /// items { @@ -2463,7 +2463,7 @@ namespace Foo.Bar /// } /// ] /// ) { - /// feats(skip: $skip, take: $take, order: $order, where: { or: [ { name: { contains: $searchTerm } }, { traits: { some: { name: { contains: $searchTerm } } } } ] }) { + /// feats(skip: $skip, take: $take, order: $order, where: { or: [{ name: { contains: $searchTerm } }, { traits: { some: { name: { contains: $searchTerm } } } }] }) { /// __typename /// totalCount /// items { diff --git a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.Tests/__resources__/GitHub.graphql b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.Tests/__resources__/GitHub.graphql index 4dce8419e22..04afe8ac410 100644 --- a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.Tests/__resources__/GitHub.graphql +++ b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.Tests/__resources__/GitHub.graphql @@ -4461,7 +4461,7 @@ type Issue implements Node & Assignable & Closable & Comment & Updatable & Updat "A list of Users that are participating in the Issue conversation." participants("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int): UserConnection! "List of project cards associated with this issue." - projectCards("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "A list of archived states to filter the cards by" archivedStates: [ProjectCardArchivedState] = [ ARCHIVED, NOT_ARCHIVED ]): ProjectCardConnection! + projectCards("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "A list of archived states to filter the cards by" archivedStates: [ProjectCardArchivedState] = [ARCHIVED, NOT_ARCHIVED]): ProjectCardConnection! "Identifies when the comment was published at." publishedAt: DateTime "A list of reactions grouped by content left on the subject." @@ -7426,7 +7426,7 @@ type Organization implements Node & Actor & PackageOwner & ProjectOwner & Reposi "The HTTP URL listing organization's projects" projectsUrl: URI! "A list of repositories that the user owns." - repositories("If non-null, filters repositories according to privacy" privacy: RepositoryPrivacy "Ordering options for repositories returned from the connection" orderBy: RepositoryOrder "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns." affiliations: [RepositoryAffiliation] "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns." ownerAffiliations: [RepositoryAffiliation] = [ OWNER, COLLABORATOR ] "If non-null, filters repositories according to whether they have been locked" isLocked: Boolean "Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "If non-null, filters repositories according to whether they are forks of another repository" isFork: Boolean): RepositoryConnection! + repositories("If non-null, filters repositories according to privacy" privacy: RepositoryPrivacy "Ordering options for repositories returned from the connection" orderBy: RepositoryOrder "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns." affiliations: [RepositoryAffiliation] "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns." ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR] "If non-null, filters repositories according to whether they have been locked" isLocked: Boolean "Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "If non-null, filters repositories according to whether they are forks of another repository" isFork: Boolean): RepositoryConnection! "Find Repository." repository("Name of Repository to find." name: String!): Repository "When true the organization requires all members, billing managers, and outside collaborators to enable two-factor authentication." @@ -8156,7 +8156,7 @@ type Project implements Node & Closable & Updatable { "The project's owner. Currently limited to repositories, organizations, and users." owner: ProjectOwner! "List of pending cards in this project" - pendingCards("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "A list of archived states to filter the cards by" archivedStates: [ProjectCardArchivedState] = [ ARCHIVED, NOT_ARCHIVED ]): ProjectCardConnection! + pendingCards("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "A list of archived states to filter the cards by" archivedStates: [ProjectCardArchivedState] = [ARCHIVED, NOT_ARCHIVED]): ProjectCardConnection! "Project progress details." progress: ProjectProgress! "The HTTP path for this project" @@ -8244,7 +8244,7 @@ enum ProjectCardState { "A column inside a project." type ProjectColumn implements Node { "List of cards in the column" - cards("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "A list of archived states to filter the cards by" archivedStates: [ProjectCardArchivedState] = [ ARCHIVED, NOT_ARCHIVED ]): ProjectCardConnection! + cards("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "A list of archived states to filter the cards by" archivedStates: [ProjectCardArchivedState] = [ARCHIVED, NOT_ARCHIVED]): ProjectCardConnection! "Identifies the date and time when the object was created." createdAt: DateTime! "Identifies the primary key from the database." @@ -8530,7 +8530,7 @@ type PullRequest implements Node & Assignable & Closable & Comment & Updatable & "The commit that GitHub automatically generated to test if this pull request could be merged. This field will not return a value if the pull request is merged, or if the test merge commit is still being generated. See the `mergeable` field for more details on the mergeability of the pull request." potentialMergeCommit: Commit "List of project cards associated with this pull request." - projectCards("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "A list of archived states to filter the cards by" archivedStates: [ProjectCardArchivedState] = [ ARCHIVED, NOT_ARCHIVED ]): ProjectCardConnection! + projectCards("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "A list of archived states to filter the cards by" archivedStates: [ProjectCardArchivedState] = [ARCHIVED, NOT_ARCHIVED]): ProjectCardConnection! "Identifies when the comment was published at." publishedAt: DateTime "A list of reactions grouped by content left on the subject." @@ -11018,7 +11018,7 @@ type Repository implements Node & ProjectOwner & PackageOwner & Subscribable & S "Returns how many forks there are of this repository in the whole network." forkCount: Int! "A list of direct forked repositories." - forks("If non-null, filters repositories according to privacy" privacy: RepositoryPrivacy "Ordering options for repositories returned from the connection" orderBy: RepositoryOrder "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns." affiliations: [RepositoryAffiliation] "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns." ownerAffiliations: [RepositoryAffiliation] = [ OWNER, COLLABORATOR ] "If non-null, filters repositories according to whether they have been locked" isLocked: Boolean "Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int): RepositoryConnection! + forks("If non-null, filters repositories according to privacy" privacy: RepositoryPrivacy "Ordering options for repositories returned from the connection" orderBy: RepositoryOrder "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns." affiliations: [RepositoryAffiliation] "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns." ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR] "If non-null, filters repositories according to whether they have been locked" isLocked: Boolean "Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int): RepositoryConnection! "The funding links for this repository" fundingLinks: [FundingLink!]! "Indicates if the repository has issues feature enabled." @@ -11478,7 +11478,7 @@ interface RepositoryOwner { "The username used to login." login: String! "A list of repositories that the user owns." - repositories("If non-null, filters repositories according to privacy" privacy: RepositoryPrivacy "Ordering options for repositories returned from the connection" orderBy: RepositoryOrder "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns." affiliations: [RepositoryAffiliation] "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns." ownerAffiliations: [RepositoryAffiliation] = [ OWNER, COLLABORATOR ] "If non-null, filters repositories according to whether they have been locked" isLocked: Boolean "Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "If non-null, filters repositories according to whether they are forks of another repository" isFork: Boolean): RepositoryConnection! + repositories("If non-null, filters repositories according to privacy" privacy: RepositoryPrivacy "Ordering options for repositories returned from the connection" orderBy: RepositoryOrder "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns." affiliations: [RepositoryAffiliation] "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns." ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR] "If non-null, filters repositories according to whether they have been locked" isLocked: Boolean "Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "If non-null, filters repositories according to whether they are forks of another repository" isFork: Boolean): RepositoryConnection! "Find Repository." repository("Name of Repository to find." name: String!): Repository "The HTTP URL for the owner." @@ -14826,7 +14826,7 @@ type User implements Node & Actor & PackageOwner & ProjectOwner & RepositoryOwne "A list of pull requests associated with this user." pullRequests("A list of states to filter the pull requests by." states: [PullRequestState!] "A list of label names to filter the pull requests by." labels: [String!] "The head ref name to filter the pull requests by." headRefName: String "The base ref name to filter the pull requests by." baseRefName: String "Ordering options for pull requests returned from the connection." orderBy: IssueOrder "Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int): PullRequestConnection! "A list of repositories that the user owns." - repositories("If non-null, filters repositories according to privacy" privacy: RepositoryPrivacy "Ordering options for repositories returned from the connection" orderBy: RepositoryOrder "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns." affiliations: [RepositoryAffiliation] "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns." ownerAffiliations: [RepositoryAffiliation] = [ OWNER, COLLABORATOR ] "If non-null, filters repositories according to whether they have been locked" isLocked: Boolean "Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "If non-null, filters repositories according to whether they are forks of another repository" isFork: Boolean): RepositoryConnection! + repositories("If non-null, filters repositories according to privacy" privacy: RepositoryPrivacy "Ordering options for repositories returned from the connection" orderBy: RepositoryOrder "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns." affiliations: [RepositoryAffiliation] "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns." ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR] "If non-null, filters repositories according to whether they have been locked" isLocked: Boolean "Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int "If non-null, filters repositories according to whether they are forks of another repository" isFork: Boolean): RepositoryConnection! "A list of repositories that the user recently contributed to." repositoriesContributedTo("If non-null, filters repositories according to privacy" privacy: RepositoryPrivacy "Ordering options for repositories returned from the connection" orderBy: RepositoryOrder "If non-null, filters repositories according to whether they have been locked" isLocked: Boolean "If true, include user repositories" includeUserRepositories: Boolean "If non-null, include only the specified types of contributions. The GitHub.com UI uses [COMMIT, ISSUE, PULL_REQUEST, REPOSITORY]" contributionTypes: [RepositoryContributionType] "Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int): RepositoryConnection! "Find Repository." @@ -14868,7 +14868,7 @@ type User implements Node & Actor & PackageOwner & ProjectOwner & RepositoryOwne "True if the viewer is sponsoring this user/organization." viewerIsSponsoring: Boolean! "A list of repositories the given user is watching." - watching("If non-null, filters repositories according to privacy" privacy: RepositoryPrivacy "Ordering options for repositories returned from the connection" orderBy: RepositoryOrder "Affiliation options for repositories returned from the connection. If none specified, the results will include repositories for which the current viewer is an owner or collaborator, or member." affiliations: [RepositoryAffiliation] "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns." ownerAffiliations: [RepositoryAffiliation] = [ OWNER, COLLABORATOR ] "If non-null, filters repositories according to whether they have been locked" isLocked: Boolean "Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int): RepositoryConnection! + watching("If non-null, filters repositories according to privacy" privacy: RepositoryPrivacy "Ordering options for repositories returned from the connection" orderBy: RepositoryOrder "Affiliation options for repositories returned from the connection. If none specified, the results will include repositories for which the current viewer is an owner or collaborator, or member." affiliations: [RepositoryAffiliation] "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns." ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR] "If non-null, filters repositories according to whether they have been locked" isLocked: Boolean "Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int): RepositoryConnection! "A URL pointing to the user's public website/blog." websiteUrl: URI } diff --git a/website/src/docs/hotchocolate/v11/security/authorization.md b/website/src/docs/hotchocolate/v11/security/authorization.md index 1c35e634c6d..298dcd3f906 100644 --- a/website/src/docs/hotchocolate/v11/security/authorization.md +++ b/website/src/docs/hotchocolate/v11/security/authorization.md @@ -152,7 +152,7 @@ public class UserType : ObjectType ```sdl -type User @authorize(roles: [ "Guest", "Administrator" ]) { +type User @authorize(roles: ["Guest", "Administrator"]) { name: String! address: Address! @authorize(roles: "Administrator") } diff --git a/website/src/docs/hotchocolate/v12/security/authorization.md b/website/src/docs/hotchocolate/v12/security/authorization.md index dcf1a5aeae9..a45589f9a1d 100644 --- a/website/src/docs/hotchocolate/v12/security/authorization.md +++ b/website/src/docs/hotchocolate/v12/security/authorization.md @@ -181,7 +181,7 @@ public class UserType : ObjectType ```sdl -type User @authorize(roles: [ "Guest", "Administrator" ]) { +type User @authorize(roles: ["Guest", "Administrator"]) { name: String! address: Address! @authorize(roles: "Administrator") } diff --git a/website/src/docs/hotchocolate/v13/security/authorization.md b/website/src/docs/hotchocolate/v13/security/authorization.md index 1ca3308278b..f070ff8e027 100644 --- a/website/src/docs/hotchocolate/v13/security/authorization.md +++ b/website/src/docs/hotchocolate/v13/security/authorization.md @@ -183,7 +183,7 @@ public class UserType : ObjectType ```sdl -type User @authorize(roles: [ "Guest", "Administrator" ]) { +type User @authorize(roles: ["Guest", "Administrator"]) { name: String! address: Address! @authorize(roles: "Administrator") } diff --git a/website/src/docs/hotchocolate/v14/security/authorization.md b/website/src/docs/hotchocolate/v14/security/authorization.md index 4b38c17291b..1b120117bc8 100644 --- a/website/src/docs/hotchocolate/v14/security/authorization.md +++ b/website/src/docs/hotchocolate/v14/security/authorization.md @@ -171,7 +171,7 @@ public class UserType : ObjectType ```sdl -type User @authorize(roles: [ "Guest", "Administrator" ]) { +type User @authorize(roles: ["Guest", "Administrator"]) { name: String! address: Address! @authorize(roles: "Administrator") } diff --git a/website/src/docs/hotchocolate/v15/security/authorization.md b/website/src/docs/hotchocolate/v15/security/authorization.md index 5031db5c4b5..a5b5b2133dd 100644 --- a/website/src/docs/hotchocolate/v15/security/authorization.md +++ b/website/src/docs/hotchocolate/v15/security/authorization.md @@ -171,7 +171,7 @@ public class UserType : ObjectType ```sdl -type User @authorize(roles: [ "Guest", "Administrator" ]) { +type User @authorize(roles: ["Guest", "Administrator"]) { name: String! address: Address! @authorize(roles: "Administrator") } diff --git a/website/src/docs/hotchocolate/v16/security/authorization.md b/website/src/docs/hotchocolate/v16/security/authorization.md index 4c5023690a3..80946c58245 100644 --- a/website/src/docs/hotchocolate/v16/security/authorization.md +++ b/website/src/docs/hotchocolate/v16/security/authorization.md @@ -171,7 +171,7 @@ public class UserType : ObjectType ```sdl -type User @authorize(roles: [ "Guest", "Administrator" ]) { +type User @authorize(roles: ["Guest", "Administrator"]) { name: String! address: Address! @authorize(roles: "Administrator") }